- Sep 06, 2018
-
-
Amber Brown authored
-
- Jun 05, 2018
-
-
Amber Brown authored
-
- May 22, 2018
-
-
Amber Brown authored
-
- Apr 25, 2018
-
-
Neil Johnson authored
-
- Feb 05, 2018
-
-
Erik Johnston authored
-
- Feb 04, 2018
-
-
kaiyou authored
-
- Sep 23, 2016
-
-
Erik Johnston authored
Some streams will occaisonally advance their positions without actually having any new rows to send over federation. Currently this means that the token will not advance on the workers, leading to them repeatedly sending a slightly out of date token. This in turns requires the master to hit the DB to check if there are any new rows, rather than hitting the no op logic where we check if the given token matches the current token. This commit changes the API to always return an entry if the position for a stream has changed, allowing workers to advance their tokens correctly.
-
- Sep 01, 2015
-
-
pztrn authored
Signed-off-by:
Stanislav Nikitin <pztrn@pztrn.name>
-
- Aug 25, 2015
-
-
Mark Haines authored
-
- Feb 23, 2015
-
-
Kegan Dougal authored
-
- Jan 23, 2015
-
-
Erik Johnston authored
-
- Jan 22, 2015
-
-
Mark Haines authored
-
- Dec 08, 2014
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Nov 12, 2014
-
-
Kegan Dougal authored
-
- Nov 11, 2014
-
-
Matthew Hodgson authored
-
- Nov 04, 2014
-
-
Kegan Dougal authored
-
- Sep 22, 2014
-
-
Kegan Dougal authored
Added boilerplate for running end-to-end tests.\nThis is done using Protractor, which looks for a .gitignored file environment-protractor.js which contains the selenium endpoint url.
-
- Sep 06, 2014
-
-
Kegan Dougal authored
-
- Sep 05, 2014
-
-
Mark Haines authored
-
- Aug 27, 2014
-
-
Paul "LeoNerd" Evans authored
-
- Aug 26, 2014
-
-
Erik Johnston authored
WIP: Completely change how event streaming and pagination work. This reflects the change in the underlying storage model.
-
- Aug 12, 2014
-
-
Paul "LeoNerd" Evans authored
-