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

Collect compiler and runner versions before compilation. #2025

Merged
merged 18 commits into from
May 8, 2023

Conversation

meisterT
Copy link
Member

@meisterT meisterT commented May 7, 2023

Progress towards #1241

Each language has canonical information while we store the latest info per judgehost in a separate table.
The information from the judgehost is currently just informative, a next step would be to actually disable judging from this judgehost in case of a version mismatch.

The canonical information can be exposed to the teams via a config option.

Progress towards DOMjudge#1241

Each language has canonical information while we store the latest info
per judgehost in a separate table.
The information from the judgehost is currently just informative, a
next step would be to actually disable judging from this judgehost in
case of a version mismatch.

The canonical information can be exposed to the teams via a config
option.
@meisterT
Copy link
Member Author

meisterT commented May 7, 2023

Examples team's page

image

@meisterT
Copy link
Member Author

meisterT commented May 7, 2023

subset of the jury page
image

webapp/migrations/Version20230507123700.php Outdated Show resolved Hide resolved
webapp/src/Controller/Team/LanguageController.php Outdated Show resolved Hide resolved
webapp/src/DataFixtures/DefaultData/LanguageFixture.php Outdated Show resolved Hide resolved
webapp/src/DataFixtures/DefaultData/LanguageFixture.php Outdated Show resolved Hide resolved
webapp/src/Entity/ImmutableExecutable.php Outdated Show resolved Hide resolved
webapp/src/Entity/ImmutableExecutable.php Outdated Show resolved Hide resolved
webapp/src/Entity/Language.php Outdated Show resolved Hide resolved
webapp/src/Entity/Version.php Outdated Show resolved Hide resolved
webapp/templates/jury/executable.html.twig Outdated Show resolved Hide resolved
@meisterT meisterT marked this pull request as ready for review May 7, 2023 18:13
etc/db-config.yaml Outdated Show resolved Hide resolved
judge/judgedaemon.main.php Outdated Show resolved Hide resolved
judge/judgedaemon.main.php Show resolved Hide resolved
judge/judgedaemon.main.php Outdated Show resolved Hide resolved
judge/judgedaemon.main.php Outdated Show resolved Hide resolved
webapp/src/Controller/API/JudgehostController.php Outdated Show resolved Hide resolved
webapp/src/Controller/Team/LanguageController.php Outdated Show resolved Hide resolved
webapp/src/Entity/Version.php Outdated Show resolved Hide resolved
etc/db-config.yaml Outdated Show resolved Hide resolved
meisterT and others added 6 commits May 8, 2023 15:08
Co-authored-by: Jaap Eldering <eldering@users.noreply.github.com>
Co-authored-by: Jaap Eldering <eldering@users.noreply.github.com>
Co-authored-by: Jaap Eldering <eldering@users.noreply.github.com>
Co-authored-by: Jaap Eldering <eldering@users.noreply.github.com>
@meisterT meisterT merged commit 850b1db into DOMjudge:main May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants