package gitlab-jsoo

  1. Overview
  2. Docs
Gitlab APIv4 OCaml library

Install

Dune Dependency

Authors

Maintainers

Sources

gitlab-0.1.5.tbz
sha256=64b65dee6ced000e4fed69dd15b43b410a878e862265f76e9c82c985635cec3a
sha512=a8aadcdaf312d0e73b614a72f312afe2c3cf04fa888e9c552f8c448d3ff59da4482c812e4f849e7762ee3df4e6d68679f47cefdd2d5c3ae43e32f2666e02f077

CHANGES.md.html

Unreleased

Added

  • Depend on atd >= 2.8 to get codegen fixes. (#63 @MisterDA)

  • Add endpoints Project.pipeline, Project.pipeline_jobs , Project.job_trace , Project.pipelines.

  • Add param updated_after to Project.merge_requests

Bug fixes

  • Make the field source_project_id of merge_request nullable

0.1.4 - 2022-06-02

Added

  • Add support for project hooks (#58 @novemberkilo)

  • Support listing and creating Notes in merge requests. (#59 @MisterDA)

  • Parse more webhooks and events including project, job, deployment and feature flag (#53 @tmcgilchrist)

Bug fixes

  • Documentation fixes (#53 @tmcgilchrist) (#57 @MisterDA)

0.1.3 - 2022-04-04

Added

  • Various changes to rework lab cli client. (#50 #51 @maiste @tmcgilchrist @OlivierNicole)

Bug fixes

  • Strip api/v4 from authorize and token url during OAuth. (#48 @tmcgilchrist)

  • Serialise milestone_id is an int. (#48 @tmcgilchrist)

  • Various merge_request webhook deserialisation fixes. (#47 @tmcgilchrist)

  • Fix incorrect field name, detected with atdgen 2.3.x (#46 @mjambon)

  • Fix commit_short_webhook prefix typo (#45 @MisterDA)

  • Update GHA to use windows-2022 (#44 @MisterDA)

  • Fix subcommands names and document env vars (#44 @MisterDA)

  • Document GITLAB_ env vars via Cmdliner (#44 @MisterDA)

  • Update cmdliner 1.1.0 API (#41 @MisterDA)

0.1.2 - 2022-02-02

Added

  • Revert using int64 types in gitlab.atd (#38 @tmcgilchrist)

0.1.1 - 2022-01-14

Added

  • Support Authorization code flow in OAuth. (#30 @tmcgilchrist)

  • Extra merge status values (#32 @tmcgilchrist)

0.1.0 - 2021-11-17

Added

  • Initial release of gitlab bindings. Supports Personal and Project Access Tokens, and selected parts of the Project, User, Events and Group APIs.