Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: clippy warnings * feat: Postgres boilerplate * chore: CI Postgres * chore: Terraform Postgres * chore: fmt * feat: projects in Postgres * fix: domain regex * chore: style * chore: style * feat: auto-migrate projects * chore: remove unused struct * chore: link to issue * chore: major work * chore: combine subscribes * chore: remove docdb from state * chore: rename * chore: idempotency & updated_at * chore: spawn for handle_msg() to avoid blocking reconnect * feat: re-enable scopes * fix: cannot use CTE with modification statements as they are unpredictable * chore: remove fixme * fix: filter scope in /notify * fix: remaining NotifyClient data * fix: NotifyMessage data export * chore: remove comments * chore: fmt query * chore: redundant var * chore: remove more MongoDB * chore: FIXME fixed * chore: refactor * fix: notify key migration & add tests * chore: test two subscribers * chore: test two projects * fix: test-threads in CI * chore: fix imports * chore(version): v0.15.0 * chore: Bump version for release * chore: rm tf file * chore: separate storage tests * chore: add back outputs.tf * chore(version): v0.16.0 * chore: Bump version for release * fix(ci): don't release on PR push * chore: test ports * chore: reset version * chore: reset changelog * fix: MongoDB default user/pass * chore: use enum * fix: ERD * chore: ON DELETE CASCADE * chore: POSTGRES_HOST_AUTH_METHOD: trust * chore: test double migration * chore: add codeowners * chore: use sqlx migrate add --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: chris13524 <[email protected]>
- Loading branch information