You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2021/12/14 23:35:47 UTC

[GitHub] [incubator-teaclave] mssun opened a new pull request #591: Refactor Python client SDK

mssun opened a new pull request #591:
URL: https://github.com/apache/incubator-teaclave/pull/591


   ## Description
   
   Refactor Python client SDK. There are several changes:
   - Add TeacalveException, raise when needed
   - Add close channel function and support context manager functions (i.e., `with xxx as:`)
   - Remove client classes and merge all functions into the service classes
   - Add a parent class (`TeaclaveService`) to merge common APIs in service class
   
   
   ## Type of change (select or add applied and delete the others)
   
   - [x] New feature (non-breaking change which adds functionality)
   - [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
   - [x] API change with a documentation update
   
   ## How has this been tested?
   CI tests.
   
   ## Checklist
   
   - [x] Fork the repo and create your branch from `master`.
   - [x] If you've added code that should be tested, add tests.
   - [x] If you've changed APIs, update the documentation.
   - [x] Ensure the tests pass (see CI results).
   - [x] Make sure your code lints/format.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun merged pull request #591: Refactor Python client SDK

Posted by GitBox <gi...@apache.org>.
mssun merged pull request #591:
URL: https://github.com/apache/incubator-teaclave/pull/591


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org