Add Cuebot README.#5
Merged
bcipriano merged 1 commit intoOct 3, 2018
Merged
Conversation
Collaborator
|
LGTM. |
jasonmads
added a commit
to DeepVoodooFX/OpenCue
that referenced
this pull request
Jun 6, 2024
…booking Nvlink booking
DiegoTavares
added a commit
to DiegoTavares/OpenCue
that referenced
this pull request
Jun 13, 2025
* Upgrade rust edition * Add unit test to the run_inner logic
akheffache
added a commit
to akheffache/OpenCue
that referenced
this pull request
May 9, 2026
… Lua
Replace the racy ZCARD + SREM pair in onFrameStateChanged with a single
atomic Lua script. Eliminates the window where a concurrent WAITING event
could SADD layers:waiting:{jobId} between our size check and our removal,
which would leave the layer invisible to the dispatcher even though it has
a waiting frame.
Lua is inlined as a Java string per project preference for small scripts.
ramonfigueiredo
added a commit
to ramonfigueiredo/OpenCue
that referenced
this pull request
May 21, 2026
- cueweb/README.md, docs/_docs/quick-starts/quick-start-cueweb.md, tutorials/cueweb-tutorial.md, user-guides/cueweb-user-guide.md, concepts/cueweb-rest-gateway.md: describe the IDE-style 24px bottom status bar (Gateway dot + Online/Offline + round-trip ms, Last refresh relative timer, build version) and note that the whole bar turns red when the gateway is unreachable. - docs/_docs/other-guides/cueweb.md: insert "Bottom status bar (IDE-style)" as item AcademySoftwareFoundation#5; renumber the rest of the list (final sequence is contiguous 1-20). - docs/_docs/reference/cueweb.md: add a new "Status Bar" subsection citing components/ui/status-bar.tsx and the 10s /api/health polling cadence, plus a "GET /api/health" reference block with example JSON. Add an "Optional Build-Time Variables" table covering NEXT_PUBLIC_APP_VERSION, NEXT_PUBLIC_CUEBOT_FACILITIES, and the three Help URLs. - docs/_docs/developer-guide/cueweb-development.md: add components/ui/status-bar.tsx and app/api/health/ to the project tree; add StatusBar to Core Components and document the cueweb:jobs-refreshed CustomEvent contract; update the layout.tsx mount comment. - docs/_docs/getting-started/deploying-cueweb.md: add an optional NEXT_PUBLIC_APP_VERSION entry to the production .env example, with the recommended `--build-arg NEXT_PUBLIC_APP_VERSION=$(git rev-parse --short HEAD)` recipe for CI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just some basic info on dev setup - we've had bits and pieces circulating already so it'll be helpful to pull it all in here.