This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a change to branch rabbah-patch-1
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-go.git.
at 3b82425 Update .gitignore
This branch includes the following new commits:
new 0c4e5cf extracted from whisk-cli; changed package to 'whisk'
new f12acef added readme; fetch -> get
new 8cef238 modified readme.md
new b041814 modified readme.md
new 27685a3 restructuring
new 3f1a39b New -> NewConfig; updated readme
new b4166b3 basic verbose
new b5509cd updated namespace service; added info service
new cb71c61 Update README.md
new 41e38e5 minor cleanup
new 7813049 Create CONTRIBUTING.md
new 03cd9f5 added basic contributing doc; minor readme edits
new ce75fb4 Merge branch 'master' of
github.ibm.com:BlueMix-Fabric/go-whisk
new 076ba03 fixed Info.Get()
new 0da9b27 added package service refresh method
new f6fd6fb reverted to key|value struct array for params and annotations
new ba8897b updated default api url
new 6ddfe91 typo in rule declaration
new 4cb3dfb for activations, force _ namespace
new c3e4053 fix rule en|disable
new 439422a Remove All References to Python CLI from Ansible
new fd86817 Add activation annotations.
new 0d1bdd0 Allow Namespace Get to Retrieve Different Namespaces
new d80ff40 Prevent Entity Names from being Modified
new 499d2f2 Do Not Omit Fields from Activation Records
new e8b7293 Allow JSON to be Input from a File (#1175)
new a0608bb Display Proper Error Message from Error Object
new 4ab7457 Compute msec duration for whisk activations from actions.
new e8843dc Enhance Qualified Name Parsing
new 0ab2fea Add Property Projections
new 2e98523 Rules with actions in packages. Update rules tests for new
schema. Use explicit selector on version in fully qualified name of entity.
Refactor entitlement check. Rename EntitlementService to EntitlementProvider.
new 10ab7fa Omit Result from Activation if Empty
new 3a59cc4 API GW CLI support
new 5c6810b Update Shared Processing
new 716b0bf Enable API GW routemgmt action tests
new 52d7e50 Fix Package Delete
new 3524e7a Omit Exec Code if Empty
new 157a5f9 Properly Format Strings Containing Precent Characters (#1683)
new b087113 Repackage routemgmt actions - As a .zip - Use common
utilities module Refactor routemgmt actions - No longer store API configuration
in a separate database - Use the API GW as the API configuration data store
Small updates to automated tests
new e194f50 Fix misaligned CLI output Fixes #1646 Add --full flag to
display complete API details
new a1c2590 Use Result Parameter when Invoking Actions (#1788)
new dcbda13 Properly Handle Errors Received from Blocking Invocations
(#1820)
new 947c1f6 Remove Decoding of Scheme from Action Invocations (#1802)
new 5cee452 Remove meta packages, normalize on web actions.
new 6aedb85 Refactor CLI so that additional commands won't need common
code updates
new 6f6fa71 Return Non-zero Exit Code when Action Exceeds Time Limit
new 4a1611d Disable HTML Encoding of JSON Content in CLI (#2043)
new a7f74db Enable tests for unicode for python, swift. (#2070)
new 336576f Handle Application Errors Properly.
new 4a2bb44 Common request API now allows for optional auth header (#2126)
new 1078367 API GW V2 - Add 'wsk api` command (#2068)
new 2df9e28 Remove "COMING SOON" from `wsk api` help plus critical fixes
(#2149)
new 68b8a30 wsk api create to enable CORS by default (#2184)
new 00ef12e Create LICENSE.txt
new 3899779 Create CONTRIBUTING.md
new 4f8c7f2 Adding pilot Travis conf
new f08874a Update .travis.yml
new 90dba14 Update all source .go files with ASF license (#9)
new 704fba8 Update Travis to clone openwhisk repo. and run scanCode (#10)
new 3e49d41 API GW CLI SSO support (#2207)
new 9f10425 Update i18n_resources.go after sync-up with openwhisk
new f4d1d5c Update openwhisk-client-go into incubator-openwhisk-client-go
new ef72271 update travis scripts to use scanCode from OW utilities repo.
(#12)
new f26793c Complete api-experimental conversion to web action (not
experimental web action) (#2255)
new 1b06b75 Add the Travis configuration to run integration tests (#15)
new a75fb91 Add disclaimer for the experimental stage of this repo (#16)
new c997fa3 wsk CLI should tolerate APIs that do not yet have a mapped
action (#2458) (#18)
new 9bbb687 Get Action URL from CLI (#2461)
new cbb4531 (Review) Added --last Activation Flag (#2334)
new 6f6a16d Externalize access to a few CLI methods to facilitate access
across packages (#2483)
new 08e3d59 Update the i18n resources
new b3d194d Support client certificate on cli and nginx (#2427)
new fdbb033 Limit length of HTTP body displayed when debugging. (#2491)
new 0358422 Remove "experimental" gateway api (#2547)
new b5eb418 Ensure Action Update Creates a Web Action (#2435)
new 2117d60 Remove the dependency on test cases in openwhisk CLI
new b239221 Allow CLI to sort entities by name (#2326)
new 9967197 Load the credentials for the client go library (#29)
new 8a672e5 Return the configs even if the parameter is invalid (#30)
new c69110e Remove the whisk base url from the wskprops (#32)
new 5b0dd27 Replace the path of wskprops' parent dir with the path of
wskprops (#34)
new 6572868 Remove bluemix URL as the default URL for client go (#33)
new 00db68b Add the default timeout for http request (#35)
new d9d11f0 CLI User Agent Header (#2591)
new c6e512b Don't assume apihost is https for sdk and action urls (#2748)
new 4a63a30 Added changes for classes and variables casing to be get
exported and can be used in other places (#2675) (#38)
new cef179c Add the support of certificate checking for secure mode (#39)
new 2e78a67 Revert "Add the support of certificate checking for secure
mode (#39)"
new ad5aa34 Allow CLI to Save Code from Action (#2544)
new a67e850 Add the support of certificate checking for secure mode
(#2864)
new 6e7d1c3 Adding support for path parameters for api gateway
new 32bd805 Added entry for reference to path parameters...an operation
can have a 'parameters' entry that can be an object or a reference (a string).
Added the name of the reference to the parameter object which should suffice
new ad814bc Changes to support review requests, change the name of the
object from ApiPathParameter -> ApiParameter and drop the omitempty from
requred fields.
new d3b5495 Skip testing whether the HTTP body indicates a whisk failure
result while command is 'wsk action invoke NNN --result' (#52)
new ab02253 Fix typos/grammar in trace source file. (#53)
new ba3bbee Remove client code that will be removed from the API. (#58)
new a086445 Add path param support (#56)
new 6a2b07a Go format source code
new 6ab08ed Format source code
new f9938a3 Use a transport based on the DefaultTransport to pick up
proxy support (#55)
new d7cab42 Adding placeholder for apigw access token
new a81a9be Adding support for annotations in Rules (#62)
new 72bf712 Add code query parameter for action get (#49)
new 025300c Parse new 'rules' field in 'trigger get' response (#63)
new 92fcff9 Add the NOTICE file for further development
new 717bc3a Add license headers (#66)
new 012fd0f Additional HTTP Headers (#67)
new 1759868 Add support for APIs defined with web actions having the
require-whisk-auth annotation (#69)
new 94cbf5d add webhook for slack notifications of PR results (#72)
new dc9ed92 adding start library for easy implementation of Go actions
(#70)
new e4b5f82 travis2slack hook; try again with URL encrypting... (#73)
new 9168e12 update notice file (#74)
new defaf97 Changing default namespace from guest to _ (#71)
new 7671398 Add scancode using ASF config. to Travis build. (#76)
new 3d62dac Handle error code (tid) not as int. (#77)
new 0c2b697 add license header to Makefile (#79)
new e452b52 Parse numbers correctly in error response. (#80)
new c5e0a4c Add the licenses of the dependencies into LICENSE (#75)
new c2e7b0d Update .md files to pass scancode with latest .cfg (#81)
new c11312f Fix markdown files with a typo. in the Hash license header.
(#83)
new 22500af Restore the LICENSE and NOTICE to fit the source code release
(#84)
new a951ed9 Fix Makefile to use latest Hash ASF license header. (#85)
new df32dca Remove the disclaimer and the reference as experimental (#86)
new 35b332f Update Travis to use ASF-Release.cfg. (#92)
new 1e50522 Add the DISCLAIMER file for Apache incubator project (#93)
new df79c14 add OS and CPU architecture to user agent header (#95)
new 90976ef Update the doc of client go to make it clear for 0.9.0 (#96)
new d7cee96 Change the copyright back to the template (#98)
new 2ea476e Replace trigger service type with interface (#99)
new 61f21e1 allow additional headers to override auth header val (#100)
new 9802140 golint package path update (#101)
new 7a15f18 Update Go Version (#104)
new 198447c Allow NewClient to run concurrently (#103)
new 14b3a05 Fix invalid warning message (#91)
new deb0008 add Concurrency to Limits (#94)
new c7013c9 fixing logic on test for result success (#105)
new 41bdfc4 Load X509 cert on client creation (#112)
new e76bcda replace godep with govendor (#113)
new 3b82425 Update .gitignore
The 139 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.