Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2020-12-18)

Features

  • add comments and TU (5c0dd46)
  • add password cahnge endpoint (cead66e)
  • add password reset (ffea481)
  • add tu for password change (c3eb184)
  • structure edit + data refacto (a2a65e8)
  • update dto definition for swagger (d7a30ed)
  • auth: add expiration date on token (771bd91)
  • auth: add user verification endpoint (7b1fe8a)
  • auth: send validation mail (ccbfe8f)
  • auth: update password strength verification, increase security with salt in env variable (8cf88c0)
  • cicd: add sonar conf + deploy (1595281)
  • cicd: init cicd with build (7156660)
  • config: update logging and add envconfiguration handling (2ccc5e8)
  • mailer: add ejs template handling (2b68810)

Bug Fixes

  • mailer: update mailer service with new sen api request form (edd8d04)
  • change token variables (64d5fd4)
  • import typo (cead291)
  • route in reset-password mail template (b9de8c9)
  • update missing import (e9c77cb)
  • cicd: add mr validation build + sonar ts (da070d2)
  • cicd: add mr validation build + sonar ts (8025ab2)
  • cicd: docker build issue (7732250)
  • cicd: docker-compose version (0187808)
  • cicd: image build (78c33c2)
  • cicd: image build (50c1fd1)
  • TU: Add unitary testing for auth service (af44ba0)
  • TU: fix import issues on TU and add user.service TU (a0f9456)
  • TU: wrong test description (647da39)
  • build issue because of typo in imports (fca81cb)

1.1.0 (2020-12-01)

Features

  • add categories endpoint (b610803)
  • add count handling (d918fb7)
  • add first working version for structure endpoint (42b760b)
  • add full text search (609b51b)
  • add health check (0673e49)
  • add registration and auth (99b3c50)
  • first working version of auth (8d8ff61)
  • parse boolean string to boolean for search filter + Refacto (1184295)
  • update readme + make coord and address call in backend instead of front (87ca741)
  • docker: add docker handling for mongo database (d66af3c)

Bug Fixes

  • or instead of and for filter search query (e135dfb)
  • search issue (13e5b81)
  • typo in structure.controller (d9000b4)
  • update docker-compose (857a2d5)