.dockerignore | |
|
|
.editorconfig | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
CHANGELOG.md | |
|
|
Dockerfile | |
|
|
Jenkinsfile | |
|
|
LICENSE | |
|
|
README.md | |
|
|
docker-compose-develop.yml | |
|
|
docker-compose-test.yml | |
|
|
entrypoint.sh | |
|
|
gunicorn.py | 48 | A 25 mins |
|
k8s/dev/deployment.yaml | |
|
|
k8s/production/deployment.yaml | |
|
|
k8s/production/hpa.yaml | |
|
|
k8s/staging/deployment.yaml | |
|
|
main.py | 10 | A 0 mins |
|
microservice/pubic-swagger.json | |
|
|
microservice/register.json | |
|
|
microservice/swagger.json | |
|
|
nexgddp.sh | |
|
|
nexgddp/__init__.py | 44 | A 0 mins | C 79% |
nexgddp/config/__init__.py | 8 | A 0 mins | C 71% |
nexgddp/config/base.py | 14 | A 0 mins | A 100% |
nexgddp/config/prod.py | 6 | A 0 mins | A 100% |
nexgddp/config/staging.py | 5 | A 0 mins | A 100% |
nexgddp/errors.py | 39 | A 0 mins | A 97% |
nexgddp/helpers/coloring_helper.py | 66 | A 0 mins | F 22% |
nexgddp/middleware.py | 193 | A 2 hrs | F 46% |
nexgddp/routes/__init__.py | 0 | A 0 mins | F 0% |
nexgddp/routes/api/__init__.py | 7 | A 0 mins | A 100% |
nexgddp/routes/api/v1/__init__.py | 1 | A 0 mins | A 100% |
nexgddp/routes/api/v1/nexgddp_router.py | 510 | D 3 days | F 43% |
nexgddp/services/__init__.py | 0 | A 0 mins | F 0% |
nexgddp/services/dataset_service.py | 14 | A 0 mins | A 100% |
nexgddp/services/diff_service.py | 34 | A 45 mins | F 31% |
nexgddp/services/geostore_service.py | 20 | A 0 mins | B 82% |
nexgddp/services/layer_service.py | 14 | A 0 mins | F 41% |
nexgddp/services/query_service.py | 373 | C 1 day | F 39% |
nexgddp/services/redis_service.py | 26 | A 0 mins | F 50% |
nexgddp/services/storage_service.py | 32 | A 1 hr | F 43% |
nexgddp/services/tile_service.py | 10 | A 0 mins | F 50% |
nexgddp/services/xml_service.py | 43 | B 5 hrs | F 55% |
nexgddp/utils/__init__.py | 0 | A 0 mins | F 0% |
nexgddp/utils/files.py | 10 | A 0 mins | A 100% |
pylintrc | |
|
|
requirements.txt | |
|
|
requirements_dev.txt | |
|
|
test.py | 4 | A 0 mins |
|