moul / node-gitlab

DEPRECATED, see https://github.com/node-gitlab/node-gitlab
https://npmjs.org/package/gitlab
Other
470 stars 140 forks source link

Fixed repository.showCommit + Added repository.deleteTag #157

Closed kevin-frugier closed 7 years ago

kevin-frugier commented 7 years ago

repository.showCommit was not using the proper URL defined in https://docs.gitlab.com/ee/api/commits.html#get-a-single-commit

repository.deleteTag was not implemented https://docs.gitlab.com/ee/api/tags.html#delete-a-tag

gavD commented 7 years ago

+1, please merge this