Skip to content

Commit

Permalink
Remove last Godeps, update Gogradle for gomod and Ansible setup (#496)
Browse files Browse the repository at this point in the history
* Remove last Godeps, update Gogradle for gomod and Ansible setup

* Remove last Godeps, update Gogradle for gomod and Ansible setup

* Add dependson clause to build i18n (i18n_resources.go) before the goBuild task

* Update build.gradle to use Exec tasks for go-bindata and i18n

* Update build.gradle to use Exec tasks for go-bindata and i18n

* Task goGetBinData for i18n support must run as a deps. of goPrepare not goBuild

* Cleanup build.gradle; remove old tasks

* Fix golint command

* Fix golint command

* Fix golint command

* Use latest go.mod

* Use latest go.mod

* Use latest go.mod

* Remove goVet and gofmt tasks as they use older go conventions

* Remove goVet and gofmt tasks as they use older go conventions

* Remove failing localhost/SDK scala tests

* Try some regex fixes for scala SDK tests

* Fix regex for SDK scala tests; Remove govendor from README

* Revamp README to reflect current Go mod and Gradle build instructions

* Revamp README to reflect current Go mod and Gradle build instructions

* Revamp README to reflect current Go mod and Gradle build instructions

* Revamp README to reflect current Go mod and Gradle build instructions
  • Loading branch information
mrutkows authored Mar 2, 2021
1 parent e3f41f9 commit 9cbb032
Show file tree
Hide file tree
Showing 10 changed files with 337 additions and 334 deletions.
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
javascript/

# Built or generated files
openwhisk-cli
wsk
wsk.exe
scripts
Godeps/_workspace
Godeps/
*~

# IDE-related exclusions
/.vscode/
.idea/
*.iml

Expand All @@ -20,3 +23,9 @@ wski18n/i18n_resources.go
bin/
tests/build/
tests/out/

# Scala
/.metals/

# Misc
javascript/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install:
before_script:
- cd $TRAVIS_BUILD_DIR
- ./gradlew --console=plain checkScalafmtAll
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
- GO_FILES=$(find . -iname '*.go' -type f)
- test -z "$(gofmt -s -l $(echo $GO_FILES))"
- cd $TRAVIS_BUILD_DIR/..
- git clone https://github.com/apache/openwhisk-utilities.git
Expand Down
154 changes: 0 additions & 154 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

Loading

0 comments on commit 9cbb032

Please sign in to comment.