-
Notifications
You must be signed in to change notification settings - Fork 202
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
base: master
Are you sure you want to change the base?
Cuesubmit jobs from config file #1284
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ea1562 - Browse repository at this point
Copy the full SHA 7ea1562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a0385 - Browse repository at this point
Copy the full SHA 14a0385View commit details -
Configuration menu - View commit details
-
Copy full SHA for d761fac - Browse repository at this point
Copy the full SHA d761facView commit details -
feat: extract yaml loading to a function and add one to expand any su…
…b `config_file` + error handling
Configuration menu - View commit details
-
Copy full SHA for 72adc3d - Browse repository at this point
Copy the full SHA 72adc3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 959613d - Browse repository at this point
Copy the full SHA 959613dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f26d5ca - Browse repository at this point
Copy the full SHA f26d5caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 195091f - Browse repository at this point
Copy the full SHA 195091fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d375d2 - Browse repository at this point
Copy the full SHA 0d375d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for da98b04 - Browse repository at this point
Copy the full SHA da98b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ac2ef - Browse repository at this point
Copy the full SHA 47ac2efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6feddc3 - Browse repository at this point
Copy the full SHA 6feddc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c08b6 - Browse repository at this point
Copy the full SHA 03c08b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c2bf7a - Browse repository at this point
Copy the full SHA 2c2bf7aView commit details -
feat: Add function to build command line for jobs from the config fil…
…e + companion functions
Configuration menu - View commit details
-
Copy full SHA for eef22bd - Browse repository at this point
Copy the full SHA eef22bdView commit details -
feat: same optimisation as PR AcademySoftwareFoundation#1283 + recogn…
…ize type from config files
Configuration menu - View commit details
-
Copy full SHA for 4ac65a7 - Browse repository at this point
Copy the full SHA 4ac65a7View commit details -
feat: add
signals
,getter
andsetter
attributes on `CueCommandW……idget` used in `DynamicSettingsWidget`
Configuration menu - View commit details
-
Copy full SHA for 3ccea48 - Browse repository at this point
Copy the full SHA 3ccea48View commit details -
feat: add
signals
,getter
andsetter
attributes on `CueLabelLin……eEdit` used in `DynamicSettingsWidget`
Configuration menu - View commit details
-
Copy full SHA for 3e60389 - Browse repository at this point
Copy the full SHA 3e60389View commit details -
feat: add
signals
,getter
andsetter
attributes on `CueSelectPu……llDown` used in `DynamicSettingsWidget`
Configuration menu - View commit details
-
Copy full SHA for fd924ad - Browse repository at this point
Copy the full SHA fd924adView commit details -
feat: update
setter
attribute onCueSelectPulldown
and add a func……tion `setCheckedFromText`
Configuration menu - View commit details
-
Copy full SHA for a254c9a - Browse repository at this point
Copy the full SHA a254c9aView commit details -
feat: add
signals
,getter
andsetter
attributes on `CueLabelTog……gle` used in `DynamicSettingsWidget`
Configuration menu - View commit details
-
Copy full SHA for e152336 - Browse repository at this point
Copy the full SHA e152336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17bc8d2 - Browse repository at this point
Copy the full SHA 17bc8d2View commit details -
fix: test string widget during init, showing missing fields in red fr…
…om the beginning
Configuration menu - View commit details
-
Copy full SHA for 3bc307c - Browse repository at this point
Copy the full SHA 3bc307cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46ea2d8 - Browse repository at this point
Copy the full SHA 46ea2d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d774b3 - Browse repository at this point
Copy the full SHA 5d774b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb220d - Browse repository at this point
Copy the full SHA dfb220dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6846c - Browse repository at this point
Copy the full SHA 7e6846cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9aa0e2 - Browse repository at this point
Copy the full SHA b9aa0e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb08c88 - Browse repository at this point
Copy the full SHA cb08c88View commit details -
A missing sub config file will catch the error and forward it to the UI for feedback.
Configuration menu - View commit details
-
Copy full SHA for 3e207cb - Browse repository at this point
Copy the full SHA 3e207cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f873d55 - Browse repository at this point
Copy the full SHA f873d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 108670a - Browse repository at this point
Copy the full SHA 108670aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a84707a - Browse repository at this point
Copy the full SHA a84707aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe1a6d6 - Browse repository at this point
Copy the full SHA fe1a6d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 161f17b - Browse repository at this point
Copy the full SHA 161f17bView commit details -
fix: the Raise here would not work in older versions of python not im…
…plementing the f-string "equals" feature yet.
Configuration menu - View commit details
-
Copy full SHA for 1f86dc2 - Browse repository at this point
Copy the full SHA 1f86dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d563c - Browse repository at this point
Copy the full SHA a8d563cView commit details -
Abstract logging into seperate classes (RQDLogger and LogReader) (Aca…
…demySoftwareFoundation#1429) **Link the Issue(s) this Pull Request is related to.** AcademySoftwareFoundation#1401 AcademySoftwareFoundation#1427 **Summarize your change.** This abstracts the reading of logs and writing log files. This makes it simpler to do things like supporting other logging types and conversions (eg. make sure things are ASCII) in a single class across all platforms. This is a smaller version of AcademySoftwareFoundation#1401 with just the file logging abstracted. It also implements the changes from AcademySoftwareFoundation#1427 Co-authored by @ramonfigueiredo and @lithorus --------- Signed-off-by: Jimmy Christensen <[email protected]> Co-authored-by: Ramon Figueiredo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab69f7f - Browse repository at this point
Copy the full SHA ab69f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c5a6ed - Browse repository at this point
Copy the full SHA 8c5a6edView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb8fe3 - Browse repository at this point
Copy the full SHA cfb8fe3View commit details -
fix: remove double assignation, upgrade %s to f-string; add *args to …
…_setBrowseFolderText(), fix docstring auto formatting
Configuration menu - View commit details
-
Copy full SHA for ff2bdda - Browse repository at this point
Copy the full SHA ff2bddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61fcd8d - Browse repository at this point
Copy the full SHA 61fcd8dView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 726a374 - Browse repository at this point
Copy the full SHA 726a374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d73834 - Browse repository at this point
Copy the full SHA 1d73834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60551e8 - Browse repository at this point
Copy the full SHA 60551e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 743e180 - Browse repository at this point
Copy the full SHA 743e180View commit details -
Merge branch 'cuesubmit-jobs-from-config-file' of https://github.com/…
…Wolf-Pipeline/OpenCue into cuesubmit-jobs-from-config-file
Configuration menu - View commit details
-
Copy full SHA for af4f5dc - Browse repository at this point
Copy the full SHA af4f5dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5556f11 - Browse repository at this point
Copy the full SHA 5556f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae3145 - Browse repository at this point
Copy the full SHA 5ae3145View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed56fc5 - Browse repository at this point
Copy the full SHA ed56fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc71a4 - Browse repository at this point
Copy the full SHA ecc71a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69d118f - Browse repository at this point
Copy the full SHA 69d118fView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b942729 - Browse repository at this point
Copy the full SHA b942729View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 490bc8d - Browse repository at this point
Copy the full SHA 490bc8dView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04d3a06 - Browse repository at this point
Copy the full SHA 04d3a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 288adda - Browse repository at this point
Copy the full SHA 288addaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f82fa5 - Browse repository at this point
Copy the full SHA 8f82fa5View commit details -
feat: option to have services and limits preset for each job type dir…
…ectly from the config file.
Configuration menu - View commit details
-
Copy full SHA for c620039 - Browse repository at this point
Copy the full SHA c620039View commit details -
feat: re-order buttons under the job layer list widget (put arrows to…
…gether instead of each end). Also make the table expand vertically as it is the only widget that should expand in the UI.
Configuration menu - View commit details
-
Copy full SHA for c4cd63e - Browse repository at this point
Copy the full SHA c4cd63eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9501c - Browse repository at this point
Copy the full SHA 0a9501cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0076500 - Browse repository at this point
Copy the full SHA 0076500View commit details -
feat: rename greyOut() to disable(), add enable() and toggled() funct…
…ions. Add textChanged signal
Configuration menu - View commit details
-
Copy full SHA for fb7967d - Browse repository at this point
Copy the full SHA fb7967dView commit details -
feat: add option to make CueLineEdit toggleable (and optionally put t…
…he layout horizontal) Add stateChanged signal
Configuration menu - View commit details
-
Copy full SHA for 4ef105d - Browse repository at this point
Copy the full SHA 4ef105dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b6c204 - Browse repository at this point
Copy the full SHA 5b6c204View commit details -
feat: CueLabelToggle: add tooltip, fix layout and make label clickabl…
…e to trigger the toggle.
Configuration menu - View commit details
-
Copy full SHA for 9275e3a - Browse repository at this point
Copy the full SHA 9275e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe4d549 - Browse repository at this point
Copy the full SHA fe4d549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23075d4 - Browse repository at this point
Copy the full SHA 23075d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b97913 - Browse repository at this point
Copy the full SHA 4b97913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ca5e9 - Browse repository at this point
Copy the full SHA 43ca5e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f385cc0 - Browse repository at this point
Copy the full SHA f385cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9629f6c - Browse repository at this point
Copy the full SHA 9629f6cView commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47daaa6 - Browse repository at this point
Copy the full SHA 47daaa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb91f2f - Browse repository at this point
Copy the full SHA fb91f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e98f1 - Browse repository at this point
Copy the full SHA 82e98f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06368cc - Browse repository at this point
Copy the full SHA 06368ccView commit details
Commits on Sep 28, 2024
-
fix: for backward compatibility, check if we override cores by testin…
…g if "cores" is not None. If it has an explicit value (like in existing implementations), this means we want to override the value, which is the default behavior. Otherwise, we let the server assign the value of selected service.
Configuration menu - View commit details
-
Copy full SHA for 3c0a053 - Browse repository at this point
Copy the full SHA 3c0a053View commit details -
fix: revert to default behavior, we do not override only if the "core…
…s" value is None.
Configuration menu - View commit details
-
Copy full SHA for 731bf80 - Browse repository at this point
Copy the full SHA 731bf80View commit details -
fix: revert to default behavior, we do not override only if the "core…
…s" value is None.
Configuration menu - View commit details
-
Copy full SHA for f7062af - Browse repository at this point
Copy the full SHA f7062afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d3fb2 - Browse repository at this point
Copy the full SHA 01d3fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3408cc - Browse repository at this point
Copy the full SHA b3408ccView commit details -
Merge branch 'master' into cuesubmit-jobs-from-config-file
Signed-off-by: Kern Attila GERMAIN <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34f2fea - Browse repository at this point
Copy the full SHA 34f2feaView commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1bb0b7a - Browse repository at this point
Copy the full SHA 1bb0b7aView commit details -
fix: Make sure we use threads for backward compatibility. We check if…
… the args are set, because checking their value would be False for 0 (all cores)
Configuration menu - View commit details
-
Copy full SHA for 02fac67 - Browse repository at this point
Copy the full SHA 02fac67View commit details -
Merge branch 'cuesubmit-jobs-from-config-file' of https://github.com/…
…Wolf-Pipeline/OpenCue into cuesubmit-jobs-from-config-file
Configuration menu - View commit details
-
Copy full SHA for 3b028b9 - Browse repository at this point
Copy the full SHA 3b028b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 936f368 - Browse repository at this point
Copy the full SHA 936f368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a66eb - Browse repository at this point
Copy the full SHA 73a66ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 134fd5d - Browse repository at this point
Copy the full SHA 134fd5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 261db2f - Browse repository at this point
Copy the full SHA 261db2fView commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fda4ab8 - Browse repository at this point
Copy the full SHA fda4ab8View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e3b181 - Browse repository at this point
Copy the full SHA 7e3b181View commit details