-
-
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.
* Bugfix: Fixed expansion panel opening on clicking visibility toggle. * Remove tag query param (only allow private tag keys for now). * optimised imports * Warning fix: replaced Button variant=fab with Fab component. * Moved theme context. * Added Tags page with UploadTags selector in UploadForm * Shortened import * Added privateKey to returned type of Tags, removed now-redundant type TagWithPrivateKey, removed now-redundant getAllTagsWithPrivateKeys * line wrapping. * skipped tests * Update key to camelCase * Skip test for proto upload with tags using tag name * Removed tag integration test * Removed another tag test in integration tests. * Added some tags to upload. * Cleaned up private key/id mixup, formatting. * Propagate private_key private_id fix. * Propagate private_key private_id fix. 2 * Corrected test request url (missing `/`) * Try creating all tags only after first replay is uploaded. * Fixed url * moved private key creation to only happen once * added delay * Arrays start at 0 Fixed bugs in tag creation * stylin * except when they start at 1 * Set logging to be more readable. * fix logging level in celery * Possibly fix decoding issue * added logging * fixed str logging error * fixed logging * url encode the keys. This is important so that the server will accept them. * Adding logging for all local dev requests * fix issues with platformid for local players * Make the first replay upload have user info * fix imports * fix typescript issue * address comments
- Loading branch information
1 parent
93832cc
commit c81b745
Showing
34 changed files
with
624 additions
and
95 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
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
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
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
Oops, something went wrong.