Skip to content

Latest commit

 

History

History
185 lines (90 loc) · 8.98 KB

CHANGELOG.md

File metadata and controls

185 lines (90 loc) · 8.98 KB

achievibit changelog

2.0.0-beta.17 (2021-05-18)

Bug Fixes

  • smells: fix code smells (1a79c5f)
  • winston: pass appRoot to winston config (08e9a27)
  • smells: reduce function complexity (9909875)
  • winston: update dependency (af3e2b3)

Features

  • decorators: add KbMeasure decorator (0049de8)
  • winston: integrate winston logger (f3793d5)
  • winston: replace logger everywhere (6af0bdd)

2.0.0-beta.16 (2021-05-06)

Bug Fixes

  • models: don't use kb-achievements (4d4fc8b)
  • sonarcloud: fix issue (1da5379)

2.0.0-beta.15 (2021-05-06)

Bug Fixes

  • env: remove env config files (68649f7)

Features

  • pr: add extra pr data to db item (acaa7df)
  • config: add github token config (c339c30)

2.0.0-beta.14 (2021-04-29)

Features

  • 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)

Features

  • tasks: report healthchecks of cron tasks (adcbbf2)

2.0.0-beta.12 (2021-04-29)

Features

  • models: add missing PR fields (eb31d69)
  • engine: add pr closed handling (4716037), closes #177

2.0.0-beta.11 (2021-04-28)

Features

  • tasks: implement stale pr deletion from db (36061a8)

2.0.0-beta.10 (2021-04-28)

Bug Fixes

  • typegoose: allow mixed content to disable warning (1632445)

Features

  • api: only load pull request controller in dev environments (11500ad)

2.0.0-beta.9 (2021-04-27)

Features

  • engine: add more event handlings (646458d)

2.0.0-beta.8 (2021-04-26)

Bug Fixes

  • mongoose: add some missing flags (70d2e06)

Features

  • 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)

Features

  • engines: implement new connection and pr created methods (8d68fd8)

2.0.0-beta.6 (2021-04-25)

Bug Fixes

  • config: don't allow nodeEnv in file + fix save to file (5db8d95)
  • release: don't run husky on release (2ce76b5)

Features

  • config: generate json schema from config (b331909)

2.0.0-beta.5 (2021-04-24)

Features

  • config: add config module to handle global configurations (64ad998)

2.0.0-beta.4 (2021-04-21)

Features

  • achievements: integrate achievements into server and build (307121b)
  • achievements: update achievements to version 2 (6849e64)

2.0.0-beta.3 (2021-04-20)

Bug Fixes

  • tests: add missing database connection closer (aaff01f)

2.0.0-beta.2 (2021-04-20)

Bug Fixes

  • deps: include nest cli as dev dependency (db36678)

Features

  • 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)

Bug Fixes

  • app: small nits: fix plural and hide warning (d3cdfdc)

Features

  • 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)

ref

  • init: make room for 2nd version (35c7b2c)

BREAKING CHANGES

  • 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.).