Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/integrations/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Connect GitHub to sync repository data and analyze code structure.

You can exclude specific files or directories from analysis using [`.otignore` files](../otignore.md).

!!! note "Automatic syncing"
OpenTrace automatically picks up new commits via GitHub webhooks β€” there's no need to manually trigger a sync. Any push to the synced branch (your default branch, or a [custom branch](#changing-the-synced-branch) if configured) will automatically start a re-sync. The **Sync** button in the UI is only needed if you want to force a manual refresh.

## Permissions Required

OpenTrace requests read-only access to:
Expand Down
3 changes: 3 additions & 0 deletions docs/integrations/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Connect GitLab to sync repository data and analyze code structure.

You can exclude specific files or directories from analysis using [`.otignore` files](../otignore.md).

!!! note "Automatic syncing"
OpenTrace automatically picks up new commits via GitLab webhooks β€” there's no need to manually trigger a sync. Any push to the synced branch (your default branch, or a [custom branch](#changing-the-synced-branch) if configured) will automatically start a re-sync. The **Sync** button in the UI is only needed if you want to force a manual refresh.

## Self-Hosted GitLab

For self-hosted GitLab instances, you may need to configure the GitLab URL in your OpenTrace settings before connecting.
Expand Down
Loading