This is an automated email from the ASF dual-hosted git repository.
mssun pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git.
from d6d2684 [agent] Add more tests for file agent (#238)
new 9073e05 [services] Rewrite and coordinate scheduler and execution
serivces
new a299cb7 [attestation] Add SwHardeningNeeded to SgxQuoteStatus
new 38f0a0f [ci] Temporary disable the dcap pipeline
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.drone.yml | 126 +++++++++---------
attestation/src/report.rs | 2 +
binder/src/macros.rs | 6 +-
cmake/scripts/test.sh | 2 +-
services/execution/enclave/src/lib.rs | 70 +++++-----
services/execution/enclave/src/service.rs | 144 +++++++++++++++------
services/management/enclave/src/task.rs | 2 +
services/proto/build.rs | 1 -
services/proto/src/lib.rs | 5 -
.../src/proto/teaclave_execution_service.proto | 32 -----
.../src/proto/teaclave_scheduler_service.proto | 18 ++-
services/proto/src/teaclave_execution_service.rs | 139 --------------------
services/proto/src/teaclave_scheduler_service.rs | 110 +++++++++++++---
services/scheduler/enclave/src/service.rs | 52 +++++++-
tests/functional/enclave/src/lib.rs | 2 -
.../enclave/src/teaclave_execution_service.rs | 75 -----------
.../enclave/src/teaclave_frontend_service.rs | 46 ++-----
.../enclave/src/teaclave_scheduler_service.rs | 20 ++-
tests/unit/enclave/src/lib.rs | 3 -
types/src/task.rs | 2 +
types/src/worker.rs | 5 +
utils/service_enclave_utils/src/lib.rs | 20 +++
22 files changed, 420 insertions(+), 462 deletions(-)
delete mode 100644 services/proto/src/proto/teaclave_execution_service.proto
delete mode 100644 services/proto/src/teaclave_execution_service.rs
delete mode 100644 tests/functional/enclave/src/teaclave_execution_service.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]