- 17 May, 2018 1 commit
-
-
pityonline authored
* fix golint exit status * add comments to fix golint complaining * make go vet verbose * fix wrong usage of printing
-
- 14 May, 2018 3 commits
-
-
Sander van Harmelen authored
* Improve the way we handle tokens * Use Go's OAuth2 package (#397) * Use Go's OAuth2 package * Pass HTTP client to OAuth2 via context
-
jbguerraz authored
-
Zaq? Wiedmann authored
-
- 10 May, 2018 2 commits
-
-
Jay Weisskopf authored
-
Sander van Harmelen authored
* Create a basic client with username/password This client will retrieve an oAuth token using: https://docs.gitlab.com/ce/api/oauth2.html#1-requesting-access-token * Do not use the libraryVersion in de userAgent As this never got updated, it did’t have much value (if any).
-
- 08 May, 2018 2 commits
-
-
Sander van Harmelen authored
-
Joel Low authored
* Add the Path filter to the ListCommits API * Add the `all` option to the ListCommits API
-
- 07 May, 2018 1 commit
-
-
jorcau authored
* Update ListUsersOptions: add provider and createdafter * Update ListUsersOptions: add order_by and sort
-
- 06 May, 2018 1 commit
-
-
Zaq? Wiedmann authored
-
- 27 Apr, 2018 2 commits
-
-
jorcau authored
* Add unshare project from group support * Add tests for share and unshare projects from group * Change reference to CE doc instead of EE * Rename UnshareProjectFromGroup to DeleteSharedProjectFromGroup
-
Luke Kysow authored
The GitLab documentation is wrong. The field that gets returned is actually `approvals_left`, not `approvals_missing`. See https://gitlab.com/gitlab-org/gitlab-ee/issues/1118#note_17875041
-
- 25 Apr, 2018 1 commit
-
-
Ilya Galimyanov authored
-
- 20 Apr, 2018 2 commits
-
-
Shane Da Silva authored
-
Brendan O'Leary authored
-
- 19 Apr, 2018 2 commits
-
-
Sander van Harmelen authored
-
pityonline authored
* ci: add lint stage to keep the code healthy * fix golint warnings on type comment and Go Names * fix Go Names even golint not complains * remove testURL when testing with dynamic opt
-
- 18 Apr, 2018 1 commit
-
-
Shane Da Silva authored
-
- 17 Apr, 2018 1 commit
-
-
Steve Norman authored
-
- 16 Apr, 2018 2 commits
-
-
Sander van Harmelen authored
-
Maxime Roussin-Bélanger authored
-
- 06 Apr, 2018 1 commit
-
-
starblind authored
* add support for creating releases in tags api * add support for updating release notes
-
- 05 Apr, 2018 1 commit
-
-
starblind authored
* Support merged_by and merged_at for merge requests * add support for a couple of fields on the MergeRequest: `merged_by` and `merged_at` * format file using gofmt
-
- 04 Apr, 2018 2 commits
-
-
Johan Brandhorst authored
* Add State and Search to ListMilestonesOptions, change StartDate and DueDate to *ISOTime types. * Add group milestones methods
-
Johan Brandhorst authored
Fixes #366.
-
- 01 Apr, 2018 2 commits
-
-
James Ramsay authored
Most list functions return array of pointers, not values. Updated for consistency.
-
James Ramsay authored
-
- 31 Mar, 2018 1 commit
-
-
Toshikazu Ohashi authored
To request on [namespace/project] style
-
- 22 Mar, 2018 4 commits
-
-
Sander van Harmelen authored
-
pityonline authored
* valid case * invalid case
-
muc authored
* Add ListMergeRequestPipelines * Code cleanup
-
nyxi authored
* Fix the PipelineEvent struct, with proper sub struct for Runner and correct type for the artifacts_file 'size' field * Updated tests for changes to PipelineEvent * Formatting * Naming * BuildEvent BuildDuration is a float, not a string * float64 * Duration is an integer, not a string
-
- 19 Mar, 2018 1 commit
-
-
pityonline authored
-
- 18 Mar, 2018 1 commit
-
-
pityonline authored
-
- 17 Mar, 2018 2 commits
-
-
Steve Norman authored
-
Peter Bouwdewijn authored
-
- 06 Mar, 2018 1 commit
-
-
Nicholas Colbert authored
-
- 05 Mar, 2018 2 commits
-
-
Maxime Roussin-Bélanger authored
* Add search API * Refactor the SearchService a bit…
-
jbguerraz authored
-
- 28 Feb, 2018 1 commit
-
-
Maxime Roussin-Bélanger authored
-