## Description This PR adds a new feature called `disable function`. It allows function owners to disable a function by specifying a function id. After that, data owners cannot create a new task with this function id.
## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] API change with a documentation update - [ ] Additional test coverage - [ ] Code cleanup or just sync with upstream third-party crates ## How has this been tested? ## Checklist - [x] Fork the repo and create your branch from `master`. - [ ] If you've added code that should be tested, add tests. - [] If you've changed APIs, update the documentation. - [] Ensure the tests pass (see CI results). - [x] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/620 -- Commit Summary -- * add disable functions -- File Changes -- M sdk/python/teaclave.py (19) M services/frontend/enclave/src/service.rs (39) M services/management/enclave/src/service.rs (63) M services/proto/src/proto/teaclave_frontend_service.proto (8) M services/proto/src/proto/teaclave_management_service.proto (1) M services/proto/src/teaclave_frontend_service.rs (50) M services/proto/src/teaclave_management_service.rs (2) M tests/functional/enclave/src/management_service.rs (23) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/620.patch https://github.com/apache/incubator-teaclave/pull/620.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/620 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave/pull/6...@github.com>