-
Notifications
You must be signed in to change notification settings - Fork 0
chore: complete Wardnet product rename #114
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
Draft
seonghobae
wants to merge
15
commits into
main
Choose a base branch
from
chore/complete-wardnet-rename
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.
Draft
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
2679c03
chore: complete Wardnet product rename
seonghobae 0ebde9e
fix(rename): ignore legacy state during migration
seonghobae 52e6296
fix(rename): treat empty migration paths as unset
seonghobae 95da923
test(rename): isolate legacy state path
seonghobae c151adf
merge: synchronize Wardnet rename with protected main
codex 061c6b4
test(rename): require safe deployment migration contract
seonghobae 32f5219
fix(rename): exclude legacy local state from build context
seonghobae cd9fed0
docs(rename): name Wardnet credentials path as primary
seonghobae ba6cb3a
docs(rename): add state and secret cutover procedure
seonghobae 2bd65fc
test(rename): bind deployment regression to Wardnet manifest
seonghobae 72d4e01
docs(rename): make cutover ordering explicit
seonghobae 35f5ba5
test(rename): align cutover contract wording
seonghobae 402a658
style(test): satisfy rename migration rustfmt
codex 93c5621
docs: consolidate Wardnet runtime config guidance
codex e5b872f
merge(main): adopt protected workflow control foundation
seonghobae 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 |
|---|---|---|
|
|
@@ -2,6 +2,7 @@ target | |
| .git | ||
| .github | ||
| .DS_Store | ||
| wardnet-state.local.json | ||
| waf-ids-state.local.json | ||
| *.profraw | ||
| *.profdata | ||
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,3 +1,5 @@ | ||
| /target | ||
| /wardnet-state*.json | ||
|
seonghobae marked this conversation as resolved.
|
||
| # Temporary migration alias; remove with WAF_IDS_STATE_PATH support. | ||
| /waf-ids-state*.json | ||
| /runtime-state*.json | ||
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
crates/waf-ids-core/Cargo.toml → crates/wardnet-core/Cargo.toml
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.