Commit Graph

270 Commits

Author SHA1 Message Date
Alexis Tyler e2aecd1191 fix: use utf8 not utf-8 2021-03-05 15:05:53 +10:30
Alexis Tyler 58abb7e3cf feat: add cli 2021-03-03 14:40:14 +10:30
Alexis Tyler 828cb05223 feat: add owner info 2021-03-03 14:32:33 +10:30
Alexis Tyler 5c05fef5f0 fix: swap readFileSync with promise readFile 2021-03-03 14:32:33 +10:30
Alexis Tyler c898eebb34 chore: cleanup getHeaders 2021-03-03 14:32:33 +10:30
Alexis Tyler e942ba6a00 fix: VarState typing of _data field 2021-03-03 14:32:33 +10:30
Alexis Tyler 38eaf56d02 chore(copyright): update header 2021-03-03 14:32:33 +10:30
Alexis Tyler 1d54bd61c2 fix: send correct http status code on invalid key 2021-03-03 14:32:33 +10:30
Alexis Tyler 6ac0b2ed9e feat: add license info 2021-03-03 14:32:33 +10:30
Alexis Tyler 332c791788 feat: get flash info 2021-03-03 14:32:33 +10:30
Alexis Tyler 371e184204 chore: remove upcast 2021-03-03 14:32:33 +10:30
Alexis Tyler efbe4e7b0e chore: remove upcast 2021-03-03 14:32:33 +10:30
Alexis Tyler 6f210e311b fix: use parseInt instead of upcast 2021-03-03 14:32:33 +10:30
Alexis Tyler 9d97a28a18 fix: parse machine-id correctly 2021-03-03 14:32:33 +10:30
Alexis Tyler e255f36f63 chore: add logging for connecting with guest 2021-03-01 15:29:09 +10:30
Alexis Tyler 5cf0954ef4 chore: add x-unraid-api-version header to stack 2021-03-01 15:25:33 +10:30
Alexis Tyler edcc88e45e fix: use the correct logger and move api-manager logger to log file 2021-03-01 15:24:48 +10:30
Alexis Tyler 9d1fb9e0cc fix: use correct logger 2021-03-01 15:24:03 +10:30
Alexis Tyler 2c8a1d6b8c fix: not reconnecting when relay doesn't connect 2021-02-25 10:34:22 +10:30
Alexis Tyler c16f1ed436 fix: use loop instead of interval 2021-02-22 20:05:15 +10:30
Alexis Tyler d445373e0e fix: api-manager re/connection issues
fix: loading socket connections at the wrong time
fix: using the wrong key
fix: not using for the internal graphql server to be up before connecting
2021-02-22 20:05:15 +10:30
Alexis Tyler bfc0afb266 refactor: use relayLogger instead of mothershipLogger 2021-02-22 20:05:15 +10:30
Alexis Tyler ebda54c89f fix: memory leak in "run" command 2021-02-22 20:05:15 +10:30
Alexis Tyler 139ddd8093 fix: socket not sending message when readyState is 2 or 3 2021-02-22 20:05:15 +10:30
Alexis Tyler e2f205b032 feat: add "ready" event to api-manager 2021-02-22 20:05:15 +10:30
Alexis Tyler 479f947c6d fix: incorrect name being used in log 2021-02-22 20:05:15 +10:30
Alexis Tyler 613e77dc55 fix: case of api-manager in logger 2021-02-22 20:05:15 +10:30
Alexis Tyler bc9bfc45d8 fix: print json correctly instead of [Object object] 2021-02-22 20:05:15 +10:30
Alexis Tyler aeddc5a4fb fix: use const for socket names 2021-02-22 20:05:15 +10:30
Alexis Tyler f28a931b60 fix: disconnection reason being too long 2021-02-16 23:08:20 +10:30
Alexis Tyler b8fd55579f fix: nchan oom 2021-02-15 14:50:38 +10:30
Alexis Tyler 0e032fcd90 chore: deps and fix async mutex lock 2021-02-13 09:56:02 +10:30
Alexis Tyler be78cf040f fix: increase keep-alive time 2021-02-13 08:50:16 +10:30
Alexis Tyler 91bbe2277e fix: add keepAlive to subscriptions 2021-02-13 08:29:04 +10:30
Alexis Tyler b5044e5e2f fix: add better socket lookup 2021-02-12 10:43:20 +10:30
Alexis Tyler f6a4b77380 fix: disconnect relay correctly when mothership kicks the connection 2021-02-12 10:41:12 +10:30
Alexis Tyler 7d8d3fc652 fix: shares endpoint 2021-02-12 10:35:27 +10:30
Alexis Tyler 61dbf34207 fix: array not returning data 2021-02-03 09:49:10 +10:30
Alexis Tyler a7543d8a1a fix: hide excessive logs 2021-02-03 09:48:53 +10:30
Alexis Tyler 434a4d25e4 fix: ensure we connect to the correct sockets 2021-02-03 09:31:16 +10:30
Alexis Tyler 1b50dfb1c0 fix: move socket loading to main method 2021-02-02 16:25:17 +10:30
Alexis Tyler 9dc9fa2e00 fix: "this" context being set incorrectly 2021-01-29 18:11:37 +10:30
Alexis Tyler 5ce9d44c52 fix: ensure nchan doesn't block server loading 2021-01-29 16:56:31 +10:30
Alexis Tyler fec9b34280 chore: add more brackets for clarity 2021-01-29 14:14:14 +10:30
Alexis Tyler c52d6f58f0 chore: cleanup imports 2021-01-29 14:13:43 +10:30
Alexis Tyler 1ff3bcab06 fix: set process title before server is started 2021-01-29 14:01:25 +10:30
Alexis Tyler 855ba2fc75 chore: lint 2021-01-29 12:03:26 +10:30
Alexis Tyler 6a8f4ffd33 chore: fix lint issues 2021-01-28 17:15:06 +10:30
Alexis Tyler 4e1b0bd72c chore: lint 2021-01-28 15:45:14 +10:30
Alexis Tyler e2fca3d588 fix: subscription to servers disconnecting instantly 2021-01-28 12:07:01 +10:30