You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/06/06 17:55:30 UTC

[incubator-openwhisk-client-go] branch master updated (9d1da78 -> f26793c)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-go.git.


 discard 9d1da78  Complete api-experimental conversion to web action (not experimental web action) (#2255)
    omit 1f4cf02  update travis scripts to use scanCode from OW utilities repo. (#12)
    omit 62ddca2  Update openwhisk-client-go into incubator-openwhisk-client-go
    omit d066749  Update i18n_resources.go after sync-up with openwhisk
    omit 07ddebb  API GW CLI SSO support (#2207)
    omit bb37dce  Update Travis to clone openwhisk repo. and run scanCode (#10)
    omit 4a21630  Update all source .go files with ASF license (#9)
    omit 5c21606  Merge the repositories of openwhisk-client-go and historic go-whisk
    omit 7177d82  Merge the repositories of openwhisk-client-go and openwhisk/go-whisk
    omit e5834fb  wsk api create to enable CORS by default (#2184)
    omit b44576d  Remove "COMING SOON" from `wsk api` help plus critical fixes (#2149)
    omit 3811f7e  API GW V2 - Add 'wsk api` command (#2068)
    omit be81040  Common request API now allows for optional auth header (#2126)
    omit 5977d43  Handle Application Errors Properly.
    omit c91a749  Update .travis.yml
    omit a2de9d2  Adding pilot Travis conf
    omit abf1b40  Updates from OW
    omit 6c4818e  Enable tests for unicode for python, swift. (#2070)
    omit 44351b7  Disable HTML Encoding of JSON Content in CLI (#2043)
    omit 277d1e8  WIP, temporary fix for issue #1 (#2)
    omit b726856  Return Non-zero Exit Code when Action Exceeds Time Limit
    omit f7f14f8  Refactor CLI so that additional commands won't need common code updates
    omit 04ea1ae  Remove meta packages, normalize on web actions.
    omit da6026b  Remove Decoding of Scheme from Action Invocations (#1802)
    omit 7372a9c  Properly Handle Errors Received from Blocking Invocations (#1820)
    omit 3893caa  Use Result Parameter when Invoking Actions (#1788)
    omit eaf3a2c  Fix misaligned CLI output Fixes #1646 Add --full flag to display complete API details
    omit 329c68e  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
    omit 237d33f  Create CONTRIBUTING.md
    omit 9f19665  Create LICENSE.txt
    omit 28fa812  Properly Format Strings Containing Precent Characters (#1683)
    omit cfd73db  Omit Exec Code if Empty
    omit adec15c  Fix Package Delete
    omit 9912a8f  Enable API GW routemgmt action tests
    omit fe83586  Update Shared Processing
    omit 56f1260  API GW CLI support
    omit f16c27b  Omit Result from Activation if Empty
    omit 92c9cff  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.
    omit 0d5dbc6  Add Property Projections
    omit 6c71f0c  Enhance Qualified Name Parsing
    omit a65190f  Initial check-in
    omit d3c54c0  Update README.md
    omit 1af949b  Initial commit
    omit e189793  Compute msec duration for whisk activations from actions.
    omit 38e5bcd  Display Proper Error Message from Error Object
    omit ee3c83b  Allow JSON to be Input from a File (#1175)
    omit 911361c  Do Not Omit Fields from Activation Records
    omit 1ca65e5  Prevent Entity Names from being Modified
    omit f639e3f  Allow Namespace Get to Retrieve Different Namespaces
    omit 6df2610  Add activation annotations.
    omit 4098bcf  Remove All References to Python CLI from Ansible
     add 439422a  Remove All References to Python CLI from Ansible
     add fd86817  Add activation annotations.
     add 0d1bdd0  Allow Namespace Get to Retrieve Different Namespaces
     add d80ff40  Prevent Entity Names from being Modified
     add 499d2f2  Do Not Omit Fields from Activation Records
     add e8b7293  Allow JSON to be Input from a File (#1175)
     add a0608bb  Display Proper Error Message from Error Object
     add 4ab7457  Compute msec duration for whisk activations from actions.
     add e8843dc  Enhance Qualified Name Parsing
     add 0ab2fea  Add Property Projections
     add 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.
     add 10ab7fa  Omit Result from Activation if Empty
     add 3a59cc4  API GW CLI support
     add 5c6810b  Update Shared Processing
     add 716b0bf  Enable API GW routemgmt action tests
     add 52d7e50  Fix Package Delete
     add 3524e7a  Omit Exec Code if Empty
     add 157a5f9  Properly Format Strings Containing Precent Characters (#1683)
     add 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
     add e194f50  Fix misaligned CLI output Fixes #1646 Add --full flag to display complete API details
     add a1c2590  Use Result Parameter when Invoking Actions (#1788)
     add dcbda13  Properly Handle Errors Received from Blocking Invocations (#1820)
     add 947c1f6  Remove Decoding of Scheme from Action Invocations (#1802)
     add 5cee452  Remove meta packages, normalize on web actions.
     add 6aedb85  Refactor CLI so that additional commands won't need common code updates
     add 6f6fa71  Return Non-zero Exit Code when Action Exceeds Time Limit
     add 4a1611d  Disable HTML Encoding of JSON Content in CLI (#2043)
     add a7f74db  Enable tests for unicode for python, swift. (#2070)
     add 336576f  Handle Application Errors Properly.
     add 4a2bb44  Common request API now allows for optional auth header (#2126)
     add 1078367  API GW V2 - Add 'wsk api` command (#2068)
     add 2df9e28  Remove "COMING SOON" from `wsk api` help plus critical fixes (#2149)
     add 68b8a30  wsk api create to enable CORS by default (#2184)
     add 00ef12e  Create LICENSE.txt
     add 3899779  Create CONTRIBUTING.md
     add 4f8c7f2  Adding pilot Travis conf
     add f08874a  Update .travis.yml
     add 90dba14  Update all source .go files with ASF license (#9)
     add 704fba8  Update Travis to clone openwhisk repo. and run scanCode (#10)
     add 3e49d41  API GW CLI SSO support (#2207)
     add 9f10425  Update i18n_resources.go after sync-up with openwhisk
     add f4d1d5c  Update openwhisk-client-go into incubator-openwhisk-client-go
     add ef72271  update travis scripts to use scanCode from OW utilities repo. (#12)
     add f26793c  Complete api-experimental conversion to web action (not experimental web action) (#2255)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9d1da78)
            \
             N -- N -- N   refs/heads/master (f26793c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].