summaryrefslogtreecommitdiff
path: root/lib/gitlab_net.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #56 from smashwilson/36-loggerDmitriy Zaporozhets2013-06-101-2/+10
|\ | | | | Logger
| * Always log non-200 responses from the GitLab API.ash2013-05-181-1/+5
| |
| * Log all GETs and responses at :debug.ash2013-05-181-2/+6
| |
* | Add ca_file/ca_path configuration options.Akinori MUSHA2013-06-071-3/+21
|/
* https can be served also on non-standard portPiotr Roszatycki2013-04-031-1/+1
|
* Do not fall on discover deployment keys. Closes #25Akzhan2013-03-251-1/+1
|
* Require opensslMartin Bastien2013-03-231-0/+1
| | | | Fix the "uninitialized constant GitlabNet::OpenSSL (NameError)" after upgrading to ruby 2.0
* http_settings configuration option added.Akzhan2013-03-231-1/+14
| | | | | | | Now it supports: * self_signed_cert option to allow self-signed certificates over https protocol. * user and password options to pass though http auth.
* gitlab_net#host: slash is missingMaxim Filatov2013-03-211-1/+1
|
* remove putsDmitriy Zaporozhets2013-03-111-1/+0
|
* test GitlabNet allowed methodDmitriy Zaporozhets2013-03-111-0/+1
|
* Add ssh support for next syntax: git clone ssh://git@localhost/group/project.gitDmitriy Zaporozhets2013-02-191-1/+3
|
* oops. forgot about paramsDmitriy Zaporozhets2013-02-071-1/+1
|
* add support for sslDmitriy Zaporozhets2013-02-071-1/+5
|
* Update hook and support for protected branchesDmitriy Zaporozhets2013-02-061-1/+1
|
* add check binDmitriy Zaporozhets2013-02-051-0/+4
|
* gitlab-url configDmitriy Zaporozhets2013-02-051-1/+3
|
* gitlab netDmitriy Zaporozhets2013-02-051-0/+32