Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BugFix] Turn off pip Progress bar (#4241)
* [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