-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix: EOL filtering to only exclude builds with no valid tracks. #272
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ae87140
fix: EOL filtering to only exclude builds with no valid tracks.
clay-lake beb931a
fix: clean revision data of extra fields
clay-lake a5e7da1
fix: correct import path
clay-lake 502421a
fix: corrections for relative paths
clay-lake 342a805
fix: serialization of datetime object
clay-lake 6af1751
fix: readded track to revision data json
clay-lake b20304a
fix: broken import in src/image/merge_release_info.py
clay-lake c28721b
Merge branch 'main' into fix_eol_filtering
clay-lake 6ce0f03
Merge branch 'main' into fix_eol_filtering
clay-lake d1b5f67
fix: formatting issues
clay-lake f341a46
fix: syntax issue in python3.10
clay-lake 8e86560
fix: EOL filtering to only exclude builds with no valid tracks.
clay-lake 7ce59ec
fix: clean revision data of extra fields
clay-lake fc26de4
fix: correct import path
clay-lake d647b9d
fix: corrections for relative paths
clay-lake b761f30
fix: serialization of datetime object
clay-lake c333e0c
fix: readded track to revision data json
clay-lake 6ba07dd
fix: broken import in src/image/merge_release_info.py
clay-lake e2b87e4
fix: formatting issues
clay-lake 71c8579
fix: syntax issue in python3.10
clay-lake 4dd7294
Merge branch 'fix_eol_filtering' of https://github.com/canonical/oci-…
clay-lake deddda5
trigger build
clay-lake d102dd9
fix: dump revision_data by alias to fix eol field
clay-lake f30157c
test: added debug statement
clay-lake d7c12ff
fix(Image.yaml): remove unnecessary revision_file filtering
clay-lake 6ee5fde
fix: update remaining pydantic to 2.8.2
clay-lake 0d7084f
fix(release.py): simplify image_trigger iteration
clay-lake 775b540
ci: automatically update oci/mock-rock/_releases.json, from https://g…
b0ef739
fix(release.py): typo
clay-lake a417784
refactor(trigger.py): update for pydantic2
clay-lake 8866ac0
Merge branch 'fix_eol_filtering' of https://github.com/canonical/oci-…
clay-lake 20565af
ci: automatically update oci/mock-rock/_releases.json, from https://g…
c29f1bf
fix: more updates for pydantic 2
clay-lake 1a3030f
Merge branch 'fix_eol_filtering' of https://github.com/canonical/oci-…
clay-lake d6a3652
ci: automatically update oci/mock-rock/_releases.json, from https://g…
1127c90
fix: more updates for pydantic 2
clay-lake 262620f
Merge branch 'fix_eol_filtering' of https://github.com/canonical/oci-…
clay-lake d62b609
ci: automatically update oci/mock-rock/_releases.json, from https://g…
4a4439a
Merge branch 'main' into fix_eol_filtering
clay-lake 2b915da
refactor: merge_release_info.py excess print
clay-lake 7dc9685
ci: automatically update oci/mock-rock/_releases.json, from https://g…
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 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 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 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 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 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,3 @@ | ||
boto3 | ||
pyyaml | ||
pydantic==1.9.0 | ||
pydantic==2.8.2 | ||
This file contains 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 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.