e0e362d700
Deploy Docs Pages / build (push) Waiting to run
Deploy Docs Pages / deploy (push) Blocked by required conditions
Real E2E Tests / Real E2E CI (push) Blocked by required conditions
SDK Tests / SDK CI (push) Blocked by required conditions
SDK Tests / changes (push) Successful in 2m29s
Real E2E Tests / changes (push) Successful in 2m29s
Real E2E Tests / Python E2E (docker bridge) (push) Waiting to run
Real E2E Tests / C# E2E (docker bridge) (push) Waiting to run
Real E2E Tests / Go E2E (docker bridge) (push) Waiting to run
Real E2E Tests / Java E2E (docker bridge) (push) Waiting to run
Real E2E Tests / JavaScript E2E (docker bridge) (push) Waiting to run
SDK Tests / Python SDK Tests (sandbox) (push) Waiting to run
SDK Tests / CLI Quality (push) Waiting to run
SDK Tests / CLI Tests (push) Waiting to run
SDK Tests / Python SDK Quality (code-interpreter) (push) Waiting to run
SDK Tests / Python SDK Quality (sandbox) (push) Waiting to run
SDK Tests / Python SDK Tests (code-interpreter) (push) Waiting to run
SDK Tests / JavaScript SDK Quality And Tests (code-interpreter) (push) Waiting to run
SDK Tests / JavaScript SDK Quality And Tests (sandbox) (push) Waiting to run
SDK Tests / Kotlin SDK Quality And Tests (sandbox) (push) Waiting to run
SDK Tests / Kotlin SDK Quality And Tests (code-interpreter) (push) Waiting to run
SDK Tests / C# SDK Quality And Tests (code-interpreter) (push) Waiting to run
SDK Tests / C# SDK Quality And Tests (sandbox) (push) Waiting to run
SDK Tests / Go SDK Quality And Tests (push) Waiting to run
27 lines
895 B
Plaintext
27 lines
895 B
Plaintext
# CODEOWNERS for OpenSandbox
|
|
# Rules are evaluated top-to-bottom; the last matching pattern wins.
|
|
|
|
# Default owners (fallback for files not matched by specific rules)
|
|
* @jwx0925 @hittyt @Pangjiping @ninan-nn
|
|
|
|
# Control plane (server)
|
|
/server/ @Pangjiping @hittyt @jwx0925 @Generalwin @ninan-nn
|
|
|
|
# Runtime agent (execd) and sandbox images
|
|
/components/execd/ @Pangjiping @hittyt @ninan-nn
|
|
/components/ingress/ @Pangjiping @hittyt @Generalwin @Spground
|
|
/components/egress/ @Pangjiping @hittyt @jwx0925
|
|
/sandboxes/ @Pangjiping @ninan-nn @jwx0925 @hittyt
|
|
|
|
# Kubernetes controller
|
|
/kubernetes/ @Spground @Generalwin @fengcone @kevinlynx @ninan-nn @hittyt @Pangjiping
|
|
|
|
# SDKs
|
|
/sdks/ @ninan-nn @jwx0925 @hittyt @Pangjiping
|
|
|
|
# Specs and docs
|
|
/specs/ @jwx0925 @hittyt @ninan-nn
|
|
|
|
# OpenSandbox Enhancement Proposals
|
|
/oseps/ @Spground @Generalwin @fengcone @kevinlynx @Pangjiping @ninan-nn @jwx0925 @hittyt
|