Skip to content

Releases: adr/adr-manager

v2.0.0

05 Dec 10:54
2717d3d
Compare
Choose a tag to compare

This release removes Pizzly as the authentication middleware, which we hosted on Heroku, and replaces it with Firebase as the new OAuth backend. This has implications for:

  • Currently logged-in users who have to log out and then log in with the new Firebase backend
  • The end-2-end testing, both in the CI/CD pipeline and locally (see updated README)
  • Self-hosting the authentication backend for a custom ADR Manager instance (see updated README)

Otherwise, the ADR Manager's functionality stays as is.

v1.2.0

06 Jun 08:51
Compare
Choose a tag to compare

This is mostly a developer-related release, with no new functionality or bug fixes, but substantial changes to the repository.

  • Updated used libraries to the newest compatible versions
  • Switched build tool to from Vue CLI to vite (in preparation of the migration to Vue3)
  • Changed repository structure
  • Made e2e tests more robust
  • Introduced prettier and reformatted the whole code

v1.1.0

06 Nov 13:38
43f363b
Compare
Choose a tag to compare
Merge pull request #91 from koppor/brancheChangeFix

Branche change fix

ADR-Manager

06 Nov 13:37
388e544
Compare
Choose a tag to compare

First release of our adr-manager. It contains the basic functionality for managing MADRs on GitHub. A fully functional app is being deployed.