-
Notifications
You must be signed in to change notification settings - Fork 256
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
Output vizualizer #2744
base: main
Are you sure you want to change the base?
Output vizualizer #2744
Commits on Oct 13, 2024
-
Fix judgehost check if its enabled
array_filter would only filter out the other judgehosts but still return an array of judgehost objects. By selecting the first (and only item) we can now get the `enabled` property and properly check. ``` array(1) { [1]=> array(5) { ["id"]=> string(1) "2" ["hostname"]=> string(8) "judgehost" ["enabled"]=> bool(true) ["polltime"]=> string(20) "1728821560.017400000" ["hidden"]=> bool(false) } } ```
Configuration menu - View commit details
-
Copy full SHA for ebb0b43 - Browse repository at this point
Copy the full SHA ebb0b43View commit details -
Michael Vasseur committed
Oct 13, 2024 Configuration menu - View commit details
-
Copy full SHA for a43209a - Browse repository at this point
Copy the full SHA a43209aView commit details -
Michael Vasseur committed
Oct 13, 2024 Configuration menu - View commit details
-
Copy full SHA for d3eec0c - Browse repository at this point
Copy the full SHA d3eec0cView commit details -
Michael Vasseur committed
Oct 13, 2024 Configuration menu - View commit details
-
Copy full SHA for cdc1692 - Browse repository at this point
Copy the full SHA cdc1692View commit details -
This should be part of the ProblemZip
Such a script will most likely never be a generic script.
Michael Vasseur committedOct 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 88c0e88 - Browse repository at this point
Copy the full SHA 88c0e88View commit details -
This is untested yet as the syntax should be further discussed.
Michael Vasseur committedOct 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 131abb5 - Browse repository at this point
Copy the full SHA 131abb5View commit details -
Assume this will be put in the spec
This assumes a similar invocation as for the output_validator, the other alternative is to add this to the domjudge-problem.ini file if this doesn't end up in the ICPC problem spec.
Michael Vasseur committedOct 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 5e3406f - Browse repository at this point
Copy the full SHA 5e3406fView commit details -
Allow upload of the output_visualizer
Michael Vasseur committedOct 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 3b40afa - Browse repository at this point
Copy the full SHA 3b40afaView commit details -
Michael Vasseur committed
Oct 13, 2024 Configuration menu - View commit details
-
Copy full SHA for d4f4401 - Browse repository at this point
Copy the full SHA d4f4401View commit details -
Give icon for new executable type
Michael Vasseur committedOct 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 101cc03 - Browse repository at this point
Copy the full SHA 101cc03View commit details
Commits on Oct 14, 2024
-
Michael Vasseur committed
Oct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 69d99dc - Browse repository at this point
Copy the full SHA 69d99dcView commit details -
Display on the executable page itself
Michael Vasseur committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for df61e4a - Browse repository at this point
Copy the full SHA df61e4aView commit details -
Add button to generate the visualization
Getting this directly via submission.problem.output_visualizer_executable (the property) seems to fail. It does show up in the twig dump but the translation fails when using it.
Michael Vasseur committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for a956b58 - Browse repository at this point
Copy the full SHA a956b58View commit details -
Show executable in problem page
Michael Vasseur committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for fbe7358 - Browse repository at this point
Copy the full SHA fbe7358View commit details -
Michael Vasseur committed
Oct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 2986727 - Browse repository at this point
Copy the full SHA 2986727View commit details -
Remember if we already requested visualization
Michael Vasseur committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for d79783d - Browse repository at this point
Copy the full SHA d79783dView commit details -
Michael Vasseur committed
Oct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 8de3e52 - Browse repository at this point
Copy the full SHA 8de3e52View commit details
Commits on Oct 15, 2024
-
Michael Vasseur committed
Oct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for f3b96e1 - Browse repository at this point
Copy the full SHA f3b96e1View commit details -
Michael Vasseur committed
Oct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for f6baa3a - Browse repository at this point
Copy the full SHA f6baa3aView commit details -
Just move the whole code away for now
This is needed during testing of the job on the judgehost
Michael Vasseur committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 76deaaf - Browse repository at this point
Copy the full SHA 76deaafView commit details -
And more errors as the needed code was commented out
Michael Vasseur committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for aa062d7 - Browse repository at this point
Copy the full SHA aa062d7View commit details
Commits on Oct 16, 2024
-
Revert later - Fixate hostname for api/doc debugging
Michael Vasseur committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 2963350 - Browse repository at this point
Copy the full SHA 2963350View commit details -
Fix API for when you test on a deeper dir
Michael Vasseur committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for f0dcaec - Browse repository at this point
Copy the full SHA f0dcaecView commit details -
Michael Vasseur committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 1636944 - Browse repository at this point
Copy the full SHA 1636944View commit details -
Test the search in an unrelated page
Debugging via the API is hard, so we hardcode the search and just copy it over in a next commit.
Michael Vasseur committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 1af147a - Browse repository at this point
Copy the full SHA 1af147aView commit details -
Also get the new visualization
JudgeTask
sMichael Vasseur committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for d88d0c0 - Browse repository at this point
Copy the full SHA d88d0c0View commit details -
Michael Vasseur committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for e56a83f - Browse repository at this point
Copy the full SHA e56a83fView commit details -
Michael Vasseur committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 3a05304 - Browse repository at this point
Copy the full SHA 3a05304View commit details -
Michael Vasseur committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 87ca226 - Browse repository at this point
Copy the full SHA 87ca226View commit details
Commits on Oct 17, 2024
-
Fix output to create the image
Michael Vasseur committedOct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d5d6c6 - Browse repository at this point
Copy the full SHA 5d5d6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52fde24 - Browse repository at this point
Copy the full SHA 52fde24View commit details -
Michael Vasseur committed
Oct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for ac0679c - Browse repository at this point
Copy the full SHA ac0679cView commit details -
Michael Vasseur committed
Oct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 1edc428 - Browse repository at this point
Copy the full SHA 1edc428View commit details -
Michael Vasseur committed
Oct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 9362b92 - Browse repository at this point
Copy the full SHA 9362b92View commit details
Commits on Oct 18, 2024
-
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 812042e - Browse repository at this point
Copy the full SHA 812042eView commit details -
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for eca9e35 - Browse repository at this point
Copy the full SHA eca9e35View commit details -
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for de746eb - Browse repository at this point
Copy the full SHA de746ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ee0e4 - Browse repository at this point
Copy the full SHA 70ee0e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bcac2b - Browse repository at this point
Copy the full SHA 7bcac2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7daca - Browse repository at this point
Copy the full SHA 0a7dacaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7190795 - Browse repository at this point
Copy the full SHA 7190795View commit details -
Configuration menu - View commit details
-
Copy full SHA for c424d21 - Browse repository at this point
Copy the full SHA c424d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa3e2ed - Browse repository at this point
Copy the full SHA fa3e2edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7641e17 - Browse repository at this point
Copy the full SHA 7641e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b9c970 - Browse repository at this point
Copy the full SHA 5b9c970View commit details -
Remove dump and debug statements
Michael Vasseur committedOct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 031d24a - Browse repository at this point
Copy the full SHA 031d24aView commit details -
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 51d3cc3 - Browse repository at this point
Copy the full SHA 51d3cc3View commit details -
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for d34fce3 - Browse repository at this point
Copy the full SHA d34fce3View commit details -
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for d616057 - Browse repository at this point
Copy the full SHA d616057View commit details -
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for ed5e47c - Browse repository at this point
Copy the full SHA ed5e47cView commit details -
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for f9de23c - Browse repository at this point
Copy the full SHA f9de23cView commit details -
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for f7e7e23 - Browse repository at this point
Copy the full SHA f7e7e23View commit details -
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 28c3904 - Browse repository at this point
Copy the full SHA 28c3904View commit details -
Michael Vasseur committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 2b6afcd - Browse repository at this point
Copy the full SHA 2b6afcdView commit details