summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Return true from GitlabPostReceive to ensure custom hooks run.Douwe Maan2015-02-231-1/+3
|/ /
* | Merge branch 'better-readme' into 'master'Dmitriy Zaporozhets2015-02-211-5/+58
|\ \ | | | | | | | | | | | | | | | Update readme after Saturday morning conversation with Dmitriy. See merge request !61
| * | Make key authorization easier to understand.Sytse Sijbrandij2015-02-211-3/+2
| | |
| * | Better title and description.Sytse Sijbrandij2015-02-211-1/+3
| | |
| * | Update readme after Saturday morning conversation with Dmitriy.Sytse Sijbrandij2015-02-211-5/+57
|/ /
* | Add note about centos for git-annex.Marin Jankovski2015-02-201-0/+1
| |
* | Add a comment about gitlab-shell.Marin Jankovski2015-02-201-0/+2
| |
* | Merge branch 'less_if_nesting' into 'master'Dmitriy Zaporozhets2015-02-201-34/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Less if-else nesting in gitlab_shell.rb This intention of this change is to make the normal flow of execution easier to read, and to prevent mistakes in deeply nested if-else trees. See merge request !60
| * | Fail early on invalid input (raise ... unless ...)Jacob Vosmaer2015-02-201-34/+28
|/ / | | | | | | | | This intention of this change is to make the normal flow of execution easier to read, and to prevent mistakes in deeply nested if-else trees.
* | Bump versionv2.5.3Dmitriy Zaporozhets2015-02-192-1/+4
| |
* | Immediatly raise exception if git-annex is disabledDmitriy Zaporozhets2015-02-191-17/+25
| |
* | Safer line sub for git-annex commandv2.5.2Dmitriy Zaporozhets2015-02-183-2/+5
| |
* | Improve broadcast message logicv2.5.1Dmitriy Zaporozhets2015-02-186-13/+14
| | | | | | | | | | Expect broadcast message API endpoint to return 200 with empty JSON if no broadcast messages available
* | Bump versionv2.5.0Dmitriy Zaporozhets2015-02-161-1/+1
| |
* | Merge branch 'git-annex-fix' into 'master'Dmitriy Zaporozhets2015-02-171-2/+2
|\ \ | | | | | | | | | | | | | | | Git annex fix See merge request !58
| * | Fix syntax of git init commandDmitriy Zaporozhets2015-02-171-1/+1
| | |
| * | Fix git-annex init repoDmitriy Zaporozhets2015-02-171-3/+3
|/ /
* | Update CHANGELOGDmitriy Zaporozhets2015-02-161-0/+1
| |
* | Make fixes to pass rubocopDmitriy Zaporozhets2015-02-164-11/+10
| |
* | Add rubocop to gitlab-shellDmitriy Zaporozhets2015-02-163-0/+985
| |
* | Merge branch 'git-annex-disabled' into 'master'Dmitriy Zaporozhets2015-02-164-4/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | Git annex disabled by default cc @sytse See merge request !57
| * | Disable git-annex by defaultDmitriy Zaporozhets2015-02-164-4/+10
|/ /
* | Merge branch 'git-annex' into 'master'Dmitriy Zaporozhets2015-02-166-32/+123
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Git annex support - [x] fix auth for git-annex - [x] enable git-annex for repository on first annex call - [x] config option to disable it - [x] write tests See merge request !55
| * | Add more git-annex testsDmitriy Zaporozhets2015-02-161-1/+9
| | |
| * | Add config option to disable git-annexDmitriy Zaporozhets2015-02-163-4/+13
| | |
| * | Enable git-annex on first commandDmitriy Zaporozhets2015-02-133-38/+72
| | |
| * | Improve logging for git-annexDmitriy Zaporozhets2015-02-121-1/+4
| | |
| * | Bump versionDmitriy Zaporozhets2015-02-122-1/+4
| | |
| * | Merge branch 'master' into git-annexDmitriy Zaporozhets2015-02-128-75/+171
| |\ \ | |/ / |/| | | | | | | | Conflicts: lib/gitlab_shell.rb
* | | Merge branch 'log-api-error' into 'master'Dmitriy Zaporozhets2015-02-123-7/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | Log full Net::HTTP error. See merge request !56
| * | | Log full Net::HTTP error.Douwe Maan2015-02-123-7/+2
|/ / /
* | | Merge branch 'internal-api-unavailable' into 'master'Dmitriy Zaporozhets2015-02-128-72/+175
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show nice error message when internal API is unreachable. Closes #27. Error message reads "Failed to authorize your Git request: internal API unreachable". See merge request !54
| * | | Show nice error message when internal API is unreachable.Douwe Maan2015-02-118-32/+134
| | | |
| * | | Refactor: Remove #tap for readability and performance and DRY up get/post.Douwe Maan2015-02-112-41/+42
|/ / /
| * | Enable git-annex validate accessGitLab2015-02-122-6/+10
| | |
| * | Patch gitlab-shell to work with git-annex-shellDmitriy Zaporozhets2015-02-111-6/+38
|/ /
* | Bump versionv2.4.3Dmitriy Zaporozhets2015-02-101-1/+1
| |
* | Merge branch 'broadcast-message' into 'master'Dmitriy Zaporozhets2015-02-107-0/+152
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print broadcast message if one is available See gitlab/gitlab-ee#241. Uses gitlab/gitlabhq!1486. Text is centered automatically: ``` ================================================================================ Maintenance window planned from 7AM to 9AM PST. ================================================================================ ``` Longer text is wrapped automatically: ``` ================================================================================ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur mi ac risus dapibus, sed rutrum eros elementum. Nunc id elit justo. Duis sagittis, orci quis fringilla tempus, odio ipsum convallis mauris, in porta quam nisi ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed sit amet blandit diam. Quisque euismod dolor in ligula euismod aliquet in non libero. Aenean gravida ac augue vel laoreet. Phasellus vitae dictum tellus. In euismod dui sed odio tempus, eget lacinia ante fermentum. Nullam lacinia bibendum sollicitudin. Aenean et consequat felis. Curabitur libero orci, varius ac ultrices laoreet, blandit eu neque. Nullam eget semper nunc, id porta lorem. Phasellus at bibendum lorem, vitae sodales arcu. ================================================================================ ``` Existing linebreaks are respected: ``` ================================================================================ Planned maintenance windows: February 8 7AM - 9AM February 9 7AM - 8AM ================================================================================ ``` See merge request !53
| * Print broadcast message if one is available.Douwe Maan2015-02-097-0/+152
|/
* Fix gitlab-shell access for any kind of branchv2.4.2Dmitriy Zaporozhets2015-01-281-1/+2
|
* Bump gitlab-shell versionDmitriy Zaporozhets2015-01-282-1/+4
|
* Join changes in GitlabNet libraryDmitriy Zaporozhets2015-01-281-1/+1
|
* Merge branch 'create_hooks_response' into 'master'Dmitriy Zaporozhets2015-01-201-1/+6
|\ | | | | | | | | | | | | | | Create hooks response Related to https://dev.gitlab.org/gitlab/gitlabhq/issues/1900 See merge request !52
| * Return true if no action was needed during create_hooks. Log to logger ↵Marin Jankovski2015-01-161-1/+6
|/ | | | actions taken.
* Merge branch 'master' of github.com:gitlabhq/gitlab-shellv2.4.1Dmitriy Zaporozhets2015-01-131-1/+1
|\
| * Merge pull request #206 from nerdoc/patch-1Robert Schilling2015-01-021-1/+1
| |\ | | | | | | typo in message: "accesible" -> "accessible"
| | * double quotes to single quotesChristian González2015-01-021-1/+1
| | |
| | * typo in message: "accesible" -> "accessible"Christian González2015-01-011-1/+1
| |/
* | Merge branch 'github_importer' into 'master'Dmitriy Zaporozhets2015-01-133-1/+5
|\ \ | | | | | | | | | | | | | | | Github importer See merge request !51
| * | version bumpValery Sizov2015-01-132-1/+4
| | |