Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Releases: Amsterdam/openstad-api

v0.23.4

Choose a tag to compare

@IanR01 IanR01 released this 11 Nov 15:50
e11077b

What's Changed

  • Feature/send from whitelisted emails by @ferhany2002 in #21

New Contributors

  • @ferhany2002 made their first contribution in #21

Full Changelog: v0.23.3...v0.23.4

v0.23.3

Choose a tag to compare

@IanR01 IanR01 released this 30 Oct 09:25
924d659

What's Changed

  • Feature/rotate password for mysql connection pool by @IanR01 in #20

Full Changelog: v0.23.2...v0.23.3

Shared MySQL connection pool

Choose a tag to compare

@IanR01 IanR01 released this 05 Aug 13:36
277f9d0

... for raw mysql queries (not Sequelize)

v0.23.1

Choose a tag to compare

@IanR01 IanR01 released this 17 Jun 15:10
4c9a6a3
Feature/restructure idea image urls (#18)

* add restructure script

* set old and new URLs as env vars

* fix wrong path to db.js

* import Op from sequelize

* remove db.close

* added logging

* bypass hooks in the idea model

* bypass validation on idea.save

* close the db connection

* add await to close db command

* Explicitly set extraData field as changed for sequelize

* more explicit comment

* clean code

* cleaner code

* fix if statement for images in array check

* fix 1 --> 0

* implement correct isUpdated check

* return when no db connection

* typo startsWith

* use .map to overwrit new image URLs

Merge upstream

Merge upstream Pre-release
Pre-release

Choose a tag to compare

@IanR01 IanR01 released this 03 Jun 08:57
58b33d8
Merge pull request #17 from Amsterdam/feature/merge-from-upstream

Feature/merge from upstream

v0.22.1: Make it work in Amsterdam Azure environment (#16)

Choose a tag to compare

@IanR01 IanR01 released this 22 May 19:23
a410927
* add logging

* add curl to Dockerfile

* logging logout route

* add logging for debugging

* add -f force flag for db sync

* only add default data when force synced

* always try to add default data, also when not force synced

* remove logging

* reduce changes with main branch

* remove curl from dockerfile

* reduce changes with main branch

* uncomment mongodb and mongodb-tools from Dockerfile

* restructue ssl key in dialectOptions

* remove mongo from Dockerfile

* debug dockerfile

* reduce differences with main branch

v0.22.1-debug

v0.22.1-debug Pre-release
Pre-release

Choose a tag to compare

@IanR01 IanR01 released this 02 May 11:47
always try to add default data, also when not force synced

v0.22.0-debug

v0.22.0-debug Pre-release
Pre-release

Choose a tag to compare

@IanR01 IanR01 released this 06 Mar 16:09
add logging for debugging