-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Cache Busting #4037
Merged
Merged
Add Cache Busting #4037
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Suryansh5545
added a commit
to Suryansh5545/EvalAI
that referenced
this pull request
Jul 21, 2023
* Added Cache Busting * .
gchhablani
pushed a commit
to gchhablani/EvalAI
that referenced
this pull request
Jul 24, 2023
* Added Cache Busting * .
gchhablani
pushed a commit
that referenced
this pull request
Jul 24, 2023
* [Frontend] Add cache busting to frontend (#4037) * Added Cache Busting * . * Bug Fix
gchhablani
pushed a commit
that referenced
this pull request
Jul 27, 2023
* [Frontend] Add cache busting to frontend (#4037) * Added Cache Busting * . * Reverting the image changes * Added to update index
gchhablani
added a commit
that referenced
this pull request
Aug 29, 2023
* [Frontend] Add cache busting to frontend (#4037) * Added Cache Busting * . * add forntend control for search and filter * Fix test case * removed junk folder * improved filter appearance * remove useless css changes --------- Co-authored-by: Gunjan Chhablani <chhablani.gunjan@gmail.com>
gchhablani
added a commit
to AyushR1/EvalAI
that referenced
this pull request
Aug 29, 2023
* [Frontend] Add cache busting to frontend (Cloud-CV#4037) * Added Cache Busting * . * add forntend control for search and filter * Fix test case * removed junk folder * improved filter appearance * remove useless css changes --------- Co-authored-by: Gunjan Chhablani <chhablani.gunjan@gmail.com>
gchhablani
added a commit
that referenced
this pull request
Aug 29, 2023
* Support Multiple challenge version with different branches Signed-off-by: AyushR1 <ayushrathore12501@gmail.com> * Fix migration * [Backend] Add or delete challenge phases and splits (#4024) * Ability to remove and add challenge phase and phase split * Remove changes to data split * Added check for submission existence * Added function to Zip function too * Added check to delete the challenge phase split * Added fix for challenge phase split removal * Remove not used error messages and add split deletion to zip method --------- Co-authored-by: Gunjan Chhablani <chhablani.gunjan@gmail.com> * [Frontend] Add search and filter for challenges (#4039) * [Frontend] Add cache busting to frontend (#4037) * Added Cache Busting * . * add forntend control for search and filter * Fix test case * removed junk folder * improved filter appearance * remove useless css changes --------- Co-authored-by: Gunjan Chhablani <chhablani.gunjan@gmail.com> * [Frontend] Add sponsors and prizes to challenge (#4030) * Added Sponsors and Domain * Changed Prize , sponsor page frontend, editted sponsor model, added test cases * Fix Test case * fixed migration * Fix migrations * Update challenge_config_utils.py * Update challenge_config_utils.py * Fix migration * Fix flake8 issues --------- Co-authored-by: Gunjan Chhablani <chhablani.gunjan@gmail.com> * Fix migrations * Fix migrations --------- Signed-off-by: AyushR1 <ayushrathore12501@gmail.com> Co-authored-by: Gunjan Chhablani <chhablani.gunjan@gmail.com> Co-authored-by: Suryansh Pathak <34577232+Suryansh5545@users.noreply.github.com>
gchhablani
added a commit
that referenced
this pull request
Dec 20, 2023
* [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 <chhablani.gunjan@gmail.com> * 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 <Suryanshpathak5545@gmail.com> Co-authored-by: Suryansh5545 <34577232+Suryansh5545@users.noreply.github.com> * [BugFix] Fix modify leaderboard data tests (#4204) * Turns off progress bar on push --------- Co-authored-by: Gunjan Chhablani <chhablani.gunjan@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added cache busting using timestamping