DM-55096: Initial version#1
Open
timj wants to merge 44 commits into
Open
Conversation
Needs expanding
Captures decisions from brainstorming: httpx+GraphQL behind a swappable source, Pydantic models/config, glob+regex grouping with auto-topic clustering, automatic token discovery (gh/git credential), and the report pipeline. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Separate raw Repository from derived RepositorySummary so a summary is never half-populated. - Archived/disabled repos excluded by default; --include-* flags opt them back into both counts and tables. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bottom-up TDD plan: scaffolding, models, config, activity, grouping, orchestrator, GraphQL source + token discovery, report writers, CLI, CI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
httpx's 5s default timeout was too short for large orgs (lsst-dm pages take 3-5s each over 11 pages). Raise the default to 30s, add a --timeout option, and emit debug logging (token source, per-page progress, timing, rate-limit retries) wired to --verbose. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fetch subcommand saves an unfiltered raw-repository envelope; report --from-raw replays it through the pipeline offline via a RawFileSource. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
render_markdown gains an optional fetched_at; report --from-raw passes the cache envelope's timestamp so cache staleness is visible. Omitted for live runs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
So dmtn-000 sorts before DMTN-095 rather than all uppercase names first. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Reporting 'Archived: 0' when archived repos were filtered out wrongly implied there were none. Only list the archived/disabled counts when the corresponding include flag is set. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add an apply-metadata command that compares a baseline CSV with an edited CSV. Prompt or dry-run per-field updates, with --yes for bulk application. Skip stale live GitHub values by default unless --allow-stale is used. Extend the GitHub API abstraction with REST-backed metadata update methods. Cover the planner, CLI behavior, and REST calls with tests.
Show added and removed topic names in apply-metadata output. Only annotate when both sides have topics. Keep empty-to-nonempty output clear. Cover the display behavior with CLI tests.
Make explicit glob and regex group rules take precedence over topics. This keeps broad topics like documentation from overriding targeted name patterns. Update grouping tests to cover glob-over-topic and regex-over-topic cases.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.