finn pushed to branch finn/separate-services at BuildGrid / buildgrid
Commits:
-
94c7a77e
by Martin Blanchard at 2018-08-29T13:53:50Z
-
88ecb34c
by finn at 2018-08-30T12:25:43Z
-
27f0f3b8
by finn at 2018-08-30T12:25:43Z
-
a7ff5c25
by finn at 2018-08-30T12:25:43Z
30 changed files:
- buildgrid/_app/bots/buildbox.py
- buildgrid/_app/bots/temp_directory.py
- buildgrid/_app/cli.py
- buildgrid/_app/commands/cmd_bot.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
- buildgrid/utils.py
- tests/action_cache.py
- tests/cas/test_services.py
- tests/integration/action_cache_service.py
- tests/integration/bots_service.py
- tests/integration/execution_service.py