Skip to content

Conversation

@github-actions
Copy link
Contributor

This PR updates version.json with the latest release information.

Didayolo and others added 30 commits October 3, 2022 16:59
Merge develop into master
Merge develop into master
Merge develop into master
Merge develop into master
Last couple of email changes to not delete users if activation is wrong and remove chahub buttons
Merge develop into master
Merge develop into master
Merge develop into master
Merge develop into master
Merge develop into master
Merge develop into master
Merge develop into master
Merge develop into master - Quick fix
Merge develop into master
* html comment fixed

* repeated competitions in competitions api fixed

* uploading a submission, show asterick with required only answers

* do not show make private/public button to users who are not owner of the submission

* Remove console calls

* Resources -> Datasets : fiel sizes added in readable format

* console log removed

* Update management.tag

* pagination fixed

* Show competition name in Resources -> Datasets

* filename added in request, test updated

* Dataset detail tile changed to file name

* Use title and url of benchmark in job status page

* competition name is now a clickable link

* competition name clickable in dataset detail

* Update management.tag

* Update management.tag

* separate tab for submissions

* Add Dataset changed to Add Dataset/Program

* Add submission modal added

* After login redirect to `next` page (#900)

* after login redirect to next page

* trailing white space removed

---------

Co-authored-by: Ihsan Ullah <ihsanullah@Pixel-io.local>

* benchmark title instead of id in datasets detail

* Tasks tab: benchmark is now clickable link

* milliseconds -> seconds

* add option to show/hide public submissions/datasets

* new filters added to show/hide public submissions and datasets/programs

* default filter added

* unused function removed

* delete button is now shown for own submissions and datasets/programs only

* Save leaderboard during manual creation of benchmark (#908)

* Save leaderboard during manual creation of benchmark

* Update competitions.py

* Fix the test: precision should be a number

---------

Co-authored-by: Ihsan Ullah <ihsanullah@Pixel-io.local>
Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com>
Merge develop into master
Merge develop into master
Merge develop into master
* More robust handling of metadata command in compute worker

* docker image name displayed

* Update Dockerfile

* Update color and order of docker image display

* Codabench citation (#945)

* citation added

* stylus updated

* citation added

* stylus updated

* citation header changed, bib fixed

* Clickable link to the paper

---------

Co-authored-by: didayolo <adrien.pavao@gmail.com>

* rename about, change github and tutorial links (#951)

* rename about, change github and tutorial links

* popular/featured benchmarks are now links to competitions/public

---------

Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com>
Merge develop into master
Merge develop into master (cleanup logs)
Merge develop into master
Merge develop into master
* do not show hidden column in leaderboard, unpacker v1 to handle hidden column

* LEADERBOARD_V1 data updated with hidden attribute

* filter: hidden condition removed

* analytics download fixed

* default profile avatar changed

* Detailed results displayed for each task on leaderboard (#967)

* Detailed results displayed for each task on leaderboard

* more explanation added to detailed result fetching. url commented

* detailed results removed from factsheets

* Download buttons (#970)

* download_buttons progress 06_03_2023

* List the Files on Files Tab

* download buttons update

* dataset download added to UI.

* 06_24_2023 progress

* unpackers, polishing and fixing test errors

* last bit of test fixes.

* flake issues

* pytest errors

* single select and final touches

* flake and fixing tests

* remove dev docker-compose file

* hide all but public_startingkit data for no admin

* Don't show non-registered\unlogged-in participants

* Improve display

---------

Co-authored-by: didayolo <adrien.pavao@gmail.com>

---------

Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com>
Co-authored-by: Benjamin Bearce <bbearce@gmail.com>
Merge develop into master
Merge develop into master
Merge develop into master
Merge develop into master
Didayolo and others added 26 commits January 20, 2024 21:34
Merge develop into master
Merge develop into master
Merge develop into master
Merge develop into master
Merge develop into master
Merge develop into master
Public competition filtering (#1381)
* 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"
Merge develop into master
Merge develop into master
Merge develop into master
Minor fix (merge develop into master)
Merge develop into master (/!\ Poetry /!\)
* More general exception in views.py

* Update views.py
Merge develop into master
Merge develop into master
Merge develop into master (small patch)
Merge develop into master
Merge develop into master
Merge develop into master
Patch the removal of submissions counter on leaderboard (#1675)
* participants and submissions count fileds added to competition modal, use these counts in the competition detail page, public competitions page, home page popular competitions

* unused import removed - flake8

* Remove useless comments

* Update example_submission.py

While I was trying to use the robot submission, I had to add the file_size in the payload in order to achieve a robot submission

* tests added for submissions and participants counts

* commented the failing chahub tests (to be removed later)

* default participants count set to 1, script added to update counts for all competitions

* tests updated for the default participants count

* submission count fixed for multi-task competitions, updated delete multiple function to trigger modal's delete method, updated count script to count only parent submissions

* Optimization `PR#1` - Featured competitions (#1678)

* Featured field added in competition

* spelling fixed in comment

* Merge migrations from PR1 and PR2

---------

Co-authored-by: Adrien Pavão <adrien.pavao@gmail.com>

* twisted_certifi_requests (#1672)

* twisted_certifi_requests

* poetry update

---------

Co-authored-by: Ihsan Ullah <ihsan2131@gmail.com>
Co-authored-by: Nicolas Homberg <nicomy_68@hotmail.fr>
Co-authored-by: Benjamin Bearce <bbearce@gmail.com>
Merge develop into master
@Didayolo Didayolo merged commit 3c76f6a into develop Dec 20, 2024
1 check passed
@Didayolo Didayolo deleted the update-version-1.15.0 branch December 20, 2024 14:41
@Didayolo Didayolo mentioned this pull request Dec 23, 2024
2 tasks
Didayolo added a commit that referenced this pull request Jan 16, 2025
* 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>
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