-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Training packs :D * Training pack interface * Remove import * Better display (and creation) * Allow modification of BaseURL * Update requirements.txt * Catch exceptions properly * Order by match date when selecting replays * Show create button when none exist * Fix style * Fix style * Remove local link * Fix rotations * Add some conditions to shots * Preview shots in replay viewer * Fix UI a bit * Add date picker * Move replay viewer to top when half screen * Remove non-standard playlists * Move to from celery tasks and filter by map/playlist * Add header and game id * Add modal to create pack * Adjust ball speed to better match replays * Remove kickoffs * Add beta restriction * Fix JS style * Fix Python test * Fixes * Remove logging * Add Crypto to test * Query fixes * Add comment with license * Move things around a bit * Move more stuff around * Remove extra commented stuff * Misc fixes * Add task id and metric to find task time * Fix for importerror * Add compact * changed coverage ignore This should ignore files that we do not care about coverage for * ignore parsing files * Few fixes * Raise exception when user has no replays for this * Add logger * Catch error with config * Add training packs test * Fix pack test * Fix test (to account for new mag)
- Loading branch information
Showing
38 changed files
with
2,175 additions
and
137 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ omit = | |
loader.py | ||
imports_test.py | ||
helpers/* | ||
redis/* | ||
redis/* | ||
backend/tasks/training_packs/parsing/* |
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
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
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
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
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
Empty file.
Binary file not shown.
Empty file.
Oops, something went wrong.