- 30 Oct, 2018 1 commit
-
-
Sander van Harmelen authored
Fixes #505
-
- 26 Oct, 2018 1 commit
-
-
Sander van Harmelen authored
It seems some fields were outdated/wrong. Fixes #502
-
- 22 Oct, 2018 2 commits
-
-
Patrick Webster authored
-
Patrick Webster authored
* Addling support for license api endpoint * Fixing time fields to proper structs * license.go: giving date fields proper struct type * license.go: moving 'license' string literal to NewRequest call * license.go: moving AddLicense function to option struct POST to fall inline with the rest of this package
-
- 21 Oct, 2018 3 commits
-
-
St. John Johnson authored
Sessions is a V3-only API and should no longer be included in this library.
-
Patrick Webster authored
* Adding missing users fields, updating docs link * Fixing bad single quote * runners.go: Adding IPAddress field, updated docs url * Fixing doc link
-
Sander van Harmelen authored
-
- 19 Oct, 2018 3 commits
-
-
Patrick Webster authored
-
Patrick Webster authored
* Adding missing users fields, updating docs link * Fixing bad single quote
-
tgregory authored
-
- 18 Oct, 2018 1 commit
-
-
Andrew Makhnev authored
-
- 17 Oct, 2018 1 commit
-
-
Nik Ogura authored
* Added WebUrl to Job struct that is provided by the Gitlab API json, but not included in the client Job struct. * modifed field name to conform to lint preferences
-
- 15 Oct, 2018 1 commit
-
-
Sander van Harmelen authored
-
- 12 Oct, 2018 1 commit
-
-
Sune Keller authored
* Revert NotesService and DiscussionsService ISOTime -> time.Time Signed-off-by: Sune Keller <absukl@almbrand.dk> * Fix missing imports Signed-off-by: Sune Keller <absukl@almbrand.dk>
-
- 11 Oct, 2018 3 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
Sune Keller authored
Add Discussions API implementation
-
- 08 Oct, 2018 2 commits
-
-
Roald Nefs authored
* Update list of available access levels Update list of availabe access levels: - Change `OwnerPermission` to plural - Rename `Master` to `Maintainer`, see https://about.gitlab.com/2018/06/22/gitlab-11-0-released/#master-role-renamed-to-maintainer for more information * Update access levels for backwards compatibility
-
Roald Nefs authored
Add option to list inherited project and group members. Updated the documentation of the existing `ListProjectMembers` and `ListGroupMembers` functions for clarity. Fixes #484
-
- 03 Oct, 2018 1 commit
-
-
Oursin authored
* Query encoding should use url.PathEscape In repository_files.go, url encoding is done with url.QueryEscape, but this makes it impossible to get files with a space in their name. Using url.PathEncodes changes the space encoding from "+" to "%20" and fixes the issue. * Removed PathEscape when encoding project path * Fix typos
-
- 01 Oct, 2018 1 commit
-
-
Jan-Philipp Benecke authored
-
- 27 Sep, 2018 1 commit
-
-
Sander van Harmelen authored
And extend the MergeEvent struct.
-
- 24 Sep, 2018 1 commit
-
-
Sander van Harmelen authored
-
- 21 Sep, 2018 1 commit
-
-
Sander van Harmelen authored
-
- 18 Sep, 2018 1 commit
-
-
Atrox authored
-
- 12 Sep, 2018 1 commit
-
-
Miguel Angel Guillén authored
* Add GetProjectLanguages to get languages from a project * rename example fuction name * Fix format issues, change type to fit better to the API
-
- 11 Sep, 2018 3 commits
-
-
lillilli authored
-
lillilli authored
-
Mike Pearson authored
-
- 10 Sep, 2018 1 commit
-
-
lillilli authored
* Implemented access requests API * Update API coverage in Readme.md * resolve conversation
-
- 06 Sep, 2018 1 commit
-
-
Nicholas Colbert authored
* added custom attributes added tests fixed typo * Refactored to fit idioms of the package better refactored methods to be to have fully named functions rewrote tests updated typos and syntax * fixed typo caught by linter * refactored per maintainers request removed blank line
-
- 04 Sep, 2018 2 commits
-
-
Sander van Harmelen authored
Tick the `Search` box
-
lillilli authored
* Implemented project badges api * resolve conversation
-
- 03 Sep, 2018 1 commit
-
-
St. John Johnson authored
Additionally updating existing *Options to include: - UpdatedAfter/Before - "Return merge requests updated on/before/after the given time" - SourceBranch- "Return merge requests with the given source branch" - TargetBranch - "Return merge requests with the given target branch" - Search - "Search merge requests against their title and description" Corrected some outdated documentation. More info here: https://docs.gitlab.com/ce/api/merge_requests.html#list-group-merge-requests
-
- 30 Aug, 2018 4 commits
-
-
Patrick Webster authored
* projects.go: adding approvals_before_merge to CreateProjectOptions * project.go: updating gitlab api doc ref to reflect change to CreateProjectOptions
-
Patrick Webster authored
-
Markus Freitag authored
* Implement DownloadSingleArtifactsFile * Fix bad variable name * Fix function docstring * Make jobID an int var * Use QueryEscape for consistency * Dont escape filepath * Fix typo
-
Lawrence Li authored
-
- 24 Aug, 2018 2 commits