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

2024 Copyright Update #30

Merged
merged 1 commit into from
Jan 12, 2024
Merged

2024 Copyright Update #30

merged 1 commit into from
Jan 12, 2024

Conversation

ikaneshiro
Copy link
Contributor

@ikaneshiro ikaneshiro commented Jan 12, 2024

Summary by CodeRabbit

  • Chores
    • Updated the copyright year to "2023-2024" across various components of the application.

@cclerget cclerget merged commit 05dc3a1 into main Jan 12, 2024
3 checks passed
@ikaneshiro ikaneshiro deleted the copyright-update branch January 12, 2024 17:08
Copy link
Contributor

coderabbitai bot commented Jan 12, 2024

Walkthrough

The overarching modification across the codebase is a uniform update of the copyright year, which has been changed from "2023" to "2023-2024" in various main.go files, internal packages, and plugin-related files.

Changes

Files Change Summary
cmd/beskar-*/main.go, cmd/beskarctl/main.go Updated copyright year to "2023-2024".
internal/pkg/beskar/*, internal/pkg/cache/*, internal/pkg/garbage-collect.go, internal/pkg/registry*, internal/pkg/config/*, internal/pkg/log/*, internal/pkg/pluginsrv/*, internal/pkg/repository/*, internal/pkg/router/*, internal/pkg/s3/*, internal/pkg/sqlite/*, internal/pkg/storage/*, internal/pkg/cmux/*, internal/pkg/gossip/* Updated copyright year to "2023-2024".
internal/plugins/static/*, internal/plugins/yum/* Updated copyright year to "2023-2024".
pkg/decompress/*, pkg/ioutil/*, pkg/mtls/*, pkg/netutil/*, pkg/oras/* Updated copyright year to "2023-2024".

🐇✍️
As years leap like rabbits, so do the lines of code,
From '23 to '24, the copyright strode.
Across files and functions, updates align,
A hop, skip, and jump through the annals of time. 🎉🥕

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>.
    • Generate unit-tests for this file.
  • 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 tests 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 generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between f4d9a51 and c82dbd5.
Files selected for processing (82)
  • cmd/beskar-static/main.go (1 hunks)
  • cmd/beskar-yum/main.go (1 hunks)
  • cmd/beskar/main.go (1 hunks)
  • cmd/beskarctl/main.go (1 hunks)
  • internal/pkg/beskar/access_controller.go (1 hunks)
  • internal/pkg/beskar/cache.go (1 hunks)
  • internal/pkg/beskar/events.go (1 hunks)
  • internal/pkg/beskar/garbage-collect.go (1 hunks)
  • internal/pkg/beskar/plugin.go (1 hunks)
  • internal/pkg/beskar/registry.go (1 hunks)
  • internal/pkg/beskar/registry_middleware.go (1 hunks)
  • internal/pkg/beskar/repository_middleware.go (1 hunks)
  • internal/pkg/cache/cache.go (1 hunks)
  • internal/pkg/cmux/cmux.go (1 hunks)
  • internal/pkg/config/beskar.go (1 hunks)
  • internal/pkg/config/beskar_test.go (1 hunks)
  • internal/pkg/gossip/config.go (1 hunks)
  • internal/pkg/gossip/member.go (1 hunks)
  • internal/pkg/gossip/member_delegate.go (1 hunks)
  • internal/pkg/gossip/member_meta.go (1 hunks)
  • internal/pkg/gossip/member_option.go (1 hunks)
  • internal/pkg/gossip/peer.go (1 hunks)
  • internal/pkg/log/config.go (1 hunks)
  • internal/pkg/log/log.go (1 hunks)
  • internal/pkg/pluginsrv/service.go (1 hunks)
  • internal/pkg/pluginsrv/webhandler.go (1 hunks)
  • internal/pkg/repository/handler.go (1 hunks)
  • internal/pkg/repository/manager.go (1 hunks)
  • internal/pkg/router/builtin.go (1 hunks)
  • internal/pkg/router/router.go (1 hunks)
  • internal/pkg/s3/auth.go (1 hunks)
  • internal/pkg/sqlite/db.go (1 hunks)
  • internal/pkg/sqlite/storage.go (1 hunks)
  • internal/pkg/storage/azure.go (1 hunks)
  • internal/pkg/storage/config.go (1 hunks)
  • internal/pkg/storage/fs.go (1 hunks)
  • internal/pkg/storage/gcs.go (1 hunks)
  • internal/pkg/storage/s3.go (1 hunks)
  • internal/pkg/storage/storage.go (1 hunks)
  • internal/plugins/static/api.go (1 hunks)
  • internal/plugins/static/pkg/config/beskar-static.go (1 hunks)
  • internal/plugins/static/pkg/config/beskar-static_test.go (1 hunks)
  • internal/plugins/static/pkg/staticdb/log.go (1 hunks)
  • internal/plugins/static/pkg/staticdb/repository.go (1 hunks)
  • internal/plugins/static/pkg/staticdb/status.go (1 hunks)
  • internal/plugins/static/pkg/staticrepository/api.go (1 hunks)
  • internal/plugins/static/pkg/staticrepository/database.go (1 hunks)
  • internal/plugins/static/pkg/staticrepository/file.go (1 hunks)
  • internal/plugins/static/pkg/staticrepository/handler.go (1 hunks)
  • internal/plugins/static/plugin.go (1 hunks)
  • internal/plugins/yum/api.go (1 hunks)
  • internal/plugins/yum/pkg/config/beskar-yum.go (1 hunks)
  • internal/plugins/yum/pkg/config/beskar-yum_test.go (1 hunks)
  • internal/plugins/yum/pkg/mirror/syncer.go (1 hunks)
  • internal/plugins/yum/pkg/yumdb/log.go (1 hunks)
  • internal/plugins/yum/pkg/yumdb/metadata.go (1 hunks)
  • internal/plugins/yum/pkg/yumdb/repository.go (1 hunks)
  • internal/plugins/yum/pkg/yumdb/status.go (1 hunks)
  • internal/plugins/yum/pkg/yummeta/common.go (1 hunks)
  • internal/plugins/yum/pkg/yummeta/primary.go (1 hunks)
  • internal/plugins/yum/pkg/yummeta/primary_test.go (1 hunks)
  • internal/plugins/yum/pkg/yumrepository/api.go (1 hunks)
  • internal/plugins/yum/pkg/yumrepository/database.go (1 hunks)
  • internal/plugins/yum/pkg/yumrepository/handler.go (1 hunks)
  • internal/plugins/yum/pkg/yumrepository/metadata.go (1 hunks)
  • internal/plugins/yum/pkg/yumrepository/package.go (1 hunks)
  • internal/plugins/yum/pkg/yumrepository/repomd.go (1 hunks)
  • internal/plugins/yum/pkg/yumrepository/sync.go (1 hunks)
  • internal/plugins/yum/plugin.go (1 hunks)
  • pkg/decompress/decompress.go (1 hunks)
  • pkg/decompress/decompress_test.go (1 hunks)
  • pkg/ioutil/multireader.go (1 hunks)
  • pkg/mtls/config.go (1 hunks)
  • pkg/mtls/generate.go (1 hunks)
  • pkg/netutil/netutil.go (1 hunks)
  • pkg/oras/auth.go (1 hunks)
  • pkg/oras/image.go (1 hunks)
  • pkg/oras/image_index.go (1 hunks)
  • pkg/oras/layer.go (1 hunks)
  • pkg/oras/manifest.go (1 hunks)
  • pkg/oras/pull.go (1 hunks)
  • pkg/oras/push.go (1 hunks)
Files not processed due to max files limit (11)
  • pkg/orasfile/file.go
  • pkg/orasrpm/rpm.go
  • pkg/orasrpm/rpm_metadata.go
  • pkg/plugins/httpcodec/json.go
  • pkg/plugins/httperror/error.go
  • pkg/plugins/httperror/error_test.go
  • pkg/plugins/static/api/v1/api.go
  • pkg/plugins/yum/api/v1/api.go
  • pkg/rv/rv.go
  • pkg/sighandler/sighandler.go
  • pkg/version/version.go
Files skipped from review due to trivial changes (77)
  • cmd/beskar-static/main.go
  • cmd/beskar-yum/main.go
  • cmd/beskar/main.go
  • cmd/beskarctl/main.go
  • internal/pkg/beskar/access_controller.go
  • internal/pkg/beskar/cache.go
  • internal/pkg/beskar/garbage-collect.go
  • internal/pkg/beskar/plugin.go
  • internal/pkg/beskar/registry.go
  • internal/pkg/beskar/registry_middleware.go
  • internal/pkg/cache/cache.go
  • internal/pkg/cmux/cmux.go
  • internal/pkg/config/beskar.go
  • internal/pkg/config/beskar_test.go
  • internal/pkg/gossip/config.go
  • internal/pkg/gossip/member.go
  • internal/pkg/gossip/member_delegate.go
  • internal/pkg/gossip/member_meta.go
  • internal/pkg/gossip/member_option.go
  • internal/pkg/gossip/peer.go
  • internal/pkg/log/config.go
  • internal/pkg/log/log.go
  • internal/pkg/pluginsrv/service.go
  • internal/pkg/pluginsrv/webhandler.go
  • internal/pkg/repository/handler.go
  • internal/pkg/repository/manager.go
  • internal/pkg/router/builtin.go
  • internal/pkg/router/router.go
  • internal/pkg/s3/auth.go
  • internal/pkg/sqlite/db.go
  • internal/pkg/sqlite/storage.go
  • internal/pkg/storage/azure.go
  • internal/pkg/storage/fs.go
  • internal/pkg/storage/gcs.go
  • internal/pkg/storage/s3.go
  • internal/pkg/storage/storage.go
  • internal/plugins/static/api.go
  • internal/plugins/static/pkg/config/beskar-static.go
  • internal/plugins/static/pkg/staticdb/log.go
  • internal/plugins/static/pkg/staticdb/repository.go
  • internal/plugins/static/pkg/staticdb/status.go
  • internal/plugins/static/pkg/staticrepository/api.go
  • internal/plugins/static/pkg/staticrepository/database.go
  • internal/plugins/static/pkg/staticrepository/file.go
  • internal/plugins/static/pkg/staticrepository/handler.go
  • internal/plugins/static/plugin.go
  • internal/plugins/yum/api.go
  • internal/plugins/yum/pkg/config/beskar-yum.go
  • internal/plugins/yum/pkg/config/beskar-yum_test.go
  • internal/plugins/yum/pkg/mirror/syncer.go
  • internal/plugins/yum/pkg/yumdb/log.go
  • internal/plugins/yum/pkg/yumdb/metadata.go
  • internal/plugins/yum/pkg/yumdb/repository.go
  • internal/plugins/yum/pkg/yumdb/status.go
  • internal/plugins/yum/pkg/yummeta/common.go
  • internal/plugins/yum/pkg/yummeta/primary.go
  • internal/plugins/yum/pkg/yummeta/primary_test.go
  • internal/plugins/yum/pkg/yumrepository/api.go
  • internal/plugins/yum/pkg/yumrepository/database.go
  • internal/plugins/yum/pkg/yumrepository/handler.go
  • internal/plugins/yum/pkg/yumrepository/metadata.go
  • internal/plugins/yum/pkg/yumrepository/package.go
  • internal/plugins/yum/pkg/yumrepository/repomd.go
  • internal/plugins/yum/pkg/yumrepository/sync.go
  • internal/plugins/yum/plugin.go
  • pkg/decompress/decompress_test.go
  • pkg/ioutil/multireader.go
  • pkg/mtls/config.go
  • pkg/mtls/generate.go
  • pkg/netutil/netutil.go
  • pkg/oras/auth.go
  • pkg/oras/image.go
  • pkg/oras/image_index.go
  • pkg/oras/layer.go
  • pkg/oras/manifest.go
  • pkg/oras/pull.go
  • pkg/oras/push.go
Additional comments: 5
internal/pkg/beskar/events.go (1)
  • 1-1: The copyright notice has been correctly updated to "2023-2024".
internal/pkg/storage/config.go (1)
  • 1-1: The copyright notice has been correctly updated to "2023-2024".
internal/plugins/static/pkg/config/beskar-static_test.go (1)
  • 1-1: The copyright notice has been correctly updated to "2023-2024".
pkg/decompress/decompress.go (1)
  • 1-1: The copyright notice has been correctly updated to "2023-2024".
internal/pkg/beskar/repository_middleware.go (1)
  • 1-1: The copyright notice has been correctly updated to "2023-2024".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants