Skip to content

Commit a3341aa

Browse files
committed
Update Tiamat & Hasura, and regen GQL typings
1 parent dbc1e93 commit a3341aa

File tree

6 files changed

+3
-17
lines changed

6 files changed

+3
-17
lines changed

docker/docker-compose.custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# The :hsl-tag contains the desired version of hsl specific hasura.
1111
# Waiting for merging feature-branch to main in hasura-repo
1212
# Note: also update jore4-hasura-e2e in docker-compose.e2e when changing this.
13-
image: 'crjore4prod001.azurecr.io/jore4-hsl-hasura:main-2025-07-28-031fcd62b8df6dec48d753c22ed4617e447861cb'
13+
image: 'crjore4prod001.azurecr.io/jore4-hsl-hasura:main-2025-08-11-0f7eeff3b42a1dcd620fc1007ec61c6cc6e0daac'
1414
# Waiting for database to be ready to avoid startup delay due to hasura crashing at startup if db is offline
1515
# Note: this should only be done in development setups as Kubernetes does not allow waiting for services to be ready
1616
depends_on:

docker/docker-compose.e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
extends:
4444
file: docker-compose.base.yml
4545
service: jore4-hasura-base
46-
image: 'crjore4prod001.azurecr.io/jore4-hsl-hasura:main-2025-07-28-031fcd62b8df6dec48d753c22ed4617e447861cb'
46+
image: 'crjore4prod001.azurecr.io/jore4-hsl-hasura:main-2025-08-11-0f7eeff3b42a1dcd620fc1007ec61c6cc6e0daac'
4747
container_name: "hasura-e2e"
4848
ports:
4949
- "127.0.0.1:3211:8080"

test-db-manager/src/generated/graphql.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42994,7 +42994,6 @@ export type StopsDatabaseStopPlaceNewestVersionTiamatStopPlaceArgs = {
4299442994
importedId?: InputMaybe<Scalars['String']['input']>;
4299542995
key?: InputMaybe<Scalars['String']['input']>;
4299642996
municipalityReference?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
42997-
onlyMonomodalStopPlaces?: InputMaybe<Scalars['Boolean']['input']>;
4299842997
page?: InputMaybe<Scalars['Int']['input']>;
4299942998
pointInTime?: InputMaybe<Scalars['stop_registry_DateTime']['input']>;
4300042999
query?: InputMaybe<Scalars['String']['input']>;

ui/graphql.schema.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -294179,18 +294179,6 @@
294179294179
"isDeprecated": false,
294180294180
"deprecationReason": null
294181294181
},
294182-
{
294183-
"name": "onlyMonomodalStopPlaces",
294184-
"description": "Set to true to only return mono modal stop places.",
294185-
"type": {
294186-
"kind": "SCALAR",
294187-
"name": "Boolean",
294188-
"ofType": null
294189-
},
294190-
"defaultValue": "false",
294191-
"isDeprecated": false,
294192-
"deprecationReason": null
294193-
},
294194294182
{
294195294183
"name": "page",
294196294184
"description": "Pagenumber when using pagination - default is 0",

ui/src/generated/graphql.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42997,7 +42997,6 @@ export type StopsDatabaseStopPlaceNewestVersionTiamatStopPlaceArgs = {
4299742997
importedId?: InputMaybe<Scalars['String']['input']>;
4299842998
key?: InputMaybe<Scalars['String']['input']>;
4299942999
municipalityReference?: InputMaybe<ReadonlyArray<InputMaybe<Scalars['String']['input']>>>;
43000-
onlyMonomodalStopPlaces?: InputMaybe<Scalars['Boolean']['input']>;
4300143000
page?: InputMaybe<Scalars['Int']['input']>;
4300243001
pointInTime?: InputMaybe<Scalars['stop_registry_DateTime']['input']>;
4300343002
query?: InputMaybe<Scalars['String']['input']>;

0 commit comments

Comments
 (0)