-
Notifications
You must be signed in to change notification settings - Fork 259
Feature/support multiple sources #2983
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
rimapol
wants to merge
32
commits into
jfrog:dev
Choose a base branch
from
rimapol:feature/support-multiple-sources
base: dev
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
32 commits
Select commit
Hold shift + click to select a range
85df682
Introduce e2e tests for lifecycle anotate command.
rimapol 18abaa9
Merge commit
rimapol 18c423e
Introduce miltisource option for create release bundles
rimapol cb2ed40
Introduce e2e tests for create release bundle with multiple sources
rimapol 9c4fae7
Introduce support for create release bundle from multiple sources def…
rimapol f778099
Merge remote-tracking branch 'upstream/dev' into feature/support-mult…
rimapol 003b2bb
Update dependencies
rimapol 772ea90
Update dependencies
rimapol 321a672
Update dependencies
rimapol 990818a
Update dependency
rimapol 0528c13
Fix lynt errors
rimapol a9d1b26
Fix lynt errors
rimapol 2eb30fc
Fix lynt errors
rimapol 33632af
Revert format changes
rimapol 62af840
Remove unused
rimapol 0ed9067
update dependencies
rimapol 48fd1d5
update dependencies and resolve conflicts
rimapol 9c11eeb
update dependencies
rimapol 25eb278
Merge branch 'dev' into feature/support-multiple-sources
rimapol 4820a39
Update tests after change source flags names
rimapol 6ec7393
Resolve dependencies
rimapol c14f9a8
Merge remote-tracking branch 'origin/dev' into v2
jfrog-ecosystem f528050
Update tests
rimapol 98bb068
Update dependencies
rimapol 42822e2
Resolve conflicts
rimapol aab4749
Fix CheckError issue
rimapol 24638d4
Update dependencies
rimapol bf48764
Update dependencies
rimapol de572d8
Update dependencies
rimapol fb49b6e
Merge branch 'jfrog:v2' into feature/support-multiple-sources
rimapol c9b95ae
Update dependencies
rimapol 013bb99
Fix lint
rimapol 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
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.
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.
createRbFromSpec is only creating release bundle from single source, how is it testing multipleResource from a spec?
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.
@bhanurp In this test I previously create regular release bundles from a single source and then I create a multi-source release-bundle using these previously created release bundles.