- 02 Dec, 2015 1 commit
-
-
Gabor Pipicz authored
-
- 27 Nov, 2015 3 commits
-
-
Sander van Harmelen authored
Test both 1.4 and 1.5 on Travis, remove unused code
-
Daniel Martí authored
-
Daniel Martí authored
-
- 24 Nov, 2015 5 commits
-
-
Sander van Harmelen authored
Added support for Drone CI service API calls
-
Martin Sefcik authored
-
Sander van Harmelen authored
Rewritten tests
-
Martin Sefcik authored
-
Martin Sefcik authored
-
- 23 Nov, 2015 3 commits
-
-
Martin Sefcik authored
-
Martin Sefcik authored
-
Martin Sefcik authored
-
- 22 Nov, 2015 1 commit
-
-
Martin Sefcik authored
-
- 06 Nov, 2015 1 commit
-
-
Sander van Harmelen authored
Added support for project permissions attribute
-
- 05 Nov, 2015 3 commits
-
-
Martin Sefcik authored
-
Martin Sefcik authored
-
Martin Sefcik authored
-
- 04 Nov, 2015 1 commit
-
-
Martin Sefcik authored
-
- 03 Nov, 2015 3 commits
-
-
Sander van Harmelen authored
Added pagination parameters for all API calls where it is supported
-
Martin Sefcik authored
-
Martin Sefcik authored
-
- 30 Sep, 2015 2 commits
-
-
Sander van Harmelen authored
Fixes issue #15
-
Sander van Harmelen authored
-
- 22 Sep, 2015 4 commits
-
-
Sander van Harmelen authored
Fix documentation about ListProjectIssues method
-
Sander van Harmelen authored
Embed ListOptions in for issues && merge_requests
-
Jihoon Chung authored
This enables setting page/per_page options in ListIssuesOptions && ListProjectIssueOptions && ListMergeRequestOptions.
-
Jihoon Chung authored
-
- 07 Sep, 2015 3 commits
-
-
Sander van Harmelen authored
Improve error message
-
Sander van Harmelen authored
-
Sander van Harmelen authored
Don't add the host into the url opaque param
-
- 06 Sep, 2015 1 commit
-
-
Calin Seciu authored
Adding the host into the URL.Opaque parameter creates an absolute uri request like: GET https://gitlab.com/api/v3/... HTTP/1.1 instead of: GET /api/v3/... HTTP/1.1 Apache seems to have a problem with absolute uri requests when used as a reversed proxy, double encoding %2F to %252F before passing the request to GitLab, which breaks GitLab's api that accepts NAMESPACE/PROJECT. The proxy config used is: ProxyPass / http://127.0.0.1:8080/ nocanon 'nocanon' parameter is the one that prevents double encoding, but it seems to work only for relative uri requests. An alternative is to use the mod_rewrite module directly instead of the ProxyPass directive as: RewriteEngine On RewriteRule ^(.*) http://127.0.0.1:8080$1 [NE,P] with the 'NE' flag (no escape) which works fine with absolute uri requests. There are performance issues with this method as explained here http://httpd.apache.org/docs/current/rewrite/flags.html#flag_p
-
- 25 Aug, 2015 2 commits
-
-
Sander van Harmelen authored
Add projects to group
-
ThomasBS authored
-
- 18 Aug, 2015 3 commits
-
-
Sander van Harmelen authored
Some fixes
-
Daniel Martí authored
-
Daniel Martí authored
-
- 06 Aug, 2015 2 commits
-
-
Sander van Harmelen authored
Remove some unused fields of the Commit struct
-
Sander van Harmelen authored
-
- 03 Aug, 2015 2 commits
-
-
Sander van Harmelen authored
Return a pointer instead
-
Sander van Harmelen authored
This way you can keep using the pointer methods on *url.URL as expected.
-