G-Node / tonic

Framework for building services that interact with GIN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support GitLab as well as GIN/GOGS

achilleas-k opened this issue · comments

Add support for building services that interact with the GitLab API as well (see https://github.com/xanzy/go-gitlab).

The client should provide everything we need and we should expose client calls using the same interface as the GOGS client.

  • sync scripts for gitlab
  • add submodule function for gitlab
  • create repo function for gitlab
  • add gitlab hosted submodule into a gin repository
  • add gin hosted submodule into a gitlab repository