-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Wire all programs to org profile (org portability PR B) #47
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
Open
rubambiza
wants to merge
15
commits into
rossoctl:main
Choose a base branch
from
rubambiza:feat/org-profile-rewire
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
dfe55fa
refactor: Wire dep-bump-scanner to org profile
rubambiza f486d1c
refactor: Wire pr-review scanner and impact to profile
rubambiza b6f9818
refactor: Wire dep-bump-fixer to org profile
rubambiza f68c1fb
fix: Wire link-health-fixer to profile, fix repo prefix
rubambiza fd6319f
refactor: Wire link-health/dashboard writes to MAIN_REPO
rubambiza 2b88df9
fix: Redirect report PRs to automation docs/reports
rubambiza 136542f
docs: Clarify report-target vs main-repo in comments
rubambiza b1bde17
feat: Add --profile/--org flags across programs
rubambiza 887c3d9
test: Add org portability smoke test and docs
rubambiza 63a9e56
fix: Guard link-scanner report-target clone dir
rubambiza 4c207da
style: Drop stale org suffix from report-writer banners
rubambiza a8d8f12
fix: Land reports under automation-health/ (permanent home)
rubambiza 5b6333f
docs: Sync standing-orders with rename + report redirect
rubambiza 88a2c81
feat: Brand report PRs and link their standing orders
rubambiza 55034e1
fix: Harden report-fork remote, drop KAGENTI_DIR alias
rubambiza 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
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 |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| reports/ | ||
| *.log | ||
|
|
||
| # Local copies of host cron/job state (contains deployment internals; never commit) | ||
| .host-backup/ |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # automation-health | ||
|
|
||
| Machine-generated reports from the automation programs. These files are | ||
| **overwritten in place on every run** by their generating scripts — do not edit | ||
| them by hand, and do not add dated copies. | ||
|
|
||
| | File | Generated by | Cadence | | ||
| |------|--------------|---------| | ||
| | `link-health.md` | `scripts/link-health-scanner.sh` | per scan run | | ||
| | `automation-health.md` | `scripts/automation-health-dashboard.sh` | per dashboard run | | ||
|
|
||
| ## Why a single overwritten file (not dated snapshots) | ||
|
|
||
| Trends are reconstructed by replaying the file's git commit history (parent by | ||
| parent), so each commit already captures a point-in-time snapshot. Storing dated | ||
| copies would duplicate what git already records — the files-vs-diffs-on-Git | ||
| anti-pattern. A future trend tool should read `git log` for these paths rather | ||
| than expect a directory of dated files. | ||
|
|
||
| See rossoctl/automation#44 for the decision. |
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L86 sets this now, so this appears to be dead code