Merged
Conversation
- Introduced a new top-level Query type in generated.go for future query implementations.
- Updated CompletionStatus UnmarshalGQL method to use 'any' instead of 'interface{}'.
- Bumped gqlgen version in reader.resolvers.go to v0.17.70.
- Added AllCompletionStatus slice in readerclient/generated.go for easier access to all CompletionStatus values.
- Refactored InputStatus and State functions in readerclient/generated.go for improved readability and consistency.
🦋 Changeset detectedLatest commit: a03a1f7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates package import paths and dependency versions to the new v2 structure and aligns workflow configurations with updated tooling.
- Update import paths for various modules from the old version to v2.
- Adjust configuration in Go workflows and linting actions.
- Remove a deprecated parameter in the contracts binding generation.
Reviewed Changes
Copilot reviewed 76 out of 78 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/convenience/repository/input_repository.go | Updated import paths to v2 |
| pkg/convenience/repository/input_raw_references_repository_test.go | Updated import paths to v2 |
| pkg/convenience/repository/application_repository_test.go | Updated import paths to v2 |
| pkg/convenience/repository/application_repository.go | Updated import paths to v2 |
| pkg/convenience/output_exec_listener_test.go | Updated import paths to v2 |
| pkg/convenience/output_exec_listener.go | Updated import paths to v2 |
| pkg/convenience/decoder/decoder_test.go | Updated import paths to v2 |
| pkg/convenience/decoder/decoder.go | Updated import paths to v2 |
| pkg/convenience/container.go | Updated import paths to v2 |
| pkg/convenience/adapter/adapter.go | Updated import paths to v2 |
| pkg/contracts/generate/main.go | Updated import path and adjusted function call parameters |
| pkg/commons/utils.go | Updated import path to v2 |
| pkg/bootstrap/bootstrap.go | Updated import paths to v2 |
| main.go | Updated bootstrap import to v2 |
| .golangci.toml | Added configuration for linters |
| .github/workflows/loadtest.yaml | Added Go setup step with updated go-version |
| .github/workflows/ci.yaml | Updated go-version and linter action version |
| .changeset/fast-candles-fail.md | Updated changelog with minor version detail |
Files not reviewed (2)
- .golangci.yaml: Language not supported
- go.mod: Language not supported
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
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.