Draft
Conversation
- Update baton-sdk to v0.7.10 - Create pkg/config package with generated configuration - Update main.go to use config.RunConnector API - Update connector to use V2 interface - Update Makefile for config generation and lambda support - Update GitHub workflows Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
…torBuilderV2 - Add WithDefaultCapabilitiesConnectorBuilderV2 to main.go for capabilities generation - Add nil client check in Validate method to skip validation during capabilities/config generation - Add BATON_TOKEN environment variable to capabilities workflow - Rename workflow file to capabilities_and_config.yaml following the standard pattern - Run go mod tidy to clean up dependencies Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Remove COMMIT_MSG.txt, CONTAINERIZATION_COMPLETE.md, and finish_containerization.sh which were temporary files used during the containerization process. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add version: "2" to .golangci.yml for golangci-lint v2 compatibility - Remove unused annotations imports from users.go and workspace.go Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
WithDefaultCapabilitiesConnectorBuilderV2 enables capabilities generation without credentials. Original workflow had no secrets. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
typecheck is built-in to golangci-lint v2 and cannot be explicitly enabled. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Config file is in v1 format, not v2. Using version: 1 to satisfy newer golangci-lint requirement for explicit version. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Containerizes the connector following baton-databricks#35 and baton-contentful#48.
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com