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-cli.git.
from ce9b6be Add i18n process to build.gradle (#209)
new c615efb Go format source code
new f02d6a7 Fail Travis when Go formatting errors exist
new 44e3bfc Fix test breakage...
The 3 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.
Summary of changes:
.travis.yml | 3 +
build.gradle | 4 +
commands/action.go | 1829 ++++++++++----------
commands/activation.go | 738 ++++----
commands/api.go | 1671 +++++++++---------
commands/commands.go | 370 ++--
commands/flags.go | 225 ++-
commands/namespace.go | 180 +-
commands/package.go | 978 +++++------
commands/property.go | 998 +++++------
commands/qualified_name.go | 204 +--
commands/rule.go | 754 ++++----
commands/sdk.go | 381 ++--
commands/shared.go | 31 +-
commands/trigger.go | 1043 ++++++-----
commands/util.go | 1711 +++++++++---------
commands/wsk.go | 70 +-
main.go | 138 +-
tests/src/integration/command_test.go | 942 +++++-----
tests/src/integration/common/utils.go | 132 +-
tests/src/integration/common/wsk.go | 66 +-
tests/src/integration/integration_test.go | 994 +++++------
.../whisk/core/cli/test/WskWebActionsTests.scala | 5 +-
wski18n/detection.go | 24 +-
wski18n/i18n.go | 152 +-
wski18n/i18n_resources.go | 510 +++---
26 files changed, 7089 insertions(+), 7064 deletions(-)
--
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.
|