Skip to content

ci(release)!: v8#189

Merged
dargmuesli merged 31 commits intomainfrom
beta
May 15, 2025
Merged

ci(release)!: v8#189
dargmuesli merged 31 commits intomainfrom
beta

Conversation

sthelemann and others added 4 commits April 10, 2025 05:10
* 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>
## [8.0.0-beta.1](7.0.0...8.0.0-beta.1) (2025-04-10)

### ⚠ BREAKING CHANGES

* **account:** add imprint and description (#188)

### Features

* **account:** add imprint and description ([#188](#188)) ([ce8a9c9](ce8a9c9))
Should not be possible to query unlisted events by slug for privacy
reasons.
## [8.0.0-beta.2](8.0.0-beta.1...8.0.0-beta.2) (2025-04-17)

### ⚠ BREAKING CHANGES

* **event:** remove existence validation function (#191)

### Features

* **event:** remove existence validation function ([#191](#191)) ([4abfcaf](4abfcaf))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 8.0.0-beta.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

sthelemann and others added 2 commits May 2, 2025 10:51
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>
## [8.0.0-beta.3](8.0.0-beta.2...8.0.0-beta.3) (2025-05-02)

### ⚠ BREAKING CHANGES

* run separately from `sqitch` (#187)

### Tests

* run separately from `sqitch` ([#187](#187)) ([ef987b2](ef987b2))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 8.0.0-beta.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

sthelemann and others added 2 commits May 2, 2025 11:17
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>
## [8.0.0-beta.4](8.0.0-beta.3...8.0.0-beta.4) (2025-05-02)

### ⚠ BREAKING CHANGES

* **policy:** simplify policies (#190)

### Miscellaneous Chores

* **policy:** simplify policies ([#190](#190)) ([7e525e1](7e525e1))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 8.0.0-beta.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dargmuesli and others added 3 commits May 2, 2025 12:27
It should be possible to set `created_by` at creation.

cc @huzaifaedhi22
## [8.0.0-beta.5](8.0.0-beta.4...8.0.0-beta.5) (2025-05-02)

### ⚠ BREAKING CHANGES

* **event-favorite:** correct smart tags (#194)

### Bug Fixes

* **event-favorite:** correct smart tags ([c977979](c977979))
* **event-favorite:** correct smart tags ([#194](#194)) ([fa81e9e](fa81e9e))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 8.0.0-beta.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dargmuesli and others added 3 commits May 9, 2025 16:51
Not used, written ages ago, outdated code distracts.
## [8.0.0-beta.6](8.0.0-beta.5...8.0.0-beta.6) (2025-05-09)

### ⚠ BREAKING CHANGES

* **event:** remove groups (#195)
* **event:** remove groups

### Features

* **event:** remove groups ([22cf406](22cf406))
* **event:** remove groups ([#195](#195)) ([4bae6c6](4bae6c6))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 8.0.0-beta.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 8.0.0-beta.7 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dargmuesli and others added 6 commits May 10, 2025 21:46
## [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))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 8.0.0-beta.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 8.0.0-beta.9 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dargmuesli and others added 3 commits May 15, 2025 11:54
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))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 8.0.0-beta.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@dargmuesli dargmuesli marked this pull request as ready for review May 15, 2025 11:52
@dargmuesli dargmuesli merged commit a27fd65 into main May 15, 2025
14 checks passed
@dargmuesli dargmuesli deleted the beta branch May 15, 2025 11:58
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 8.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants