Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dashboard #657

Merged
merged 2 commits into from
Jun 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ metrics:
docker-compose up -d elastic mq db
cd cmd/metrics && go run .

compiler:
docker-compose -f docker-compose.yml -f build/compiler/dev/docker-compose.yml up -d --build compiler-dev
docker logs -f bcd-compiler-dev

seo:
ifeq ($(BCD_ENV), development)
cd scripts/nginx && go run .
Expand Down Expand Up @@ -169,7 +165,7 @@ upgrade:
TAG=$$STABLE_TAG docker-compose up -d db mq api

restart:
docker-compose restart api metrics indexer compiler
docker-compose restart api metrics indexer

release:
BCDHUB_VERSION=$$(cat version.json | grep version | awk -F\" '{ print $$4 }') && git tag $$BCDHUB_VERSION && git push origin $$BCDHUB_VERSION
Expand Down
54 changes: 0 additions & 54 deletions build/compiler/Dockerfile

This file was deleted.

54 changes: 0 additions & 54 deletions build/compiler/dev/Dockerfile

This file was deleted.

117 changes: 0 additions & 117 deletions build/compiler/dev/config.yml

This file was deleted.

21 changes: 0 additions & 21 deletions build/compiler/dev/docker-compose.yml

This file was deleted.

16 changes: 0 additions & 16 deletions cmd/api/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -3944,14 +3944,6 @@ var doc = `{
"tx_count": {
"type": "integer",
"x-nullable": true
},
"verification_source": {
"type": "string",
"x-nullable": true
},
"verified": {
"type": "boolean",
"x-nullable": true
}
}
},
Expand Down Expand Up @@ -4472,14 +4464,6 @@ var doc = `{
"tx_count": {
"type": "integer",
"x-nullable": true
},
"verification_source": {
"type": "string",
"x-nullable": true
},
"verified": {
"type": "boolean",
"x-nullable": true
}
}
},
Expand Down
16 changes: 0 additions & 16 deletions cmd/api/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3926,14 +3926,6 @@
"tx_count": {
"type": "integer",
"x-nullable": true
},
"verification_source": {
"type": "string",
"x-nullable": true
},
"verified": {
"type": "boolean",
"x-nullable": true
}
}
},
Expand Down Expand Up @@ -4454,14 +4446,6 @@
"tx_count": {
"type": "integer",
"x-nullable": true
},
"verification_source": {
"type": "string",
"x-nullable": true
},
"verified": {
"type": "boolean",
"x-nullable": true
}
}
},
Expand Down
12 changes: 0 additions & 12 deletions cmd/api/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,6 @@ definitions:
tx_count:
type: integer
x-nullable: true
verification_source:
type: string
x-nullable: true
verified:
type: boolean
x-nullable: true
type: object
handlers.CountResponse:
properties:
Expand Down Expand Up @@ -726,12 +720,6 @@ definitions:
tx_count:
type: integer
x-nullable: true
verification_source:
type: string
x-nullable: true
verified:
type: boolean
x-nullable: true
type: object
handlers.SimilarContractsResponse:
properties:
Expand Down
Loading