Brian Cipriano
Brian Cipriano
**Is your feature request related to a problem? Please describe.** Installing and running the various Python components within OpenCue (CueGUI, RQD, etc.) is much harder than it needs to be....
**Is your feature request related to a problem? Please describe.** The "Preview Main" and "Preview All" features in CueGUI only support Katana currently, by opening a web browser to a...
**Describe the enhancement** `demo_data.sql` is misleadingly named, as it actually contains some data which is needed for OpenCue to function at all. Our docs mention populating the database with this...
**Link the Issue(s) this Pull Request is related to.** Fixes #698 **Summarize your change.** Beginner OpenCue users have a reasonable expectation that on launching CueGUI they will see a list...
**Describe the bug** The version displayed in CueGUI is hardcoded: https://github.com/AcademySoftwareFoundation/OpenCue/blob/76a3b71bb646ebca4fb70ef6f438181161201da2/cuegui/cuegui/Constants.py#L35 This version number, when available, should be pulled from the `VERSION`/`VERSION.in` files, as they are in other places e.g....
**Describe the process** Check SonarCloud quality gate results for a passing grade. If new code does not meet this requirement, the release should be blocked.
`JobSearchCriteria` includes an `include_finished` option for fetching finished jobs. However some jobs may still not be returned, as the API backend only reads from the main `job` table, and old...
PyCue's `FileSequence` library has `FrameRange` and `FrameSet` implementations but no `FileSequence`, which is a similar class intended to represent a sequence of files e.g. an image sequence. `FileSequence` isn't used...
## WIP ### Open questions - Is our saved app config compatible between PySide 2 and 6? It looked like maybe not -- I had to delete my save file...
Related to #1204, but also an issue in CI environments. **Describe the enhancement** `AttributeError: 'module' object has no attribute 'qApp'` is a common error when attempting to run CueGUI and...