Skip to content

update registry commit#1526

Merged
hardyjosh merged 2 commits intomainfrom
2025-03-27-upate-registry
Mar 27, 2025
Merged

update registry commit#1526
hardyjosh merged 2 commits intomainfrom
2025-03-27-upate-registry

Conversation

@Siddharth2207
Copy link
Copy Markdown
Contributor

@Siddharth2207 Siddharth2207 commented Mar 27, 2025

Motivation

Update registry commit for registry url.

Checks

By submitting this for review, I'm confirming I've done the following:

  • made this PR as small as possible
  • unit-tested any new functionality
  • linked any relevant issues or PRs
  • included screenshots (if this involves a front-end change)

Summary by CodeRabbit

  • Chores
    • Updated the registry data source to ensure the application fetches the most current registry information.

@Siddharth2207 Siddharth2207 self-assigned this Mar 27, 2025
@Siddharth2207 Siddharth2207 requested a review from hardyjosh March 27, 2025 13:11
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 27, 2025

Walkthrough

The update modifies the source URL for registry data by changing the commit hash value within the exported constant. The update takes place in the constants file and is limited to replacing the previous commit hash with a new one, without altering the constant’s structure or its usage elsewhere in the application.

Changes

File Change Summary
packages/.../constants.ts Updated REGISTRY_URL: replaced commit hash eb719a1c480752ce912c7f0c3dd50ddf91c2d8cf with f81cc8cc0fc9119a35f1621c994344574bd26590 in the URL.

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it’s a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

npm warn config production Use --omit=dev instead.
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
npm error code E500
npm error 500 Internal Server Error - GET http://10.0.0.28:4873/vitest/-/vitest-2.1.5.tgz - uplink is offline
npm error A complete log of this run can be found in: /.npm/_logs/2025-03-27T13_13_50_209Z-debug-0.log


📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 28a33f9 and f3ebb64.

📒 Files selected for processing (1)
  • packages/webapp/src/lib/constants.ts (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build-tauri (ubuntu-22.04, true)
🔇 Additional comments (1)
packages/webapp/src/lib/constants.ts (1)

1-2: Update Verified: Registry URL Commit Change

The registry URL has been updated to point to the new commit hash as intended for the registry data fetch. Please ensure that:

  • The new commit hash (f81cc8cc0fc9119a35f1621c994344574bd26590) is validated and active.
  • Integration or smoke tests confirm that the registry data is correctly fetched from this updated URL.
✨ Finishing Touches
  • 📝 Generate Docstrings

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.

@Siddharth2207 Siddharth2207 added the enhancement New feature or request label Mar 27, 2025
@hardyjosh hardyjosh enabled auto-merge March 27, 2025 16:50
@hardyjosh hardyjosh merged commit 9a6d02f into main Mar 27, 2025
17 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Mar 31, 2025
4 tasks
@coderabbitai coderabbitai Bot mentioned this pull request Feb 5, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ankr Rpc being used, even if settings.json does not have ankr rpc

2 participants