Skip to content

Commit

Permalink
Merge branch 'dev' into fix/protofile-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgooz authored Jan 16, 2019
2 parents 8447155 + 2932959 commit e0608bc
Show file tree
Hide file tree
Showing 551 changed files with 8 additions and 377,099 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ run:
- commands/provider/assets/
- protobuf/
- service/importer/assets/
- systemservices/sources/resolver/proto/

linters-settings:
govet:
Expand Down
10 changes: 6 additions & 4 deletions systemservices/deployer/deployer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ func TestNotExisting(t *testing.T) {

// TODO: Should have a mock on API in order to convert this integration test to unit test
func TestDeploy(t *testing.T) {
d, closer := newDeployer(t)
defer closer()
err := d.Deploy([]string{systemservices.ResolverService})
t.SkipNow()
// TODO: add test back with another ss
// d, closer := newDeployer(t)
// defer closer()
// err := d.Deploy([]string{systemservices.ResolverService})
// TODO: should stop the deployed ss
require.NoError(t, err)
// require.NoError(t, err)
}
55 changes: 0 additions & 55 deletions systemservices/resolver/resolver.go

This file was deleted.

21 changes: 0 additions & 21 deletions systemservices/sources/resolver/.circleci/config.yml

This file was deleted.

5 changes: 0 additions & 5 deletions systemservices/sources/resolver/Dockerfile

This file was deleted.

138 changes: 0 additions & 138 deletions systemservices/sources/resolver/Gopkg.lock

This file was deleted.

50 changes: 0 additions & 50 deletions systemservices/sources/resolver/Gopkg.toml

This file was deleted.

Loading

0 comments on commit e0608bc

Please sign in to comment.