Skip to content

feat: //ci/githubstats:query: support --since and --until arguments#8673

Merged
basvandijk merged 3 commits intomasterfrom
basvandijk/githubstats-query-support-since-until-args
Feb 4, 2026
Merged

feat: //ci/githubstats:query: support --since and --until arguments#8673
basvandijk merged 3 commits intomasterfrom
basvandijk/githubstats-query-support-since-until-args

Conversation

@basvandijk
Copy link
Copy Markdown
Collaborator

@basvandijk basvandijk commented Feb 4, 2026

Support --since DATETIME and --until DATETTIME arguments for //ci/githubstats:query. For example:

bazel run //ci/githubstats:query -- top 10 impact --since '2026-01-30 12:23' --verbose
...
      AND (bt.first_start_time >= '2026-01-30 12:23:00+00:00'::timestamptz)
...

@github-actions github-actions Bot added the feat label Feb 4, 2026
@basvandijk basvandijk marked this pull request as ready for review February 4, 2026 12:32
@basvandijk basvandijk requested a review from a team as a code owner February 4, 2026 12:32
@github-actions github-actions Bot added the @idx label Feb 4, 2026
Comment thread ci/githubstats/query.py
Comment thread ci/githubstats/query.py Outdated
@basvandijk basvandijk enabled auto-merge February 4, 2026 14:13
@basvandijk basvandijk added this pull request to the merge queue Feb 4, 2026
@basvandijk basvandijk removed this pull request from the merge queue due to a manual request Feb 4, 2026
@basvandijk basvandijk added this pull request to the merge queue Feb 4, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Feb 4, 2026
@basvandijk basvandijk added this pull request to the merge queue Feb 4, 2026
Merged via the queue into master with commit 52d3ede Feb 4, 2026
93 of 97 checks passed
@basvandijk basvandijk deleted the basvandijk/githubstats-query-support-since-until-args branch February 4, 2026 18:05
kpop-dfinity pushed a commit that referenced this pull request Feb 5, 2026
…8673)

Support `--since DATETIME` and `--until DATETTIME` arguments for `
//ci/githubstats:query`. For example:

```
bazel run //ci/githubstats:query -- top 10 impact --since '2026-01-30 12:23' --verbose
...
      AND (bt.first_start_time >= '2026-01-30 12:23:00+00:00'::timestamptz)
...
```

---------

Co-authored-by: IDX GitHub Automation <infra+github-automation@dfinity.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants