Conversation
* refactor: added new logic for soft-delete * refactor: updated test * fix: address soft-delete review feedback * refactor: updated test * fix: per-org slug uniqueness, tenant-scope annotation, test teardown spans/metrics * refactor: fixed filed test be * test: add coverage for soft-delete project routes, service, and reservoir purgeProject --------- Co-authored-by: Polliog <40077351+Polliog@users.noreply.github.com> Co-authored-by: Giustino Gragnaniello <g.giustino@accenture.com>
feat: inbound webhook receivers (#155)
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
This was
linked to
issues
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.1.0
First feature minor since the 1.0.x line, cut from develop.
Added
docs/receivers.md.Fixed
COUNTbelow the planner-estimate threshold, fast estimate above it).uuid()helper that falls back tocrypto.getRandomValues()in non-secure contexts).Version bumped to 1.1.0 across root, backend, frontend, shared and reservoir.
Full details in
CHANGELOG.md.