Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-11 | Dev Tooling fixes (eslint/editorconfig) (#1398) | Gavin Mogan | |
* 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 | |||
2017-04-02 | Add heartbeat to websockets streaming API connections | Eugen Rochko | |
2017-03-02 | Fix #231 - Muting | Eugen Rochko | |
2017-02-07 | Make streaming API use one pattern-matching redis pubsub connection | Eugen Rochko | |
Refresh timelines when streaming API reconnects in the UI | |||
2017-02-06 | Add streaming API channels for local-only statuses | Eugen Rochko | |
2017-02-05 | Add unique request IDs to streaming API to improve logs | Eugen Rochko | |
2017-02-05 | Add tracking of delay to streaming API | Eugen Rochko | |
2017-02-04 | Make the streaming API also handle websockets (because trying to get the ↵ | Eugen Rochko | |
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. | |||
2017-02-03 | Add CORS to the streaming API | Eugen Rochko | |
2017-02-02 | Fix streaming API queries | Eugen Rochko | |
2017-02-02 | Adding documentation for streaming API. Fixing filtering bug | Eugen Rochko | |
2017-02-02 | Make node read the right .env file | Eugen Rochko | |
2017-02-02 | Add redis configuration to streaming API | Eugen Rochko | |
2017-02-02 | Fix potential resource leaks in streaming server | Eugen Rochko | |
2017-02-02 | Add logging and filtering to the node.js streaming API | Eugen Rochko | |
2017-02-02 | Add streaming API in Node.js | Eugen Rochko | |