Re: [apache/incubator-teaclave] [tests] Support End-to-End executor selector, including MesaPy Echo t… (#255)

2020-03-31 Thread Mingshen Sun
Merged #255 into develop. -- 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/255#event-3186183225

Re: [apache/incubator-teaclave] [tests] End-to-End test with helper functions (#254)

2020-03-27 Thread Mingshen Sun
Merged #254 into develop. -- 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/254#event-3174567170

Re: [apache/incubator-teaclave] [tests] Add End-to-End echo function test. (#253)

2020-03-27 Thread Mingshen Sun
Merged #253 into develop. -- 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/253#event-3174081952

Re: [apache/incubator-teaclave] optimization debian package manager tweaks (#239)

2020-03-27 Thread Mingshen Sun
Closed #239. -- 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/239#event-3173549984

Re: [apache/incubator-teaclave] optimization debian package manager tweaks (#239)

2020-03-27 Thread Mingshen Sun
Since this PR is stale, I'm closing it. Feel free to reopen or create a new one if there is any update. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [apache/incubator-teaclave] fix file descriptor leak when leveldb close (#242)

2020-03-26 Thread Mingshen Sun
I think this can be closed. Feel free to reopen or create a new one if there are some updates. Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [apache/incubator-teaclave] fix file descriptor leak when leveldb close (#242)

2020-03-26 Thread Mingshen Sun
Closed #242. -- 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/242#event-3170874402

Re: [apache/incubator-teaclave] [build] Optimize prep process logic for multiple edl files. (#252)

2020-03-26 Thread Mingshen Sun
Merged #252 into develop. -- 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/252#event-3170873116

[apache/incubator-teaclave] Implement subcommond in teaclave_cli for encryption/decryption (#251)

2020-03-26 Thread Mingshen Sun
The subcommand interfaces: ``` teaclave_cli encrypt --algorithm teaclave_file_128 --input-file input.txt --output-file output.enc teaclave_cli encrypt -a teaclave_file_128 -i input.txt -o output.enc teaclave_cli decrypt --algorithm teaclave_file_128 --input-file input.enc --output-file

Re: [apache/incubator-teaclave] [function] Add native logistic regression prediction. (#250)

2020-03-26 Thread Mingshen Sun
Merged #250 into develop. -- 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/250#event-3169896979

Re: [apache/incubator-teaclave] [function] Add native logistic regression training. (#249)

2020-03-26 Thread Mingshen Sun
Merged #249 into develop. -- 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/249#event-3169266765

Re: [apache/incubator-teaclave] [types] Optimize StagedFiles usages (#248)

2020-03-25 Thread Mingshen Sun
Merged #248 into develop. -- 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/248#event-3165640717

Re: Podling Teaclave Report Reminder - April 2020

2020-03-25 Thread Mingshen Sun
Hi folks, I have an initial version of the report. Feel free to comment if something is missing. ## Teaclave Teaclave is a universal secure computing platform. Teaclave has been incubating since 2019-08-20. ### Three most important unfinished issues to address before graduating: 1.

Re: [apache/incubator-teaclave] [types] Simplify StagedFiles related structures (#247)

2020-03-24 Thread Mingshen Sun
Merged #247 into develop. -- 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/247#event-3162278583

Re: [apache/incubator-teaclave] Add documentation for remote attestation (#246)

2020-03-24 Thread Mingshen Sun
Merged #246 into develop. -- 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/246#event-3160840680

Re: [apache/incubator-teaclave] Add documentation for remote attestation (#246)

2020-03-23 Thread Mingshen Sun
I agree, thank you so much! @devashishdxt @sammyne I know you are reading the attestation part recently, can you help to review this doc/comment for the attestation? Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[apache/incubator-teaclave] DCAP Attestation Error: SGX_QL_TCBINFO_UNSUPPORTED_FORMAT (#245)

2020-03-23 Thread Mingshen Sun
Since the recent update of Intel attestation service protocol, DCAP 1.3's QVE is no longer compatible with the new protocol. Specifically, a new TCB status (SWHardeningNeeded) is introduced, which QVE will reject it and give an `SGX_QL_TCBINFO_UNSUPPORTED_FORMAT` error. DCAP 1.5 has fixed this

Re: [apache/incubator-teaclave] [common] Enable all unit_test for rusty_leveldb_sgx (#244)

2020-03-23 Thread Mingshen Sun
Merged #244 into develop. -- 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/244#event-3156130472

Re: [apache/incubator-teaclave] [common] Make leveldb sgx only and enable unit test. (#243)

2020-03-22 Thread Mingshen Sun
Merged #243 into develop. -- 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/243#event-3153704322

Re: [apache/incubator-teaclave] Support protected_fs in services (#79)

2020-03-22 Thread Mingshen Sun
Closed #79. -- 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/79#event-3153240518

Re: [apache/incubator-teaclave] Support protected_fs in services (#79)

2020-03-22 Thread Mingshen Sun
This has been implemented in the `develop` branch, which will be merged into `master` in the near future. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [apache/incubator-teaclave] Coverage report is not accurate (#100)

2020-03-22 Thread Mingshen Sun
Closed #100. -- 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/100#event-3153239620

Re: [apache/incubator-teaclave] Coverage report is not accurate (#100)

2020-03-22 Thread Mingshen Sun
This issue has been solved. Currently, we manually upload result to coveralls (https://coveralls.io/github/apache/incubator-teaclave). We'll integrate with our CI in the near future. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [apache/incubator-teaclave] Dev agent (#241)

2020-03-19 Thread Mingshen Sun
Merged #241 into develop. -- 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/241#event-3144196835

Re: [apache/incubator-teaclave] [worker] Add Echo function. (#240)

2020-03-18 Thread Mingshen Sun
Merged #240 into develop. -- 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/240#event-3142709042

Re: [apache/incubator-teaclave] optimization debian package manager tweaks (#239)

2020-03-12 Thread Mingshen Sun
Thanks for the PR. - Since I'm not sure if some of the dependencies are from the "recommended packages", have you compiled the project with the updated docker image (which with `--no-install-recommends` on)? - We are working on the `develop` branch right now. If you want to make any changes

Re: [apache/incubator-teaclave] A little idea about arranging the project structure (#236)

2020-03-10 Thread Mingshen Sun
I see. Okay, then it seems that the compilation time won't be changed. -- 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/236#issuecomment-597452652

Re: [apache/incubator-teaclave] [agent] Add more tests for file agent (#238)

2020-03-10 Thread Mingshen Sun
Merged #238 into develop. -- 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/238#event-3116973199

Re: OP-TEE TrustZone

2020-03-10 Thread Mingshen Sun
Hi Vijay, Thanks for your interests in the Rust OP-TEE TrustZone SDK. At this point, I know that it is a bit confusing for other people. Let me answer your question first and explain the rationale behind it. For now, Rust OP-TEE TrustZone SDK is a separate project maintained by me. Since most

Re: [apache/incubator-teaclave] A little idea about arranging the project structure (#236)

2020-03-10 Thread Mingshen Sun
Thanks, I suggest we can discuss this proposal in several aspects: - readability - complexity of the building system (maintenance, adding/deleting new services, etc.) - compilation time I also added test in your proposal: ``` |-teaclave |-... |-examples // A CARGO WORKSPACE

Re: [apache/incubator-teaclave] [agent] Introduce file agent (#237)

2020-03-10 Thread Mingshen Sun
Merged #237 into develop. -- 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/237#event-3115684168

Re: [apache/incubator-teaclave] [readme] Point to the develop branch for the latest implementation (#235)

2020-03-09 Thread Mingshen Sun
Merged #235 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/235#event-3113254562

Re: [apache/incubator-teaclave] sgxlib-kms target can only cache the build results after the second build (#130)

2020-03-09 Thread Mingshen Sun
Closed #130. -- 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/130#event-3113232486

[apache/incubator-teaclave] [readme] Point to the develop branch for the latest implementation (#235)

2020-03-09 Thread Mingshen Sun
## Description Update README to add links to the develop branch for the latest implementation. Since we have branch protection on the `master` branch, this PR needs at least one reviewer to approve. You can view, comment on, or merge this pull request online at:

Re: [apache/incubator-teaclave] [fmt] Change rustfmt config to edition 2018 (#234)

2020-03-09 Thread Mingshen Sun
Merged #234 into develop. -- 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/234#event-3112848153

Re: [apache/incubator-teaclave] docs(attestation): fix a typo and add some doc (#233)

2020-03-09 Thread Mingshen Sun
Nice catch. Thank you! -- 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/233#issuecomment-596621972

Re: [apache/incubator-teaclave] docs(attestation): fix a typo and add some doc (#233)

2020-03-09 Thread Mingshen Sun
Merged #233 into develop. -- 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/233#event-3111326282

Re: [apache/incubator-teaclave] [build] Fix non TEST_MODE make issue (#232)

2020-03-04 Thread Mingshen Sun
Merged #232 into develop. -- 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/232#event-3099423524

Re: [apache/incubator-teaclave-sgx-sdk] maximum size of ocall (#77)

2020-03-03 Thread Mingshen Sun
This is another example to trigger the segfault: https://github.com/sammyne/rsgx-fs-playground Basically, `std::untrusted::fs::read()` will do ocall and read a large size of data on stack, resulting segmentation fault. -- You are receiving this because you are subscribed to this thread. Reply

Re: [apache/incubator-teaclave] partially implement scheduler service (#231)

2020-02-28 Thread Mingshen Sun
Merged #231 into develop. -- 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/231#event-3083763582

Re: [apache/incubator-teaclave] unify Fusion Data and InputFile/OutputFile (#230)

2020-02-27 Thread Mingshen Sun
Merged #230 into develop. -- 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/230#event-3079276337

Re: [apache/incubator-teaclave] [types] Split TeaclveWorkerFile into Input and Output. (#229)

2020-02-25 Thread Mingshen Sun
Merged #229 into develop. -- 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/229#event-3072116809

Re: [apache/incubator-teaclave] [types, services] Move in/out file structure to types (#228)

2020-02-20 Thread Mingshen Sun
Merged #228 into develop. -- 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/228#event-3058962820

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

2020-02-20 Thread Mingshen Sun
I have updated the original post of roadmap to reflex current status in the `develop` branch. -- 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/121#issuecomment-589321109

Re: [apache/incubator-teaclave] implement frontend service (#227)

2020-02-18 Thread Mingshen Sun
Merged #227 into develop. -- 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/227#event-3049944936

Re: [apache/incubator-teaclave] implement management service (#226)

2020-02-18 Thread Mingshen Sun
Merged #226 into develop. -- 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/226#event-3048839136

Re: [apache/incubator-teaclave] [common] Fix read/write buffer check with leveldb test case (#225)

2020-02-14 Thread Mingshen Sun
Merged #225 into develop. -- 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/225#event-3040474476

Re: [apache/incubator-teaclave] [worker] Add gbdt_prediction function. (#224)

2020-02-12 Thread Mingshen Sun
Merged #224 into develop. -- 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/224#event-3033437841

Re: [apache/incubator-teaclave] [worker] mesapy ffi and io with tests (#223)

2020-02-12 Thread Mingshen Sun
Merged #223 into develop. -- 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/223#event-3033163775

Re: [apache/incubator-teaclave] create/get task in management service (#222)

2020-02-12 Thread Mingshen Sun
Merged #222 into develop. -- 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/222#event-3033151493

Re: [apache/incubator-teaclave] handle function in management service (#221)

2020-02-11 Thread Mingshen Sun
Merged #221 into develop. -- 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/221#event-3028215137

Re: [apache/incubator-teaclave] Have an example or rewrite some examples with MesaTEE CLI (#59)

2020-02-10 Thread Mingshen Sun
Thanks for your implementation. Currently, we are working on the `develop` branch, and current `master` branch will be deprecated. Anyway, although we haven't started to develop the CLI, your implementation is definitely useful for our new version. BTW, I have updated the `structopt` to 0.3.9

Re: [apache/incubator-teaclave] implement more requests in management service (#220)

2020-02-10 Thread Mingshen Sun
Merged #220 into develop. -- 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/220#event-3024360661

Re: [apache/incubator-teaclave] implement some requests in management service (#219)

2020-02-06 Thread Mingshen Sun
Merged #219 into develop. -- 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/219#event-3015939670

Re: [apache/incubator-teaclave] Make teaclave compatible with sgx 2.8 (#218)

2020-02-05 Thread Mingshen Sun
Merged #218 into develop. -- 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/218#event-3011945332

Re: [apache/incubator-teaclave] [types] Remove ser/de for worker structs with polished tests (#217)

2020-02-04 Thread Mingshen Sun
Merged #217 into develop. -- 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/217#event-3008740826

Re: [apache/incubator-teaclave] add access control service (#216)

2020-02-04 Thread Mingshen Sun
Merged #216 into develop. -- 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/216#event-3008055792

Re: [apache/incubator-teaclave] [workers] Bridging mesapy with tests (#215)

2020-02-04 Thread Mingshen Sun
Merged #215 into develop. -- 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/215#event-3004938544

Re: [apache/incubator-teaclave] split authentication service (#213)

2020-01-30 Thread Mingshen Sun
Merged #213 into develop. -- 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/213#event-2995132823

Re: [apache/incubator-teaclave] [tests] Introduce check_all_passed macro (#212)

2020-01-30 Thread Mingshen Sun
Merged #212 into develop. -- 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/212#event-2992295547

Re: [apache/incubator-teaclave] [worker] Support encrypted output with test. (#211)

2020-01-30 Thread Mingshen Sun
Merged #211 into develop. -- 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/211#event-2992025706

Re: [apache/incubator-teaclave] [worker] Support encrypted/raw input with tests. (#210)

2020-01-29 Thread Mingshen Sun
Merged #210 into develop. -- 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/210#event-2990719164

Re: [apache/incubator-teaclave] [worker] add function test (#209)

2020-01-27 Thread Mingshen Sun
Merged #209 into develop. -- 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/209#event-2983706407

Re: [apache/incubator-teaclave] Specify client cert/key for TLS client authentication at runtime for SDK (#140)

2020-01-26 Thread Mingshen Sun
Since we are working on the `develop` branch, I'm closing this issue. -- 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/140#issuecomment-578595769

Re: [apache/incubator-teaclave] Specify client cert/key for TLS client authentication at runtime for SDK (#140)

2020-01-26 Thread Mingshen Sun
Closed #140. -- 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/140#event-2980539922

Re: [apache/incubator-teaclave] Add a trusted storage service (#103)

2020-01-26 Thread Mingshen Sun
Closed #103. -- 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/103#event-2980197892

Re: [apache/incubator-teaclave] Add a trusted storage service (#103)

2020-01-26 Thread Mingshen Sun
Closed. Completed in the `develop` branch. -- 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/103#issuecomment-578547275

Re: Mailing list setup issues?

2020-01-20 Thread Mingshen Sun
mailing list commands, > though it also offers some sort of mail client to send the command for > you. I tried adding notificati...@github.com by sending a message to > dev-allow-subscribe-notifications=github@teaclave.apache.org > though that doesn't seem to have done the trick. >

Re: Mailing list setup issues?

2020-01-20 Thread Mingshen Sun
l address. Let's see if the next GitHub > notification makes it through. > > On Thu, 16 Jan 2020 at 23:51, Mingshen Sun wrote: > > > > Ok, let me check with the INFRA team to see what's wrong. > > > > On Thu, Jan 16, 2020 at 9:49 PM Matt Sicker wrote: > > > &g

Re: Mailing list setup issues?

2020-01-16 Thread Mingshen Sun
etting up GH notifications like this before. > > On Thu, Jan 16, 2020 at 20:08 Matt Sicker wrote: > > > I’ll watch for more moderation messages as new GitHub notifications come > > through. > > > > On Thu, Jan 16, 2020 at 20:08 Mingshen Sun wrote: > > > &g

Re: Mailing list setup issues?

2020-01-16 Thread Mingshen Sun
=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17017001 On Thu, Jan 16, 2020 at 6:04 PM Matt Sicker wrote: > > That works well enough I think. Thanks for the explanation! > > On Thu, Jan 16, 2020 at 19:16 Mingshen Sun wrote: > > > I just tested whether I can reply the GitHub no

Re: Mailing list setup issues?

2020-01-16 Thread Mingshen Sun
on behalf of the archiver. On Thu, Jan 16, 2020 at 5:03 PM Mingshen Sun wrote: > > Sorry for the late reply. > > Let me explain this again. > > Originally, GitBox will send notifications to dev@teaclave with > issues/PRs/comments notifications, "making it seems that ther

Re: Mailing list setup issues?

2020-01-16 Thread Mingshen Sun
That would just lead to double notifications still, wouldn't it? > > > > On Wed, 15 Jan 2020 at 12:49, Mingshen Sun wrote: > > > > > > The original GitBox notifications go to the notification@teaclave for > > > archive: > > > http://mail-archives.a

Re: Mailing list setup issues?

2020-01-15 Thread Mingshen Sun
remove the first notification setup now. > > > > On Wed, 15 Jan 2020 at 10:02, Matt Sicker wrote: > > > > > > Still getting flooded with moderation messages for filtered messages. > > > > > > On Sun, 12 Jan 2020 at 18:53, Mingshen Sun wrote: > > > >

Re: Mailing list setup issues?

2020-01-12 Thread Mingshen Sun
Just give you guys an update on this. I have submitted the ticket but still haven't been setup up. Hopefully, this will resolve this week. Thanks. - https://issues.apache.org/jira/projects/INFRA/issues/INFRA-19621 On Wed, Jan 8, 2020 at 11:43 AM Mingshen Sun wrote: > > Sure, I have sub

Re: Mailing list setup issues?

2020-01-08 Thread Mingshen Sun
; On Wed, 8 Jan 2020 at 12:12, Mingshen Sun wrote: > > > > Thanks. I have notice this issue. One extra step is to put ` > > notificati...@github.com` into the dev list's whitelist. Should I contact > > INFRA team or our moderators can get it done? > > > >

Re: Mailing list setup issues?

2020-01-08 Thread Mingshen Sun
Thanks. I have notice this issue. One extra step is to put ` notificati...@github.com` into the dev list's whitelist. Should I contact INFRA team or our moderators can get it done? On Wed, Jan 8, 2020 at 10:06 AM Matt Sicker wrote: > Seems that some sort of archival service isn't actually

Re: Podling Teaclave Report Reminder - January 2020

2019-12-31 Thread Mingshen Sun
Added: https://cwiki.apache.org/confluence/display/INCUBATOR/January2020#teaclave To mentors, please sign off if it looks good to you. Thank you! On Mon, Dec 30, 2019 at 11:55 PM Mingshen Sun wrote: > > Thanks, Matt. > > Let me copy the draft to the wiki. Feel fre

Re: Podling Teaclave Report Reminder - January 2020

2019-12-30 Thread Mingshen Sun
a problem. > > On Mon, Dec 30, 2019 at 01:08 Mingshen Sun wrote: > > > Hi all, > > > > I drafted a report for this month. Feel free to reply if I miss > > something. Thanks. > > > > Mingshen > > > > > > ## Teaclave > > > > Teaclave

Re: Mailing List content

2019-12-30 Thread Mingshen Sun
-To: tvm.archi...@gmail.com ``` I'll try to use this method to manage the notifications in dev@teaclave. [1] https://issues.apache.org/jira/projects/INFRA/issues/INFRA-19621 On Tue, Dec 24, 2019 at 12:19 PM Mingshen Sun wrote: > > I found that the TVM dev list [1] looks very clean and discussions on

Re: Podling Teaclave Report Reminder - January 2020

2019-12-29 Thread Mingshen Sun
ing's name and brand. The VP, Brand has approve the project name. (PODLINGNAMESEARCH-175) On Sun, Dec 29, 2019 at 10:30 AM Mingshen Sun wrote: > > Hi Furkan, thanks for asking. I'll work on the report today. > > On Sun, Dec 29, 2019 at 10:29 AM Furkan KAMACI wrote: > > > >

Re: Mailing List content

2019-12-24 Thread Mingshen Sun
On Mon, Dec 23, 2019 at 12:01 PM Mingshen Sun wrote: > > > > Hi, I just take a look at our lists. I suggest to move all auto-sent > > GitBox mails (contain issues, PR and review comments synced with > > GitHub for archive) to `notifications@`, and keep the `commits@` (only

Teaclave's description (highlights) in README, homepage ,and others

2019-12-18 Thread Mingshen Sun
Hi folks, I'm polishing the readme of the project. The first thing is to have a clear description of the project. The goal is to have a minimal and clear description. I come up several paragraphs follow this outline: - one-line description - highlights in security - highlights in function -

Re: Changes subject to brand name change

2019-12-14 Thread Mingshen Sun
wrote: > > Looks good to me! > > On Fri, Dec 13, 2019 at 13:05 Mingshen Sun wrote: > > > Hi Matt, > > > > I compose another diff for the `incubator-public` SVN truck to replace > > all occurrences: > > > > Here is a summary: > > ``` > >

Re: Changes subject to brand name change

2019-12-13 Thread Mingshen Sun
ache.org - - - . - commits - commits@mesatee.incubator.apache.org - - - Bug tracking - . - -https://issues.apache.org/jira/browse/XXX;>https://issues.apache.org/jira/browse/XXX - - -

Re: Changes subject to brand name change

2019-12-13 Thread Mingshen Sun
t; On Thu, 12 Dec 2019 at 22:58, Mingshen Sun wrote: > > > > Hi mentors, > > > > I'm working on the renaming issue [1] these days. One thing is about > > name changes in whimsy [2]. It seems that I need to update the repo > > (https://svn.apache.org/repos/as

Re: Changes subject to brand name change

2019-12-12 Thread Mingshen Sun
- - . - commits - commits@mesatee.incubator.apache.org - - - Bug tracking - . - -https://issues.apache.org/jira/browse/XXX;>https://issues.apache.org/jira/browse/XXX - - - -

<    5   6   7   8   9   10