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.
This pull request adds support for legacy migrations, updating dependencies, and refining the migration status categorization to support legacy migrations status
Support for Legacy Migration Monitoring:
--legacy
to the command-line interface for monitoring legacy migrations (cmd/root.go
). [1] [2] [3]cmd/root.go
).GetLegacyMigrations
andnewGHRestClient
to handle legacy migration data (internal/api/api.go
). [1] [2]Documentation Updates:
gh migration-monitor
and added an example with an illustrative image (README.md
).Migration State Handling:
internal/migration/migration.go
).Dependency Updates:
golang.org/x/oauth2
to version0.8.0
and added several indirect dependencies (go.mod
).Code Refactoring:
internal/api/api.go
). [1] [2]These changes collectively enhance the functionality, usability, and maintainability of the migration monitoring tool.