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

Fix: Can't use curl to download a single manifest in one invocation (#5918) #6099

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    f1a03b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb5a11 View commit details
    Browse the repository at this point in the history
  3. Replace use of attr with attrs in AppController subclasses

    Fixes regression from fb58b01. The problem manifested as an error with the
    `app` property in an AppController subclass, and this wasn't noticed until
    now due to the `app` property not being accessed in a controller that had
    this problem, namely ManifestController.
    dsotirho-ucsc committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fb40f89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1774432 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    965e41f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab21985 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0b46b3 View commit details
    Browse the repository at this point in the history
  8. [1/2] [a] Fix: Can't use curl to download a single manifest in one in…

    …vocation (#5918)
    
    Add support for POST requests to the manifest endpoint
    dsotirho-ucsc committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7c8e598 View commit details
    Browse the repository at this point in the history
  9. [2/2] [a] Fix: Can't use curl to download a single manifest in one in…

    …vocation (#5918)
    
    Add a wait parameter option to the manifest endpoint
    dsotirho-ucsc committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0d778e1 View commit details
    Browse the repository at this point in the history