.codeclimate.yml | |
|
|
.env.template | |
|
|
.github/CODEOWNERS | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/helpers/check-npm-dependencies.js | 173 | A 0 mins |
|
.github/helpers/deploy.sh | |
|
|
.github/helpers/github-api/create-and-close-existing-issue.js | 9 | A 0 mins |
|
.github/helpers/github-api/github-api-requests.js | 42 | A 0 mins |
|
.github/labeller.yaml | |
|
|
.github/workflows/api-build-deploy.yaml | |
|
|
.github/workflows/api-linting-check.yaml | |
|
|
.github/workflows/api-npm-dependency-updates.yaml | |
|
|
.github/workflows/app-build-deploy.yaml | |
|
|
.github/workflows/app-linting-check.yaml | |
|
|
.github/workflows/app-npm-dependency-updates.yaml | |
|
|
.github/workflows/code-climate-upload.yaml | |
|
|
.github/workflows/containerized-tests.yaml | |
|
|
.github/workflows/pr-labeller.yaml | |
|
|
.gitignore | |
|
|
COMPLIANCE.yaml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
api/.dockerignore | |
|
|
api/.eslintrc.cjs | |
|
|
api/.prettierrc.cjs | |
|
|
api/Dockerfile | |
|
|
api/babel.config.js | 3 | A 0 mins |
|
api/constants/Constants.ts | 14 | A 0 mins |
|
api/constants/GCNotifyTemplates.ts | 6 | A 0 mins |
|
api/constants/RequestStates.ts | 9 | A 0 mins |
|
api/controllers/chefs-api-controller.ts | 38 | A 0 mins |
|
api/controllers/health-api-controller.ts | 3 | A 0 mins |
|
api/controllers/jira-api-controller.ts | 54 | A 0 mins |
|
api/controllers/requests-api-controller.ts | 326 | D 2 days |
|
api/controllers/swagger-redirect-controller.ts | 6 | A 0 mins |
|
api/db/conn.ts | 19 | A 0 mins |
|
api/docs/global.yaml | |
|
|
api/docs/health.yaml | |
|
|
api/docs/jira.yaml | |
|
|
api/docs/requests.yaml | |
|
|
api/express.ts | 72 | A 0 mins |
|
api/helpers/checkForCompleteRequest.ts | 22 | A 0 mins |
|
api/helpers/mongoCleanup.ts | 39 | A 0 mins |
|
api/helpers/sendIncompleteReminders.ts | 35 | A 0 mins |
|
api/helpers/useCssApi.ts | 36 | A 0 mins |
|
api/helpers/useGCNotify.ts | 38 | A 0 mins |
|
api/interfaces/Approval.ts | 5 | A 0 mins |
|
api/interfaces/IFile.ts | 10 | A 0 mins |
|
api/interfaces/Purchase.ts | 7 | A 0 mins |
|
api/jest.config.js | 18 | A 0 mins |
|