Skip to content

Commit ddf5edf

Browse files
author
Obada Haddad
committed
Revert "revert"
This reverts commit 2be8937.
1 parent 5af7806 commit ddf5edf

71 files changed

Lines changed: 2223 additions & 1576 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- run:
7878
name: "Tests: Run end-to-end (E2E) tests"
7979
command: |
80-
cd tests && CI="true" $HOME/.local/bin/uv run pytest test_auth.py test_account_creation.py test_competition.py test_submission.py
80+
cd tests && CI=True $HOME/.local/bin/uv run pytest test_auth.py test_account_creation.py test_competition.py test_submission.py
8181
no_output_timeout: 30m
8282

8383
# Example to run specific set of tests (for debugging individual tests from a batch of tests)

.editorconfig

Lines changed: 0 additions & 17 deletions
This file was deleted.

.env_circleci

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ WORKER_CONNECTION_TIMEOUT=100000000 # milliseconds
1414

1515
FLOWER_BASIC_AUTH=root:password-you-should-change
1616

17-
SELENIUM_HOSTNAME=selenium
18-
1917
DJANGO_SETTINGS_MODULE=settings.test
2018

2119
# Minio local storage example

.env_sample

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ SELENIUM_HOSTNAME=selenium
4242
#EMAIL_HOST_PASSWORD=pass
4343
#EMAIL_PORT=587
4444
#EMAIL_USE_TLS=True
45-
#DEFAULT_FROM_EMAIL="Codabench <noreply@example.com>"
4645
#SERVER_EMAIL=noreply@example.com
4746

4847
# Contact Email

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.20
1+
FROM python:3.10.0
22

33
RUN apt-get update && apt-get install -y gcc build-essential && rm -rf /var/lib/apt/lists/*
44

Procfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ $ docker compose exec django ./manage.py collectstatic --noinput
2828

2929
You can now login as username "admin" with password "admin" at http://localhost/
3030

31-
If you ever need to reset the database, use the script `./reset_db.sh`
32-
3331
For more information about installation, checkout [Codabench Basic Installation Guide](https://docs.codabench.org/latest/Developers_and_Administrators/Codabench-Installation/) and [How to Deploy Server](https://docs.codabench.org/latest/Developers_and_Administrators/How-to-deploy-Codabench-on-your-server/).
3432

3533

app.json

Lines changed: 0 additions & 42 deletions
This file was deleted.
File renamed without changes.

certs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)