RE: first 28 github repos renamed

2019-08-15 Thread David P Grove
"Michele Sciabarra" wrote on 08/05/2019 04:34:46 AM: > > A side effect of the rename looks like to be it breaks the builds of > actionloop-based runtimes. > > The dockerfile refers to the released snapshot of the go runtime but > the redirect is not enough because looks like also the content >

Re: Process to release apache/openwhisk repo

2019-08-15 Thread David P Grove
Chetan Mehrotra wrote on 08/09/2019 05:24:33 AM: > > Hi Team, > > To allow end users make use of Standalone OpenWhisk we should perform > a release of OpenWhisk core repo. > +1 > I believe following aspects need to be considered for any such release > > 1. Any reference to "nightly" tag

Re: Passing TransactionId as part of action invocation

2019-08-15 Thread Rodric Rabbah
In general yes but I think generally do you need the transaction id or the parent id for an activation? This issue is relevant - https://github.com/apache/openwhisk/issues/3083. I also recall in the early days of the composer, we wanted a way to query parent/child activations but this requires

Passing TransactionId as part of action invocation

2019-08-15 Thread Chetan Mehrotra
Currently we pass the `activation_id` as part of `/run` call to any action runtime [1]. Would it be fine to also pass the `TransactionId` such that it can be accessed by action code? One usecase of this would be to enable tracing a sequence/composition by linking all activations which are part of

[slack-digest] [2019-08-14] #general

2019-08-15 Thread OpenWhisk Team Slack
2019-08-14 09:58:27 UTC - Dharmesh Singhal: does any one know how twitter treats a redirecting url of a private server https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565776707020700 2019-08-14 09:58:45 UTC - Dharmesh Singhal: any help will be appritiated

[slack-digest] [2019-08-14] #apigateway

2019-08-15 Thread OpenWhisk Team Slack
2019-08-14 15:16:00 UTC - Paul Yu: Hello, all ! Glad to join the slack. I have some trouble: After I set up OpenWhisk environment with , I verify the function of `wsk`. I ran, # wsk action create fib fib.py --web true #