From d56101ac856fb68a1c654f04dcc94b80d842bc24 Mon Sep 17 00:00:00 2001 From: Obada Haddad Date: Thu, 9 Apr 2026 16:10:00 +0200 Subject: [PATCH 1/2] initial ceph compatibility --- src/apps/competitions/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/competitions/tasks.py b/src/apps/competitions/tasks.py index ee35eeeb9..ea63dc7e2 100644 --- a/src/apps/competitions/tasks.py +++ b/src/apps/competitions/tasks.py @@ -353,7 +353,7 @@ def mark_status_as_failed_and_delete_dataset(competition_creation_status, detail try: with NamedTemporaryFile(mode="w+b") as temp_file: logger.info(f"Download competition bundle: {competition_dataset.data_file.name}") - competition_bundle_url = make_url_sassy(competition_dataset.data_file.url) + competition_bundle_url = make_url_sassy(competition_dataset.data_file.name) try: with requests.get(competition_bundle_url, stream=True) as r: r.raise_for_status() From ccf364ba4e83a9547781dac94619e29495944489 Mon Sep 17 00:00:00 2001 From: Obada Haddad-Soussac <11889208+ObadaS@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:18:48 +0200 Subject: [PATCH 2/2] Update version.json --- version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.json b/version.json index fd7e5531e..c817aa11d 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "tag_name": "v1.27.1", - "release_name": "v1.27.1", - "html_url": "https://github.com/codalab/codabench/releases/tag/v1.27.1" + "tag_name": "v1.28", + "release_name": "v1.28", + "html_url": "https://github.com/codalab/codabench/releases/tag/v1.28" }