about summary refs log tree commit diff
path: root/app/assets/javascripts/components/stream.jsx
AgeCommit message (Collapse)Author
2017-04-15Send initial state in a <script type="application/json"> tag (#1806)Joachim Viide
2017-02-07Make streaming API use one pattern-matching redis pubsub connectionEugen Rochko
Refresh timelines when streaming API reconnects in the UI
2017-02-04Make 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.