- Sep 22, 2016
-
-
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.
-
dubeejw authored
Remove Python CLI from Build - Modify build to no longer build the Python CLI - Update misc files containing references to the Python CLI Remove Python CLI Source - Delete the Python CLI source code Move "bin/go-cli" to "bin" - Move Go CLI from "bin/go-cli" to "bin" - Remove symlink to "bin/wsk" Move CLIs to Different Directories - Move tools/cli to core/pythonAction/cli - Move tools/go-cli to tools/cli - Rename go-cli Ansible tasks to cli
-
- Sep 15, 2016
-
-
dubeejw authored
- All different protocols to be used with the API hosts
-
- Sep 14, 2016
-
-
dubeejw authored
- Add functionality to display parameter(s) specified in a package's annotations - Add functionality to display parameter(s) specified in an action's annotations Display Params in Trigger Summaries - Add functionality to display parameter(s) specified in a triggers's annotations Add Summary Tests - Add package, and action summary tests Add Status to Rule Summaries - Display the active status of a rule when displaying a rule summary
-
Rodric Rabbah authored
1. remove internal path in activation message 2. remove dispatcher matching of internal path to handlers (since there is only 1 now per dispatcher) 3. make fully qualified entity name a triple that includes an optional version 4. thread activation namespace from controller to the invoker (where the activation namespace is semantically preserving) 5. Simplify load balancer interface.
-
dubeejw authored
- Remove Go/Python CLI test switches - Remove all references to the Python CLI from the automated tests - Update apihost and apibuild tests
-
Markus Thoemmes authored
-
Markus Thoemmes authored
-
dubeejw authored
- Remove the --enable flag from the "rule create" command as rules are enabled by default now
-
- Sep 13, 2016
-
-
dubeejw authored
- Update invalid argument handling for activations, triggers, rules, and namespace - Refactor action and package invalid argument handling Update and Refactor Invalid Arg Testing - Refactor existing invalid argument tests - Add invalid argument testing for all untested commands Update Debug Message for Invalid Arguments - Display "exactly," "at least," or "no more than" message depending on number of arguments a commands expects Add Messages Regarding Optional Arguments - Display information about optional arguments when invalid arguments are provided Add No Argument Message - Inform the user that no arguments are required for "namespace list"
-
sjfink authored
add a little information to 2 log messages. add EntityQName -- qualified name for an entity
-
Vincent Hou authored
This patch changes the wrong fullActioName into fullQualifiedName, and remove the assets in the test case.
-
- Sep 12, 2016
-
-
Vincent Hou authored
Closes-Bug: #1165
-
- Sep 09, 2016
-
-
Philippe Suter authored
-
Philippe Suter authored
-
Dominik Jall authored
-
- Sep 08, 2016
-
-
dubeejw authored
- Remove references to the Swift SDK from the CLI
-
- Sep 07, 2016
- Sep 06, 2016
-
-
Perry authored
-
Rodric Rabbah authored
Additionally: - pinned versions - tests - added to reference doc
-
Markus Thoemmes authored
- Add the requests module to the python container - Add tests to assert that module installation for the python container works as expected. Solves #1190
-
Rodric Rabbah authored
Use ansible task to rewrite base image rather than have a second Dockerfile that will get out of sync. Add test to confirm base image name and inclusion of gcc.
-