notplants
notplants pushed tag 0.11.0+v0.19.0 to coop-cloud/lasuite-drive 2026-06-23 20:02:46 +00:00
notplants pushed tag 0.2.7+v0.11.1 to coop-cloud/lasuite-drive 2026-06-23 20:02:46 +00:00
notplants created branch new-version in coop-cloud/lasuite-drive 2026-06-23 20:02:45 +00:00
notplants pushed to new-version at coop-cloud/lasuite-drive 2026-06-23 20:02:45 +00:00
notplants created branch newmain in coop-cloud/lasuite-drive 2026-06-23 20:02:45 +00:00
notplants pushed to newmain at coop-cloud/lasuite-drive 2026-06-23 20:02:45 +00:00
notplants created branch oldmain in coop-cloud/lasuite-drive 2026-06-23 20:02:45 +00:00
notplants pushed to oldmain at coop-cloud/lasuite-drive 2026-06-23 20:02:45 +00:00
0c28fe47a5 chore: publish 0.2.7+v0.11.1 release
notplants created branch wopi-scheduler in coop-cloud/lasuite-drive 2026-06-23 20:02:45 +00:00
notplants pushed to wopi-scheduler at coop-cloud/lasuite-drive 2026-06-23 20:02:45 +00:00
a92058c354 update to version 0.2.6+v0.11.1
notplants pushed to main at coop-cloud/lasuite-drive 2026-06-23 20:02:44 +00:00
e39f0e8ca3 chore: publish 0.11.0+v0.19.0 release
notplants created branch newmain2 in coop-cloud/lasuite-drive 2026-06-23 20:02:44 +00:00
notplants pushed to newmain2 at coop-cloud/lasuite-drive 2026-06-23 20:02:44 +00:00
notplants pushed to main at coop-cloud/lasuite-drive 2026-06-23 19:57:55 +00:00
d9adb88d40 Merge pull request 'Add auto-migrations to lasuite-drive' (#10) from pr-20260623-193109 into main
9e4c194783 create minio bucket automatically on startup (minio-initialize.sh)
0b64135f98 run migrations automatically on backend startup (AUTO_MIGRATIONS)
Compare 3 commits »
notplants merged pull request coop-cloud/lasuite-drive#10 2026-06-23 19:57:54 +00:00
Add auto-migrations to lasuite-drive
notplants commented on pull request coop-cloud/lasuite-drive#10 2026-06-23 19:48:19 +00:00
Add auto-migrations to lasuite-drive

this is replicating the pattern that was developed for lasuite-docs

notplants created pull request coop-cloud/lasuite-drive#10 2026-06-23 19:46:02 +00:00
Add auto-migrations to lasuite-drive
notplants created branch pr-20260623-193109 in coop-cloud/lasuite-drive 2026-06-23 19:45:42 +00:00
notplants pushed to pr-20260623-193109 at coop-cloud/lasuite-drive 2026-06-23 19:45:42 +00:00
9e4c194783 create minio bucket automatically on startup (minio-initialize.sh)
0b64135f98 run migrations automatically on backend startup (AUTO_MIGRATIONS)
Compare 2 commits »
notplants commented on pull request coop-cloud/discourse#16 2026-06-22 20:06:52 +00:00
wip: switch app to official discourse/discourse image (with idempotent migration)

with this version, I couldn't figure out how to do the automatic detecting of the postgres install user (which defaults to postgres but could be discourse for some older deployments), so I…