Brian Cipriano
Brian Cipriano
> For logging, it would be interesting to add an HTTP endpoint to enable decoupling the GUI and the filesystem used by RQD. Great idea -- I've incorporated this into...
Yeah, the issue here is that Docker images are only pushed to Docker Hub on release, while Docker compose runs from master. Quick fix is as you said, we can...
My inclination is to agree with @ultiplyr -- load seems like what we want. Is there a proposal to use some alternate metric? I'm sure we'd be happy to discuss....
Sounds good, I've assigned it to you! OpenCue uses database migrations to manage its database schema; Flyway has a good doc explaining this: https://flywaydb.org/getstarted/why Basically you will want to create...
Great! To start -- if you download a [released version of CueGUI](https://github.com/AcademySoftwareFoundation/OpenCue/releases) you'll see that the `VERSION` file is already packaged with the download, and [`setup.py`](https://github.com/AcademySoftwareFoundation/OpenCue/blob/76a3b71bb646ebca4fb70ef6f438181161201da2/cuegui/setup.py) already makes use of...
@SarthakDandriyal Please let me know by tomorrow if you plan to work on this still.
Ok, freeing this up to be worked on by someone else. @nimeshvashistha was next in line but already found an issue to work on (#657). @akshat0047 was next after that...
@akshat0047 Actually, I realized that you already have an issue assigned (#163). Since others are searching for issues to work on I'll free this one up. @srbhss is next in...
@srbhss Now that this issue is yours, I'll review the PR you've sent.
#662 lays the groundwork for this. The next step is to make sure this works in the various environments CueGUI may be running in: - A code checkout of the...