7 Commits

Author SHA1 Message Date
dependabot[bot]
0291ce7331
build(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#602)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 07:53:59 +00:00
dependabot[bot]
1aa9132246
build(deps): bump actions/setup-node from 4.1.0 to 6.0.0 (#461)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 12:49:11 +00:00
dependabot[bot]
204bf6a562
build(deps): bump actions/checkout from 4.2.2 to 5.0.1 (#443)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 12:43:58 +01:00
mahula
0c0f89710f
fix(workflow): replace fixed wait for directus to be actually ready in seeding workflow (#589) 2025-11-24 11:10:32 +01:00
f80357e45f
refactor(backend): separate push from seed and provide a pull script (#423) 2025-10-09 13:55:46 +00:00
mahula
cbdbfe6117
refactor(other): update directus version (#415) 2025-10-08 15:53:28 +02:00
f8bf861e4e
feat(backend): directus data per project (#375)
* seed directus data as a whole per project, fix marker icon: user-outline

* rename deploy.sh back to seed.sh

* workflow to test the seed in the backend

* test workflow failure

* wait 3 seconds for all docker containers to be ready

* sleep 3 seconds not 3000

* mod permissions

* try sudo

* revert breaking change

* enforce exit status 0

* fix exit enforce

* test if failing seed files is related to the data folder

fix

* revert volume removal, create uploads folder

* also chmod
2025-09-08 22:22:50 +02:00