Re: [apache/incubator-teaclave] Document about coverage testing is missing. (#93)

2020-05-28 Thread Mingshen Sun
Closed #93 via #320. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/93#event-3385120423

Re: [apache/incubator-teaclave] [docs] Add doc for the build system (#320)

2020-05-28 Thread Mingshen Sun
Merged #320 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/320#event-3385120419

[apache/incubator-teaclave] [docs] Add doc for the build system (#320)

2020-05-28 Thread Mingshen Sun
## Description - Add doc for the build system Fix #93 You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/320 -- Commit Summary -- * [docs] Add doc for the build system -- File Changes -- M README.md (1) A docs/build

Re: [apache/incubator-teaclave] How to load secrets into teaclave and train a gbdt model (#308)

2020-05-28 Thread Mingshen Sun
Closed #308. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/308#event-3384230334

Re: [apache/incubator-teaclave] Be stuck with registering input file when writing builtin-gbdt-train python script (#314)

2020-05-28 Thread Mingshen Sun
#319 has been merged. Issue closed. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/314#issuecomment-635538812

Re: [apache/incubator-teaclave] How to load secrets into teaclave and train a gbdt model (#308)

2020-05-28 Thread Mingshen Sun
#319 has been merged. Issue closed. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/308#issuecomment-635538711

Re: [apache/incubator-teaclave] Be stuck with registering input file when writing builtin-gbdt-train python script (#314)

2020-05-28 Thread Mingshen Sun
Closed #314. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/314#event-3384231149

Re: [apache/incubator-teaclave] add builtin_gbdt_train python script (#319)

2020-05-28 Thread Mingshen Sun
Merged #319 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/319#event-3384205844

Re: [apache/incubator-teaclave] add builtin_gbdt_train python script (#319)

2020-05-27 Thread Mingshen Sun
Please also use [yapf](https://github.com/google/yapf) to format the python code. Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/319#issuecomment-635081966

Re: [apache/incubator-teaclave-sgx-sdk] duplicate lang item in crate `sgx_tstd` (#242)

2020-05-27 Thread Mingshen Sun
You have mixed different std (Rust's std or different version of `sgx_tstd`). Make sure to check your dependencies, all `sgx_std` depdencies should be from same source+tag. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: ht

Re: [apache/incubator-teaclave] How to load secrets into teaclave and train a gbdt model (#308)

2020-05-27 Thread Mingshen Sun
Great! Yes, you can submit a PR. Thank you so much. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/308#issuecomment-634830565

Re: [apache/incubator-teaclave] Add document on defining customized function (#318)

2020-05-26 Thread Mingshen Sun
Merged #318 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/318#event-3375827719

[apache/incubator-teaclave] Add document on defining customized function (#318)

2020-05-26 Thread Mingshen Sun
## Description - Add "define my own function" section into "my first function" doc. - Improve other docs. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/318 -- Commit Summary -- * [docs] Fix links in docs * [docs] Add mes

Re: [apache/incubator-teaclave] [docs] Fix links in docs for website presentation (#316)

2020-05-26 Thread Mingshen Sun
Merged #316 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/316#event-3374732450

Re: [apache/incubator-teaclave] How to create Functions by useing other language such like Go or Java. (#317)

2020-05-26 Thread Mingshen Sun
Correct. Currently, we have two executors: - native: native functions implemented in Rust - mesapy: python functions We do have plan to implement other executors to support more languages. E.g., we can implement a webassembly executors in SGX, or we can use some libos-like SGX implementatio

[apache/incubator-teaclave] [docs] Fix links in docs for website presentation (#316)

2020-05-26 Thread Mingshen Sun
## Description - Fix links in docs for website presentation Note that when writing docs, if link to GitHub code or directories instead of `.md` files, please use absolute links of GitHub. Otherwise, the generated docs in website will not recognize the internal links to code resulting in broken

Re: [apache/incubator-teaclave] Polish and improve documentation (#315)

2020-05-25 Thread Mingshen Sun
Merged #315 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/315#event-3371439413

Re: [apache/incubator-teaclave] Polish and improve documentation (#315)

2020-05-25 Thread Mingshen Sun
Fixed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/315#issuecomment-633741520

[apache/incubator-teaclave] Polish and improve documentation (#315)

2020-05-25 Thread Mingshen Sun
## Description - Polish and improve documentation - Add document for built-in functions You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/315 -- Commit Summary -- * Add docs for built-in functions * Update README.md * Up

Re: [apache/incubator-teaclave] Be stuck with registering input file when writing builtin-gbdt-train python script (#314)

2020-05-25 Thread Mingshen Sun
Hi, thanks! You can enable the log with `RUST_LOG=debug=teaclave` to check the request format is a valid or not by comparing to the Rust's test. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incub

Re: Teaclave Website

2020-05-24 Thread Mingshen Sun
at 12:24 PM Felix Cheung wrote: > > Great! > > ____ > From: Mingshen Sun > Sent: Friday, May 15, 2020 6:44:48 PM > To: dev@teaclave.apache.org > Subject: Re: Teaclave Website > > Thank you. I've also added community and contributo

Re: [apache/incubator-teaclave] [RFC] Roadmap (towards first public release) (#121)

2020-05-22 Thread Mingshen Sun
Hi folks, thank you for spending days and nights to redesign and implement the refreshed Teaclave platform in an open way. I just updated the roadmap today and checked some items which has been already done. Few items are still not checked, I'm wondering if these are really needed to be include

Re: [apache/incubator-teaclave] Add access control docs. (#313)

2020-05-22 Thread Mingshen Sun
Merged. Thank you. This is *very* helpful! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/313#issuecomment-632983254

Re: [apache/incubator-teaclave] Add access control docs. (#313)

2020-05-22 Thread Mingshen Sun
Merged #313 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/313#event-3366680095

Re: [apache/incubator-teaclave] Add docs for worker (#312)

2020-05-22 Thread Mingshen Sun
Merged #312 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/312#event-3366466725

[apache/incubator-teaclave] Add docs for worker (#312)

2020-05-22 Thread Mingshen Sun
## Description - Add docs for worker You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/312 -- Commit Summary -- * Add docs for worker -- File Changes -- M README.md (1) A worker/README.md (36) -- Patch Links -- ht

Re: [apache/incubator-teaclave] More community information (#311)

2020-05-22 Thread Mingshen Sun
Merged #311 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/311#event-3365679426

Re: [apache/incubator-teaclave] More community information (#311)

2020-05-22 Thread Mingshen Sun
There's no update with my recent survey issues. Please approve this PR and I'll merge it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/311#issuecomment-632825232

[apache/incubator-teaclave] More community information (#311)

2020-05-21 Thread Mingshen Sun
## Description - Update community information and add organizations and projects using Teaclave You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/311 -- Commit Summary -- * More community information -- File Changes --

Re: Dependencies of the Teaclave platform and Teaclave SGX SDK

2020-05-21 Thread Mingshen Sun
Thanks. Baidu is using both SGX SDK and the platform. On Thu, May 21, 2020 at 3:16 PM Yu Ding wrote: > > Hi there, > > ByteDance is using Teaclave SGX SDK. Thanks! > > Best, > Yu > > On Thu, May 21, 2020 at 3:12 PM Mingshen Sun wrote: > > > Hi all,

[apache/incubator-teaclave] [SURVEY] What companies or open source projects are using the Apache Teaclave (Incubating) platform? (#310)

2020-05-21 Thread Mingshen Sun
I am working on building the community of Teaclave. I think it's a good time to have a list of: - companies who are using Teaclave/Teaclave SGX SDK - open source projects depends on Teaclave/Teaclave SGX SDK **You are welcome to reply this thread about your company name or project name, and

[apache/incubator-teaclave-sgx-sdk] [SURVEY] What companies or open source projects are using Apache Teaclave (Incubating) SGX SDK? (#239)

2020-05-21 Thread Mingshen Sun
I am working on building the community of Teaclave. I think it's a good time to have a list of: - companies who are using Teaclave/Teaclave SGX SDK - open source projects depends on Teaclave/Teaclave SGX SDK **You are welcome to reply this thread about your company name or project name, and

Dependencies of the Teaclave platform and Teaclave SGX SDK

2020-05-21 Thread Mingshen Sun
Hi all, I am working on building the community of Teaclave. I think it's a good time to have a list of: - companies who are using Teaclave/Teaclave SGX SDK - open source projects depends on Teacave/Teaclave SGX SDK **You are welcome to reply this thread about your company name or project name

Re: [apache/incubator-teaclave] [docs] Add README.md for executor (#309)

2020-05-21 Thread Mingshen Sun
Merged #309 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/309#event-3362448370

[apache/incubator-teaclave] [docs] Add README.md for executor (#309)

2020-05-21 Thread Mingshen Sun
## Description - Add `README.md` for executor - Put built-in functions in features You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/309 -- Commit Summary -- * [docs] Add README.md for executor -- File Changes -- M RE

Re: [apache/incubator-teaclave] Introduce `make lint` which combines `make format` and `make clippy` (#157)

2020-05-20 Thread Mingshen Sun
This is not needed actually. We have three commands for various purposes: - `make check`: just check format - `make format`: format rust in place - `make CLP=1`: use clippy for more linting So, I'm closing this issue. -- You are receiving this because you are subscribed to this thread. Rep

Re: [apache/incubator-teaclave] Introduce `make lint` which combines `make format` and `make clippy` (#157)

2020-05-20 Thread Mingshen Sun
Closed #157. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/157#event-3359117227

Re: [apache/incubator-teaclave] Rewrite docs (#142)

2020-05-20 Thread Mingshen Sun
We already have some docs and struct is redesign. I'm closing this issue. Docs still need to be improved. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/142#issuecomment-6

Re: [apache/incubator-teaclave] Rewrite docs (#142)

2020-05-20 Thread Mingshen Sun
Closed #142. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/142#event-3359106437

Re: [apache/incubator-teaclave] How to load secrets into teaclave and train a gbdt model (#308)

2020-05-20 Thread Mingshen Sun
For now, you can see our end to end test for reference: https://github.com/apache/incubator-teaclave/blob/master/tests/functional/enclave/src/end_to_end/builtin_gbdt_train.rs. More examples and docs will be updated in these days. Stay tuned. Also, if you'd like to contribute, I'll be more than h

Re: [apache/incubator-teaclave] Use json type for function arguments instead of string/string hashmap (#307)

2020-05-20 Thread Mingshen Sun
Merged #307 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/307#event-3359046679

Re: [apache/incubator-teaclave] Use json type for function arguments instead of string/string hashmap (#307)

2020-05-20 Thread Mingshen Sun
Please approve again. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/307#issuecomment-631824743

[apache/incubator-teaclave] Use json type for function arguments instead of string/string hashmap (#307)

2020-05-20 Thread Mingshen Sun
## Description Use json type (`serde_json::Value`) for function arguments instead of string hashmap (`HashMap`). CI passed: https://ci.mesalock-linux.org/mssun/incubator-mesatee/799 You can view, comment on, or merge this pull request online at: https://github.com/apache/incub

Re: [apache/incubator-teaclave] Got error when invoking echo function by python! (#305)

2020-05-20 Thread Mingshen Sun
Closed #305 via #306. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/305#event-3358192804

Re: [apache/incubator-teaclave] [docs] Set SGX_MODE=SW in simulation mode (#306)

2020-05-20 Thread Mingshen Sun
Merged #306 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/306#event-3358192794

[apache/incubator-teaclave] [docs] Set SGX_MODE=SW in simulation mode (#306)

2020-05-20 Thread Mingshen Sun
## Description Update instructions for simulation mode. Fix #305 You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/306 -- Commit Summary -- * [docs] Set SGX_MODE=SW in simulation mode -- File Changes -- M docs/my-first-fu

Re: [apache/incubator-teaclave-sgx-sdk] Samplecode for FLC DCAP remote attestation in production mode (#135)

2020-05-20 Thread Mingshen Sun
Hi all, there is a reference implementation with both IAS (EPID) and DCAP (ECDSA) in the Teaclave platform: - https://github.com/apache/incubator-teaclave/tree/master/dcap - https://github.com/apache/incubator-teaclave/tree/master/attestation -- You are receiving this because you are subscri

Re: [apache/incubator-teaclave] Got error when invoking echo function by python! (#305)

2020-05-19 Thread Mingshen Sun
If you are using simulation mode, there is no attestation. Please set the env var `SGX_MODE` before starting the example by `export SGX_MODE=SW`. See: https://github.com/apache/incubator-teaclave/blob/master/sdk/python/teaclave.py#L202 I'll update the doc later. -- You are receiving this beca

Re: [apache/incubator-teaclave] [task] Remove task clone before saving state into db. (#304)

2020-05-19 Thread Mingshen Sun
Merged #304 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/304#event-3354555468

Re: [apache/incubator-teaclave] [sdk] Improve the Python SDK and update examples (#303)

2020-05-19 Thread Mingshen Sun
Merged #303 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/303#event-3354479149

[apache/incubator-teaclave] [sdk] Improve the Python SDK and update examples (#303)

2020-05-19 Thread Mingshen Sun
## Description - Improve the Python SDK and update examples You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/303 -- Commit Summary -- * [sdk] Improve the Python SDK and update examples -- File Changes -- M examples/pytho

Re: [apache/incubator-teaclave-sgx-sdk] fix sgx_urts undefined reference to `t_signal_handler_ecall` error (#235)

2020-05-19 Thread Mingshen Sun
@assafmo It is not just simple do a version bump. You have to bump all versions also for ported crates. Otherwise, you will see multiple std when using cargo. I have created a mono repo for SGX crates and have a details versioning instructions (https://github.com/universal-secure-computing-comm

Re: [apache/incubator-teaclave-sgx-sdk] fix sgx_urts undefined reference to `t_signal_handler_ecall` error (#235)

2020-05-19 Thread Mingshen Sun
@assafmo, you can use it right now with the v1.1.2 tag. I believe @dingelish re-taged the v1.1.2 to the current master. BTW, I think it's better to come up with a better tagging/versioning strategy. I'll bring up this issue later. -- You are receiving this because you are subscribed to this th

Re: [apache/incubator-teaclave-sgx-sdk] v1.1.2: `InternalBacktrace` in the backtrace feature of tstd (#238)

2020-05-18 Thread Mingshen Sun
I believe there is something wrong. `InternalBacktrace` is not an std struct, but from here: https://github.com/rust-lang-nursery/error-chain/blob/master/src/backtrace.rs#L16. I'm not sure what changes did you make to adapt with the SDK. It would be very helpful if you can provide me more detai

Re: [apache/incubator-teaclave-sgx-sdk] v1.1.2: Cannot start aesm_service (#237)

2020-05-18 Thread Mingshen Sun
I can start it without any issue: ``` docker run --rm -it baiduxlab/sgx-rust:1804-1.1.2 /bin/bash -c "LD_LIBRARY_PATH=/opt/intel/sgx-aesm-service/aesm /opt/intel/sgx-aesm-service/aesm/aesm_service && ps x" PID TTY STAT TIME COMMAND 1 pts/0Rs+0:00 ps x 7 ?Rsl

Re: [apache/incubator-teaclave-sgx-sdk] v1.1.2: Cannot start aesm_service (#237)

2020-05-18 Thread Mingshen Sun
Please set `LD_LIBRARY_PATH=/opt/intel/sgx-aesm-service/aesm` before runing the `aesm-service`. More see: https://github.com/intel/linux-sgx/blob/master/psw/ae/aesm_service/config/aesmd_service/aesmd.service#L10 -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [apache/incubator-teaclave] [examples, sdk] Add the mesapy_echo example and move some functions into Python SDK (#302)

2020-05-18 Thread Mingshen Sun
Merged #302 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/302#event-3349600554

Call for Teaclave Logo

2020-05-18 Thread Mingshen Sun
Hi folks, I want to start a new thread to initiate a discussion on our new logo for Teaclave. I believe anyone can get involved and provide suggestions, such as brainstorming some keywords (e.g., animals, plants, metaphors, etc), simple drawings, color preferences, and useful links. In the meanti

[apache/incubator-teaclave] [examples, sdk] Add the mesapy_echo example and move some functions into Python SDK (#302)

2020-05-18 Thread Mingshen Sun
## Description - Add the mesapy echo example. - Move some functions to SDK You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/302 -- Commit Summary -- * [examples, sdk] Add the mesapy_echo example and move some functions int

Re: [apache/incubator-teaclave] [docs] Add instruction to change the docker-compose file for the simulation mode (#301)

2020-05-18 Thread Mingshen Sun
Merged #301 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/301#event-3348441685

[apache/incubator-teaclave] [docs] Add instruction to change the docker-compose file for the simulation mode (#301)

2020-05-18 Thread Mingshen Sun
## Description Fix #300 You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/301 -- Commit Summary -- * [docs] Add instruction to change the docker-compose file for the simulation mode -- File Changes -- M docs/my-first-fu

Re: [apache/incubator-teaclave] Failing to run simulation mode. (#300)

2020-05-18 Thread Mingshen Sun
Under simulation mode, you also need to change the `docker-compose-ubuntu-1804.yml` file accordingly to remove unused device/volume mappings. That is, comment out these lines: ``` - type: bind source: /var/run/aesmd/aesm.socket target: /var/run/aesmd/aesm.socket device

Re: [apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

2020-05-18 Thread Mingshen Sun
Sure. You can drop me an email (mssun at apache dot org), though, it's encouraged to discuss in an open way (e.g., in GitHub issues or mailing list) :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apach

Re: [apache/incubator-teaclave] [docs] Fix docker image and command for building (#298)

2020-05-18 Thread Mingshen Sun
Merged #298 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/298#event-3345938617

Re: [apache/incubator-teaclave] [docs] Fix docker image and command for building (#298)

2020-05-18 Thread Mingshen Sun
Sorry, forgot to fix the other one. Please approve again. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/298#issuecomment-629997950

Re: [apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

2020-05-18 Thread Mingshen Sun
#298 has fixeed this issue, but not merged yet. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/299#issuecomment-629995860

[apache/incubator-teaclave] [docs] Fix docker image and command for building (#298)

2020-05-17 Thread Mingshen Sun
## Description - Fix docker image and command for building in the get started documentation You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/298 -- Commit Summary -- * [docs] Fix docker image and command for building -- File

Re: [apache/incubator-teaclave] Fix wording (#297)

2020-05-17 Thread Mingshen Sun
Merged #297 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/297#event-3345256011

[apache/incubator-teaclave] Fix wording (#297)

2020-05-17 Thread Mingshen Sun
## Description Fix disclaimer wording: "sponsored by the name of Apache Incubator PMC" => "sponsored by the Apache Incubator" You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/297 -- Commit Summary -- * Fix wording -- File Ch

Re: Teaclave Website

2020-05-15 Thread Mingshen Sun
https://incubator.apache.org/guides/sites.html#creating_a_good_podling_site > > > > > > > > > > > > From: Mingshen Sun > > Sent: Thursday, May 14, 2020 5:55:35 PM > > To: dev@teaclave.apache.org > > Subject: Re: Teaclave Website > > > &g

Re: [apache/incubator-teaclave] Add COMMUNITY.md to provide community information (#296)

2020-05-15 Thread Mingshen Sun
Merged #296 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/296#event-3343103043

Re: Teaclave Logo

2020-05-15 Thread Mingshen Sun
No, we haven't started to design a logo yet. Actually, I have some experience on designing logo, but I'm not an expert. I think it's time to call for contribution on a logo for us :) On Fri, May 15, 2020 at 6:04 PM Furkan KAMACI wrote: > > Hi PMC Members, > > First of all, thanks for your quick

[apache/incubator-teaclave] Add COMMUNITY.md to provide community information (#296)

2020-05-15 Thread Mingshen Sun
## Description - Add COMMUNITY.md to provide community information, this will be presented in our homepage. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/296 -- Commit Summary -- * Add COMMUNITY.md to provide community inf

Re: Teaclave Website

2020-05-14 Thread Mingshen Sun
this website. Feel free to comment and help me to improve the website. Thanks. On Wed, May 13, 2020 at 6:39 PM Furkan KAMACI wrote: > > Hi Mingshen, > > Great! > > Kind Regards, > Furkan KAMACI > > On Thu, May 14, 2020 at 4:38 AM Mingshen Sun wrote: > > > Great, I

Re: [apache/incubator-teaclave] [docs] Declare permalink in docs for website (#295)

2020-05-14 Thread Mingshen Sun
Merged #295 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/295#event-3338845459

[apache/incubator-teaclave] [docs] Declare permalink in docs for website (#295)

2020-05-14 Thread Mingshen Sun
## Description - Declare permalink in docs for website You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/295 -- Commit Summary -- * [docs] Decalare permalink in docs for website -- File Changes -- M cli/README.md (4)

Re: Teaclave Website

2020-05-13 Thread Mingshen Sun
Great, I can access this repo now. It takes about 1h to propagate the rule. On Wed, May 13, 2020 at 6:19 PM Mingshen Sun wrote: > > I have created a new repo (apache/incubator-teaclave-website) for > hosting sources and pages here [1]. > > It appears in GitHub immediately > (

Re: Teaclave Website

2020-05-13 Thread Mingshen Sun
, > Furkan KAMACI > > On Thu, May 14, 2020 at 1:04 AM Mingshen Sun wrote: > > > Thanks for asking, Furkan. > > > > I did some research on how to deploy a website under the Apache > > infrastructure. There are several options > > (https://infra.apache.org/proj

Re: Teaclave Website

2020-05-13 Thread Mingshen Sun
Thanks for asking, Furkan. I did some research on how to deploy a website under the Apache infrastructure. There are several options (https://infra.apache.org/project-site.html). Since we are mainly working on GitHub, I think the GitHub pages fit our needs. We can use .asf.yml to configure the dep

Re: [apache/incubator-teaclave] [docs] Include the echo function example in doc (#294)

2020-05-13 Thread Mingshen Sun
Merged #294 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/294#event-3334053194

[apache/incubator-teaclave] [docs] Include the echo function example in doc (#294)

2020-05-13 Thread Mingshen Sun
## Description - Include the echo function example in the doc You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/294 -- Commit Summary -- * [docs] Include the echo function example in doc -- File Changes -- M README.md (6)

Re: [apache/incubator-teaclave] [task] Bind Task state to static type. (#293)

2020-05-13 Thread Mingshen Sun
Merged #293 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/293#event-132697

[apache/incubator-teaclave] Implement an example in Python (builtin echo) (#292)

2020-05-12 Thread Mingshen Sun
## Description - implement an example written in Python (builtin echo) CI passed: https://ci.mesalock-linux.org/mssun/incubator-mesatee/766 You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/292 -- Commit Summary -- * [tests] U

Re: [apache/incubator-teaclave] [fusion] Optimize fusion_base dir logic. (#291)

2020-05-09 Thread Mingshen Sun
Merged #291 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/291#event-3319640212

Re: [apache/incubator-teaclave] [docs] Add instructions to build/run in simulaiton mode (#290)

2020-05-08 Thread Mingshen Sun
Merged #290 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/290#event-3318523983

[apache/incubator-teaclave] [docs] Add instructions to build/run in simulaiton mode (#290)

2020-05-08 Thread Mingshen Sun
## Description - Add instructions to build/run in simulation mode You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/290 -- Commit Summary -- * [docs] Add instructions to run in simulaiton mode -- File Changes -- M docs/my

Re: [apache/incubator-teaclave] [services] Introduce TeaclaveServiceLauncher to simplify app part of services (#289)

2020-05-07 Thread Mingshen Sun
Merged #289 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/289#event-3315422712

[apache/incubator-teaclave] [services] Introduce TeaclaveServiceLauncher to simplify app part of services (#289)

2020-05-07 Thread Mingshen Sun
## Description - Introduce `TeaclaveServiceLauncher` to simplify app part of services CI Passed: https://ci.mesalock-linux.org/mssun/incubator-mesatee/757 You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/289 -- Commit Summary --

Re: [apache/incubator-teaclave] [docker] Make fusion data directory in runtime docker file (#288)

2020-05-07 Thread Mingshen Sun
Merged #288 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/288#event-3315007698

Re: [apache/incubator-teaclave] Fusion base directory is not mounted (#287)

2020-05-07 Thread Mingshen Sun
Closed #287 via #288. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/287#event-3315007705

[apache/incubator-teaclave] [docker] Make fusion data directory in runtime docker file (#288)

2020-05-07 Thread Mingshen Sun
## Description Fixes #287 in the runtime docker. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/288 -- Commit Summary -- * [docker] Make fusion data directory in runtime docker file -- File Changes -- M docker/teaclave

Re: [apache/incubator-teaclave] Fusion base directory is not mounted (#287)

2020-05-07 Thread Mingshen Sun
"Fusion base directory" is a directory for store temporary (encrypted) fusion data and can be set in the runtime config (https://github.com/apache/incubator-teaclave/blob/master/config/runtime.config.toml#L34). The issue is caused by a check in the execution service (https://github.com/apache/i

Re: [apache/incubator-teaclave-sgx-sdk] v1.1.2: undefined reference to `t_signal_handler_ecall` when linking to untrusted code (#234)

2020-05-07 Thread Mingshen Sun
This is caused by an ecall in `sgx_urts`: https://github.com/apache/incubator-teaclave-sgx-sdk/blob/master/sgx_urts/src/signal.rs#L35. @volcano0dr and I are working on a fix. To fix it, you can include the "sgx_signal.edl" and `extern use` the sgx_signal crate. However, this is a temporary work

Re: [apache/incubator-teaclave] [services] Cleanup unwrap and provide better error handling (#286)

2020-05-06 Thread Mingshen Sun
Merged #286 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/286#event-3310726934

[apache/incubator-teaclave] [services] Cleanup unwrap and provide better error handling (#286)

2020-05-06 Thread Mingshen Sun
## Description - Cleanup unwraps when launching the services - Log errors when failing to start the services CI passed: https://ci.mesalock-linux.org/mssun/incubator-mesatee/752 You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pul

Re: [apache/incubator-teaclave] Avoid compiling/linking mismatched version of Intel SGX SDK (#283)

2020-05-06 Thread Mingshen Sun
The first fix in the proposal has been implemented in #285. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/283#issuecomment-624907452

Re: [apache/incubator-teaclave] Improve building system and instructions to setting up attesation service (#285)

2020-05-06 Thread Mingshen Sun
Merged #285 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/285#event-3310406089

[apache/incubator-teaclave] Improve building system and instructions to setting up attesation service (#285)

2020-05-06 Thread Mingshen Sun
## Description - Check Intel SGX SDK version in cmake - Add instructions to setting up attestation service (IAS) You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/285 -- Commit Summary -- * [cmake] Check Intel SGX SDK version

Re: [apache/incubator-teaclave] [services] Add README.md (#282)

2020-05-05 Thread Mingshen Sun
Merged #282 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/282#event-3306908020

Re: [apache/incubator-teaclave] [task] Wrap types for Task fields. (#284)

2020-05-05 Thread Mingshen Sun
Merged #284 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/284#event-3306866965

<    4   5   6   7   8   9   10   11   >