-
Notifications
You must be signed in to change notification settings - Fork 45
Comparing changes
Open a pull request
base repository: codalab/codabench
base: 1.15.0
head repository: codalab/codabench
compare: 1.16.0
- 8 commits
- 26 files changed
- 11 contributors
Commits on Dec 20, 2024
-
Update version.json for release 1.15.0 (#1712)
* Merge develop into master (#1405) * organization oidc login added * unused test file removed * http client * some changes * oidc login and signup added * oidc flow completed * Prevent LimitOverrunError with large output lines 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> * terms and condition check added * one terms checkbox for all organization login buttons * removed sandbox property from iframe to allow links in the iframe * Detailed results title removed * Detailed results configuration (#1374) * 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 --------- Signed-off-by: Chris Harris <cjh@lbl.gov> Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com> Co-authored-by: Chris Harris <chris.harris@kitware.com> * Revert "Merge develop into master (#1405)" This reverts commit a26fc36. * More general exception in views.py (#1512) * More general exception in views.py * Update views.py * Update version.json for release 1.15.0 --------- Signed-off-by: Chris Harris <cjh@lbl.gov> Co-authored-by: Adrien Pavão <adrien.pavao@gmail.com> Co-authored-by: Ihsan Ullah <ihsanullah@Pixel-io.local> Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com> Co-authored-by: Benjamin Bearce <bbearce@gmail.com> Co-authored-by: Chris Harris <chris.harris@kitware.com> Co-authored-by: Nicolas Homberg <nicomy_68@hotmail.fr> Co-authored-by: GitHub Actions <actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3c76f6a - Browse repository at this point
Copy the full SHA 3c76f6aView commit details
Commits on Dec 23, 2024
-
Feature/remove user/soft removal (#1691) (#1716)
* add soft deletions attributes in profile class + override deletion method + update email and log in mechanism * add emails template + soft delete + account view + deletion confirmation view * move the notice emails in the delete method of user * filter deleted users out of the front page stat * disable the action buttons on the list of participants modal in the competition management view Co-authored-by: Tristan Mary <tristanmary2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2aa2a6 - Browse repository at this point
Copy the full SHA f2aa2a6View commit details -
Updated the filters to show the new "Is Deleted" (#1717)
* Updated the filters to show the new "Is Deleted" * Flake8 fixes --------- Co-authored-by: Obada Haddad <obada.haddad@lisn.fr>
Configuration menu - View commit details
-
Copy full SHA for 9319e3d - Browse repository at this point
Copy the full SHA 9319e3dView commit details
Commits on Dec 27, 2024
-
.gitingore update to ignore the home page counters file. Also removed…
… the file from cache so that it's not tracked anymore
Obada Haddad committedDec 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 423953b - Browse repository at this point
Copy the full SHA 423953bView commit details
Commits on Jan 16, 2025
-
Fix/remove user/soft removal (#1724)
* Set is_active to False when deleting a user * change the email sending method and populate the missing txt files * add a checkbox to show/hide deleted users in the list of participant modal * Fixed the wrong user being named in the greetings in the email sent to admins upon account deletion * Flake8 fixed * restricted the usage of deletion link more than one time, used a different deletion token to expire it after deletion, account deletion modal now disappears after clickin the delete my account button --------- Co-authored-by: OhMaley <tristanmary2@gmail.com> Co-authored-by: Obada Haddad <obada.haddad@lisn.fr> Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8c82817 - Browse repository at this point
Copy the full SHA 8c82817View commit details -
Merge pull request #1719 from codalab/gitIgnoreUpdate
.gitingore update to ignore the home page counters file. Also removed the file from cache so that it's not tracked anymore
Configuration menu - View commit details
-
Copy full SHA for 8dc57f2 - Browse repository at this point
Copy the full SHA 8dc57f2View commit details -
Fix URLs in user deletion email (#1729)
* Fix URLs in user deletion email * Fix domain
Configuration menu - View commit details
-
Copy full SHA for 30503a3 - Browse repository at this point
Copy the full SHA 30503a3View commit details -
Merge pull request #1715 from codalab/develop
* Update version.json for release 1.15.0 (#1712) * Merge develop into master (#1405) * organization oidc login added * unused test file removed * http client * some changes * oidc login and signup added * oidc flow completed * Prevent LimitOverrunError with large output lines 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> * terms and condition check added * one terms checkbox for all organization login buttons * removed sandbox property from iframe to allow links in the iframe * Detailed results title removed * Detailed results configuration (#1374) * 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 --------- Signed-off-by: Chris Harris <cjh@lbl.gov> Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com> Co-authored-by: Chris Harris <chris.harris@kitware.com> * Revert "Merge develop into master (#1405)" This reverts commit a26fc36. * More general exception in views.py (#1512) * More general exception in views.py * Update views.py * Update version.json for release 1.15.0 --------- Signed-off-by: Chris Harris <cjh@lbl.gov> Co-authored-by: Adrien Pavão <adrien.pavao@gmail.com> Co-authored-by: Ihsan Ullah <ihsanullah@Pixel-io.local> Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com> Co-authored-by: Benjamin Bearce <bbearce@gmail.com> Co-authored-by: Chris Harris <chris.harris@kitware.com> Co-authored-by: Nicolas Homberg <nicomy_68@hotmail.fr> Co-authored-by: GitHub Actions <actions@github.com> * Feature/remove user/soft removal (#1691) (#1716) * add soft deletions attributes in profile class + override deletion method + update email and log in mechanism * add emails template + soft delete + account view + deletion confirmation view * move the notice emails in the delete method of user * filter deleted users out of the front page stat * disable the action buttons on the list of participants modal in the competition management view Co-authored-by: Tristan Mary <tristanmary2@gmail.com> * Updated the filters to show the new "Is Deleted" (#1717) * Updated the filters to show the new "Is Deleted" * Flake8 fixes --------- Co-authored-by: Obada Haddad <obada.haddad@lisn.fr> * .gitingore update to ignore the home page counters file. Also removed the file from cache so that it's not tracked anymore * Fix/remove user/soft removal (#1724) * Set is_active to False when deleting a user * change the email sending method and populate the missing txt files * add a checkbox to show/hide deleted users in the list of participant modal * Fixed the wrong user being named in the greetings in the email sent to admins upon account deletion * Flake8 fixed * restricted the usage of deletion link more than one time, used a different deletion token to expire it after deletion, account deletion modal now disappears after clickin the delete my account button --------- Co-authored-by: OhMaley <tristanmary2@gmail.com> Co-authored-by: Obada Haddad <obada.haddad@lisn.fr> Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com> * Fix URLs in user deletion email (#1729) * Fix URLs in user deletion email * Fix domain --------- Signed-off-by: Chris Harris <cjh@lbl.gov> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ihsan Ullah <ihsanullah@Pixel-io.local> Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com> Co-authored-by: Benjamin Bearce <bbearce@gmail.com> Co-authored-by: Chris Harris <chris.harris@kitware.com> Co-authored-by: Nicolas Homberg <nicomy_68@hotmail.fr> Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Tristan Mary <tristanmary2@gmail.com> Co-authored-by: Obada Haddad-Soussac <11889208+ObadaS@users.noreply.github.com> Co-authored-by: Obada Haddad <obada.haddad@lisn.fr>
Configuration menu - View commit details
-
Copy full SHA for 8606b17 - Browse repository at this point
Copy the full SHA 8606b17View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.15.0...1.16.0