|
|
2741d229f9
|
rename entities.ts to ShuttleRepositoryEntities.ts
|
2025-04-08 16:07:48 -07:00 |
|
|
|
51c2aedef6
|
Merge pull request #38 from brendan-ch/chore/reorganize-classes-for-multiple-systems
[INT-58] chore/reorganize-classes-for-multiple-systems
|
2025-04-07 20:00:00 -07:00 |
|
|
|
c7666c092c
|
update remaining tests
|
2025-04-07 19:55:25 -07:00 |
|
|
|
f0c754908d
|
update incorrect argument in shuttle resolver
|
2025-04-07 19:19:10 -07:00 |
|
|
|
4f855a8225
|
update implementation of repository to get all entities
|
2025-04-07 19:18:30 -07:00 |
|
|
|
b6f3e4ccde
|
update method signatures to not include system id
|
2025-04-07 19:17:14 -07:00 |
|
|
|
0076d987ca
|
rename methods in getter repository
|
2025-04-07 19:06:18 -07:00 |
|
|
|
495a946e78
|
use the correct system ID for mock data in eta loader test
|
2025-04-07 13:59:11 -07:00 |
|
|
|
4f7d24acf0
|
add TODO to be resolved before merge
|
2025-04-07 13:57:14 -07:00 |
|
|
|
059a9f5067
|
fix ETA data not loading via repository loader
|
2025-04-07 13:56:26 -07:00 |
|
|
|
8e3765abfb
|
update tests to correctly test internal system ID and passio ID
|
2025-04-07 13:47:50 -07:00 |
|
|
|
fe6db035f1
|
fix pruning and construction ID issues with repository loader
|
2025-04-07 13:47:36 -07:00 |
|
|
|
6767cc88a3
|
make clear that data loading for different integration test systems is a TODO
|
2025-04-07 13:32:45 -07:00 |
|
|
|
25f2a8c458
|
differentiate between passio system ID and internal ID in loader class
|
2025-04-07 13:26:19 -07:00 |
|
|
|
12f0a41153
|
update builder method and use in index
|
2025-04-07 13:19:43 -07:00 |
|
|
|
34765a0f3b
|
update initialization of systems in index file
|
2025-04-07 13:02:13 -07:00 |
|
|
|
e4ff597385
|
swap shuttle data loaders for buildForTesting method
|
2025-04-07 13:00:24 -07:00 |
|
|
|
476b96c423
|
listen for notification updates in the builder methods
|
2025-04-07 12:59:04 -07:00 |
|
|
|
60256ce572
|
update integration test data to use interchange system builder arguments
|
2025-04-07 12:55:10 -07:00 |
|
|
|
554898b097
|
add another build method for use in development/production
|
2025-04-07 12:50:49 -07:00 |
|
|
|
96d4acb762
|
construct AppleNotificationSender to not send notifications
|
2025-04-07 12:49:06 -07:00 |
|
|
|
87dfd0dab1
|
rename build method to buildForTesting
|
2025-04-07 12:47:31 -07:00 |
|
|
|
0525ccc7e4
|
update system ID in ETA notification scheduler test
|
2025-04-07 12:42:34 -07:00 |
|
|
|
6e9478cd18
|
update parent system ID reference for ETA resolvers
|
2025-04-07 12:41:27 -07:00 |
|
|
|
bed2fbc7c3
|
update shuttle test data for integration tests
|
2025-04-07 12:41:04 -07:00 |
|
|
|
ea46115b86
|
add system ID to ETA object in graphql schema
|
2025-04-07 12:40:53 -07:00 |
|
|
|
c8ea822626
|
update query resolver tests to modify the context
|
2025-04-07 12:37:08 -07:00 |
|
|
|
a830dadbee
|
use system ID provided on ordered stop to look for system
|
2025-04-07 12:31:16 -07:00 |
|
|
|
1e7082813d
|
reference correct system which is rebuilt every test
|
2025-04-07 12:26:49 -07:00 |
|
|
|
d20711d53d
|
update setup method to correctly create new system for testing every test
|
2025-04-07 12:26:18 -07:00 |
|
|
|
2ba64a9b0d
|
attach the context correctly in system resolver tests
|
2025-04-07 12:18:26 -07:00 |
|
|
|
d950156161
|
use findSystemById function in query resolvers
|
2025-04-07 12:18:16 -07:00 |
|
|
|
3d13bad11c
|
update mock data generators
|
2025-04-07 12:14:12 -07:00 |
|
|
|
329f21beb7
|
add systemId to ordered stop and route resolvers
|
2025-04-07 12:12:08 -07:00 |
|
|
|
973867bd6d
|
update loader to add system ID to ordered stop and ETA
|
2025-04-07 12:11:36 -07:00 |
|
|
|
4b610c3ba9
|
add systemId to ordered stop and ETA entities
|
2025-04-07 12:10:00 -07:00 |
|
|
|
9c414be8ce
|
fix test references after removal of addMockSystemToRepository
|
2025-04-07 12:07:32 -07:00 |
|
|
|
dbb56f207d
|
add system ID field to ordered stop
|
2025-04-07 11:58:07 -07:00 |
|
|
|
c32dcb9610
|
remove async label from test server construction of context
|
2025-04-06 14:40:08 -07:00 |
|
|
|
d95d112bf2
|
define findSystemById method
|
2025-04-06 14:38:02 -07:00 |
|
|
|
f31e010828
|
update method to set up test server context
|
2025-04-06 12:56:12 -07:00 |
|
|
|
af57063b15
|
update mutation resolvers with temporary method to locate system
|
2025-04-06 12:54:22 -07:00 |
|
|
|
f113dc1ec2
|
update ETA resolvers
|
2025-04-06 12:44:23 -07:00 |
|
|
|
7136f9201d
|
update ordered stop resolvers
|
2025-04-06 11:42:33 -07:00 |
|
|
|
1629f79299
|
update route resolvers
|
2025-04-06 11:38:46 -07:00 |
|
|
|
28c3e2f5f5
|
fix incorrect id passed into find system method for stop resolvers
|
2025-04-06 11:37:53 -07:00 |
|
|
|
8a600565dc
|
update shuttle resolvers
|
2025-04-06 11:36:25 -07:00 |
|
|
|
8dd2f02783
|
add findSystemById method on server context
|
2025-04-06 11:34:37 -07:00 |
|
|
|
ea4723df85
|
update stop resolvers to look for system
|
2025-04-06 11:30:27 -07:00 |
|
|
|
472b3a0b05
|
add system ID as parent ID in system resolvers
|
2025-04-06 11:28:13 -07:00 |
|