Skip to content

Release v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mvegter mvegter released this 29 May 15:08
· 1155 commits to master since this release
15aa513

Bug Fixes

  • docker: production compose should expose port 80 (302c745)
  • docs: markdown depth (a30cbb6)
  • Added code for coverage compatibility in the tests (8301188)
  • Added licenses (fd0a064)
  • Adjusted in indent in Model.js (e80ae57)
  • Changed the structure of the tests and added an empty line between methods in Overview.js (ce16582)
  • Extended timeout on the filter test (2ae6781)
  • Fixed appendPath utility and its test (334d4c2)
  • Fixed deepmerge in appendPath utility (2d51a70)
  • Fixed indentation (4fc26d6)
  • Fixed jdoc in controllers and routes (ca86375)
  • Fixed linting erros (d201276)
  • Fixed route argument inheritance issue (a8134fd)
  • Fixed the compatiblity issue with Firefox (70b7d1a)
  • NGINX does not yet have a production configuration (94955e1)
  • Removed the tags header, added comment in the start-dev script for its purpose (2424e0b)
  • Renamed tag and user controller to be a bit more verbose (b0de0c6)
  • route /tag is not plural (efecacd)
  • starting the application via NPM not Node (860b5ab)
  • starting the application via NPM not Node (8d444a9)

Features

  • Added appendPath to route builder (d3d3ebd)
  • added appendPath utility (9a740ad)
  • Added attachment endpoint (dfba079)
  • Added auth endpoints (39066f8)
  • Added createpdf endpoint (724f854)
  • Added deepmerge dependency (e854ac3)
  • Added deepmerge wrapper (0e1ea71)
  • Added detail screen (e0bc9e3)
  • Added flp endpoint (6f0c890)
  • added GetAllLogsUseCase (64eeb62)
  • added GetServerInformationUseCase (c368b20)
  • Added logs endpoint (dc85779)
  • added Nginx integration (0d7868a)
  • Added overviews endpoint (57b64bb)
  • Added reusable table components and start on the mock table with static data (e899de4)
  • Added routerBuilder (995f8a1)
  • Added runs endpoint (8e1c15a)
  • Added settings endpoint (1b03bf7)
  • Added subsystem controller (7564524)
  • Added subsystems router (521c828)
  • Added tags controller and route (00866d1)
  • Added tests (a7e1047)
  • Added user controller (c0a5f75)
  • Added user route (4b3506d)
  • Added utils index (8cffbbd)
  • allow Framework to override interfaces (623181d)
  • Codecov integration for backend (032ea1c)
  • ESLint integration (c86b116)
  • GitHub actions integrations for backend (db06cb3)
  • GitHub actions integrations for frontend (d5dd04f)
  • GitHub actions integrations for spec (db62696)
  • Got filtering working, reflects on the actual table now (5b56dcc)
  • Upgraded appendPath utility (40f366b)