- Dec 07, 2016
-
-
Philippe Suter authored
-
Philippe Suter authored
The container itself was already supporting it. This commit adds tests.
-
Philippe Suter authored
Also added test from docs, which uses default (Java) package.
-
Rodric Rabbah authored
-
Markus Thoemmes authored
Signed-off-by:
Christian Bickel <cbickel@de.ibm.com>
-
Ioana Baldini authored
Remove default namespace from names in sequence test to test implicit default package.
-
dubeejw authored
- Error when an invalid argument is passed to shared flag - Refactor shared handling for actions, packages, triggers, and rules - Fix update commands to set shared for triggers, and rules - Remove Publish Functionality From Command that Don't Support it
-
- Dec 06, 2016
-
-
Vincent Hou authored
Since we are going to add the credentials for message hub in the vcap file, we expect the property "kafka_brokers_sasl" as a list. That is the reason why we need to get the credentials as a json object instead of a hashmap.
-
Dominik Jall authored
-
- Dec 05, 2016
-
-
Mark Deuser authored
API GW backend route management action and package creation backend route management action negative parameter tests tests temporarily disabled until after merge so PG scripts can be updated squashing all review-time commits
-
Ioana Baldini authored
-
- Dec 03, 2016
-
-
Mark Deuser authored
-
- Dec 01, 2016
-
-
Markus Thoemmes authored
-
Rodric Rabbah authored
Add npm openwhisk package to NodeJS images, and deprecation warning for uses of the 'whisk' context object. Make OpenWhisk related environment variables available in all container runtimes.
-
- Nov 29, 2016
-
-
Carlos Santana authored
-
Rodric Rabbah authored
-
- Nov 28, 2016
-
-
Rodric Rabbah authored
-
dubeejw authored
- Do not display the result field from an activation record if it emptyt p
-
- Nov 22, 2016
-
-
Rodric Rabbah authored
Refactor packages API handler to use new trait and simplify create/update logic. Mixin ReferencedEntities trait with Rules and Actions API handler.
-
Rodric Rabbah authored
-
Rodric Rabbah authored
Update rules tests for new schema. Use explicit selector on version in fully qualified name of entity. Refactor entitlement check. Rename EntitlementService to EntitlementProvider.
-
- Nov 18, 2016
-
-
Ioana Baldini authored
-
Rodric Rabbah authored
Additional tests related to entitlement.
-
- Nov 17, 2016
-
-
Rodric Rabbah authored
-
Rodric Rabbah authored
Add tests for binding a private package or trying to get properties of private packages.
-
dubeejw authored
- Update action field filter test to expect an exec key
-
dubeejw authored
- Allows projections for actions, activations, packages, rules, and triggers
-
Rodric Rabbah authored
-
Christian Bickel authored
-
- Nov 15, 2016
-
-
Markus Thoemmes authored
1. Add the new view 2. Make the Controller read from the view 3. Thread the namespace extracted from the view through the API The general "_" case now resolves to the namespace infered from the key vs. defaulting to the subject's name. For migration of the API, the "old" keys' namespace default to the subject name which preserves previous behaviour. - Loosen test to reflect reality in the controller - Add migration entities and test, to be elevated incrementally - Rename iam.Identities to NamespaceProvider to be more clear
-
- Nov 10, 2016
-
-
Rodric Rabbah authored
-
Rodric Rabbah authored
This belongs in an IAM provider interface - so create a new Identities type to host this method. This refactoring is the first toward allowing multiple namespaces for a subject, each having its own key. So currently still allow a subject to work acorss any of their namespaces but this will be removed in a future iteration and hence will break the IAM entanglement with entitlement. Also fixed some gaps in the Config type which ignored optional properties except when reading from consul. Fixes issue #1470.
-
Rodric Rabbah authored
-
Rodric Rabbah authored
Remove unnecessary var `boundParams` in container and inline `mergeParams` methods. On failure where action limits are not known, omit limits:null from activation annotation. Fix action invocation to that getting a container is wrapped in a future and can thus recover properly and not drop annotations from the action. Added test to confirm precense of limits when invoke fails. Container pool's get action method returned None only when system was shutting down and throwing an exception otherwise. Change the type of the method accordingly to remove the Option and simplify the typing. Make invokeAction complete the transaction and ensure there is at most one completion on the path (ie if the complete transaction operation itself fails, it is not subject to the recovery clause. Remove unnecessary promise.
-
- Nov 09, 2016
-
-
Ioana Baldini authored
Refactor sequence tests. Leave creation and retrieval in core cli, move sequence execution testing to system basictesting
-
- Nov 08, 2016
-
-
Rodric Rabbah authored
Allow the action proxy to receive a binary 'code' initializer: a base64 encoded string of a zipped file. Extract the archive to /action to create a new 'exec'. Add test, and tweak helper test script to allow for testing from the command line. Add optional zip to BlackBox exec. Pull dockerskeleton image to invoker (this will also help with black box actions that are based on this image wrt image caching of layers). Allow --docker to have code property in exec and assume a specific image. Add support in CLI and recognize openwhisk/dockerskeleton image in backend to bypass pull. Add unit test. Remove obsolete exec field. Refactor to remove duplication. Add test for blackbox action to confirm empty code when no zip given.
-
- Nov 07, 2016
-
-
dubeejw authored
- Use build argument to determine whether to cross-compile the CLI - Use build argument to determine whether or not to run cross-compiled CLI tests
-
- Nov 04, 2016
-
-
Ioana Baldini authored
-
- Nov 03, 2016
-
-
Rodric Rabbah authored
Remove bash script.
-
- Nov 02, 2016
-
-
paulcastro authored
-