Conversation
fix(site_worker): remove watchmedo auto-restart causing BrokenPipeError loop
Update version.json
Remove volume when removing container
fix(site_worker): remove watchmedo auto-restart causing BrokenPipeError loop
* Add average rank computation column * Update docs * Fix test * Fix variable
Autocomplete for queue selection
) * feature ok / needs to be tested * feature deactivated by default + hiden behind a button by default + visibile only by admin or comp organizer or collaborators * worker monitoring button behind user menu * files blacked for fixing the formatting issues * fixing synthax and format * rebase on dev * clean feature * git rebase continue * feature in progress * git rebase continue * git rebase continue * compute worker monitoring on private queues (amazing stuff) * test number 245 * git rebase continue * rebase and fix incoming * rebase and fix incoming * feature clean * conflicts solved * conflicts solved * private CW pb solved * linter fix * remove comment * feature en cours * monitor queues feature for admin ok * UX/UI improved * UI/UX improvment * final push * adding colors (final push) * panel resize * UI cleaning * save panel state * revert details.tag before CW monitoring merge * worker jobs fix first try * adding queue jobs display * queue jobs feaute ux/ui polish * improve ux with animation * worker count feature added * feature polish * bugfix, status on CW instead of queue * bugfix, status on CW instead of queue * bugfix, status on CW instead of queue * bugfix, status on CW instead of queue * bugfix, queue stats + organizer panel ux fix * queues stats dispay at top * Feature group routing for submissions (#2393) * backend & frontend OK / TODO: site worker and leaderboad * site worker sending submissions to group queue OK * leaderboad group feature * logs removed * fix json leaderboard * Clean up leaderboard ordering logic * competition queue on groups with out queue * some bugfix * UI bugfix * UI bugfix * leaderboard groups format parentsubID_groupname * fix conflicts issues * resolve conflict * clean site worker * branch update and linter fix * linter fix * linter fix * linter fix * bugfix group form * adding migrations files * fix logic to fix tests problem * fix logic to fix tests problem * E2E test fixed * E2E test fixed * E2E test fixed * E2E test fixed * Fix queue name in server status * fix queues visibility * fix queue visibility for groups * Flake8 --------- Co-authored-by: didayolo <adrien.pavao@gmail.com> * site worker conflict solved * ux button check --------- Co-authored-by: didayolo <adrien.pavao@gmail.com>
* docs: seperate Developers and Administrators tab * add index compatibility; update Codalab into Codabench in FAQ * add glightbox support to be able to zoom on pictures * move robot submission to Participant tab * rebase; update packages; rename Administrators tab into Site Administrators (Self-Hosters) * move Validation page from Administrators to Developers * rename Site Admin to Self Hosters --------- Co-authored-by: Obada Haddad <obada.haddad@lisn.fr>
* add ordering by ID to all admin pages * add option to mass ban/unban and mass activate accounts * flake8 fixes --------- Co-authored-by: Obada Haddad <obada.haddad@lisn.fr>
ObadaS
approved these changes
Jun 23, 2026
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.
Upgrade instructions
https://docs.codabench.org/latest/Organizers/Running_a_benchmark/Compute-Worker-Management---Setup/
Changes
Features
Bug fixes
Documentation