Commit Graph

8 Commits

Author SHA1 Message Date
Hervé Le Meur 3a9d66c648
fix: replace `npm install` by `npm ci` to get deterministic builds (#54)
* fix: replace `npm install` by `npm ci` to get deterministic builds

* no need to upgrade npm in the Makefile, npm ci already existing in node 10 image

* use postgresql version 10 in docker-compose for tests like the 'produplink' database currently used in production
2023-10-30 14:08:20 +01:00
R. Tyler Croy b697928394
Incorporate Sentry error reporting into Uplink
The secret for this is already present in production
2018-09-27 11:55:08 -07:00
R. Tyler Croy 7337e7ec40
Properly propagate a user down in the export controller
Fixes #6
2018-09-20 15:24:31 -07:00
R. Tyler Croy afa554003d
Enable database logging only when explicitly set in the environment
Fixes #1
2018-09-20 14:05:12 -07:00
R. Tyler Croy d561598d06
Fix the tests so they run again
Also make the tests reflect the current reality
2018-09-11 14:40:39 -07:00
R. Tyler Croy 86ea344525
Switch Events to a lower-case table name since postgresql is weird with casing 2018-09-10 09:36:39 -07:00
R. Tyler Croy 7872ad4323
Add a migration target to the Makefile to prepare the database 2018-09-09 21:41:48 -07:00
R. Tyler Croy 161851292d
Incorporate docker-compose for testing the full stack locally 2018-09-09 21:41:48 -07:00