Skip to content

Commit 22ae7f3

Browse files
committed
Update tiamat image
1 parent 80abffb commit 22ae7f3

5 files changed

Lines changed: 96 additions & 2 deletions

File tree

docker/docker-compose.custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
jore4-tiamat:
3939
# Pin tiamat to a compatible version.
4040
# Note: also update jore4-tiamat-e2e in docker-compose.e2e when changing this.
41-
image: "crjore4prod001.azurecr.io/jore4-tiamat:main-2025-11-06-0323919a3e873444b86fcafa45bd0e0bc928f2ae"
41+
image: "crjore4prod001.azurecr.io/jore4-tiamat:main-2025-11-19-75e2b9396dad8c114433d4fc0025b5116a04709a"
4242

4343
jore4-timetablesapi:
4444
# Pin timetables api to a compatible version.

docker/docker-compose.e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
extends:
1212
file: docker-compose.base.yml
1313
service: jore4-tiamat-base
14-
image: "crjore4prod001.azurecr.io/jore4-tiamat:main-2025-11-06-0323919a3e873444b86fcafa45bd0e0bc928f2ae"
14+
image: "crjore4prod001.azurecr.io/jore4-tiamat:main-2025-11-19-75e2b9396dad8c114433d4fc0025b5116a04709a"
1515
container_name: "tiamat-e2e"
1616
environment:
1717
- TIAMAT_DB_URL=jdbc:postgresql://jore4-testdb-e2e:5432/stopdb?stringtype=unspecified

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39628,6 +39628,7 @@ export type StopsDatabaseQuayNewestVersion = {
3962839628
site_ref_version?: Maybe<Scalars['String']['output']>;
3962939629
/** An object relationship */
3963039630
stopPlaceParent?: Maybe<StopsDatabaseStopPlaceChildren>;
39631+
stop_owner?: Maybe<Scalars['String']['output']>;
3963139632
/** An object relationship */
3963239633
stop_place?: Maybe<StopsDatabaseStopPlace>;
3963339634
stop_place_id?: Maybe<Scalars['bigint']['output']>;
@@ -39794,6 +39795,7 @@ export type StopsDatabaseQuayNewestVersionBoolExp = {
3979439795
site_ref?: InputMaybe<StringComparisonExp>;
3979539796
site_ref_version?: InputMaybe<StringComparisonExp>;
3979639797
stopPlaceParent?: InputMaybe<StopsDatabaseStopPlaceChildrenBoolExp>;
39798+
stop_owner?: InputMaybe<StringComparisonExp>;
3979739799
stop_place?: InputMaybe<StopsDatabaseStopPlaceBoolExp>;
3979839800
stop_place_id?: InputMaybe<BigintComparisonExp>;
3979939801
stop_place_netex_id?: InputMaybe<StringComparisonExp>;
@@ -39842,6 +39844,7 @@ export type StopsDatabaseQuayNewestVersionMaxFields = {
3984239844
short_name_value?: Maybe<Scalars['String']['output']>;
3984339845
site_ref?: Maybe<Scalars['String']['output']>;
3984439846
site_ref_version?: Maybe<Scalars['String']['output']>;
39847+
stop_owner?: Maybe<Scalars['String']['output']>;
3984539848
stop_place_id?: Maybe<Scalars['bigint']['output']>;
3984639849
stop_place_netex_id?: Maybe<Scalars['String']['output']>;
3984739850
stop_place_version?: Maybe<Scalars['bigint']['output']>;
@@ -39888,6 +39891,7 @@ export type StopsDatabaseQuayNewestVersionMinFields = {
3988839891
short_name_value?: Maybe<Scalars['String']['output']>;
3988939892
site_ref?: Maybe<Scalars['String']['output']>;
3989039893
site_ref_version?: Maybe<Scalars['String']['output']>;
39894+
stop_owner?: Maybe<Scalars['String']['output']>;
3989139895
stop_place_id?: Maybe<Scalars['bigint']['output']>;
3989239896
stop_place_netex_id?: Maybe<Scalars['String']['output']>;
3989339897
stop_place_version?: Maybe<Scalars['bigint']['output']>;
@@ -39940,6 +39944,7 @@ export type StopsDatabaseQuayNewestVersionOrderBy = {
3994039944
site_ref?: InputMaybe<OrderBy>;
3994139945
site_ref_version?: InputMaybe<OrderBy>;
3994239946
stopPlaceParent?: InputMaybe<StopsDatabaseStopPlaceChildrenOrderBy>;
39947+
stop_owner?: InputMaybe<OrderBy>;
3994339948
stop_place?: InputMaybe<StopsDatabaseStopPlaceOrderBy>;
3994439949
stop_place_id?: InputMaybe<OrderBy>;
3994539950
stop_place_netex_id?: InputMaybe<OrderBy>;
@@ -40023,6 +40028,8 @@ export enum StopsDatabaseQuayNewestVersionSelectColumn {
4002340028
/** column name */
4002440029
SiteRefVersion = 'site_ref_version',
4002540030
/** column name */
40031+
StopOwner = 'stop_owner',
40032+
/** column name */
4002640033
StopPlaceId = 'stop_place_id',
4002740034
/** column name */
4002840035
StopPlaceNetexId = 'stop_place_netex_id',
@@ -40129,6 +40136,7 @@ export type StopsDatabaseQuayNewestVersionStreamCursorValueInput = {
4012940136
short_name_value?: InputMaybe<Scalars['String']['input']>;
4013040137
site_ref?: InputMaybe<Scalars['String']['input']>;
4013140138
site_ref_version?: InputMaybe<Scalars['String']['input']>;
40139+
stop_owner?: InputMaybe<Scalars['String']['input']>;
4013240140
stop_place_id?: InputMaybe<Scalars['bigint']['input']>;
4013340141
stop_place_netex_id?: InputMaybe<Scalars['String']['input']>;
4013440142
stop_place_version?: InputMaybe<Scalars['bigint']['input']>;

ui/graphql.schema.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270907,6 +270907,18 @@
270907270907
"isDeprecated": false,
270908270908
"deprecationReason": null
270909270909
},
270910+
{
270911+
"name": "stop_owner",
270912+
"description": null,
270913+
"args": [],
270914+
"type": {
270915+
"kind": "SCALAR",
270916+
"name": "String",
270917+
"ofType": null
270918+
},
270919+
"isDeprecated": false,
270920+
"deprecationReason": null
270921+
},
270910270922
{
270911270923
"name": "stop_place",
270912270924
"description": "An object relationship",
@@ -271957,6 +271969,18 @@
271957271969
"isDeprecated": false,
271958271970
"deprecationReason": null
271959271971
},
271972+
{
271973+
"name": "stop_owner",
271974+
"description": null,
271975+
"type": {
271976+
"kind": "INPUT_OBJECT",
271977+
"name": "String_comparison_exp",
271978+
"ofType": null
271979+
},
271980+
"defaultValue": null,
271981+
"isDeprecated": false,
271982+
"deprecationReason": null
271983+
},
271960271984
{
271961271985
"name": "stop_place",
271962271986
"description": null,
@@ -272484,6 +272508,18 @@
272484272508
"isDeprecated": false,
272485272509
"deprecationReason": null
272486272510
},
272511+
{
272512+
"name": "stop_owner",
272513+
"description": null,
272514+
"args": [],
272515+
"type": {
272516+
"kind": "SCALAR",
272517+
"name": "String",
272518+
"ofType": null
272519+
},
272520+
"isDeprecated": false,
272521+
"deprecationReason": null
272522+
},
272487272523
{
272488272524
"name": "stop_place_id",
272489272525
"description": null,
@@ -272988,6 +273024,18 @@
272988273024
"isDeprecated": false,
272989273025
"deprecationReason": null
272990273026
},
273027+
{
273028+
"name": "stop_owner",
273029+
"description": null,
273030+
"args": [],
273031+
"type": {
273032+
"kind": "SCALAR",
273033+
"name": "String",
273034+
"ofType": null
273035+
},
273036+
"isDeprecated": false,
273037+
"deprecationReason": null
273038+
},
272991273039
{
272992273040
"name": "stop_place_id",
272993273041
"description": null,
@@ -273577,6 +273625,18 @@
273577273625
"isDeprecated": false,
273578273626
"deprecationReason": null
273579273627
},
273628+
{
273629+
"name": "stop_owner",
273630+
"description": null,
273631+
"type": {
273632+
"kind": "ENUM",
273633+
"name": "order_by",
273634+
"ofType": null
273635+
},
273636+
"defaultValue": null,
273637+
"isDeprecated": false,
273638+
"deprecationReason": null
273639+
},
273580273640
{
273581273641
"name": "stop_place",
273582273642
"description": null,
@@ -273933,6 +273993,12 @@
273933273993
"isDeprecated": false,
273934273994
"deprecationReason": null
273935273995
},
273996+
{
273997+
"name": "stop_owner",
273998+
"description": "column name",
273999+
"isDeprecated": false,
274000+
"deprecationReason": null
274001+
},
273936274002
{
273937274003
"name": "stop_place_id",
273938274004
"description": "column name",
@@ -274799,6 +274865,18 @@
274799274865
"isDeprecated": false,
274800274866
"deprecationReason": null
274801274867
},
274868+
{
274869+
"name": "stop_owner",
274870+
"description": null,
274871+
"type": {
274872+
"kind": "SCALAR",
274873+
"name": "String",
274874+
"ofType": null
274875+
},
274876+
"defaultValue": null,
274877+
"isDeprecated": false,
274878+
"deprecationReason": null
274879+
},
274802274880
{
274803274881
"name": "stop_place_id",
274804274882
"description": null,

ui/src/generated/graphql.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39631,6 +39631,7 @@ export type StopsDatabaseQuayNewestVersion = {
3963139631
readonly site_ref_version?: Maybe<Scalars['String']['output']>;
3963239632
/** An object relationship */
3963339633
readonly stopPlaceParent?: Maybe<StopsDatabaseStopPlaceChildren>;
39634+
readonly stop_owner?: Maybe<Scalars['String']['output']>;
3963439635
/** An object relationship */
3963539636
readonly stop_place?: Maybe<StopsDatabaseStopPlace>;
3963639637
readonly stop_place_id?: Maybe<Scalars['bigint']['output']>;
@@ -39797,6 +39798,7 @@ export type StopsDatabaseQuayNewestVersionBoolExp = {
3979739798
readonly site_ref?: InputMaybe<StringComparisonExp>;
3979839799
readonly site_ref_version?: InputMaybe<StringComparisonExp>;
3979939800
readonly stopPlaceParent?: InputMaybe<StopsDatabaseStopPlaceChildrenBoolExp>;
39801+
readonly stop_owner?: InputMaybe<StringComparisonExp>;
3980039802
readonly stop_place?: InputMaybe<StopsDatabaseStopPlaceBoolExp>;
3980139803
readonly stop_place_id?: InputMaybe<BigintComparisonExp>;
3980239804
readonly stop_place_netex_id?: InputMaybe<StringComparisonExp>;
@@ -39845,6 +39847,7 @@ export type StopsDatabaseQuayNewestVersionMaxFields = {
3984539847
readonly short_name_value?: Maybe<Scalars['String']['output']>;
3984639848
readonly site_ref?: Maybe<Scalars['String']['output']>;
3984739849
readonly site_ref_version?: Maybe<Scalars['String']['output']>;
39850+
readonly stop_owner?: Maybe<Scalars['String']['output']>;
3984839851
readonly stop_place_id?: Maybe<Scalars['bigint']['output']>;
3984939852
readonly stop_place_netex_id?: Maybe<Scalars['String']['output']>;
3985039853
readonly stop_place_version?: Maybe<Scalars['bigint']['output']>;
@@ -39891,6 +39894,7 @@ export type StopsDatabaseQuayNewestVersionMinFields = {
3989139894
readonly short_name_value?: Maybe<Scalars['String']['output']>;
3989239895
readonly site_ref?: Maybe<Scalars['String']['output']>;
3989339896
readonly site_ref_version?: Maybe<Scalars['String']['output']>;
39897+
readonly stop_owner?: Maybe<Scalars['String']['output']>;
3989439898
readonly stop_place_id?: Maybe<Scalars['bigint']['output']>;
3989539899
readonly stop_place_netex_id?: Maybe<Scalars['String']['output']>;
3989639900
readonly stop_place_version?: Maybe<Scalars['bigint']['output']>;
@@ -39943,6 +39947,7 @@ export type StopsDatabaseQuayNewestVersionOrderBy = {
3994339947
readonly site_ref?: InputMaybe<OrderBy>;
3994439948
readonly site_ref_version?: InputMaybe<OrderBy>;
3994539949
readonly stopPlaceParent?: InputMaybe<StopsDatabaseStopPlaceChildrenOrderBy>;
39950+
readonly stop_owner?: InputMaybe<OrderBy>;
3994639951
readonly stop_place?: InputMaybe<StopsDatabaseStopPlaceOrderBy>;
3994739952
readonly stop_place_id?: InputMaybe<OrderBy>;
3994839953
readonly stop_place_netex_id?: InputMaybe<OrderBy>;
@@ -40026,6 +40031,8 @@ export enum StopsDatabaseQuayNewestVersionSelectColumn {
4002640031
/** column name */
4002740032
SiteRefVersion = 'site_ref_version',
4002840033
/** column name */
40034+
StopOwner = 'stop_owner',
40035+
/** column name */
4002940036
StopPlaceId = 'stop_place_id',
4003040037
/** column name */
4003140038
StopPlaceNetexId = 'stop_place_netex_id',
@@ -40132,6 +40139,7 @@ export type StopsDatabaseQuayNewestVersionStreamCursorValueInput = {
4013240139
readonly short_name_value?: InputMaybe<Scalars['String']['input']>;
4013340140
readonly site_ref?: InputMaybe<Scalars['String']['input']>;
4013440141
readonly site_ref_version?: InputMaybe<Scalars['String']['input']>;
40142+
readonly stop_owner?: InputMaybe<Scalars['String']['input']>;
4013540143
readonly stop_place_id?: InputMaybe<Scalars['bigint']['input']>;
4013640144
readonly stop_place_netex_id?: InputMaybe<Scalars['String']['input']>;
4013740145
readonly stop_place_version?: InputMaybe<Scalars['bigint']['input']>;

0 commit comments

Comments
 (0)