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

[qob][batch] do not list all jobs on failure (plus: types!) #13500

Merged
merged 14 commits into from
Sep 6, 2023

Commits on Aug 25, 2023

  1. [qob][batch] do not list all jobs on failure (plus: types!)

    CHANGELOG: In Query-on-Batch, the client-side Python code will not try to list every job when a QoB batch fails. This could take hours for long-running pipelines or pipelines with many partitions.
    
    I also added API types to the list jobs end point because I have to go hunting for this every time anyway. Seems better to have this information at our digital fingertips.
    Dan King committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8166e43 View commit details
    Browse the repository at this point in the history
  2. rebase cruft

    Dan King committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8b1ff3b View commit details
    Browse the repository at this point in the history
  3. add v1

    Dan King committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4765598 View commit details
    Browse the repository at this point in the history
  4. mispelling

    Dan King committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b0bd3b5 View commit details
    Browse the repository at this point in the history
  5. use query string isntead of client-side filtering

    Dan King committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    16649c7 View commit details
    Browse the repository at this point in the history
  6. match versioning in URLs

    Dan King committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    902ac13 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. also fix front_end.py

    Dan King committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c86c4b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0418da4 View commit details
    Browse the repository at this point in the history
  3. sort import blocks

    Dan King committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    eec7cb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    48e8a1d View commit details
    Browse the repository at this point in the history
  2. cleanup merge conflict issues

    Dan King committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    02295e6 View commit details
    Browse the repository at this point in the history
  3. cast away types when creating UI elements

    Dan King committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ffdcfad View commit details
    Browse the repository at this point in the history
  4. sort

    Dan King committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    629c3be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b5286a View commit details
    Browse the repository at this point in the history