.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 | |
|
|
.pre-commit-config.yaml | |
|
|
CHANGELOG.md | |
|
|
ENV_VARS.md | |
|
|
LICENSE | |
|
|
Makefile | |
|
|
README.md | |
|
|
api/.eslintrc.js | 67 | 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.ts | 9 | A 0 mins |
|
api/src/app.module.ts | 109 | A 0 mins | A 100% |
api/src/baseEntities/timestamped-base-entity.ts | 14 | A 0 mins | A 100% |
api/src/cli.ts | 20 | A 0 mins |
|
api/src/create-swagger-specification.ts | 30 | A 1 hr |
|
api/src/data-source.ts | 3 | A 0 mins |
|
api/src/decorators/api-tree-response.decorator.ts | 23 | A 0 mins | A 100% |
api/src/decorators/comparison.decorator.ts | 77 | F 3 days |
|
api/src/decorators/get-user.decorator.ts | 8 | A 0 mins | A 100% |
api/src/decorators/json-api-parameters.decorator.ts | 138 | C 1 day | A 100% |
api/src/decorators/password-validator.decorator.ts | 56 | A 0 mins | A 100% |
api/src/decorators/public.decorator.ts | 3 | A 0 mins | A 100% |
api/src/decorators/roles.decorator.ts | 6 | A 0 mins |
|
api/src/decorators/set-user.interceptor.ts | 18 | A 0 mins | A 100% |
api/src/decorators/xlsx-upload.decorator.ts | 27 | A 0 mins | A 100% |
api/src/dto/info.dto.ts | 3 | A 0 mins |
|
api/src/filters/all-exceptions.exception.filter.ts | 46 | A 1 hr | A 100% |
api/src/guards/jwt-auth.guard.ts | 37 | A 0 mins | A 93% |