Commit Graph

10 Commits

Author SHA1 Message Date
Nicolas Hedger 0960af0373
fix: migrations not passing on pgsql (#242)
* fix: migration not passing on pgsql

* pin postgres version
2023-11-16 12:28:04 +01:00
Nicolas Hedger c51d7397fa
feat: add support for MySQL (#238)
* ci: run tests on mysql

* adapt migration to support default values on MySQL

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
2023-11-15 10:55:31 +01:00
Julien Nahum 2ab3f79801 Upload front-end sourcemap to sentry 2023-10-13 11:31:56 +02:00
Julien Nahum 5111957ea5 Upgrade pipeline to php 8.2 2023-09-08 15:01:54 +02:00
Don Benjamin 8f84faf3d1
(#146) Re-wrote the docker code to generate a single self-contained d… (#153)
* (#146) Re-wrote the docker code to generate a single self-contained docker
image rather than using a docker-compose network of connected
containers

* (#146) Push version tags to docker hub automatically

* (#146) Switched to using a multistage docker build process to make the Dockerfile more readable and cache friendly without bloating the published image

* #146 More readable names

* #146 Documented the upgrade process and made 'artisan migrate' run on every boot to automate the upgrade process.
2023-07-27 11:34:19 +02:00
Julien Nahum d4777fd9e3 Enable auto-deploy 2023-03-26 12:54:39 +02:00
Julien Nahum 556fcb9e1a Update github CI action to reflect vite change 2023-02-23 19:09:55 +01:00
Julien Nahum f1c8eeff93 Fix correct branch name in github CI action 2023-02-23 19:09:18 +01:00
Julien Nahum f3a8ca11fe Fix tests and enable paralell testing 2023-02-23 19:05:17 +01:00
Julien Nahum 341ee04268 Added github workflow, clean remaning spatie stuff 2022-09-21 09:17:56 +02:00