- Feb 17, 2015
-
-
Dmitriy Zaporozhets authored
-
- Feb 16, 2015
-
-
Dmitriy Zaporozhets authored
Git annex disabled by default cc @sytse See merge request !57
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
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
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Feb 14, 2015
-
-
Dmitriy Zaporozhets authored
-
- Feb 12, 2015
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Conflicts: lib/gitlab_shell.rb
-
GitLab authored
-
Dmitriy Zaporozhets authored
Log full Net::HTTP error. See merge request !56
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
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
-
- Feb 11, 2015
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
-
- Feb 10, 2015
-
-
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
- Feb 09, 2015
-
-
Douwe Maan authored
-
- Jan 29, 2015
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
- Jan 20, 2015
-
-
Dmitriy Zaporozhets authored
Create hooks response Related to https://dev.gitlab.org/gitlab/gitlabhq/issues/1900 See merge request !52
-
- Jan 17, 2015
-
-
Marin Jankovski authored
-
- Jan 13, 2015
-
-
Dmitriy Zaporozhets authored
Github importer See merge request !51
-
Valery Sizov authored
-
Valery Sizov authored
- Jan 02, 2015
-
-
Robert Schilling authored
typo in message: "accesible" -> "accessible"
-
Christian González authored
-
- Jan 01, 2015
-
-
Christian González authored
-
- Dec 15, 2014
-
-
Sytse Sijbrandij authored
Update changelog See merge request !50
-
Valery Sizov authored
-
- Nov 26, 2014
-
-
Jacob Vosmaer authored
Fix custom hook output
-
- Nov 25, 2014
-
-
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. ```
-
- Nov 24, 2014
-
-
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.
-
- Nov 20, 2014
-
-
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.
-