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

Cuesubmit jobs from config file #1284

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    1b2b43d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0dc2a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76383d8 View commit details
    Browse the repository at this point in the history
  4. feat: extract yaml loading to a function and add one to expand any su…

    …b `config_file` + error handling
    KernAttila committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4a57c96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c2e516 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f9f747 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    691250c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50810b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2df688 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ec6c19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2847f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1eca853 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4d8e089 View commit details
    Browse the repository at this point in the history
  14. feat: Add function to build command line for jobs from the config fil…

    …e + companion functions
    KernAttila committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5b00145 View commit details
    Browse the repository at this point in the history
  15. feat: same optimisation as PR AcademySoftwareFoundation#1283 + recogn…

    …ize type from config files
    KernAttila committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3bbdf53 View commit details
    Browse the repository at this point in the history
  16. feat: add signals, getter and setter attributes on `CueCommandW…

    …idget` used in `DynamicSettingsWidget`
    KernAttila committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    20a258a View commit details
    Browse the repository at this point in the history
  17. feat: add signals, getter and setter attributes on `CueLabelLin…

    …eEdit` used in `DynamicSettingsWidget`
    KernAttila committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5314876 View commit details
    Browse the repository at this point in the history
  18. feat: add signals, getter and setter attributes on `CueSelectPu…

    …llDown` used in `DynamicSettingsWidget`
    KernAttila committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f494104 View commit details
    Browse the repository at this point in the history
  19. feat: update setter attribute on CueSelectPulldown and add a func…

    …tion `setCheckedFromText`
    KernAttila committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    65d56b3 View commit details
    Browse the repository at this point in the history
  20. feat: add signals, getter and setter attributes on `CueLabelTog…

    …gle` used in `DynamicSettingsWidget`
    KernAttila committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1c70025 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e5e2f48 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0d64869 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    45c50a1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b5d21c9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    df35cbb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    edc1fcc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    993666a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b5991f4 View commit details
    Browse the repository at this point in the history
  29. doc: add context to the test

    A missing sub config file will catch the error and forward it to the UI for feedback.
    KernAttila committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    67d88c1 View commit details
    Browse the repository at this point in the history
  30. fix: test if file exists

    KernAttila committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f5f3091 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

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

Commits on Apr 1, 2023

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

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    d50f7a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d22d01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f3b027 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. fix: the Raise here would not work in older versions of python not im…

    …plementing the f-string "equals" feature yet.
    KernAttila committed May 25, 2023
    Configuration menu
    Copy the full SHA
    6cfd785 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. doc: add example for hidden widget without flag adding a value

    Kern Attila Germain committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5f6a48e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cuesubmit-jobs-from-config-file' of https://github.com/…

    …Wolf-Pipeline/OpenCue into cuesubmit-jobs-from-config-file
    Kern Attila Germain committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9e85fe0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    bbaa4a5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cuesubmit-jobs-from-config-file' of https://github.com/…

    …Wolf-Pipeline/OpenCue into cuesubmit-jobs-from-config-file
    Kern Attila Germain committed May 29, 2023
    Configuration menu
    Copy the full SHA
    fb8c00d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. fix: let parent argument at the end

    KernAttila authored and Kern Attila Germain committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    3ed0c0d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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