Re: simplifying the URLs for API calls

2017-01-17 Thread Dragos Dascalita Haut
Rodric this is a great idea to support it as part of `/v1`. A quick comment on: * get by id /api/v2/activations/?id= Is this a search or a get, in which case we could maybe use: GET /api/v2/activations/{id} also what about providing a vanity URL to the latest activation of an

Greetings

2017-01-17 Thread James W Dubee
Hello All, My name is James Dubee. As a Software Engineer at IBM, I am currently working on the OpenWhisk project. To date, I have mostly focus on the Command-line Interface, and the Kafka/Message Hub package for the project. I am very interested in becoming a committer for Apache OpenWhisk. In

Re: Request to be added into the dev and commit mail lists

2017-01-17 Thread Matt Rutkowski
Thanks Bertrand! Hi Vincent, To confirm your LDAP as a committer, you may want to attempt to subscribe to the priv...@openwhisk.incubator.apache.org; I should see the request when it comes across to approve it as soon as you do. Would also like very much to have you introduce yourself to every

Re: Request to be added into the dev and commit mail lists

2017-01-17 Thread Bertrand Delacretaz
Hi Vincent, On Tue, Jan 17, 2017 at 3:35 PM, Vincent S Hou wrote: > ...I actually submitted the ICLA to Apache secretary one month ago on Dec > 14th, 2016, but I have not received any response yet... http://people.apache.org/unlistedclas.html says your iCLA has been recorded. > ...I hope someon

Request to be added into the dev and commit mail lists

2017-01-17 Thread Vincent S Hou
Hi everyone in openwhisk community, My name is Shengbo Hou. Most of the time I go by Vincent Hou. The Apache account name I applied is houshengbo. I am working with IBM and the initial contributor to OpenWhisk project. I actually submitted the ICLA to Apache secretary one month ago on Dec 14th,

Re: Passing a context object to actions

2017-01-17 Thread Rodric Rabbah
You're raising a different issue that is orthogonal to final/immutable parameters. For sequences and parameter scoping see this discussion: https://github.com/openwhisk/openwhisk/issues/116 -r > On Jan 17, 2017, at 7:47 AM, Michael Marth wrote: > > Hi Rodric, all, > > Final parameters sound

Re: Passing a context object to actions

2017-01-17 Thread Michael Marth
Hi Matt, After reviewing the doc [1]: * I think parameter passing (and typing of those) in-between actions in a sequence looks similar to the original problem, but it is not quite. I have restarted the original thread on that topic. When it comes to parameter passing for application purposes a

Re: Passing a context object to actions

2017-01-17 Thread Michael Marth
Hi Rodric, all, Final parameters sound nice. I think they probably solve the challenge that Dragos outlined originally. However, I am not sure if they are the ideal solution for OW in general. Let me re-cap the issue: * assume OW deployments where an API gateway authenticates incoming requests