-
Notifications
You must be signed in to change notification settings - Fork 53
Auto wrap YAML BOMs as catalog bundles #746
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
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
97b50e4
add routine to create new temp bundle
ahgittin d7975d1
implicitly wrap yaml in bundles when uploading to catalog
ahgittin 2165778
fix bundles set on scanning, and aborted work to scan osgi bundles
ahgittin e7dc875
Add checksum to managed bundle so we can tell if it changes and fail …
ahgittin f16bda9
support force when wrapping a BOM
ahgittin 8385f13
repair tests where semantics changed, new tests
ahgittin e32d74d
comments on BOM scanning
ahgittin dc43f03
add library bundles directly, without munging yaml, and only if not w…
ahgittin 480a0c7
Delete wrapper bundles who have no types installed.
ahgittin 21e93d2
restore test bundle counts, and resolve library URLs on install
ahgittin 12ea23b
Merge branch 'version-new-rules' into osgi-auto-wrap-yaml
ahgittin 41b9894
Merge branch 'catalog-internal-references' into osgi-auto-wrap-yaml
ahgittin 4318237
Merge branch 'catalog-internal-references' into 2
ahgittin 9885cff
catalog.bom parsing can result in RegisteredType instances instead of…
ahgittin d2e6a53
big work in catalog to add unresolved items to type registry
ahgittin bf31100
roughly working to validate types in a separate pass, fixing the big …
ahgittin 02cfe50
misc fixes related to type-reg / osgi, making the tests work
ahgittin 580c00d
remove osgi deprecation, disable, and transform tests
ahgittin 915e3bf
Merge branch 'master' into osgi-auto-wrap-yaml
ahgittin ce85007
Merge branch 'master' into osgi-auto-wrap-yaml
ahgittin 520fb6a
tidy tests, add more OSGi-variants of existing tests, weaken same-blu…
ahgittin b016e67
fix more tests, pointing at type registry instead of catalog
ahgittin c5af549
make LocationRegistry be a facade to TypeRegistry for most things
ahgittin 7a42cf8
support templates for RegisteredType instances, using tags
ahgittin 694ac1d
use more forgiving checksum routine, ignoring dates and order in zip …
ahgittin d7ebb6b
switch REST API to use TypeRegistry methods (but not yet changing API)
ahgittin f344430
better error messages and warnings around catalog item failures
ahgittin bf7d292
address two edge cases where osgi bundles out of sync with brooklyn-m…
ahgittin ab75195
suppress some warnings
ahgittin d0183c2
address PR comments
ahgittin 5868124
remove CatalogBomScanner
ahgittin a9e770f
remove more of the legacy bom-scanning support
ahgittin d6fd2ae
remove BomScanner reference in blueprint.xml
ahgittin c39eb71
address misc PR comments
ahgittin 98d9b0a
tests for deletion of empty wrapper bundles
ahgittin c2d9bff
tidy warnings
ahgittin c7034e6
fix broken tests by reverting the increased flexibility to the java c…
ahgittin 97f2524
address review comments
ahgittin 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
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
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.
I'd call this
getMd5Checksum, if that's what it is.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.
it uses
md5but it has some opinions about what it uses for checksum so better to consider it its own checksum