|
|
ed2b7dbe5e
|
update query resolvers to work with updated context
|
2025-04-06 11:03:41 -07:00 |
|
|
|
2d1e3c13d2
|
add an id string argument for the system
|
2025-04-06 10:58:58 -07:00 |
|
|
|
2d4bc6bdd4
|
name the name argument correctly
|
2025-04-06 10:55:03 -07:00 |
|
|
|
940d172e87
|
rename ISystem to IPassioSystem
|
2025-04-06 10:50:51 -07:00 |
|
|
|
6d762ce620
|
remove all system related data from shuttle repository
|
2025-04-06 10:49:47 -07:00 |
|
|
|
db097b00dc
|
rename class to InterchangeSystem.ts and add builder arguments
|
2025-04-06 10:43:34 -07:00 |
|
|
|
2bc12aa794
|
update the system class
|
2025-04-06 10:34:30 -07:00 |
|
|
|
95410470f6
|
make shuttleRepository and notificationRepository accessible through system
|
2025-04-06 10:34:03 -07:00 |
|
|
|
5b695c7250
|
add notification repository argument
|
2025-04-06 10:29:41 -07:00 |
|
|
|
187800cf40
|
add a build method and export statement
|
2025-04-06 10:28:19 -07:00 |
|
|
|
d607a3742c
|
update constructor of loaders to take a system id
|
2025-04-06 10:24:55 -07:00 |
|
|
|
4ea43ff21f
|
add system entity as class (holder for shuttle repo and loader)
|
2025-04-06 10:19:33 -07:00 |
|
|
|
503bb0fec7
|
fix timed api loader tests
|
2025-04-06 10:16:58 -07:00 |
|
|
|
d584d1f58b
|
update repository loader and tests to support only one system
|
2025-04-06 10:14:24 -07:00 |
|
|
|
5936c2b743
|
update tests to match new repository behavior
|
2025-04-06 09:57:03 -07:00 |
|
|
|
a144657fa8
|
update remove implementation and tests
|
2025-04-06 09:55:23 -07:00 |
|
|
|
695fec1fce
|
rename update method and update return types
|
2025-04-06 09:51:13 -07:00 |
|
|
|
7e0c1f3539
|
rename get system method on shuttle repository, update tests
|
2025-04-06 09:48:55 -07:00 |
|
Brendan Chen
|
af61bd4726
|
Merge pull request #37 from brendan-ch/hotfix/redis-tls
|
2025-03-31 23:42:05 -07:00 |
|
|
|
d76740e5e7
|
add tls config
|
2025-03-31 23:37:28 -07:00 |
|
Brendan Chen
|
1b6792a8c7
|
Merge pull request #36 from brendan-ch/feat/persistent-data-storage-for-notifications
|
2025-03-31 22:52:09 -07:00 |
|
|
|
0e204af330
|
for development and production, swap out in memory repo for redis one
|
2025-03-31 20:37:53 -07:00 |
|
|
|
fbc08838df
|
test unsubscribeFromNotificationChanges method
|
2025-03-31 20:34:45 -07:00 |
|
|
|
c6f846d109
|
add tests for isNotificationScheduled
|
2025-03-31 20:29:44 -07:00 |
|
|
|
50148cc2f4
|
implement RedisNotificationRepository
|
2025-03-31 20:26:26 -07:00 |
|
|
|
39066b88bc
|
have teardown clear all data in redis before starting next test
|
2025-03-31 20:21:09 -07:00 |
|
|
|
9efd1d9289
|
set tests to run sequentially
|
2025-03-31 20:19:57 -07:00 |
|
|
|
372ecba952
|
restructure implementation holders into classes with teardown
|
2025-03-31 20:07:55 -07:00 |
|
|
|
3460f1becc
|
update environment variables for testing and app-integration-testing
|
2025-03-31 20:07:40 -07:00 |
|
|
|
998643dc04
|
add call to connect method in factory
|
2025-03-31 19:55:56 -07:00 |
|
|
|
f34a2f27d7
|
add redis notification repository tests back for edge cases
|
2025-03-31 19:52:51 -07:00 |
|
|
|
7a5e1b8561
|
use describe.each to test the multiple implementations
|
2025-03-31 19:50:37 -07:00 |
|
|
|
a7ac9888f6
|
add setup for repository tests
|
2025-03-31 19:43:17 -07:00 |
|
|
|
36359a4caa
|
add export and getter to check connection status
|
2025-03-31 19:42:47 -07:00 |
|
|
|
cc6623404c
|
add connect/disconnect methods
|
2025-03-31 19:37:19 -07:00 |
|
|
|
c98367f12e
|
add bindings and redis client arg for constructor
|
2025-03-31 19:35:38 -07:00 |
|
|
|
bef2ce18fb
|
add redis types
|
2025-03-31 19:35:28 -07:00 |
|
|
|
1acd12d113
|
add stub methods for redis notification repository
|
2025-03-31 19:30:42 -07:00 |
|
|
|
a161a870d3
|
Merge pull request #35 from brendan-ch/feat/in-memory-notification-repository
feat/in-memory-notification-repository
|
2025-03-31 19:30:33 -07:00 |
|
|
|
c59ccd7f1a
|
replace notifications repository with a fresh one in the test
|
2025-03-31 19:24:34 -07:00 |
|
|
|
a95c89c15b
|
update tests and index with updated scheduler interface
|
2025-03-31 19:21:10 -07:00 |
|
|
|
ef94055133
|
add start and stop methods, move subscribe out of constructor
|
2025-03-31 19:17:41 -07:00 |
|
|
|
02b3b77a61
|
bind apple notification sender methods
|
2025-03-31 18:56:02 -07:00 |
|
|
|
75a4e133ed
|
fix failing test for notification deletion
|
2025-03-27 11:40:32 -07:00 |
|
|
|
9c22e154be
|
add bindings for the notifications repository
|
2025-03-27 11:34:01 -07:00 |
|
|
|
a84cedd05a
|
add test and implementation for addOrUpdate listeners
|
2025-03-27 11:23:07 -07:00 |
|
|
|
51d66d8886
|
add tests and implementation for notification deletes
|
2025-03-27 11:18:43 -07:00 |
|
|
|
b0f04a9256
|
add stub methods for subscribe/unsubscribe
|
2025-03-27 11:10:49 -07:00 |
|
|
|
b2fb430a38
|
add notification event subscriber/unsubscriber
|
2025-03-27 11:08:40 -07:00 |
|
|
|
2b28b94dbd
|
update eta notification scheduler test to use repository
|
2025-03-27 11:04:21 -07:00 |
|