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

Max projection bytes #560

Merged
merged 15 commits into from
Sep 2, 2024
Merged

Commits on Apr 29, 2024

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

Commits on May 2, 2024

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

Commits on May 3, 2024

  1. If pixel_range changes (when initially loaded for V7 -> V8 update) re…

    …-render image
    
    Since it may be that Z-projection now falls within the MAX_PROJECTION_BYTES limit
    will-moore committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3855025 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    447144c View commit details
    Browse the repository at this point in the history
  2. flake8 fix

    will-moore committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b73d06c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    09f7a35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9346337 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. flake8 fix

    will-moore committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b7cad07 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    a3904f4 View commit details
    Browse the repository at this point in the history
  2. Use path() in urls.py

    will-moore committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b000e02 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    9c44243 View commit details
    Browse the repository at this point in the history
  2. Use total channels to disable Z-projection

    This also updates the message on the placeholder image to 'Z-projection disabled' rather than exceeded.
    This also disables the Z-projection button if Z-projection is disabled and is currently off (we don't want
    to prevent users from turning Z-projection off by disabling the button)
    will-moore committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c447072 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17748ab View commit details
    Browse the repository at this point in the history
  4. Flake8 fix

    will-moore committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    996699f View commit details
    Browse the repository at this point in the history