- May 14, 2017
-
-
Yamagishi Kazutoshi authored
* Use babel-preset-env on Streaming Server Change the streaming server to use babel-preset-env as well as asset compilation. This shortens the load time at first boot. * remove babel-plugin-lodash
-
- May 11, 2017
-
-
Ayumu AIZAWA authored
-
- May 07, 2017
-
-
beatrix authored
* add redis-namespace gem * namespace redis usage * refactor redis namespace code to be less intrusive previously : would be prepended to keys when the REDIS_NAMESPACE env var was not set now if it is not set the namespacing functions are not used at all, which should prevent disruptions when instances update. * fix redis namespace variable style in streaming js * remove trailing space * final redis namespace style fix
-
- May 06, 2017
-
-
Eshin Kunishima authored
* Replace ws with uws * fix indent * Adjust indentation * remove trailing space
-
- May 04, 2017
-
-
abcang authored
-
- May 03, 2017
-
-
Eugen Rochko authored
connection options instead of setting REDIS_HOST etc individually Close #1986
-
- Apr 30, 2017
-
-
Akihiko Odaki authored
This reverts commit 5135d609.
-
- Apr 29, 2017
-
-
Akihiko Odaki authored
-
YOU authored
-
- Apr 22, 2017
-
-
masarakki authored
-
- Apr 21, 2017
-
-
Akihiko Odaki authored
* Allow puma to listen Unix socket * streaming: Show the whole listening address instead of the port Port is not always appropriate (e.g. Unix socket) * streaming: Close server before exiting This change especially allows to remove Unix socket before exiting.
-
178inaba authored
-
- Apr 18, 2017
-
-
kuro5hin authored
* Make sure we start at least one streaming worker, even if there's only one CPU and we're in production mode. * Oops, let's make sure we're counting cpus right too.
-
- Apr 17, 2017
-
-
geta6 authored
-
- Apr 10, 2017
-
-
Gavin Mogan authored
* Add eslint to dev dependancies so it gets installed for the repo yarn add --dev eslint babel-eslint eslint-plugin-reac project specific version of eslint, you can globally install eslint-cli if you want the global runtime, or add .bin to your path * fix eslint errors about inconsitent returns * eslint ignore the same as git ignore. allows for eslint . * Add editorconfig file so everyones editor will be setup to follow the same standards
-
- Apr 02, 2017
-
-
Eugen Rochko authored
-
- Mar 02, 2017
-
-
Eugen Rochko authored
-
- Feb 07, 2017
-
-
Eugen Rochko authored
Refresh timelines when streaming API reconnects in the UI
-
- Feb 06, 2017
-
-
Eugen Rochko authored
-
- Feb 05, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Feb 03, 2017
-
-
Eugen Rochko authored
Make the streaming API also handle websockets (because trying to get the browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
-
Eugen Rochko authored
-
- Feb 02, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-