Commit Graph

365 Commits

Author SHA1 Message Date
Alexis Tyler a6a32ef673 fix: rework registation watcher 2021-05-03 18:55:49 +09:30
Alexis Tyler 911ae77011 fix: ensure processChange has new varState values 2021-05-03 18:39:36 +09:30
Alexis Tyler 1263b9b52d fix: always use varState for regFile path 2021-05-03 18:24:28 +09:30
Alexis Tyler 141f83d6cb fix: ensure we wait for file to finish being written before emitting event 2021-05-03 15:52:25 +09:30
Alexis Tyler 03fe6c082e fix: wait 100ms before returning the registation state incase varState is in flight 2021-05-03 15:47:22 +09:30
Alexis Tyler 8215a7c243 fix: always lookup keyfile if it has path otherwise public empty 2021-05-01 02:28:45 +09:30
Alexis Tyler e9889f5655 fix: ensure varState is watched for registration events 2021-04-30 07:59:25 +09:30
Alexis Tyler 4632f35b24 fix: registration not being published to if key file emits add event 2021-04-30 07:48:02 +09:30
Alexis Tyler db13e10e9f fix: ensure regTy is always uppercase 2021-04-30 07:38:47 +09:30
Alexis Tyler a7a80c1243 fix: nest registration field in publish 2021-04-28 10:14:17 +09:30
Alexis Tyler d7496fecb1 fix: nest owner field in publish 2021-04-28 08:52:22 +09:30
Alexis Tyler 192be53fbd fix: lower ka to prevent socket stalling 2021-04-28 03:24:37 +09:30
Alexis Tyler 3719b06c50 fix: Enum "registrationType" cannot represent value: "INVALID" 2021-04-28 03:18:04 +09:30
Alexis Tyler e9fa31f28e fix: use || not ?? as value is empty string 2021-04-28 03:15:40 +09:30
Alexis Tyler 21fc61cce3 fix: add ENOKEYFILE to RegistrationState 2021-04-27 08:14:27 +09:30
Alexis Tyler 7d3e168576 fix: log when registration is published to 2021-04-23 08:57:58 +09:30
Alexis Tyler f52d85ca42 fix: ensure registration.type is always uppercase and uses regTy as fallback when null 2021-04-23 08:35:56 +09:30
Alexis Tyler 2608687d69 fix: getKeyfile import/export 2021-04-22 13:18:48 +09:30
Alexis Tyler 3f2707cff1 fix: ensure we return an empty string when key file is missing 2021-04-22 13:14:53 +09:30
Alexis Tyler eb99cd2686 feat: add regState 2021-04-22 09:29:48 +09:30
Alexis Tyler c72c1fdf69 fix: ensure we only allow the current key to publish 2021-04-22 08:58:16 +09:30
Alexis Tyler c3e50b7263 Revert "fix: get key type from file not store on publish"
This reverts commit 0723c66986.
2021-04-22 08:30:53 +09:30
Alexis Tyler 0723c66986 fix: get key type from file not store on publish 2021-04-22 08:29:31 +09:30
Alexis Tyler 9719587bca fix: ensure we encapsulate registration publish in registration field 2021-04-22 06:54:13 +09:30
Alexis Tyler 503df44ee4 fix: watched key firing wrong filePath 2021-04-22 06:52:15 +09:30
Alexis Tyler 8ba91fd263 feat: myservers config watcher 2021-04-21 19:26:12 +09:30
Alexis Tyler 9ec53ed433 fix: switch-env not detecting env 2021-04-21 19:14:57 +09:30
Alexis Tyler be6ffc1fba fix: include needed imports 2021-04-21 15:06:16 +09:30
Alexis Tyler c437952120 fix: key file being read as non-binary 2021-04-21 13:56:53 +09:30
Alexis Tyler 50412faf5c fix: registration typo 2021-04-21 08:28:41 +09:30
Alexis Tyler 91c849c9f2 fix: use btoa to read key file 2021-04-20 21:22:23 +09:30
Alexis Tyler e2ae9a3199 fix: ensure invalid config is false 2021-04-20 09:34:14 +09:30
Alexis Tyler 238016fbfd fix: add owner subscription and fix registration typo 2021-04-19 14:43:49 +09:30
Alexis Tyler 5943dac53b fix: emit owner event if we get an update for servers from mothership 2021-04-19 14:43:01 +09:30
Alexis Tyler 4a47ddc8b2 fix: emit owner event if we update servers from mothership 2021-04-19 14:41:14 +09:30
Alexis Tyler ee6b946be4 feat: add key-file watcher and registation subscription endpoint 2021-04-19 14:35:02 +09:30
Alexis Tyler c057e05196 fix: add "Invalid" type to registationType enum 2021-04-19 14:12:46 +09:30
Alexis Tyler 3218ceaa75 feat: add switch-env to cli 2021-04-19 14:10:04 +09:30
Alexis Tyler b92ce67768 fix: ensure regex on regFile is run globally 2021-04-19 13:56:29 +09:30
Alexis Tyler f1d5f53b9b refactor: add bootTime/uptime to os/info 2021-04-16 18:08:18 +09:30
Alexis Tyler 90b4f2dd40 fix: add PCIe to DiskInterfaceType 2021-04-16 08:47:25 +09:30
Alexis Tyler 07207b87f3 fix: replace - with = in keyfile 2021-04-15 08:54:55 +09:30
Alexis Tyler 14148754d2 fix: set display.locale to en_us by default 2021-04-15 08:39:40 +09:30
Alexis Tyler 5f8921856c feat: add locale to display 2021-04-14 23:30:02 +09:30
Alexis Tyler 4b7d73f8dd fix: key contents having invalid characters 2021-04-14 23:24:48 +09:30
Alexis Tyler 44519316df fix: add new endpoints to permissions 2021-04-14 23:16:20 +09:30
Alexis Tyler 64ac6ba670 fix: use correct type 2021-04-14 23:00:09 +09:30
Alexis Tyler 736fdd0a03 fix: add flash types 2021-04-14 22:54:02 +09:30
Alexis Tyler 7f31047a6d fix: graphql files not being included 2021-04-14 22:34:30 +09:30
Alexis Tyler 412bea806e fix: add Owner type to server 2021-04-14 22:20:31 +09:30