sourcegraph/lib/managedservicesplatform/runtime
James Cotter ea9c45df8f
msp/runtime: split contract into JobContract and ServiceContract (#63494)
Splits the runtime contract into a JobContract and ServiceContract.
This lets better handle initialisation such as env vars which is
conditional depending on the contract type.
## Test plan

<!-- REQUIRED; info at
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles
-->
ci
2024-06-26 19:46:10 +00:00
..
contract msp/runtime: split contract into JobContract and ServiceContract (#63494) 2024-06-26 19:46:10 +00:00
internal/opentelemetry chore/msp/runtime: disable telemetry on Google Monitoring/Trace APIs (#63049) 2024-06-03 10:58:53 -07:00
BUILD.bazel msp/runtime: add Job runtime (#63016) 2024-05-31 22:48:45 +00:00
config.go msp/runtime: export contract and helpers for direct usage (#61488) 2024-04-04 11:05:51 +00:00
contract.go msp/runtime: split contract into JobContract and ServiceContract (#63494) 2024-06-26 19:46:10 +00:00
job.go msp/runtime: split contract into JobContract and ServiceContract (#63494) 2024-06-26 19:46:10 +00:00
sanitycheck.go msp/runtime: export contract and helpers for direct usage (#61488) 2024-04-04 11:05:51 +00:00
service.go msp/runtime: split contract into JobContract and ServiceContract (#63494) 2024-06-26 19:46:10 +00:00