Merge develop into master
The changes, already merged on develop
, are deployed here:
https://codabench-test.lri.fr/
and should be tested in depth.
Summary
- #871
This PR, solving the issue #375 (closed), added the columns "entries" and "date of last entry" in the leaderboard.
- #877
This PR, solving the issue #610 (closed), added a score in the table of submissions (as participant and as organizer). This helps differentiating the submissions.
- #878
This PR, solving the issue #836 (closed), fixed the rendering of HTML documentation pages. This is a good news because it fixes CodaLab bundles. Markdown can still be used for the documentation pages, however, mixing Markdown and HTML breaks the display (see #879 (closed)).
- #881
With this change, the folder $HOST_DIRECTORY/data
of a compute worker can be accessed by the container running the submission. This can be useful to put a dataset directly inside the compute workers (e.g. if the dataset is large of confidential).
- #883
This PR solves #749 (closed): when a user is not logged in, instead of an empty leaderboard, we now see a message telling to login or signup.