Brian Cipriano
Brian Cipriano
**Link the Issue(s) this Pull Request is related to.** Fixes #1079 **Summarize your change.** This includes an upgrade from the 1.x -> 2.x line.
**Describe the bug** Bug was reported in an opencue-users thread: https://lists.aswf.io/g/opencue-user/topic/error_doesn_t_have_enough/74372580 The same machine running CentOS reported cores correctly, and on macOS did not. **To Reproduce** Steps to reproduce the...
**Is your feature request related to a problem? Please describe.** Sometimes upstream dependencies change without us noticing and break documented process, such as [the sandbox](https://www.opencue.io/docs/quick-starts/quick-start-mac/). For example, #1101. **Describe the...
At the moment OpenCue is agnostic as to where resources run -- if RQD can run on a machine and that machine is networked to be able to reach the...
Usernames are currently stored in the database as strings, in tables that have user info attached: - `job` - `job_history` - `owner` - `comments` IMO users should be a first-class...
**Is your feature request related to a problem? Please describe.** OpenCue does not currently provide a method for managing user permissions within a deployment. Any users with access to the...
**Describe the process** Upgrade to a version of log4j which is not affected by the Log4Shell vulnerability.
Cuebot sends email in a variety of situations e.g. job completion, job failure. Some of code hardcodes SPI-specific things like imageworks email addresses, and other code assumes all users use...
**Describe the bug** CueGUI Docker builds fail to run tests due to an `xvfb-run` error: ``` /usr/bin/xvfb-run: line 181: 24 Segmentation fault DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" 2>&1 ``` This is happening...