achievibit changelog
2.0.0-beta.17 (2021-05-18)
- smells: fix code smells (1a79c5f)
- winston: pass appRoot to winston config (08e9a27)
- smells: reduce function complexity (9909875)
- winston: update dependency (af3e2b3)
- decorators: add KbMeasure decorator (0049de8)
- winston: integrate winston logger (f3793d5)
- winston: replace logger everywhere (6af0bdd)
2.0.0-beta.16 (2021-05-06)
2.0.0-beta.15 (2021-05-06)
- env: remove env config files (68649f7)
2.0.0-beta.14 (2021-04-29)
- models: add status to pr model (3ca3e6e)
- app: persist pr status and delete by it in task (067b641), closes #340
2.0.0-beta.13 (2021-04-29)
- tasks: report healthchecks of cron tasks (adcbbf2)
2.0.0-beta.12 (2021-04-29)
2.0.0-beta.11 (2021-04-28)
- tasks: implement stale pr deletion from db (36061a8)
2.0.0-beta.10 (2021-04-28)
- typegoose: allow mixed content to disable warning (1632445)
- api: only load pull request controller in dev environments (11500ad)
2.0.0-beta.9 (2021-04-27)
- engine: add more event handlings (646458d)
2.0.0-beta.8 (2021-04-26)
- mongoose: add some missing flags (70d2e06)
- engine: handle assignee and reviewer events (ae2bc97)
- engine: implement label handlings (9e42665)
- engine: implement pr edit (a3ba8d3)
2.0.0-beta.7 (2021-04-25)
- engines: implement new connection and pr created methods (8d68fd8)
2.0.0-beta.6 (2021-04-25)
- config: don't allow nodeEnv in file + fix save to file (5db8d95)
- release: don't run husky on release (2ce76b5)
- config: generate json schema from config (b331909)
2.0.0-beta.5 (2021-04-24)
- config: add config module to handle global configurations (64ad998)
2.0.0-beta.4 (2021-04-21)
- achievements: integrate achievements into server and build (307121b)
- achievements: update achievements to version 2 (6849e64)
2.0.0-beta.3 (2021-04-20)
- tests: add missing database connection closer (aaff01f)
2.0.0-beta.2 (2021-04-20)
- deps: include nest cli as dev dependency (db36678)
- models: add indexes and uniqueness to db (5da80ff)
- api: add webhook manager and pull request model (11f138a)
- engines: implement abstract engine and add pr model (00c0aaf)
- engines: initialize github engine (4a6c4cc)
2.0.0-beta.1 (2021-04-18)
- app: small nits: fix plural and hide warning (d3cdfdc)
- api: add user and repo controllers (298c4bf)
- models: add user and repo models (5278b84)
- app: small nits across the app (7992c4b)
- release: start releasing a beta version (1abfec7)
- github-actions: try caching ~/.npm (f5d99c5)
- init: make room for 2nd version (35c7b2c)
- init: From this point on, the application is going to work differently, so this is definitely a breaking change that should start the 2nd version. Even after feature parity, the structure will be different in this new version (api route moves, client side will be fancier, etc.).