tmcgilchrist / ocaml-gitlab

Native OCaml bindings to Gitlab REST API v4

Home Page:https://tmcgilchrist.github.io/ocaml-gitlab/gitlab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab CLI

tmcgilchrist opened this issue · comments

Replicate the most used features from hub and gh for GitLab.

  • Checkout PR locally
  • Create a Merge Request
  • EDIT Releases
  • CI / Pipeline status

ocaml-github hub command lookup the real remote https://github.com/github/hub/blob/c8e68d548a39ec0fab6f674a669c21b54d4eec61/github/remote.go#L12-L14

  • [DOING] List issues
  • Open / Close issue
  • Reply to MR comment
  • Parse .git/config to get project's Gitlab path
  • Use it to retrieve project ID