-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/382 update release prepare to add on dependency changes #505
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
ArBridgeman
merged 33 commits into
main
from
feature/382_update_release_prepare_to_add_on_dependency_changes
Jul 25, 2025
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
d73ece5
Remove pylint addition which is included already in lint:code
ArBridgeman 40f0d6a
Remove unused secrets.GITHUB_TOKEN from checks.yml
ArBridgeman 02e5037
Add tracking types for DependencyChange with tests
ArBridgeman 55ac847
Switch dependencies from list to dict of packages for O(1) retrieval
ArBridgeman 2a50de1
Update licenses to work with dictionary and have shared special strin…
ArBridgeman f870236
Add dependency updates to changelog
ArBridgeman 4077c88
Ignore typing as if-elif safeguard None from getting to those lines
ArBridgeman 0517262
Add changelog entry
ArBridgeman 3a8243d
Pass on OrderedDict type
ArBridgeman 4cb1bf6
Pass on OrderedDict type
ArBridgeman c84bde9
Restore order to licenses as dict keys to set loses order
ArBridgeman 983afca
Fix indent and make date variable; could alternately add freeze gun o…
ArBridgeman 91dd088
Add types for track_changes.py
ArBridgeman 7a9e640
Rename old to previous for dependencies
ArBridgeman 4801384
Use group to be consistent with what we use in dependency changes and…
ArBridgeman 86b11af
Remove comment as not needed or useful
ArBridgeman d867d3c
Switch source_path to be correctly named root_path
ArBridgeman 9023f1d
Add output types to methods
ArBridgeman 5265499
Simplify output for _format_table_row
ArBridgeman 5d75414
Simplify output for _format_group_table_header
ArBridgeman b7c311c
Use normalized name from object instead of import
ArBridgeman 5efc417
Switch from usage of string with += to using append in a list and joi…
ArBridgeman edf985a
Switch from old_version to previous_version
ArBridgeman d26f7ae
Switch from old_package to previous_package
ArBridgeman d5069c4
Switch from str to NormalizedPackageStr as that's what the dict keys are
ArBridgeman 22bc3da
Switch Union[*, None] with Optional[*]
ArBridgeman c339a5f
Add comment to make clearer what the operation does
ArBridgeman 96b98f8
Add on description of Changelogs arguments
ArBridgeman cfae785
Improve terminology & adapt _describe_dependency_changes to be simpler
ArBridgeman 31b48bc
Add deterministic sorting to versioned changes file
ArBridgeman 898e10c
Simplify _create_versioned_changelog and fix moved type
ArBridgeman b011f5f
Remove unneeded, second cleancode() usage
ArBridgeman 3524c45
Switch text from changes to contents
ArBridgeman 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
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,5 +1,9 @@ | ||
# Unreleased | ||
|
||
## Feature | ||
|
||
* #382: Added onto nox session `release:prepare` to append dependency changes between current and latest tag | ||
|
||
## Refactoring | ||
|
||
* #498: Centralized changelog code relevant for `release:trigger` & robustly tested |
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
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.
Uh oh!
There was an error while loading. Please reload this page.