[GitHub] dubee commented on a change in pull request #353: Create triggers on update if do not exist

2019-01-04 Thread GitBox
dubee commented on a change in pull request #353: Create triggers on update if do not exist URL: https://github.com/apache/incubator-openwhisk-cli/pull/353#discussion_r245350751 ## File path: commands/trigger.go ## @@ -75,7 +77,7 @@ func feedParameters(feed string, lifecy

[GitHub] dubee commented on a change in pull request #353: Create triggers on update if do not exist

2018-08-20 Thread GitBox
dubee commented on a change in pull request #353: Create triggers on update if do not exist URL: https://github.com/apache/incubator-openwhisk-cli/pull/353#discussion_r211424037 ## File path: build.gradle ## @@ -56,13 +56,21 @@ dependencies { build(['name':'golan

[GitHub] dubee commented on a change in pull request #353: Create triggers on update if do not exist

2018-08-09 Thread GitBox
dubee commented on a change in pull request #353: Create triggers on update if do not exist URL: https://github.com/apache/incubator-openwhisk-cli/pull/353#discussion_r209136587 ## File path: build.gradle ## @@ -222,6 +226,12 @@ task goLint(type: com.github.blindpirate.go

[GitHub] dubee commented on a change in pull request #353: Create triggers on update if do not exist

2018-08-09 Thread GitBox
dubee commented on a change in pull request #353: Create triggers on update if do not exist URL: https://github.com/apache/incubator-openwhisk-cli/pull/353#discussion_r209136514 ## File path: commands/trigger_test.go ## @@ -0,0 +1,67 @@ +package commands_test Review co