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

Add zarr3 streaming v0 #7941

Merged
merged 32 commits into from
Aug 14, 2024
Merged

Add zarr3 streaming v0 #7941

merged 32 commits into from
Aug 14, 2024

Commits on Jul 22, 2024

  1. WIP add zarr3 streaming

    - Added mag/zarr.json & mag/coords route for datasets (not annotations)
    MichaelBuessemeyer committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8910b1b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    acab8c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    229a374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05c8480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3628673 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    886652f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    b7ed5d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f3f54c View commit details
    Browse the repository at this point in the history
  3. refactor code

    MichaelBuessemeyer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cde2845 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0628ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15a3ff0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    ad69237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    471f5b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b5b790 View commit details
    Browse the repository at this point in the history
  4. remove fixed full length match of zarr coordinate regex parsing;

    - wk seems to send c.0.x.y.z requests and the c at the start does not match with the regex resulting in invalid coordinate parsing
    MichaelBuessemeyer committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6370b42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32b58bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebcde2a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    958f5e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. apply pr feedback

    MichaelBuessemeyer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9bb611f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    688cf75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b48ef86 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    01abdf9 View commit details
    Browse the repository at this point in the history
  2. format code

    MichaelBuessemeyer committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f7e5426 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    3772d34 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    d75eb07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56aa0f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fc06f3 View commit details
    Browse the repository at this point in the history
  4. fix backend format

    MichaelBuessemeyer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e785efc View commit details
    Browse the repository at this point in the history
  5. Update webknossos-datastore/app/com/scalableminds/webknossos/datastor…

    …e/datareaders/zarr/NgffMetadataV0_5.scala
    normanrz authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8023bf8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    b04195a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9cda3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd5f87e View commit details
    Browse the repository at this point in the history