-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
breaking(module): migrate from tdabasinskas to datolabs-io #69
Merged
Conversation
This file contains 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
Flatten the package structure by moving all files from the `backstage` subdirectory directly to the root directory. This simplifies the import paths and package organization while maintaining the same functionality.
Reorganize project structure by moving the testdata directory to the root level, making it more accessible and following a cleaner directory hierarchy. All JSON and YAML test files remain unchanged, only their location has been updated.
Added configuration for cSpell to enforce consistent spelling across the codebase. This includes: - New custom dictionary file with project-specific terms - Base cspell.json configuration file with dictionary references
Changed ownership from individual user to the dedicated Go Backstage maintainers team for better collaboration and maintenance scalability
Update all repository references in README.md from `tdabasinskas` to `datolabs-io` organization. Also update version references from v2 to v3 to reflect the new major version. BREAKING CHANGE: Repository moved to datolabs-io organization with a new major version v3
Update repository and module paths from tdabasinskas/go-backstage/v2 to datolabs-io/go-backstage/v3. This change includes: - Updating Go version from 1.22 to 1.23 - Upgrading testify dependency to v1.9.0 - Updating import paths in example code - Updating example location target URL BREAKING CHANGE: Module path has changed from github.com/tdabasinskas/go-backstage/v2 to github.com/datolabs-io/go-backstage/v3
Updated the module path from `github.com/tdabasinskas/go-backstage/v2` to `github.com/datolabs-io/go-backstage/v3` to reflect the new organization ownership. Added new entries to the custom dictionary: - gopkg - exampleentities - examplelocations
Fixed a typo in the yaml tag for `ConsumesApis` field where it was missing the leading `c` character (`onsumesApis` -> `consumesApis`)
Changed the testdata path from `backstage/testdata/` to `testdata/` to reflect the correct directory structure for linguist-generated files
Add code block syntax highlighting and fix import path in documentation. Improve readability by using proper markdown code blocks with language hints and consistent spacing throughout the documentation.
Changed repository URLs from `tdabasinskas/go` to `datolabs-io/go-backstage` across test files to reflect the new repository location
3915965
to
2894e4f
Compare
Add `testdata` to custom dictionary and mark `.cspell/` directory as linguist-generated to improve repository language statistics accuracy
2894e4f
to
7cee082
Compare
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.
v3
./backstage
suffix is no longer required in theimports
.