- 10 Feb, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
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
-
- 09 Feb, 2015 1 commit
-
-
Douwe Maan authored
-
- 29 Jan, 2015 3 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 20 Jan, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Create hooks response Related to https://dev.gitlab.org/gitlab/gitlabhq/issues/1900 See merge request !52
-
- 17 Jan, 2015 1 commit
-
-
Marin Jankovski authored
-
- 13 Jan, 2015 4 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Github importer See merge request !51
-
Valery Sizov authored
-
Valery Sizov authored
-
- 02 Jan, 2015 2 commits
-
-
Robert Schilling authored
typo in message: "accesible" -> "accessible"
-
Christian González authored
-
- 01 Jan, 2015 1 commit
-
-
Christian González authored
-
- 15 Dec, 2014 2 commits
-
-
Sytse Sijbrandij authored
Update changelog See merge request !50
-
Valery Sizov authored
-
- 26 Nov, 2014 1 commit
-
-
Jacob Vosmaer authored
Fix custom hook output
-
- 25 Nov, 2014 2 commits
-
-
Valery Sizov authored
Add missing 'require_relative' in gitlab_net.rb Prevent 'uninitialized constant GitlabNet::GitAccessStatus'. See merge request !49
-
Jacob Vosmaer authored
Without this 'require' statement, you get the following error: ``` $ git ls-remote origin /home/git/gitlab-shell/lib/gitlab_net.rb:30:in `check_access': uninitialized constant GitlabNet::GitAccessStatus (NameError) from /home/git/gitlab-shell/lib/gitlab_shell.rb:63:in `validate_access' from /home/git/gitlab-shell/lib/gitlab_shell.rb:24:in `exec' from /home/git/gitlab-shell/bin/gitlab-shell:16:in `<main>' fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ```
-
- 24 Nov, 2014 2 commits
-
-
Valery Sizov authored
Better git hook messages DZ already merged it but we had to revert it because of lack of time to deploy to dev. See merge request !48
-
Valery Sizov authored
This reverts commit f8453da5.
-
- 20 Nov, 2014 1 commit
-
-
Jacob Vosmaer authored
At least the following things were broken: - missing require for 'gitlab_access_status' in lib/gitlab_net.rb - gitlabhq master internal API returns 'true' or 'false', gitlab-shell expects JSON This reverts commit 11311a95, reversing changes made to 45444597.
-
- 19 Nov, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: VERSION
-
Valery Sizov authored
Revert broken things See merge request !6
-
Valery Sizov authored
-
Valery Sizov authored
This reverts commit cd9e7963.
-
- 18 Nov, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Drew Blessing authored
-
Dmitriy Zaporozhets authored
Delete tags and branches that start with hyphen
-
Dmitriy Zaporozhets authored
Restore hooks PATH before calling ruby.
-
- 17 Nov, 2014 1 commit
-
-
Ciro Santilli authored
-
- 14 Nov, 2014 1 commit
-
-
Valery Sizov authored
-
- 11 Nov, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Nov, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add custom hook support to CHANGELOG
-
Drew Blessing authored
-
Dmitriy Zaporozhets authored
Custom hooks
-
- 06 Nov, 2014 1 commit
-
-
jkbzh authored
- Reset G_ID if the custom pre-receive hook fails - Use a pipe to feed stdin to the custom pre- and post-receive hooks, in the same way that the standalone git works
-
- 05 Nov, 2014 1 commit
-
-
Drew Blessing authored
-