Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #56 from smashwilson/36-logger | Dmitriy Zaporozhets | 2013-06-10 | 1 | -2/+10 | |
|\ | | | | | Logger | |||||
| * | Always log non-200 responses from the GitLab API. | ash | 2013-05-18 | 1 | -1/+5 | |
| | | ||||||
| * | Log all GETs and responses at :debug. | ash | 2013-05-18 | 1 | -2/+6 | |
| | | ||||||
* | | Add ca_file/ca_path configuration options. | Akinori MUSHA | 2013-06-07 | 1 | -3/+21 | |
|/ | ||||||
* | https can be served also on non-standard port | Piotr Roszatycki | 2013-04-03 | 1 | -1/+1 | |
| | ||||||
* | Do not fall on discover deployment keys. Closes #25 | Akzhan | 2013-03-25 | 1 | -1/+1 | |
| | ||||||
* | Require openssl | Martin Bastien | 2013-03-23 | 1 | -0/+1 | |
| | | | | Fix the "uninitialized constant GitlabNet::OpenSSL (NameError)" after upgrading to ruby 2.0 | |||||
* | http_settings configuration option added. | Akzhan | 2013-03-23 | 1 | -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 missing | Maxim Filatov | 2013-03-21 | 1 | -1/+1 | |
| | ||||||
* | remove puts | Dmitriy Zaporozhets | 2013-03-11 | 1 | -1/+0 | |
| | ||||||
* | test GitlabNet allowed method | Dmitriy Zaporozhets | 2013-03-11 | 1 | -0/+1 | |
| | ||||||
* | Add ssh support for next syntax: git clone ssh://git@localhost/group/project.git | Dmitriy Zaporozhets | 2013-02-19 | 1 | -1/+3 | |
| | ||||||
* | oops. forgot about params | Dmitriy Zaporozhets | 2013-02-07 | 1 | -1/+1 | |
| | ||||||
* | add support for ssl | Dmitriy Zaporozhets | 2013-02-07 | 1 | -1/+5 | |
| | ||||||
* | Update hook and support for protected branches | Dmitriy Zaporozhets | 2013-02-06 | 1 | -1/+1 | |
| | ||||||
* | add check bin | Dmitriy Zaporozhets | 2013-02-05 | 1 | -0/+4 | |
| | ||||||
* | gitlab-url config | Dmitriy Zaporozhets | 2013-02-05 | 1 | -1/+3 | |
| | ||||||
* | gitlab net | Dmitriy Zaporozhets | 2013-02-05 | 1 | -0/+32 | |