Skip to content

fix: fix double-slash catalog URL and bump console-components to v0.5.6#284

Merged
v-kessler merged 1 commit intomainfrom
fix/catalog-url-normalization
Apr 24, 2026
Merged

fix: fix double-slash catalog URL and bump console-components to v0.5.6#284
v-kessler merged 1 commit intomainfrom
fix/catalog-url-normalization

Conversation

@v-kessler
Copy link
Copy Markdown
Contributor

Summary

  • Fix double-slash URL bug (http://localhost:8181//catalog/...) in DuckDB/preview calls when Lakekeeper backend normalizes LAKEKEEPER__BASE_URI with a trailing slash — catalogUrl now uses functions.icebergCatalogUrl() which always normalizes to exactly one trailing slash
  • Bump @lakekeeper/console-components to v0.5.6

Test plan

  • Open a table → Preview tab — confirm DuckDB calls http://localhost:8181/catalog/v1/config (single slash)
  • Test with LAKEKEEPER__BASE_URI=http://localhost:8181 set on the backend
  • Test Create Table dialog on a namespace page

BEGIN_COMMIT_OVERRIDE
fix(ui): fix double-slash catalog URL and bump console-components to v0.5.6
END_COMMIT_OVERRIDE

🤖 Generated with Claude Code

…v0.5.6

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 24, 2026

Warning

Rate limit exceeded

@v-kessler has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 31 minutes and 8 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 31 minutes and 8 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1699385d-720b-463a-8551-73f73182b3c1

📥 Commits

Reviewing files that changed from the base of the PR and between bc1546e and 8e13b8b.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (4)
  • package.json
  • src/pages/warehouse/[id].namespace.[nsid].table.[tid].vue
  • src/pages/warehouse/[id].namespace.[nsid].vue
  • src/typed-router.d.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/catalog-url-normalization

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

Comment @coderabbitai help to get the list of available commands and usage tips.

@v-kessler v-kessler merged commit d476966 into main Apr 24, 2026
7 checks passed
@v-kessler v-kessler deleted the fix/catalog-url-normalization branch April 24, 2026 17:29
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