finn pushed to branch finn/separate-services at BuildGrid / buildgrid
Commits:
-
1a9ed906
by Martin Blanchard at 2018-08-29T11:21:43Z
-
cff9354d
by Martin Blanchard at 2018-08-29T11:21:45Z
-
50d2f283
by Martin Blanchard at 2018-08-29T12:27:05Z
-
9a44c825
by Martin Blanchard at 2018-08-29T12:27:07Z
-
681bc304
by finn at 2018-08-29T13:14:59Z
-
ed58fcd8
by finn at 2018-08-29T13:14:59Z
-
d9af05cb
by finn at 2018-08-29T16:34:09Z
30 changed files:
- .gitlab-ci.yml
- buildgrid/_app/cli.py
- buildgrid/_app/commands/cmd_bot.py
- buildgrid/_app/commands/cmd_cas.py
- buildgrid/_app/commands/cmd_execute.py
- buildgrid/_app/commands/cmd_server.py
- buildgrid/_exceptions.py
- buildgrid/server/worker/__init__.py → buildgrid/server/actioncache/__init__.py
- buildgrid/server/execution/action_cache_service.py → buildgrid/server/actioncache/service.py
- buildgrid/server/execution/action_cache.py → buildgrid/server/actioncache/storage.py
- + buildgrid/server/bots/__init__.py
- buildgrid/server/worker/bots_interface.py → buildgrid/server/bots/instance.py
- buildgrid/server/worker/bots_service.py → buildgrid/server/bots/service.py
- buildgrid/server/buildgrid_server.py
- − buildgrid/server/cas/content_addressable_storage_service.py
- buildgrid/server/cas/bytestream_service.py → buildgrid/server/cas/service.py
- + buildgrid/server/cas/storage/remote.py
- buildgrid/server/execution/execution_instance.py → buildgrid/server/execution/instance.py
- buildgrid/server/execution/execution_service.py → buildgrid/server/execution/service.py
- buildgrid/server/buildgrid_instance.py → buildgrid/server/instance.py
- + buildgrid/server/operations/__init__.py
- buildgrid/server/execution/operations_service.py → buildgrid/server/operations/service.py
- + buildgrid/server/referencestorage/__init__.py
- buildgrid/server/cas/reference_storage_service.py → buildgrid/server/referencestorage/service.py
- buildgrid/server/cas/reference_cache.py → buildgrid/server/referencestorage/storage.py
- + docs/source/configuration.rst
- docs/source/index.rst
- docs/source/using_dummy_build.rst
- docs/source/using_simple_build.rst
- setup.py