Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-28 | Remove unused import | Kegan Dougal | 1 | -2/+0 | |
2015-01-27 | Log when ASes are registered/unregistered. | Kegan Dougal | 2 | -1/+5 | |
2015-01-27 | Use ApplicationService when registering. | Kegan Dougal | 3 | -20/+17 | |
2015-01-27 | Add stub methods, TODOs and docstrings for application services. | Kegan Dougal | 2 | -5/+72 | |
2015-01-27 | Add AS specific classes with docstrings. | Kegan Dougal | 1 | -1/+59 | |
2015-01-27 | Add appservice handler and store. Glue together rest > handler > store. | Kegan Dougal | 6 | -5/+107 | |
2015-01-27 | Parse /register and /unregister request JSON. | Kegan Dougal | 1 | -2/+78 | |
2015-01-27 | Add stub application services REST API. | Kegan Dougal | 7 | -1/+135 | |
2015-01-27 | Initial cut of a shared base class for REST unit tests | Paul "LeoNerd" Evans | 1 | -0/+45 | |
2015-01-26 | Remove unused import from server.py | Mark Haines | 1 | -1/+0 | |
2015-01-26 | Pass the current time to serialize event, rather than passing an |