Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Release v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 15:53
· 36 commits to main since this release
0d996f2
Template (#1)

* L3-24: error handler middleware

* L3-24: Basic logger lib.

* L3-24: README added.{

* L3-24: Dockerfile and dockercompose (db) only.

* L3-24: ts tsoa configs.

* l3-24: src with basic libs and health controller

* l3-24: e2e test.

* L3-24: configs and some unstaged files from previous commits.

* L3-24: health check and some config files.

* L3-24: renames.

* L3-24: reset version.

* L3-24: description update.

* L3-24: .env and database connection.

* L3-24: knex client.

* L3-24: testing knex.

* L3-24: knex basics.

* L3-24: knex in a good shape.

* L3-24: removing any from Database.ts

* L3-24: all AC haae been covoered.

* L3-25: all ts errors are gone, changes mainly around logging mod

* L3-24: a few file moves and simplier db connection.

* L3-24: before testing with some real data

* L3-24: pushing latest.

* L3-24: this should have been pushed yesterday.

* L3-24: ignore .env'

* L3-24: linting.

* L3-24: removing nyc from .dockerignore.

* L3-24: use lts-alpine in docker.

* L3-24: README update.{

* L3-24: github workflows.

* L3-24: removing help/* from CODEOWNER.

* L3-24: updated node/npm.

* L3-24: unstaged + new check-version.sh.

* L3-24: another unstaged.

* L3-24: depcheck and removal of a .env from repo.

* Update package.json

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

* L3-24: docker-compose update.

* Update .github/workflows/apply-template.yml

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

* Update .github/workflows/release.yml

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

* Update .github/workflows/release.yml

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

* Update .github/workflows/apply-template.yml

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

* L3-24: before merge.

* L3-24: set v0.0.1
so version-check will pasS?

* Update .github/workflows/apply-template.yml

Co-authored-by: Jonathan Gray <jonmattgray@gmail.com>

* L3-24: consistency

* L3-24: removing helm parts from check-version.

* Update .github/workflows/release.yml

Co-authored-by: Jonathan Gray <jonmattgray@gmail.com>

* L3-24: copy change.

* L3-24: run migrations before testing phase.

* L3-24: depcheckrc added.

* Update .github/workflows/release.yml

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

* Update .github/workflows/test.yml

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

* L3-24: sage of ... updates to github workflows.

* L3-24: be used or be deleted. Removing a dep that not being used.

* Update .github/workflows/test.yml

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

* Update .github/workflows/release.yml

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

* tmp

* L3-24: removing helm chart, and updated to apply-template flow.

* L3-24: update to test workflow include build and integration test.

* L3-24: workflows update.

* L3-24: workflows and dependencies.

* L3-24: most recent.

* working migration

* passing test

* knexfile exports

* add build and test migration to workflow

* index import

* logger import

* bad autocomplete

* use relative path

* unit tests

* Update .github/workflows/test.yml

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

* Update src/env.ts

Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>

---------

Co-authored-by: Paulius Michelevicius <PMichelevicius@GJ4C3PN73Q.local>
Co-authored-by: David Blane <32327139+dblane-digicatapult@users.noreply.github.com>
Co-authored-by: Jonathan Gray <jonmattgray@gmail.com>