Skip to content
Snippets Groups Projects
  1. Oct 19, 2016
  2. Oct 17, 2016
  3. Oct 13, 2016
  4. Oct 12, 2016
    • James Dubee's avatar
      Allow JSON to be Input from a File (#1175) · ea6dce45
      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
      ea6dce45
  5. Oct 11, 2016
  6. Oct 10, 2016
  7. Oct 07, 2016
    • Perry's avatar
      Generalize queryMap to activationMap. · e3150e92
      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).
      e3150e92
  8. Oct 05, 2016
    • Perry's avatar
      Plumb loadbalancerService into Entitlement complex. · 14b8958c
      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.
      14b8958c
  9. Oct 04, 2016
    • dubeejw's avatar
      Prevent Entity Names from being Modified · 9ce3a4b3
      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
      9ce3a4b3
    • dubeejw's avatar
      Update JSON Index for CLI Download · 3e4e2736
      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
      3e4e2736
  10. Sep 30, 2016
  11. Sep 29, 2016
  12. Sep 28, 2016
  13. Sep 27, 2016
    • dubeejw's avatar
      Allow Namespace Get to Retrieve Different Namespaces · b55a87a2
      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
      b55a87a2
    • Paul Castro's avatar
      de069c26
  14. Sep 26, 2016
  15. Sep 22, 2016
  16. Sep 21, 2016
  17. Sep 20, 2016
  18. Sep 19, 2016
  19. Sep 18, 2016
    • Markus Thoemmes's avatar
      Bump gradle version to 3.0 · 3dbb0142
      Markus Thoemmes authored
      3dbb0142
    • Rodric Rabbah's avatar
      Support limited scope authkeys. · c68decc7
      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.)
      c68decc7
    • Markus Thoemmes's avatar
      Using zookeeper image from Dockerhub · 61db04d8
      Markus Thoemmes authored
      - adjusted redo
      - removed own Dockerfile
      61db04d8
  20. Sep 16, 2016
    • Vincent Hou's avatar
      Add the deprecation script · 694d9158
      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.
      694d9158
Loading