Vizzuality/landgriffon

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.github/pull_request_template.md
.github/workflows/build-database-docker.yml
.github/workflows/coverage.yml.bck
.github/workflows/deploy-to-kubernetes.yml
.github/workflows/publish-docker-images.yml
.github/workflows/publish-marketing-site.yml
.github/workflows/testing-api.yml
.github/workflows/testing-client.yml
.github/workflows/testing-tiler.yml
.gitignore
.nvmrc
CHANGELOG.md
ENV_VARS.md
LICENSE
Makefile
README.md
api/.eslintrc.js67
A
0 mins
api/.nvmrc
api/.prettierrc
api/CHANGELOG.md
api/Dockerfile
api/README.md
api/config/custom-environment-variables.json
api/config/default.json
api/config/development.json
api/config/production.json
api/config/test.json
api/docs/Scenario vs Actual comparison data Use case.pdf
api/entrypoint.sh
api/nest-cli.json
api/package.json
api/src/app.controller.ts9
A
0 mins
api/src/app.module.ts101
A
0 mins
A
100%
api/src/baseEntities/timestamped-base-entity.ts14
A
0 mins
A
100%
api/src/cli.ts20
A
0 mins
api/src/data-source.ts3
A
0 mins
api/src/decorators/api-tree-response.decorator.ts23
A
0 mins
A
100%
api/src/decorators/comparison.decorator.ts77
F
3 days
api/src/decorators/get-user.decorator.ts8
A
0 mins
A
100%
api/src/decorators/json-api-parameters.decorator.ts138
C
1 day
A
100%
api/src/decorators/password-validator.decorator.ts56
A
0 mins
A
100%
api/src/decorators/public.decorator.ts3
A
0 mins
A
100%
api/src/decorators/roles.decorator.ts6
A
0 mins
api/src/decorators/set-user.interceptor.ts18
A
0 mins
A
100%
api/src/decorators/xlsx-upload.decorator.ts27
A
0 mins
A
100%
api/src/dto/info.dto.ts3
A
0 mins
api/src/filters/all-exceptions.exception.filter.ts46
A
1 hr
A
100%
api/src/guards/jwt-auth.guard.ts37
A
0 mins
A
93%
api/src/guards/local-auth.guard.ts4
A
0 mins
A
100%