Skip to content

Commit d29a9a2

Browse files
committed
Add per-round best_of support and 3rd place match improvements
- Add default_best_of and third_place_match columns to tournament_stages - Add get_bracket_best_of() to resolve per-round best_of from stage settings - Add clone_match_options_with_best_of() to create match options with overridden best_of - Update schedule_tournament_match to resolve per-round best_of at scheduling time - Remove hardcoded decider best_of logic from DE and Swiss bracket generation - Simplify 3rd place match creation (decouple from decider_best_of) - Update Hasura metadata permissions for new columns
1 parent 5cb4e89 commit d29a9a2

13 files changed

Lines changed: 12196 additions & 9709 deletions

File tree

generated/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface Client {
3535

3636
export const createClient = function (options?: ClientOptions): Client {
3737
return createClientOriginal({
38-
url: 'http://hasura:8080/v1/graphql',
38+
url: 'http://localhost:8080/v1/graphql',
3939

4040
...options,
4141
queryRoot: typeMap.Query!,

0 commit comments

Comments
 (0)