Skip to main content

6 posts tagged with "setup"

View all tags

PanDev + GitLab: Complete Setup in 15 Minutes

· 7 min read
Artur Pan
CTO & Co-Founder at PanDev

Setting up a Git integration shouldn't take a sprint. With GitLab and PanDev Metrics, it takes about 15 minutes — then every commit, merge request, and pipeline event flows into your engineering dashboard automatically.

This guide covers both GitLab SaaS (gitlab.com) and self-managed instances. No plugins, no complex OAuth flows — just webhooks and a personal access token.

PanDev + GitHub: Integration via GitHub App

· 8 min read
Artur Pan
CTO & Co-Founder at PanDev

Managing personal access tokens and manual webhooks for every repo gets old fast. PanDev Metrics integrates with GitHub through a dedicated GitHub App — no tokens to rotate, fine-grained permissions out of the box, and automatic webhook management.

This guide walks you through installing the app, granting permissions, and verifying that commit and pull request data flows into your dashboards.

PanDev + Jira: Linking Tasks to Real Coding Time

· 8 min read
Artur Pan
CTO & Co-Founder at PanDev

Your Jira board says a task took 3 days. But how much of that was actual coding? How much was waiting for review? How much was context switching between other tickets?

PanDev Metrics bridges Jira's task management with real developer activity data — commits, IDE time, code reviews — so you see the full picture. Not just "in progress" and "done," but what happened in between. The integration uses Jira's REST API and OAuth 2.0 for secure, read-only access to your project data.

PanDev + ClickUp: Task and Time Tracking in One Place

· 7 min read
Artur Pan
CTO & Co-Founder at PanDev

Every team lead asks the same question: how much real effort does each task actually take? ClickUp tracks work organization; PanDev Metrics tracks engineering activity. Together, they close the gap between "assigned" and "done."

This guide walks you through connecting ClickUp to PanDev via the ClickUp API, syncing tasks and time entries, and using the combined data to make better planning decisions.

IDE Plugins: How to Track Activity in VS Code, IntelliJ, Eclipse, Xcode, and More

· 10 min read
Artur Pan
CTO & Co-Founder at PanDev

Commits and pull requests tell you what was delivered. But they miss the hours of debugging, refactoring, and research that happen between pushes. IDE plugins capture that missing layer — how much time was spent coding, which files were touched, and when developers were most active.

PanDev Metrics offers plugins for VS Code, JetBrains (IntelliJ, PhpStorm, WebStorm), Eclipse, Xcode, Visual Studio, PL/SQL Developer, a Chrome extension, and a CLI for everything else. This guide covers installation and configuration for all of them.

On-Premise Deployment: PanDev Metrics With Docker and Kubernetes in 30 Minutes

· 9 min read
Artur Pan
CTO & Co-Founder at PanDev

Not every company can send engineering data to the cloud. Regulated industries, government contractors, and security-conscious organizations need their metrics platform on-premise — inside their own network, on their own servers. According to the CNCF Annual Survey, over 80% of organizations now run Kubernetes in production, making container-based on-premise deployment a well-understood operational pattern.

PanDev Metrics supports full on-premise deployment via Docker Compose (for small teams) and Kubernetes with Helm (for larger organizations). This guide covers both paths, including LDAP authentication, TLS certificates, and persistent storage.