[BUG] Fix Version Requirements for Refined Storage #1042

Merged
hypherionmc merged 1 commit from dev/1.21.1 into dev/1.21.1 2025-03-29 15:31:31 +00:00
hypherionmc commented 2025-03-29 07:20:25 +00:00 (Migrated from github.com)

Description

Fixed the version requirement for Refined Storage, which fixes and closes #1041.

Only did the "does it run though" testing on this.

Breaking Changes

N/A

Checklist

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you).
  • I have made corresponding changes to the documentation.
  • My changes are ready for review from a contributor.

Summary by CodeRabbit

  • Chores
    • Upgraded the core storage dependency to its latest beta release, enhancing overall system stability and performance.
# Description Fixed the version requirement for Refined Storage, which fixes and closes #1041. Only did the "does it run though" testing on this. # Breaking Changes N/A <!-- For drafts, fill this in as you go; if you are leaving draft, make sure these are all complete. --> # Checklist - [X] My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you). - [ ] I have made corresponding changes to the documentation. - [X] My changes are ready for review from a contributor. <!-- Thanks to: https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ for the building blocks of this template --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Upgraded the core storage dependency to its latest beta release, enhancing overall system stability and performance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
coderabbitai[bot] commented 2025-03-29 07:20:35 +00:00 (Migrated from github.com)

Walkthrough

The change updates the dependency version details for Refined Storage in the gradle.properties file. The version string and its associated version range have both been modified, moving from a milestone release to a beta release of Refined Storage 2.

Changes

File Change Summary
gradle.properties Updated refinedstorageVersion from 2.0.0-milestone.4.7 to 2.0.0-beta.1 and refinedstorageVersionRange from [2.0.0-milestone.4.5,) to [2.0.0-beta.1,)

Assessment against linked issues

Objective Addressed Explanation
Update Refined Storage dependency to beta [#1041]

Poem

I'm a happy rabbit, skipping along,
Celebrating changes in a joyful song.
From milestone shadows to beta's bright light,
Our dependency now dances in the night.
Hoppity cheers with each updated line—
CodeRabbit delights in every design!


📜 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 8e90a5e9b6 and df67442a0b.

📒 Files selected for processing (1)
  • gradle.properties (1 hunks)
Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: verify
🔇 Additional comments (1)
gradle.properties (1)

44-45: Confirm Refined Storage Version Update.

The updated dependency version and version range are now set to use the beta release ("2.0.0-beta.1") instead of the earlier milestone version. This change addresses the version requirement issues identified in the PR objectives. Please verify that your build and dependency resolution mechanisms correctly support this beta version.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ 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 generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @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.
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough The change updates the dependency version details for Refined Storage in the `gradle.properties` file. The version string and its associated version range have both been modified, moving from a milestone release to a beta release of Refined Storage 2. ## Changes | File | Change Summary | |---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------| | gradle.properties | Updated `refinedstorageVersion` from `2.0.0-milestone.4.7` to `2.0.0-beta.1` and `refinedstorageVersionRange` from `[2.0.0-milestone.4.5,)` to `[2.0.0-beta.1,)` | ## Assessment against linked issues | Objective | Addressed | Explanation | |-------------------------------------------------------|-----------|-----------------------------------------| | Update Refined Storage dependency to beta [#1041] | ✅ | | ## Poem > I'm a happy rabbit, skipping along, > Celebrating changes in a joyful song. > From milestone shadows to beta's bright light, > Our dependency now dances in the night. > Hoppity cheers with each updated line— > CodeRabbit delights in every design! <!-- walkthrough_end --> --- <details> <summary>📜 Recent review details</summary> **Configuration used: CodeRabbit UI** **Review profile: CHILL** **Plan: Pro** <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between 8e90a5e9b6c3f4051160b2ce82812a2fd4c76cac and df67442a0b5929f28617b2de360ffd73f102da14. </details> <details> <summary>📒 Files selected for processing (1)</summary> * `gradle.properties` (1 hunks) </details> <details> <summary>⏰ Context from checks skipped due to timeout of 90000ms (1)</summary> * GitHub Check: verify </details> <details> <summary>🔇 Additional comments (1)</summary><blockquote> <details> <summary>gradle.properties (1)</summary> `44-45`: **Confirm Refined Storage Version Update.** The updated dependency version and version range are now set to use the beta release ("2.0.0-beta.1") instead of the earlier milestone version. This change addresses the version requirement issues identified in the PR objectives. Please verify that your build and dependency resolution mechanisms correctly support this beta version. </details> </blockquote></details> </details> <!-- internal state start --> <!-- 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 --> <!-- internal state end --> <!-- tips_start --> --- Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. <details> <summary>❤️ Share</summary> - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code) </details> <details> <summary>🪧 Tips</summary> ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai?utm_source=oss&utm_medium=github&utm_campaign=Team-EnderIO/EnderIO&utm_content=1042): - 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 generate docstrings` to [generate docstrings](https://docs.coderabbit.ai/finishing-touches/docstrings) for this PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai plan` to trigger planning for file edits and PR creation. - `@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](https://docs.coderabbit.ai/guides/configure-coderabbit) 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](https://docs.coderabbit.ai) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements. </details> <!-- tips_end -->
Rover656 (Migrated from github.com) approved these changes 2025-03-29 15:31:17 +00:00
Rover656 (Migrated from github.com) left a comment

Looks like it runs fine, thanks a lot :)

Looks like it runs fine, thanks a lot :)
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#1042
No description provided.