diff options
author | Amine <hilalyamine@gmail.com> | 2019-08-17 01:30:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-17 01:30:43 +0200 |
commit | a3815d2ebb7d4a12d7b0db434b0b244e03e5e98a (patch) | |
tree | 0e10ace59017ee38f5d627410cdf38a478f6f6be /vendor/github.com/xanzy/go-gitlab/README.md | |
parent | cf960bc7a5bd0b7af28d35de33131fb0b5ce5253 (diff) | |
parent | f6280a22c76ee42545efc31a6e3a35ff65954f3b (diff) | |
download | git-bug-a3815d2ebb7d4a12d7b0db434b0b244e03e5e98a.tar.gz |
Merge pull request #196 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.20.0
build(deps): bump github.com/xanzy/go-gitlab from 0.19.0 to 0.20.0
Diffstat (limited to 'vendor/github.com/xanzy/go-gitlab/README.md')
-rw-r--r-- | vendor/github.com/xanzy/go-gitlab/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/github.com/xanzy/go-gitlab/README.md b/vendor/github.com/xanzy/go-gitlab/README.md index 97667386..5f6321f5 100644 --- a/vendor/github.com/xanzy/go-gitlab/README.md +++ b/vendor/github.com/xanzy/go-gitlab/README.md @@ -20,10 +20,6 @@ incompatible changes that were needed to fully support the V4 Gitlab API. This API client package covers most of the existing Gitlab API calls and is updated regularly to add new and/or missing endpoints. Currently the following services are supported: -- [ ] Discussions (threaded comments) -- [ ] Epic Issues -- [ ] Epics -- [ ] Geo Nodes - [x] Award Emojis - [x] Branches - [x] Broadcast Messages @@ -32,9 +28,13 @@ to add new and/or missing endpoints. Currently the following services are suppor - [x] Custom Attributes - [x] Deploy Keys - [x] Deployments +- [ ] Discussions (threaded comments) - [x] Environments +- [ ] Epic Issues +- [ ] Epics - [x] Events - [x] Feature Flags +- [ ] Geo Nodes - [x] GitLab CI Config Templates - [x] Gitignores Templates - [x] Group Access Requests |