-
Notifications
You must be signed in to change notification settings - Fork 45
Merge develop into master #1408
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
Merged
Conversation
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
As custom queues have a different vhost we need to use an appropriate celery configuration with that vhost including in the broker URL.
If a submission writes a output line larger than the stream buffer size ( default 64k ) a LimitOverrunError will be raise. Rather than using readline(...) use readutil(....) and in the case of a overrun just return the current buffer, the rest of the line will be returned with the next read. Signed-off-by: Chris Harris <cjh@lbl.gov>
Prevent LimitOverrunError with large output lines
OIDC PR#2 --- organization login using OIDC
Limit over run output
Allow links clicking in `VISUALIZATION` tab
* competition model updated * competition settings to allow participant to make submission public/private * unwanted restriction removed * detailed results now shown in submission panel and in leaderboard * submission tests updated
* competition model updated * competition settings to allow participant to make submission public/private * unwanted restriction removed --------- Co-authored-by: Adrien Pavão <adrien.pavao@gmail.com>
* leaderbord shows submission id * test updated * test reversed * test updated * Rename 'submission ID' -> 'ID' --------- Co-authored-by: Adrien Pavão <adrien.pavao@gmail.com>
* cpu limit changes * flake8 * disable submission file input for 6 seconds * Update .env_sample * Update tasks.py * Add spaces * time limit of the default queue in pop up * Update .env_sample --------- Co-authored-by: Adrien Pavão <adrien.pavao@gmail.com>
* only migrate submissions which are on the leaderboard * tests fixed
Fix revoking tasks on custom queues
* Clean code in celery_config.py * Update celery_config.py * Add blank line (flake8)
Member
Author
|
@ihsaan-ullah |
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.
Test
Deployed at https://codabench-test.lri.fr/
Manual update
After merging #1154, it is a good practice to add this line in the
.env:Manual test
#1341 particularly needs to be tested on the test server.
Under test here: https://codabench-test.lri.fr/competitions/143
Changes
VISUALIZATIONtab #1403