- 
2f02bd54
by Martin Blanchard
at 2018-09-19T08:35:06Z
 CONTRIBUTING.rst: Add a sub-section about testing
https://gitlab.com/BuildGrid/buildgrid/issues/18
 
- 
88f5fc94
by Martin Blanchard
at 2018-09-19T08:35:08Z
 README.rst: Remove trailing whitespaces and newlines
 
- 
6362346c
by Martin Blanchard
at 2018-09-19T09:07:12Z
 docs: Add Bazel and BuildStream configuration instructions
https://gitlab.com/BuildGrid/buildgrid/issues/51
 
- 
4f643084
by finnball
at 2018-09-19T10:31:09Z
 Moved and renamed `server.py`.
 
- 
f2731458
by finnball
at 2018-09-19T10:31:09Z
 Server class now allows instances to add themselves to services.
If no service exists, creates the object.
 
- 
42eb33bb
by finnball
at 2018-09-19T10:31:09Z
 Parser can now parse scalars. Also added new `!channel` tag.
 
- 
09b44a96
by finnball
at 2018-09-19T10:31:09Z
 Updated configs to use new channel tag.
 
- 
0f5d1fc2
by finnball
at 2018-09-19T10:31:09Z
 Updated server command to use new parsing structure.
 
- 
ba057c98
by finnball
at 2018-09-19T10:31:09Z
 Service classes can now add instances to themselves.
 
- 
a52f373d
by finnball
at 2018-09-19T10:31:09Z
 Instance classes can now add themselves to services.
 
- 
84614371
by finnball
at 2018-09-19T10:31:09Z
 Amended unittests for adding instances to services.
 
- 
e3ca5971
by finnball
at 2018-09-19T10:31:09Z
 Adding doc strings.
 
- 
cedb0670
by finnball
at 2018-09-19T10:31:09Z
 Added unittest for parser and sever instance.