Commit Graph

320 Commits

Author SHA1 Message Date
69525a643d add another test to see if the data actually gets scheduled 2025-02-03 21:26:59 -08:00
737a61fd41 add signature and default return for isNotificationScheduled 2025-02-03 21:25:18 -08:00
e9c2c8a7bc add private object to store scheduled notifications 2025-02-02 21:33:23 -08:00
1e82ec2697 remove encryption key 2025-02-02 21:31:40 -08:00
11fe22ceea add method to check if notification is scheduled (for testing 2025-02-02 21:31:24 -08:00
fe233dfcbd add pseudocode 2025-02-02 21:24:40 -08:00
6172a04427 add documentation and change interface for cancelAllNotifications 2025-02-02 21:09:07 -08:00
f8ff7f9cc9 add testing logic for scheduleNotification test 2025-02-02 15:13:13 -08:00
2c86d9189d update refreshed time on token generation 2025-02-02 14:57:06 -08:00
311906d88d update sample key 2025-02-02 14:55:59 -08:00
36909dd5ac fix fs import 2025-02-02 14:55:49 -08:00
8605b2087a add sample key and mock fs return value 2025-02-02 14:52:07 -08:00
998dcaa9c7 add process.env variables 2025-02-02 14:48:03 -08:00
3ff041dd4e add tests for reloadAPNsTokenIfTimePassed 2025-02-02 14:46:21 -08:00
9129ff6e91 add getter to lastRefreshedTimeMs 2025-02-02 14:44:35 -08:00
ddf008a0d6 remove async keyword from APNs reload 2025-02-02 14:43:07 -08:00
e0820cd17b add test setup 2025-02-02 14:42:32 -08:00
a69ab5853c update test cases for notification service 2025-02-02 14:28:10 -08:00
e30fafc9b7 remove method to start reloading token over timed intervals 2025-02-02 14:26:30 -08:00
a2386356f1 add experimental method to reload APNs token 2025-02-02 14:26:14 -08:00
e2e47bafc5 add jsonwebtoken types 2025-02-02 14:21:20 -08:00
fb981d4800 add bundle id and key path as variables 2025-02-02 14:09:35 -08:00
3bb7f3a030 add jsonwebtoken to dependencies 2025-02-02 14:00:43 -08:00
7773884862 add .env.example containing apns values 2025-02-02 13:59:00 -08:00
483307f225 add arguments to scheduling methods 2025-02-02 13:51:48 -08:00
c4771adef8 add ScheduledNotificationData and make schedule functions async 2025-02-02 13:51:05 -08:00
88ab399c11 rename methods for clarity 2025-02-02 13:49:59 -08:00
62b040fccd add test cases for class 2025-02-02 13:49:00 -08:00
08d1f88693 add constructor which takes in repository 2025-02-02 12:47:13 -08:00
d0359e22cc add NotificationService class with stubs, and test file 2025-02-02 12:43:52 -08:00
390d524b58 Merge pull request #15 from brendan-ch/experimental/tuples
experimental/tuples
2025-01-29 17:10:29 -08:00
6f1464d55a add test for object as key use case 2025-01-29 17:07:35 -08:00
7de1fd757e add TupleKey class 2025-01-29 16:57:00 -08:00
0bd85ce305 add tests for tuple key type 2025-01-29 16:56:52 -08:00
661bee0b85 Merge pull request #14 from brendan-ch/chore/add-resolver-tests
chore/add-resolver-tests
2025-01-29 15:38:07 -08:00
e1fd1714b9 move mock data generators into test helpers folder 2025-01-29 15:35:15 -08:00
d41a9ccc22 remove setUpTestServer function export 2025-01-29 15:28:32 -08:00
894fbc5a8d rename apollo helper to apolloTestServerHelpers 2025-01-29 15:27:59 -08:00
0344e7b99b use server context method for other resolver tests 2025-01-29 15:26:23 -08:00
7586ebba04 optimize imports for resolver tests 2025-01-29 15:09:31 -08:00
d69197acd8 update eta resolver tests to use new method 2025-01-29 15:08:18 -08:00
fbd0c76b70 extract test server context code into separate method 2025-01-29 15:07:02 -08:00
23ee9ce06b fix failing ordered stop test due to missing system id 2025-01-29 00:08:56 -08:00
f1579904c7 check for system association in system resolvers 2025-01-29 00:03:31 -08:00
fd4a92e34b add shuttle tests 2025-01-29 00:01:36 -08:00
749afc5147 add tests for route resolver 2025-01-28 21:56:59 -08:00
b6356c64e8 add SystemResolvers.stop tests 2025-01-28 21:52:18 -08:00
88d02887e7 add tests to get stops, routes, and shuttles 2025-01-28 21:31:56 -08:00
b3cf13ec4e add queries for resolvers 2025-01-28 20:52:51 -08:00
f391b66b7c add test server and repository for system resolvers 2025-01-28 20:44:18 -08:00