Conversation
* feat(account): add imprint and description Two columns were added to table `vibetype.account`: `imprint` and `description`. * feat(account): check text lengths --------- Co-authored-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
Should not be possible to query unlisted events by slug for privacy reasons.
|
🎉 This PR is included in version 8.0.0-beta.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Until now application-specific test were included in "verify" scripts and executed by the `sqitch` command being logged in as the `ci` user (see `Dockerfile`). However most tests should run for the user `postgraphile`. All tests have been moved to scripts in directory `./test/logic` and are executed by calling the PostgreSQL command shell `psql` running the sql script `main.sql` which in turn executes the actual test scripts. Some tests are now executed being logged in as user `ci` or `postgraphile` depending on which user is required. See #142. --------- Co-authored-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
|
🎉 This PR is included in version 8.0.0-beta.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
The Row Level Security policies have been updated, using `FOR ALL` as often as possible. Also, many `table_<name>_policy.sql` were removed after moving content to `table_<name>.sql`. --------- Co-authored-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
|
🎉 This PR is included in version 8.0.0-beta.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
It should be possible to set `created_by` at creation. cc @huzaifaedhi22
|
🎉 This PR is included in version 8.0.0-beta.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Not used, written ages ago, outdated code distracts.
|
🎉 This PR is included in version 8.0.0-beta.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [8.0.0-beta.7](8.0.0-beta.6...8.0.0-beta.7) (2025-05-10) ### Bug Fixes * schedule release ([8e1b5b8](8e1b5b8))
|
🎉 This PR is included in version 8.0.0-beta.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
feat(upload)!: rework api
## [8.0.0-beta.8](8.0.0-beta.7...8.0.0-beta.8) (2025-05-12) ### ⚠ BREAKING CHANGES * **upload:** drop custom create function * **upload:** rework permissions ### Features * **upload:** drop custom create function ([caa5e05](caa5e05)) * **upload:** rework permissions ([bfb3603](bfb3603))
|
🎉 This PR is included in version 8.0.0-beta.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
feat(grafana)!: readd
## [8.0.0-beta.9](8.0.0-beta.8...8.0.0-beta.9) (2025-05-13) ### Features * **grafana:** readd ([0fbae08](0fbae08))
|
🎉 This PR is included in version 8.0.0-beta.9 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
fix(address)!: allow selects for accessible events
## [8.0.0-beta.10](8.0.0-beta.9...8.0.0-beta.10) (2025-05-15) ### Bug Fixes * **address:** allow selects for accessible events ([dec870a](dec870a))
|
🎉 This PR is included in version 8.0.0-beta.10 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 8.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Changes:
sqitch#187