Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Return true from GitlabPostReceive to ensure custom hooks run. | Douwe Maan | 2015-02-23 | 1 | -1/+3 | |
|/ / | ||||||
* | | Merge branch 'better-readme' into 'master' | Dmitriy Zaporozhets | 2015-02-21 | 1 | -5/+58 | |
|\ \ | | | | | | | | | | | | | | | | Update readme after Saturday morning conversation with Dmitriy. See merge request !61 | |||||
| * | | Make key authorization easier to understand. | Sytse Sijbrandij | 2015-02-21 | 1 | -3/+2 | |
| | | | ||||||
| * | | Better title and description. | Sytse Sijbrandij | 2015-02-21 | 1 | -1/+3 | |
| | | | ||||||
| * | | Update readme after Saturday morning conversation with Dmitriy. | Sytse Sijbrandij | 2015-02-21 | 1 | -5/+57 | |
|/ / | ||||||
* | | Add note about centos for git-annex. | Marin Jankovski | 2015-02-20 | 1 | -0/+1 | |
| | | ||||||
* | | Add a comment about gitlab-shell. | Marin Jankovski | 2015-02-20 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'less_if_nesting' into 'master' | Dmitriy Zaporozhets | 2015-02-20 | 1 | -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 Vosmaer | 2015-02-20 | 1 | -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.3 | Dmitriy Zaporozhets | 2015-02-19 | 2 | -1/+4 | |
| | | ||||||
* | | Immediatly raise exception if git-annex is disabled | Dmitriy Zaporozhets | 2015-02-19 | 1 | -17/+25 | |
| | | ||||||
* | | Safer line sub for git-annex commandv2.5.2 | Dmitriy Zaporozhets | 2015-02-18 | 3 | -2/+5 | |
| | | ||||||
* | | Improve broadcast message logicv2.5.1 | Dmitriy Zaporozhets | 2015-02-18 | 6 | -13/+14 | |
| | | | | | | | | | | Expect broadcast message API endpoint to return 200 with empty JSON if no broadcast messages available | |||||
* | | Bump versionv2.5.0 | Dmitriy Zaporozhets | 2015-02-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'git-annex-fix' into 'master' | Dmitriy Zaporozhets | 2015-02-17 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | | | | Git annex fix See merge request !58 | |||||
| * | | Fix syntax of git init command | Dmitriy Zaporozhets | 2015-02-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix git-annex init repo | Dmitriy Zaporozhets | 2015-02-17 | 1 | -3/+3 | |
|/ / | ||||||
* | | Update CHANGELOG | Dmitriy Zaporozhets | 2015-02-16 | 1 | -0/+1 | |
| | | ||||||
* | | Make fixes to pass rubocop | Dmitriy Zaporozhets | 2015-02-16 | 4 | -11/+10 | |
| | | ||||||
* | | Add rubocop to gitlab-shell | Dmitriy Zaporozhets | 2015-02-16 | 3 | -0/+985 | |
| | | ||||||
* | | Merge branch 'git-annex-disabled' into 'master' | Dmitriy Zaporozhets | 2015-02-16 | 4 | -4/+10 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Git annex disabled by default cc @sytse See merge request !57 | |||||
| * | | Disable git-annex by default | Dmitriy Zaporozhets | 2015-02-16 | 4 | -4/+10 | |
|/ / | ||||||
* | | Merge branch 'git-annex' into 'master' | Dmitriy Zaporozhets | 2015-02-16 | 6 | -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 tests | Dmitriy Zaporozhets | 2015-02-16 | 1 | -1/+9 | |
| | | | ||||||
| * | | Add config option to disable git-annex | Dmitriy Zaporozhets | 2015-02-16 | 3 | -4/+13 | |
| | | | ||||||
| * | | Enable git-annex on first command | Dmitriy Zaporozhets | 2015-02-13 | 3 | -38/+72 | |
| | | | ||||||
| * | | Improve logging for git-annex | Dmitriy Zaporozhets | 2015-02-12 | 1 | -1/+4 | |
| | | | ||||||
| * | | Bump version | Dmitriy Zaporozhets | 2015-02-12 | 2 | -1/+4 | |
| | | | ||||||
| * | | Merge branch 'master' into git-annex | Dmitriy Zaporozhets | 2015-02-12 | 8 | -75/+171 | |
| |\ \ | |/ / |/| | | | | | | | | Conflicts: lib/gitlab_shell.rb | |||||
* | | | Merge branch 'log-api-error' into 'master' | Dmitriy Zaporozhets | 2015-02-12 | 3 | -7/+2 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Log full Net::HTTP error. See merge request !56 | |||||
| * | | | Log full Net::HTTP error. | Douwe Maan | 2015-02-12 | 3 | -7/+2 | |
|/ / / | ||||||
* | | | Merge branch 'internal-api-unavailable' into 'master' | Dmitriy Zaporozhets | 2015-02-12 | 8 | -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 Maan | 2015-02-11 | 8 | -32/+134 | |
| | | | | ||||||
| * | | | Refactor: Remove #tap for readability and performance and DRY up get/post. | Douwe Maan | 2015-02-11 | 2 | -41/+42 | |
|/ / / | ||||||
| * | | Enable git-annex validate access | GitLab | 2015-02-12 | 2 | -6/+10 | |
| | | | ||||||
| * | | Patch gitlab-shell to work with git-annex-shell | Dmitriy Zaporozhets | 2015-02-11 | 1 | -6/+38 | |
|/ / | ||||||
* | | Bump versionv2.4.3 | Dmitriy Zaporozhets | 2015-02-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'broadcast-message' into 'master' | Dmitriy Zaporozhets | 2015-02-10 | 7 | -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 Maan | 2015-02-09 | 7 | -0/+152 | |
|/ | ||||||
* | Fix gitlab-shell access for any kind of branchv2.4.2 | Dmitriy Zaporozhets | 2015-01-28 | 1 | -1/+2 | |
| | ||||||
* | Bump gitlab-shell version | Dmitriy Zaporozhets | 2015-01-28 | 2 | -1/+4 | |
| | ||||||
* | Join changes in GitlabNet library | Dmitriy Zaporozhets | 2015-01-28 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'create_hooks_response' into 'master' | Dmitriy Zaporozhets | 2015-01-20 | 1 | -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 Jankovski | 2015-01-16 | 1 | -1/+6 | |
|/ | | | | actions taken. | |||||
* | Merge branch 'master' of github.com:gitlabhq/gitlab-shellv2.4.1 | Dmitriy Zaporozhets | 2015-01-13 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge pull request #206 from nerdoc/patch-1 | Robert Schilling | 2015-01-02 | 1 | -1/+1 | |
| |\ | | | | | | | typo in message: "accesible" -> "accessible" | |||||
| | * | double quotes to single quotes | Christian González | 2015-01-02 | 1 | -1/+1 | |
| | | | ||||||
| | * | typo in message: "accesible" -> "accessible" | Christian González | 2015-01-01 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge branch 'github_importer' into 'master' | Dmitriy Zaporozhets | 2015-01-13 | 3 | -1/+5 | |
|\ \ | | | | | | | | | | | | | | | | Github importer See merge request !51 | |||||
| * | | version bump | Valery Sizov | 2015-01-13 | 2 | -1/+4 | |
| | | |