Skip to content
Snippets Groups Projects
  1. Sep 28, 2016
  2. 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
  3. Sep 26, 2016
  4. Sep 22, 2016
  5. Sep 21, 2016
  6. Sep 20, 2016
  7. Sep 19, 2016
  8. 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
  9. 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
    • dubeejw's avatar
      Remove All References to Python CLI from Ansible · f774957f
      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
      f774957f
  10. Sep 15, 2016
  11. Sep 14, 2016
  12. Sep 13, 2016
    • dubeejw's avatar
      Update, and Refactor Invalid Argument Handling · e8869f59
      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"
      e8869f59
    • sjfink's avatar
      add a test (currently ignored) for a rule with a packaged action. · 605a035e
      sjfink authored
      add a little information to 2 log messages.
      add EntityQName -- qualified name for an entity
      605a035e
    • Vincent Hou's avatar
      Fix the typo of fullActioName · 129acc87
      Vincent Hou authored
      This patch changes the wrong fullActioName into fullQualifiedName,
      and remove the assets in the test case.
      129acc87
  13. Sep 12, 2016
  14. Sep 09, 2016
  15. Sep 08, 2016
  16. Sep 07, 2016
Loading