forked from globocom/huskyCI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Vendor folder from project (globocom#481)
* [DEPS] Remove vendor folder from project * [REFACT] Remove unecessary functions and adjust check-deps * [REFACT] Adjust docker compose to use properly go dependencies * [FIX] Adjust coverage.html folder path * [CI] Add make build-all and test all project code * [MAKEFILE] Remove second lint tool golangci-lint * [FIX] Adjust code to avoid ambiguous import * [CI] Adjust check-sec function to scan all components * [REFACT] Add API Tsuru files into api folder
- Loading branch information
1 parent
2090dcf
commit 7d63fcc
Showing
1,589 changed files
with
1,069 additions
and
813,971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,29 @@ | ||
.DS_Store | ||
.idea/ | ||
.keep | ||
Godeps/_workspace | ||
.GOPATH | ||
#vendor | ||
coverage.txt | ||
c.out | ||
coverage.html | ||
*.pem | ||
.env | ||
.vagrant | ||
huskyci | ||
dockers.env | ||
huskyci-client | ||
.scannerwork/ | ||
|
||
*.zip | ||
.env | ||
*.pem | ||
dockers.env | ||
sonar-project.properties | ||
sonarqube.json | ||
mongo-init.js | ||
*.zip | ||
|
||
api/vendor/ | ||
cli/vendor/ | ||
client/vendor/ | ||
Godeps/_workspace | ||
|
||
coverage.txt | ||
c.out | ||
d.out | ||
e.out | ||
coverage.html | ||
|
||
huskyci-api-bin | ||
huskyci-client-bin | ||
huskyci-cli-bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web: ./huskyci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
module github.com/globocom/huskyCI/api | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.4.14 // indirect | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v1.13.1 | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/globocom/glbgelf v0.0.0-20190310030100-36e52796d86a | ||
github.com/google/uuid v1.1.1 | ||
github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.3.0 // indirect | ||
github.com/lib/pq v1.5.2 | ||
github.com/onsi/ginkgo v1.12.1 | ||
github.com/onsi/gomega v1.10.0 | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/spf13/viper v1.7.0 | ||
github.com/valyala/fasttemplate v1.1.0 // indirect | ||
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 | ||
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 | ||
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20191017102106-1550ee647df0 // indirect | ||
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 | ||
) |
Oops, something went wrong.