civodul pushed a change to branch main.
from 51ba689 http: Let the bridge modify the database when adding a new
spec.
new c23274f common: Check SPECIFICATION-IS-ACTIVE? in SPECIFICATION=?.
new 6fb98b4 registry: Update the specification in the database when
needed.
new 4275770 gitlab: Add draft support for merge requests.
new 90d536b http: Implement spec update for /admin/gitlab/event endpoint.
new 33e2a2e forgejo: Add support for pull request draft status.
new f282178 http: Implement spec update for /admin/forgejo/event endpoint.
new 07197c0 forgejo: Fix invalid JSON body in review creation API.
Summary of changes:
src/cuirass/base.scm | 2 ++
src/cuirass/forges/forgejo.scm | 12 +++++++-----
src/cuirass/forges/gitlab.scm | 2 ++
src/cuirass/http.scm | 20 +++++++++-----------
src/cuirass/tests/common.scm | 2 ++
tests/forgejo.scm | 3 +++
tests/gitlab.scm | 5 +++++
tests/http.scm | 4 ++++
8 files changed, 34 insertions(+), 16 deletions(-)