package gitlab

  1. Overview
  2. Docs
GitLab APIv4 OCaml library

Install

Dune Dependency

Authors

Maintainers

Sources

gitlab-0.1.4.tbz
sha256=1e92f13c458e3d934e5c78f1276dc3d85f03e82de10e783a7f73c6e9e93ce478
sha512=40dc0b0667a458cc6d019226d16e1b05bedc83eb30fd44093201033a964200a59e0a40a903d1e6f09db630c4dcbd75ef5f40a93748c3108f8bce9a32226794ae

CHANGES.md.html

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.