Martin Blanchard pushed to branch mablanch/51-user-facing-docs at BuildGrid / buildgrid
Commits:
-
9a5ed54d
by Martin Blanchard at 2018-08-14T12:38:28Z
-
5be68582
by Martin Blanchard at 2018-08-14T12:38:28Z
-
f79610d7
by Martin Blanchard at 2018-08-14T12:38:29Z
-
2d8a144e
by Martin Blanchard at 2018-08-14T12:38:29Z
-
ce955aeb
by Martin Blanchard at 2018-08-14T12:38:29Z
-
830dac87
by Martin Blanchard at 2018-08-14T12:38:29Z
-
665636a5
by Martin Blanchard at 2018-08-14T12:38:29Z
-
8ef55446
by Martin Blanchard at 2018-08-14T12:38:29Z
30 changed files:
- + .gitignore
- + .pylintrc
- _version.py
- app/_logging.py
- app/cli.py
- app/commands/cmd_bot.py
- app/commands/cmd_execute.py
- app/commands/cmd_server.py
- buildgrid/_exceptions.py
- buildgrid/bot/bot.py
- buildgrid/bot/bot_interface.py
- buildgrid/bot/bot_session.py
- buildgrid/server/action_cache.py
- buildgrid/server/build_grid_server.py
- buildgrid/server/cas/bytestream_service.py
- buildgrid/server/cas/content_addressable_storage_service.py
- buildgrid/server/cas/storage/disk.py
- buildgrid/server/cas/storage/lru_memory_cache.py
- buildgrid/server/cas/storage/s3.py
- buildgrid/server/cas/storage/storage_abc.py
- buildgrid/server/cas/storage/with_cache.py
- buildgrid/server/execution/_exceptions.py
- buildgrid/server/execution/action_cache_service.py
- buildgrid/server/execution/execution_instance.py
- buildgrid/server/execution/execution_service.py
- buildgrid/server/execution/operations_service.py
- buildgrid/server/job.py
- buildgrid/server/scheduler.py
- buildgrid/server/worker/_exceptions.py
- buildgrid/server/worker/bots_interface.py