Release 8/20/26 - #182
Merged
Merged
Conversation
is_deleted is redundant since an entity is soft-deleted if and only if deleted_at is not null. Updated the entity to remove this field and refactored all existing queries utilizing is_deleted to check nullity of deleted_at
Fixes #154 Specifically the hardcoded maps part of it
* fixed Tournament should be refactored to avoid hardcoding maps Fixes #154 Specifically the hardcoded maps part of it * Remove RequireTurnstile from createGameMatch endpoint Turnstile creates unnecessary friction for competitors. It has been shown that Turnstile can be bypassed with little effort, so it only harms the good guys. We should remove it and rely on monitoring to detect automation. --------- Co-authored-by: RoopjeetSingh <roopjeetsingh2004@gmail.com>
Add prometheus and postgres_exporter, allowing us to query metrics about our Postgres database in Grafana
* Fix ladder creation defaulting maxQueuedPerTeam to 0 (#159) * Drop V16 backfill migration The entity default fixes every ladder created from here on. Repairing rows already at max_queued_per_team = 0 is left to the newly-exposed admin PATCH endpoint rather than a data migration. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
…the prod server (#178)
* Add is_service_account to users table * Allow service accounts to download any submission * Add tests to verify service account submission download * Allow service accounts to upload game match files * Update game match file upload tests
This file contains hidden or 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
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.
No description provided.