-
Notifications
You must be signed in to change notification settings - Fork 728
fix: expand Gerrit channel URLs in health score v2 maintainer and development pipes (IN-1229) #4472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
joanagmaia
merged 17 commits into
main
from
worktree-fix+IN-gerrit-health-score-v2-channel-join
Aug 14, 2026
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
2f94a24
fix: expand Gerrit channel URLs in health score v2 maintainer and dev…
joanagmaia b92adea
fix: add FINAL to repositories and integrations in channels nodes (IN…
joanagmaia f6a5f72
fix: apply Gerrit channel expansion to raw inputs snapshot pipe (IN-1…
joanagmaia 4332ec7
style: apply tb fmt formatting to health score v2 pipes (IN-1229)
joanagmaia 9a83f6d
refactor: centralize Gerrit channel expansion in repos_channels_ds (I…
joanagmaia 96743f9
fix: remove changelog-style descriptions and fix channels schedule (I…
joanagmaia 92b8107
fix: source allRepos from repositories directly in maintainer pipe (I…
joanagmaia 26a4bf2
fix: route lifecycle pipe joins through repos_channels_ds (IN-1229)
joanagmaia 1801997
fix: exclude archived (v2) and excluded repos across health score pip…
joanagmaia 72ad628
fix: exclude archived + excluded repos in v2 security, aggregator, an…
joanagmaia 37eef68
Merge branch 'main' into worktree-fix+IN-gerrit-health-score-v2-chann…
joanagmaia fc52778
fix: add FINAL to repositories and vulnerabilities reads in lifecycle…
joanagmaia 14eb2e5
fix: include archived repos in aggregator and signal detail pipes (IN…
joanagmaia 849feff
fix: add FINAL to repositories reads in development and impact pipes …
joanagmaia 2e4f977
fix: formatting
joanagmaia fa03845
Merge branch 'main' into worktree-fix+IN-gerrit-health-score-v2-chann…
joanagmaia 119708d
Merge branch 'main' into worktree-fix+IN-gerrit-health-score-v2-chann…
joanagmaia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
services/libs/tinybird/datasources/repos_channels_ds.datasource
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| DESCRIPTION > | ||
| - Materialized channel expansion for all repositories. Populated by `repos_channels_copy.pipe` | ||
| (daily, before health score pipes run). | ||
| - Each non-Gerrit repo produces one row (channel = url). Each Gerrit repo produces two rows: | ||
| the plain URL and the /q/project: variant used by Gerrit activity ingestion. | ||
| - `isGerrit` and `isExcluded` are denormalized from `repositories`/`integrations` so health | ||
| score pipes can classify repos without re-joining those tables. | ||
| - Sorting key is `channel` because all consumers join on `channel`; `repoUrl` lookups are | ||
| full-scans but the table is small enough that this is fine. | ||
|
|
||
| SCHEMA > | ||
| `repoUrl` String, | ||
| `channel` String, | ||
| `isGerrit` UInt8, | ||
| `isExcluded` UInt8 | ||
|
|
||
| ENGINE MergeTree | ||
| ENGINE_SORTING_KEY channel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.