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

TSC meeting notes. #1338

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions tsc/meetings/2024-01-17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# OpenCue TSC Meeting Notes 17 Jan 2024

Secretary: Brian Cipriano

Agenda/Notes:

* Upgrade Cuebot to Java 21
* Code changes in progress, PR coming. Let's discuss this next meeting once Diego is back,
interested to get more detail on any non-backwards-compatible changes.
* PR to fix crash in RQD with non-ascii chars
* Short term, fixing a crash is a priority.
* Longer term, there's a potential future project to improve non-ascii compatibility through the
system.
* Refactoring Cuebot host report handler
* PR coming soon.
* RQD changes for OOM protection
* PR coming soon.
* CueGUI web UI project launching at SPI
* Next.js on top of React.
* REST wrapper for gRPC. Many folks will find this useful outside of the GUI.
* Prototypes provide readonly functionality, for now.
* We should discuss the authorization system more, things are currently wide open if you have
network access.
* Blender plugin update
* Working on plugin bug fixes.
* Docs update coming soon. Packaging/distribution/install/upgrade process still a big open
question, we should look at the updated docs to see what the process currently looks like then
formulate a plan for this.
* RQD GPU image needs another look.
* M2/M3 compatibility
* We have been working on M1 compatibility for OpenCue. Are M2/M3 also supported? We're not
sure, let's check.
* Still need to finish the embedded postgres fix to complete M1 compatibility.
* OpenJobDescription
* https://github.com/OpenJobDescription/openjd-specifications/wiki
* Effort to standardize job descriptions between work management systems.
* OpenCue open to this effort? In theory yes, we will need to look into more detail to see what
would be required. Could add a layer for converting between the new job description and
OpenCue's internal format.
Loading