Migrate from exterex/exTerEX to andreassag - #33
Merged
Conversation
Automated migration: 20 replacements of exterex/exTerEX -> andreassag
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates repository references and Go import paths to reflect a migration from exterex/exTerEX to andreassag, aligning code and documentation with the new GitHub owner.
Changes:
- Updated Go import paths from
github.com/exterex/morphic/...togithub.com/andreassag/morphic/...across web routes, internal packages, and tests. - Updated documentation URLs (README + docs) to clone from and link to the new GitHub repository.
- Updated CI Codecov
slugto point atandreassag/morphic.
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| web/routes_shared.go | Updates shared package import to new GitHub owner path. |
| web/routes_organizer.go | Updates organizer import path to new GitHub owner path. |
| web/routes_dupfinder.go | Updates dupfinder/shared import paths to new GitHub owner path. |
| web/routes_converter.go | Updates converter/shared import paths to new GitHub owner path. |
| README.md | Updates build badge and clone URL to andreassag/morphic. |
| internal/shared/shared_test.go | Updates shared test import path to new GitHub owner path. |
| internal/organizer/scanner.go | Updates shared import path used by organizer scanner. |
| internal/organizer/organizer_test.go | Updates organizer test import path to new GitHub owner path. |
| internal/dupfinder/videos.go | Updates shared import path used by dupfinder video logic. |
| internal/dupfinder/scanner.go | Updates shared import path used by dupfinder scanner. |
| internal/dupfinder/images.go | Updates shared import path used by dupfinder image logic. |
| internal/dupfinder/dupfinder_test.go | Updates dupfinder/shared test import paths to new GitHub owner path. |
| internal/converter/scanner.go | Updates shared import path used by converter scanner. |
| internal/converter/converter.go | Updates shared import path used by converter logic. |
| internal/converter/converter_test.go | Updates converter test import path to new GitHub owner path. |
| internal/converter/constants.go | Updates shared import path used by converter constants. |
| docs/index.md | Updates clone URL and license link to andreassag/morphic. |
| docs/_config.yml | Updates repository metadata URLs for docs site to andreassag/morphic. |
| cmd/morphic/main.go | Updates imports for main entrypoint to new GitHub owner path. |
| .github/workflows/CI.yml | Updates Codecov slug to andreassag/morphic. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+10
to
+11
| "github.com/andreassag/morphic/internal/shared" | ||
| "github.com/andreassag/morphic/web" |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.