Skip to content
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

Upgrade baton-sdk to v0.2.56 #57

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Upgrade baton-sdk to v0.2.56 #57

merged 1 commit into from
Dec 19, 2024

Conversation

ggreer
Copy link
Contributor

@ggreer ggreer commented Dec 19, 2024

Summary by CodeRabbit

  • Chores
    • Updated module dependencies to enhance performance and functionality.
    • Upgraded github.com/conductorone/baton-sdk to version v0.2.56.
    • Added three new indirect dependencies.
    • Removed an outdated indirect dependency.

Copy link

coderabbitai bot commented Dec 19, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

The pull request involves updating the go.mod file with dependency changes. The primary modification is upgrading the conductorone/baton-sdk from version v0.2.52 to v0.2.56. Three new indirect dependencies have been added: maphash, deque, and otter, while the bigcache/v3 indirect dependency has been removed. These changes reflect typical module management and dependency updates in a Go project.

Changes

File Change Summary
go.mod - Upgraded conductorone/baton-sdk from v0.2.52 to v0.2.56
- Added indirect dependencies: dolthub/maphash v0.1.0, gammazero/deque v0.2.1, maypok86/otter v1.2.4
- Removed indirect dependency: allegro/bigcache/v3 v3.1.0

Poem

🐰 Hop, hop, dependencies dance!
Modules update with a swift glance
SDK version takes a leap
New friends join, old ones sleep
Go modules, ever so neat! 📦


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2af8edf and b809c8d.

⛔ Files ignored due to path filters (81)
  • go.sum is excluded by !**/*.sum and included by none
  • vendor/github.com/allegro/bigcache/v3/.codecov.yml is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/.gitignore is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/README.md is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/bigcache.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/bytes.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/bytes_appengine.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/clock.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/config.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/encoding.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/entry_not_found_error.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/fnv.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/hash.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/iterator.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/logger.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/queue/bytes_queue.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/shard.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/stats.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/utils.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/internal/connector/connector.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/dotc1z/entitlements.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/dotc1z/grants.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/dotc1z/resouce_types.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/dotc1z/resources.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/dotc1z/sql_helpers.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/sdk/version.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/sync/expand/graph.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/sync/syncer.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/uhttp/dbcache.go is excluded by !vendor/** and included by none
  • vendor/github.com/conductorone/baton-sdk/pkg/uhttp/gocache.go is excluded by !vendor/** and included by none
  • vendor/github.com/dolthub/maphash/.gitignore is excluded by !vendor/** and included by none
  • vendor/github.com/dolthub/maphash/LICENSE is excluded by !vendor/** and included by none
  • vendor/github.com/dolthub/maphash/README.md is excluded by !vendor/** and included by none
  • vendor/github.com/dolthub/maphash/hasher.go is excluded by !vendor/** and included by none
  • vendor/github.com/dolthub/maphash/runtime.go is excluded by !vendor/** and included by none
  • vendor/github.com/gammazero/deque/.gitignore is excluded by !vendor/** and included by none
  • vendor/github.com/gammazero/deque/LICENSE is excluded by !vendor/** and included by none
  • vendor/github.com/gammazero/deque/README.md is excluded by !vendor/** and included by none
  • vendor/github.com/gammazero/deque/deque.go is excluded by !vendor/** and included by none
  • vendor/github.com/gammazero/deque/doc.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/.gitignore is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/.golangci.yml is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/CODE_OF_CONDUCT.md is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/CONTRIBUTING.md is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/LICENSE is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/Makefile is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/README.md is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/builder.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/cache.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/entry.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/extension.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/core/cache.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/core/task.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/expiry/disabled.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/expiry/fixed.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/expiry/queue.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/expiry/variable.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/generated/node/b.go is excluded by !**/generated/**, !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/generated/node/bc.go is excluded by !**/generated/**, !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/generated/node/be.go is excluded by !**/generated/**, !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/generated/node/bec.go is excluded by !**/generated/**, !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/generated/node/manager.go is excluded by !**/generated/**, !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/hashtable/bucket.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/hashtable/map.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/lossy/buffer.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/queue/growable.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/s3fifo/ghost.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/s3fifo/main.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/s3fifo/policy.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/s3fifo/queue.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/s3fifo/small.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/stats/counter.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/stats/stats.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/unixtime/unixtime.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/xmath/power.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/xruntime/runtime.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/xruntime/runtime_1.22.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/internal/xruntime/xruntime.go is excluded by !vendor/** and included by none
  • vendor/github.com/maypok86/otter/stats.go is excluded by !vendor/** and included by none
  • vendor/modules.txt is excluded by !vendor/** and included by none
📒 Files selected for processing (1)
  • go.mod (1 hunks)

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@ggreer ggreer merged commit d225d43 into main Dec 19, 2024
3 checks passed
@ggreer ggreer deleted the ggreer/upgrade-baton-sdk branch December 19, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant