Commit Graph

38 Commits

Author SHA1 Message Date
Alexis Tyler 9dd6fc5537 improvement(module:app/graphql): register ws-clients with $injector 2019-10-31 17:07:29 +10:30
Alexis Tyler a2c3cabacc improvement(module:graphql/index): switched error log debug->error 2019-10-26 16:38:38 +10:30
Alexis Tyler f8f3a3e62f fix(module:index): log whole error in development 2019-10-20 18:00:53 +10:30
Alexis Tyler caad1083b0 improvement(module:graphql/index): add ws-clients to $injector 2019-10-17 15:43:01 +10:30
Alexis Tyler aefce6eb01 chore(lint): removed extra spaces 2019-10-14 14:33:58 +10:30
Alexis Tyler f723042f63 chore(dev): cleaned up "dev" script and added "DEBUG" mode
Cleaned up "dev" script and added playground/introspection when in DEBUG mode.
2019-10-13 13:21:27 +10:30
Alexis Tyler e856a12823 ci: add xo dep and lint files 2019-10-12 16:29:54 +10:30
Alexis Tyler b0411deb42 chore: lint 2019-10-07 17:43:58 +10:30
Alexis Tyler 264a8cbf8b disable logging user
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-09-21 14:08:41 +09:30
Alexis Tyler 012ea1a730 remove websocket from clients when socket closes and switch info subscription to basic handler for now
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-31 13:51:29 +09:30
Alexis Tyler f3fd17597f add log for ws dis/connect and fix publish for non-plugin modules
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-25 16:44:15 +09:30
Alexis Tyler a1c81a1768 fix info subscriptions and add pluginModule subscription
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-25 15:52:26 +09:30
Alexis Tyler 49276acab9 replace @container with resolvers
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-18 13:17:01 +09:30
Alexis Tyler 1729c4e4d9 add pubsub to info
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-18 11:23:36 +09:30
Alexis Tyler ade0e65bcd remove welcome subscription and start adding subscriptions for queries
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-17 15:52:50 +09:30
Alexis Tyler 8785ec0724 add me subscription
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-17 15:40:29 +09:30
Alexis Tyler ddc8c3643e add welcome, ping and users subscriptions
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-17 13:33:29 +09:30
Alexis Tyler 060aa06170 add graphql subscriptions
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-17 12:20:18 +09:30
Alexis Tyler 2339a5d4d3 swap copyright headers
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-11 17:14:09 +09:30
Alexis Tyler e10564d4ed cleanup deps, add welcome type and query for guests, add debug defs, cleanup plugin/module naming, add access controll and add guest user + role
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-08-02 14:46:38 +09:30
Alexis Tyler 816ba612cd add shutdown/reboot mutation
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-07-15 14:55:06 +09:30
Alexis Tyler f21a00fc11 ensure we rethrow module errors correctly
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-07-12 12:40:49 +09:30
Alexis Tyler f6b7fc7d5b add vm networks and array, cleanup other graphql code
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-07-09 16:30:18 +09:30
Alexis Tyler 25e194fb40 add users input and start query with slim=false
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-07-09 14:08:11 +09:30
Alexis Tyler d29cd7a03a add debug types and fixed input going to the correct input type
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-07-07 17:21:39 +09:30
Alexis Tyler c6a9254e33 add startArray/stopArray mutations and docker queries/types
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-07-07 11:58:19 +09:30
Alexis Tyler aee000a01e general cleanup and started adding mutations
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-07-04 16:41:48 +09:30
Alexis Tyler c9642466f8 fix vms/domains returning null and add comment to me type
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-07-01 14:10:08 +09:30
Alexis Tyler c7f681bc0c add gql tag and fix up vm domains
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-07-01 13:35:07 +09:30
Alexis Tyler bfda1a6f00 ensure process title is set and cleanup unused vars
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-06-30 14:24:17 +09:30
Alexis Tyler a27682e09e fix typo
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-06-27 12:23:52 +09:30
Alexis Tyler 2c021ae10e add PluginError, remove unneeded file existance check and move my_servers code to its plugin
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-06-20 15:53:09 +09:30
Alexis Tyler 7daf9b5a8a add better plugin module support
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-06-20 14:40:44 +09:30
Alexis Tyler e70fc20f97 added pluginModule and update plugin schema
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-06-16 15:40:20 +09:30
Alexis Tyler 5917d046d7 switch apimanager to singleton, only add apiKey if it exists and move core error handling to correct place
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-06-14 14:36:32 +09:30
Alexis Tyler 1da02e1610 add license header
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-06-14 11:08:16 +09:30
Alexis Tyler 74a23da1b2 always throw app error
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-06-13 13:02:39 +09:30
Alexis Tyler 897ae9ae28 move old server code over
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-06-11 00:58:31 +09:30