Loading...
Dashboard
Overview of your Git repository analytics
Recent Activity
Commits Analysis
Analyze commits by users and date ranges
Filters
Results
Code Changes
Analyze code changes with file statistics
Filters
Results
Repos
List repositories found under your saved WorkSpaces. Filter by specific WorkSpaces.
Filters
Results
WorkSpaces
Manage root folders and scan them for Git repositories
Scan Workspace for Git Repositories
SavedWork Spaces
Git Users
All users who have committed to your repositories
Git Contributors
GraphQL Explorer
Write and run GraphQL queries against Git Insider's schema.
Help & Examples
Use the Docs explorer in GraphiQL to browse the schema. Below are a few sample queries you can try:
List repositories
query {
repositories { id name path }
}
Recent commits (first 10)
query {
commits(limit: 10) {
repository
hash
author
date
message
}
}
Repository stats
query($id: Int!) {
repositoryStats(id: $id) {
repository
totalCommits
contributors
branches
lastCommit { hash author date message }
}
}
Variables: {"id": 1}
API Tokens
Create, copy, and revoke tokens used for API and GraphQL authentication.
New Token Created
Copy this token now. You will not be able to view it again.
Create Token
Your Tokens
APIs
Browse available endpoints, read descriptions, and try them interactively.
Available Endpoints
Admin Panel
Manage users and system settings