Skip to content

Conversation

philippotto
Copy link
Member

@philippotto philippotto commented Apr 1, 2025

Based on 38d92ac. Additionally, cherry picked:

Once approved, I will create a git tag and then pull the master in.


philippotto and others added 3 commits April 1, 2025 17:20
* rename some variables

* more renaming

* more renaming

* fix undo in merger mode

* format

* change any to number

---------

Co-authored-by: Michael Büßemeyer <frameworklinux+MichaelBuessemeyer@users.noreply.github.com>
Co-authored-by: MichaelBuessemeyer <39529669+MichaelBuessemeyer@users.noreply.github.com>
* fix highlighting the correct navbar item

* update changelog
@philippotto philippotto requested a review from fm3 April 1, 2025 15:25
@philippotto philippotto self-assigned this Apr 1, 2025
Copy link
Contributor

coderabbitai bot commented Apr 1, 2025

Warning

Rate limit exceeded

@philippotto has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 9 minutes and 45 seconds before requesting another review.

⌛ 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.

📥 Commits

Reviewing files that changed from the base of the PR and between f5fbb79 and d924a9e.

📒 Files selected for processing (2)
  • CHANGELOG.unreleased.md (1 hunks)
  • MIGRATIONS.unreleased.md (1 hunks)
📝 Walkthrough

Walkthrough

This pull request introduces updates across documentation, migrations, and frontend code. Datasets now support additional data types, and enhancements have been made to navigation, task creation, and annotation handling. Database migrations are updated with new requirements and SQL files, and the frontend components have been refactored—switching navigation hooks in the Navbar and revising the merger mode logic to use unmapped segment IDs. Several bug fixes and variable/method renamings ensure consistency across the codebase.

Changes

File(s) Change Summary
CHANGELOG.released.md, CHANGELOG.unreleased.md Updated dataset support (including new types), added command palette, super user features (AI model sharing, job retries), version bump from 25.02.1 to 25.03.0, and various bug fixes.
MIGRATIONS.released.md, MIGRATIONS.unreleased.md New release section for 25.03.0 with updated FossilDB configuration and added Postgres migration files; unreleased section modified by removing the FossilDB note and deleting corresponding SQL scripts.
frontend/javascripts/navbar.tsx Replaced useHistory with useLocation and updated variable naming for accessing the current pathname.
frontend/javascripts/oxalis/merger_mode.ts Refactored the module to replace segment IDs with unmapped segment IDs, including renaming functions and type properties along with updating function parameters and logic.

Possibly related PRs

Suggested labels

documentation

Suggested reviewers

  • daniel-wer

Poem

I’m a rabbit with a hop in my code,
Updates and fixes lightening the load!
New IDs and names, a clever switch,
In migrations and navigation, every glitch doth ditch.
Hop along the branches with joy and cheer,
CodeRabbit Inc celebrates changes far and near!
🐇💻


🪧 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.


### Added
- Added support for datasets with the following data types: int8, int16, int32, uint32 (support for color was added, support for segmentation already existed before) and int64 (segmentation only). [#8325](https://github.com/scalableminds/webknossos/pull/8325)
- Added a command palette that allows navigating between pages, switching tools and accessing some user settings via Ctrl+P. [#8447](https://github.com/scalableminds/webknossos/pull/8447/)
Copy link
Member

Choose a reason for hiding this comment

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

I’d call this a highlight ;-) Or aren’t we doing those anymore?

Copy link
Member Author

Choose a reason for hiding this comment

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

oh, I forgot about the highlights!

@philippotto philippotto enabled auto-merge (squash) April 2, 2025 10:17
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.

Actionable comments posted: 0

🧹 Nitpick comments (1)
CHANGELOG.released.md (1)

24-24: Minor inconsistency in URL formatting.

There's a trailing slash at the end of the URL that isn't consistent with most other PR links in the changelog. This isn't a critical issue, as some other entries also have trailing slashes, but for consistency, consider removing trailing slashes in future entries.

- When using a zarr link to a wk-served data layer as another layer's source, the user's token is used to access the data. [#8322](https://github.com/scalableminds/webknossos/pull/8322/)
+ When using a zarr link to a wk-served data layer as another layer's source, the user's token is used to access the data. [#8322](https://github.com/scalableminds/webknossos/pull/8322)
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between ba3f99b and f5fbb79.

📒 Files selected for processing (1)
  • CHANGELOG.released.md (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: circleci_build
🔇 Additional comments (2)
CHANGELOG.released.md (2)

13-15: Looking good! Highlights section properly included.

The highlights section has been appropriately added with significant features. This addresses previous feedback (from the comment thread) about including highlights in the changelog.


10-46: Well-structured changelog entry for version 25.03.0.

The new changelog entry is well-formatted and comprehensive, providing clear information about new features, changes, and fixes in this release. The content follows the established pattern of the changelog with appropriate sections and formatting.

@philippotto philippotto merged commit aaff88c into master Apr 2, 2025
3 checks passed
@philippotto philippotto deleted the release-25.03.0 branch April 2, 2025 10: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.

3 participants