This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Releases: Amsterdam/openstad-api
Releases · Amsterdam/openstad-api
Release list
v0.23.4
v0.23.3
Shared MySQL connection pool
... for raw mysql queries (not Sequelize)
v0.23.1
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 pull request #17 from Amsterdam/feature/merge-from-upstream Feature/merge from upstream
v0.22.1: Make it work in Amsterdam Azure environment (#16)
* 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
always try to add default data, also when not force synced
v0.22.0-debug
add logging for debugging