fix(middleware): update paths for bot generation and stockfish configuration
Build & Test (NowChessSystems) TeamCity build failed

refactor(bru): standardize authentication settings across requests
chore: add coordinator base URL to configuration files
This commit is contained in:
2026-05-01 19:56:34 +02:00
parent e17e4e806a
commit 2dd0501687
50 changed files with 647 additions and 635 deletions
+7 -3
View File
@@ -4,9 +4,13 @@ meta {
seq: 1
}
http {
method: POST
post {
url: {{baseUrl}}/api/board/game/{{gameId}}/draw/offer
body: none
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
+7 -3
View File
@@ -4,9 +4,13 @@ meta {
seq: 2
}
http {
method: POST
post {
url: {{baseUrl}}/api/board/game/{{gameId}}/draw/accept
body: none
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
+7 -3
View File
@@ -4,9 +4,13 @@ meta {
seq: 3
}
http {
method: POST
post {
url: {{baseUrl}}/api/board/game/{{gameId}}/draw/decline
body: none
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
+7 -3
View File
@@ -4,9 +4,13 @@ meta {
seq: 4
}
http {
method: POST
post {
url: {{baseUrl}}/api/board/game/{{gameId}}/draw/claim
body: none
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
+7 -3
View File
@@ -4,9 +4,13 @@ meta {
seq: 1
}
http {
method: GET
get {
url: {{baseUrl}}/api/board/game/{{gameId}}/export/fen
body: none
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
+7 -3
View File
@@ -4,9 +4,13 @@ meta {
seq: 2
}
http {
method: GET
get {
url: {{baseUrl}}/api/board/game/{{gameId}}/export/pgn
body: none
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
+7 -3
View File
@@ -4,11 +4,15 @@ meta {
seq: 1
}
http {
method: POST
post {
url: {{baseUrl}}/api/board/game
body: json
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
headers {
+6 -1
View File
@@ -7,7 +7,12 @@ meta {
get {
url: {{baseUrl}}/api/board/game/{{gameId}}
body: none
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
vars:pre-request {
+7 -3
View File
@@ -4,9 +4,13 @@ meta {
seq: 4
}
http {
method: POST
post {
url: {{baseUrl}}/api/board/game/{{gameId}}/resign
body: none
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
+7 -3
View File
@@ -4,11 +4,15 @@ meta {
seq: 1
}
http {
method: POST
post {
url: {{baseUrl}}/api/board/game/import/fen
body: json
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
headers {