-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix minor typos (#1347) * Make tests output readable (#1349) * Fix WatchAssignments causes memory leaks (#1350) * Return 404 when deleting ticket/backfill ticket that does not exist (#1352) * Updating jonfoust username to syntxerror as a code reviewer (#1363) Co-authored-by: jonfoust <[email protected]> * Update to gRPC Gateway v2 (#1358) * Sentinel fix (#1367) * update master * override sentinel.usePassword to false Co-authored-by: jonfoust <[email protected]> * Revert "Sentinel fix (#1367)" (#1368) This reverts commit 8b8617f. * Sentinel fix (2) (#1369) * update master * fixing config.json * add override for sentinel.usePassword * Update go.sum removed leftover from conflict * Add backfill scenario to scale tests (#1339) * Implement backfill querying * Update location for stable and incubator charts * Add MMF backfill example * Simplify MMF backfill example * Add backfill scenario to scale tests * Update backfill scenario * Improve backfill scenario Co-authored-by: Alexander Apalikov <[email protected]> * add mode to profile name for range of game modes (#1375) * changes for release 1.2.0 process Co-authored-by: Alexander Apalikov <[email protected]> Co-authored-by: Alexey <[email protected]> Co-authored-by: yeukovichd <[email protected]> Co-authored-by: Lucy Yuan <[email protected]> Co-authored-by: jonfoust <[email protected]> Co-authored-by: Andrew Grundy <[email protected]> Co-authored-by: John Pekcan <[email protected]>
- Loading branch information
1 parent
f848f4e
commit cfe84e2
Showing
8 changed files
with
37 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"urls": [ | ||
{"name": "Frontend", "url": "https://open-match.dev/api/v1.2.0-rc.1/frontend.swagger.json"}, | ||
{"name": "Backend", "url": "https://open-match.dev/api/v1.2.0-rc.1/backend.swagger.json"}, | ||
{"name": "Query", "url": "https://open-match.dev/api/v1.2.0-rc.1/query.swagger.json"}, | ||
{"name": "MatchFunction", "url": "https://open-match.dev/api/v1.2.0-rc.1/matchfunction.swagger.json"}, | ||
{"name": "Synchronizer", "url": "https://open-match.dev/api/v1.2.0-rc.1/synchronizer.swagger.json"}, | ||
{"name": "Evaluator", "url": "https://open-match.dev/api/v1.2.0-rc.1/evaluator.swagger.json"} | ||
{"name": "Frontend", "url": "https://open-match.dev/api/v1.2.0/frontend.swagger.json"}, | ||
{"name": "Backend", "url": "https://open-match.dev/api/v1.2.0/backend.swagger.json"}, | ||
{"name": "Query", "url": "https://open-match.dev/api/v1.2.0/query.swagger.json"}, | ||
{"name": "MatchFunction", "url": "https://open-match.dev/api/v1.2.0/matchfunction.swagger.json"}, | ||
{"name": "Synchronizer", "url": "https://open-match.dev/api/v1.2.0/synchronizer.swagger.json"}, | ||
{"name": "Evaluator", "url": "https://open-match.dev/api/v1.2.0/evaluator.swagger.json"} | ||
] | ||
} |
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