Skip to content

Commit

Permalink
[BugFix] Turn off pip Progress bar (#4241)
Browse files Browse the repository at this point in the history
* [Frontend] Add cache busting to frontend (#4037)

* Added Cache Busting

* .

* [Backend] Allow disabling leaderboard data (#4180)

* Add is_active and endpoint to change it leaderboarddata

* change is_active to is_disabled

* fix comments

* fix is_disabled

* change is_disabled to false

* fix test

* fix migration and remove get_object

* fix migration

* Update views.py

* Delete apps/challenges/migrations/0107_challenge_worker_image_url_alter.py

* Add missing migration

* Add new migration

---------

Co-authored-by: Gunjan Chhablani <[email protected]>

* Revert "[Backend] Allow disabling leaderboard data (#4180)" (#4200)

This reverts commit ae017b4.

* [Backend] Allow disabling leaderboard data (#4203)

* Add is_active and endpoint to change it leaderboarddata

* change is_active to is_disabled

* fix comments

* fix is_disabled

* change is_disabled to false

* fix test

* fix migration and remove get_object

* fix migration

* Update views.py

* Delete apps/challenges/migrations/0107_challenge_worker_image_url_alter.py

* Add missing migration

* Add new migration

* Fix bulk creation of leaderboard data

* Add changes for seed

---------

Co-authored-by: Suryansh5545 <[email protected]>
Co-authored-by: Suryansh5545 <[email protected]>

* [BugFix] Fix modify leaderboard data tests (#4204)

* Turns off progress bar on push

---------

Co-authored-by: Gunjan Chhablani <[email protected]>
  • Loading branch information
Suryansh5545 and gchhablani committed Dec 20, 2023
1 parent 0e0b231 commit 9bb9389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED 1
RUN mkdir /code
WORKDIR /code
ADD requirements/* /code/
RUN pip install -r prod.txt
RUN pip install --progress-bar off -r prod.txt

ADD . /code

Expand Down

0 comments on commit 9bb9389

Please sign in to comment.