-
Notifications
You must be signed in to change notification settings - Fork 203
[OCPERT-210]Add OTE migration plugin #225
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
ming1013
wants to merge
26
commits into
openshift-eng:main
Choose a base branch
from
ming1013:minl_test
base: main
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.
+4,703
−0
Open
Changes from 15 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
2a64efc
Add OTE migration plugin
ming1013 2fe42b6
Update OTE migration documentation
ming1013 2123c2e
Fix Go version compatibility in OTE migration
ming1013 40ff77b
Update OTE migration documentation
ming1013 bf418f6
OTE Migration Plugin: Multiple improvements
ming1013 58578bb
Fix markdown linting issues
ming1013 eaf7220
Fix CodeRabbit issues and add migration resume support
ming1013 9ae5c4f
Fix CodeRabbit review issues
ming1013 88948c9
Fix FixturePath migration to remove redundant testdata prefix
ming1013 2b11eb4
Automatically add Makefile targets for building/compressing binary
ming1013 e0fd393
Update README
ming1013 261b03a
Fix new review comments for README
ming1013 290ba3b
1. Pseudo-version timestamps - The most critical fix that prevents go…
ming1013 24f928e
Remove Phase1
ming1013 c450bee
Run git clones in parallel (50% faster, prevents timeout);Defer 'go m…
ming1013 8fb5516
Add language identifiers to code fences.
ming1013 54bb2f4
Automate k8s.io replace directive copying in monorepo mode
ming1013 db3281f
Flatten nested testdata paths for monorepo mode
ming1013 b17829d
Fix monorepo Makefile to directly build binary and generate bindata, …
ming1013 98acafb
Enhance Phase 6 automation for monorepo: run go mod tidy in both test…
ming1013 8af45ed
Add GOTOOLCHAIN=auto to monorepo Phase 4 go commands to handle Go ver…
ming1013 6684a74
Add automatic dependency conflict resolution for monorepo by syncing …
ming1013 dfb4083
Implement unified workspace/target-repo separation for both strategie…
ming1013 1885c7c
Reorganize input order to detect extension name from target repository
ming1013 abd38b2
Clarify that workspace is temporary and working directory becomes tar…
ming1013 c475ca1
Update test filtering documentation to reflect multi-tag OR logic
ming1013 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name": "ote-migration", | ||
| "description": "Automate OpenShift Tests Extension (OTE) migration for component repositories", | ||
| "version": "1.0.0", | ||
| "author": { | ||
| "name": "minl@redhat.com" | ||
| } | ||
| } |
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.