all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH Cuirass 0/4] Add preliminary support for Gitlab webhooks
@ 2024-06-13 10:51 Romain GARBAGE
  0 siblings, 0 replies; only message in thread
From: Romain GARBAGE @ 2024-06-13 10:51 UTC (permalink / raw)
  To: guix-devel; +Cc: Romain GARBAGE

This patch series adds support for Gitlab webhooks event, more
specifically the merge-request event.

The first patch fixes an ambiguity on the type of the NAME field in the
SPECIFICATION record definition.

Romain GARBAGE (4):
  specification: Ensure name is a symbol.
  gitlab: Add module for Gitlab JSON objects definition.
  http: Add /admin/gitlab/event.
  http: Add tests for Gitlab API.

 Makefile.am                   |  1 +
 src/cuirass/gitlab.scm        | 95 +++++++++++++++++++++++++++++++++++
 src/cuirass/http.scm          | 88 ++++++++++++++++++++++++++++----
 src/cuirass/specification.scm | 11 +++-
 tests/database.scm            |  2 +-
 tests/http.scm                | 34 +++++++++++++
 6 files changed, 219 insertions(+), 12 deletions(-)
 create mode 100644 src/cuirass/gitlab.scm

-- 
2.45.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-14 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13 10:51 [PATCH Cuirass 0/4] Add preliminary support for Gitlab webhooks Romain GARBAGE

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.