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

ui: add parameterized dispatch interface #10675

Merged
merged 23 commits into from
Jul 20, 2021

Commits on Jun 1, 2021

  1. ui: add parameterized dispatch interface

    This commit adds a new interface for dispatching parameteried jobs, if
    the user has the right permissions. The UI can be accessed by viewing a
    parameterized job and clicking on the "Dispatch Job" button located in
    the "Job Launches" section.
    nicholascioli committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    bc7ae22 View commit details
    Browse the repository at this point in the history
  2. fix failing lint test

    nicholascioli committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    01f9fed View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. clean up dispatch and remove meta

    This commit cleans up a few things that had typos and
    inconsistent naming. In line with this, the custom
    `meta` view was removed in favor of using the
    included `AttributesTable`.
    nicholascioli committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    e39b2a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    0c8d18d View commit details
    Browse the repository at this point in the history
  2. ui: remove unused test imports

    lgfa29 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    c5dd0e8 View commit details
    Browse the repository at this point in the history
  3. ui: redesign job dispatch form

    lgfa29 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    c8022a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    bfcd72b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc8ccce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    641316c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    948ab34 View commit details
    Browse the repository at this point in the history
  5. ui: remove unused CSS class

    lgfa29 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b1a8639 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. ui: align job dispatch button

    lgfa29 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    fc9f9cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56ae0ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c548237 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acd8fcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b743acc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    006a1ff View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

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

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    98f2324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc91dce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf00be View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    8959f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3782f03 View commit details
    Browse the repository at this point in the history