- Oct 19, 2016
-
-
Dominik Jall authored
up to 2 minutes test url openwhisk.ng.bluemix.net/api/v1 test url is now openwhisk.ng.bluemix.net/api/v1
-
- Oct 17, 2016
-
-
Philippe Suter authored
Additionally, test NodeJS actions as uploaded zips.
-
Philippe Suter authored
This commit gives the nodejsAction and nodejs6Action containers the ability to accept an action represented as a base64-encoded zip file of a node module. The module needs to export a function matching the expected signature of a whisk action (dict->dict). NodeJS `Exec` entities detect whether the action is a script file or a base64-encoded zip file and communicate this to the container.
-
Philippe Suter authored
Only applies to actions that hold code (i.e. not blackbox or sequence). Additional refactorings to how `Exec`s are represented.
-
Christian Bickel authored
Signed-off-by:
Hoang Anh Le <hoang@de.ibm.com>
-
- Oct 13, 2016
-
-
paulcastro authored
Issue #1377, workaround in Whisk object because of JSONSerialization bug
-
jeremiaswerner authored
-
- Oct 12, 2016
-
-
James Dubee authored
- Pass JSON files to parameters and annotations - Refactor parameter and annotation handling - Use KeyValueArr data type to store annotations and parameters - Refactor summaries for get commands - Use KeyValueArr data type to get annotations and parameters - Refactor parameter and annotation tests - Order of params and annots are not guaranteed in Go map data structures - Fixes: #426
-
- Oct 11, 2016
-
-
dubeejw authored
- Always display fields in an activation record even if their values are empty
-
- Oct 10, 2016
-
-
Philippe Suter authored
-
- Oct 07, 2016
-
-
Perry authored
Start consolidating map creation so no external ordering can cause internal race. Consolidate loadbalancer API so that publishing a result and implicit querying of activation result. Get rid of performLoadBalanceRequest by isolating behavior to test file. Make sure consumer side is also protected in test mode. Restore active ack timeout at 30 seconds. Make a thin load balancer trait and remove unitTest flag. Update some javadoc. Removed queryActivationResponse (dead code).
-
- Oct 05, 2016
-
-
Perry authored
Remove load balancer from publishing its internal counts to consul by having ActivationThrottler directly consult LB. Change Counter to return Long. Misc cleanup around LoadBalancer boundary.
-
- Oct 04, 2016
-
-
dubeejw authored
- Display un-URL encoded entity names to the for actions, packages, and triggers - Add tests to ensure actions, packages, and triggers can be created with names that contain spaces
-
dubeejw authored
- Ensure content.json exists - Uses double qoutes instead of single qoutes in content.json - Add test to ensure content.json exists - Add test to ensure content.json contains the correct information
-
- Sep 30, 2016
-
-
Paul Castro authored
Fixes #1329.
-
- Sep 29, 2016
-
-
perryibm authored
Run stem cell container on a scheduled Future (but after killStragglers has finished). Include toBeRemoved in slack calculation.
-
- Sep 28, 2016
- Sep 27, 2016
-
-
dubeejw authored
- Fix defect that prevents 'namespace get' from getting different namespaces - Add a test that ensures 'namespace get' works on different namespaces, and displays the proper error message when the user cannot access a namespace Display More Informative Error Messages for Bad HTTP Requests - Display "connection failued, or timed out" when HTTP requests fail Update User-facing messages - Display the appropriate namespace with 'namespace get' fails - Remove "Request failed" error messages Update Displayed Entity Name, and Test - Dispaly "default" instead of "_" when showing namespaces - Expect "FORBIDDEN" exit code when "namespace get" is called on a namespage the user does not have access to Display Label Instead of Default Namespace - Show "default" instead of "_" when list namespaces Standardize Error Across List Commands - Use the same error message format across list commands
-
Paul Castro authored
-
- Sep 26, 2016
-
-
Philippe Suter authored
Added a test that ensures "large" source files can be processed as actions.
-
- Sep 22, 2016
-
-
Perry authored
-
Rodric Rabbah authored
-
Rodric Rabbah authored
1. if docker pull fails for black box container, do not attempt to run container 2. if action is a black box, set appropriate bits correctly Added test for running docker action with bogus name.
-
Rodric Rabbah authored
-
- Sep 21, 2016
-
-
Perry authored
-
Paul Castro authored
-
Rodric Rabbah authored
-
Christian Bickel authored
-
Rodric Rabbah authored
-
- Sep 20, 2016
-
-
Rodric Rabbah authored
-
Christian Bickel authored
Add fully qualified action name to the activation. Add the action limits to the activation. Add Annotations to the Activation-response of the CLI. Add test to check if the annotations have been set during invocation.
-
Perry authored
Add limit override. Override local config. Simplify throttle test, use new limits, and fix various bugs.
-
dubeejw authored
- Rename compressed files - Make tar.gz extensions .tgz - Create content.json containing directory index
-
- Sep 19, 2016
-
-
dubeejw authored
- Fix bug that prevents a namespace from being set at the same time the API is set - Add test to ensure this case always works
-
Markus Thömmes authored
- Bumping consul version to 0.7.0 - simplifying configuration file (to be resurrected later when actually building a cluster) - adjusted redo - removed own Dockerfile
-
- Sep 18, 2016
-
-
Markus Thoemmes authored
-
Rodric Rabbah authored
When checking if identity is authorized for an operation, check the allowed rights associated with the key and reject authentication appropriately. Add Identity type. Move Privilege class to common. Make Privilege an enumeration and add CRUD and ALL sets. Modify authenticate directive to provide an identity. Use Identity instead of WhiskAuth in router. Use Identity in entitlement check instead of Subject. Add test for activation only key confirming lack of CRUD rights. Consolidated RejectRequest error messages to a new singelton. Refactored Authentication traits to be Promise-less. (Adopted from @markusthoemmes.)
-
Markus Thoemmes authored
- adjusted redo - removed own Dockerfile
-
- Sep 16, 2016
-
-
Vincent Hou authored
This patch adds a script to deprecate all the packages and actions, which have changed their names after the transition to openwhisk-catalog. The package util has renamed to utils, and echo action has moved from samples/echo to utils/echo.
-