-
Notifications
You must be signed in to change notification settings - Fork 0
ROX-30064: Script to generate catalog-template.yaml #137
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
kurlov
wants to merge
117
commits into
master
Choose a base branch
from
akurlov/add-catalog-generation-from-folder-structure
base: master
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
117 commits
Select commit
Hold shift + click to select a range
f7abddb
WIP script to generate catalog-template.yaml
kurlov 9077e29
Drop previous approach
kurlov 7f45122
Remove redundant bash script
kurlov fb74d4e
Improve
kurlov 67f98d8
Fix generation bugs
kurlov da2882f
Use latest yaml library
kurlov 52ecdd5
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov cacdf62
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov 742e929
Drop unused structs and rename existing
kurlov 9f7710d
Simplify file writting
kurlov 38543b2
use semver library instead
kurlov d8a4da6
Add tests
kurlov 09226f7
Add additional comment and replace original catalog-temlate
kurlov f76395d
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov b057e1a
Move files and address review comments
kurlov 9a6e92f
Use Parse for validating image reference
kurlov 237dbe6
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov 31a607a
Rollback catalog-template
kurlov a1e067b
Add 4.7.5
kurlov af2bfe4
Change adding skips, channel entries and refactor channel entry creation
kurlov 2b59601
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov b918400
Update catalogs
kurlov d0e2db7
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov 4f95a47
Update input format and use latest catalog teplate
kurlov 2dc269d
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov 01fb9df
Add vscode settings to gitignore
kurlov 5433ddb
Use input for broken versions and bundle deprecations
kurlov 5463281
Update catalogs
kurlov 7e3075b
Fail if bundle images are not sorted in ascending order
kurlov 91c80bd
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov 14143c7
Apply suggestions from code review
kurlov 6aef397
Move types
kurlov 2d03d0e
Fix go.mod structure
kurlov d8f5f8a
Add 4.6.8 version
kurlov 38b5248
Update catalogs
kurlov f510eb5
Fix latest channel duplication
kurlov 04dabf1
Update catalogs
kurlov 4654434
Add command for running the script
kurlov 37c5f66
Add CI checks
kurlov b73cd41
Update tests
kurlov 3099d33
Review comments
kurlov 7996361
Create channel for 3.63
kurlov 68d7e59
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov bae55c6
Update catalog-template.yaml perms
kurlov 4306cef
Update catalogs
kurlov 39fb840
Add CI catalog-tempalte.yaml permissions
kurlov dad7c44
Remove the out file to handle permission issues
kurlov e456fd1
Drop the output file before writting
kurlov 52d7c72
Move catalog-template.yaml to folder
kurlov d1e10cb
Use another image
kurlov a33aae2
Use another image
kurlov c7d4021
Use another image
kurlov 550db6b
use go-toolset image
kurlov 9b027c6
Change workdir
kurlov 482a2aa
Change workdir
kurlov 149a3a3
Change workdir
kurlov 2dbd845
Fix perms
kurlov 06b92a8
move catalog-template to root
kurlov 0335a94
Configre CI for unittests
kurlov 238c4fc
Run push unit test only for master
kurlov 66b89ed
Apply suggestions from code review
kurlov 263f30c
Update cmd/generate-catalog/generate.go
kurlov 4262df9
Fix
kurlov 3bf1197
Merge branch 'akurlov/add-catalog-generation-from-folder-structure' o…
kurlov 5658181
Review comments
kurlov 0163cab
Update deprecation messages
kurlov b0b9d59
Add separte message for broken versions
kurlov 5c8758c
Review comment
kurlov cf68c40
Change channel deprecation
kurlov a7021af
Apply suggestions from code review
kurlov c3cf3c2
Add constants for 3.62.0 and 4.0.0
kurlov 0adc804
Update CI
kurlov b94b2bd
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov 931e23f
Move catalog-template generation to check files up-to-date
kurlov 9c2178a
Add a separate step for checkking catalog-template
kurlov 95500b4
Update catalogs and remove github actions
kurlov 1fa69e6
Remove redundant pipelinerun
kurlov 383e2e4
Update README.md
kurlov 439b924
Update Makefile
kurlov 38a53cc
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov 5d93cd5
Add .go files dependency to catalog-template.yaml command
kurlov ff0f25d
Move go unit tests to a separate task
kurlov efcf1a0
Add use-trusted-artifact
kurlov 0d4605f
Fix CI
kurlov bd6fff8
Update cmd/generate-catalog/generate.go
kurlov e2c5449
Update CI
kurlov 0eb9e54
Add variable for generate-catalog folder
kurlov f98da74
Add variable for generate-catalog folder
kurlov 8be8c44
Update catalogs
kurlov 9f2cb4c
Update deprecation messages
kurlov 4455902
Apply suggestions from code review
kurlov b9b9f3c
Review comments
kurlov 178bd76
Update docs for oldest supported version
kurlov 211a321
Update catalogs
kurlov 6239203
Add tests for reading input file
kurlov 6dfcb9e
Rework channel generation
kurlov ca7b4bd
Merge branch 'master' into akurlov/add-catalog-generation-from-folder…
kurlov bc87179
Apply suggestions from code review
kurlov 9c152fb
Fix README
kurlov 265043e
Change head comment
kurlov b7ad9b5
Add end line space
kurlov f9d49e7
Merge branch 'akurlov/add-catalog-generation-from-folder-structure' o…
kurlov 4454f14
Review comments
kurlov 08deccb
Apply suggestions from code review
kurlov 259c9ce
Review comments
kurlov b9850bf
Use StrictNewVersion
kurlov 87ba005
Drop redundant patch == 0
kurlov fbe2c74
Resolve conflicts
kurlov 9930683
Review comments
kurlov 44a2530
Add TODO
kurlov d5b08cb
Update catalogs
kurlov cc03d50
Add brokenVersionSkippingOffset constant
kurlov 4ae9576
Apply suggestions from code review
kurlov 5c47c24
Fix compiling
kurlov c7673cb
Review comments
kurlov aaa6b2f
Review comments
kurlov 0aff37c
Fix newline
kurlov 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
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.