You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Qinkun Bao <no...@github.com.INVALID> on 2022/02/09 19:40:07 UTC

[apache/incubator-teaclave] [Services] add disable function (PR #620)

## 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&#39;ve added code that should be tested, add tests.
- [] If you&#39;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: &lt;apache/incubator-teaclave/pull/620@github.com&gt;

Re: [apache/incubator-teaclave] [Services] add disable function (PR #620)

Posted by Mingshen Sun <no...@github.com.INVALID>.
Merged #620 into master.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/620#event-6038378616
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>