summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #8005 from cirosantilli/settings-to-gitlab-configDmitriy Zaporozhets2014-10-271-3/+3
|\ \ | | | | | | Use Gitlab.config instead of Settings everywhere
| * | Use Gitlab.config instead of Settings everywhereCiro Santilli2014-10-151-3/+3
| | |
* | | Merge pull request #8158 from cirosantilli/basename-dirname-splitRobert Schilling2014-10-251-2/+1
|\ \ \ | | | | | | | | Merge File basename and direname into split
| * | | Merge File basename and direname into splitCiro Santilli2014-10-231-2/+1
| | | | | | | | | | | | | | | | Faster because only does one split in that case.
* | | | Fix import.rake failed import if project name isCiro Santilli2014-10-241-10/+2
| | | | | | | | | | | | | | | | | | | | also an existing namespace. E.g., when trying to import group/root.git, that would fail if there is an user called root.
* | | | Merge pull request #8088 from cirosantilli/sh-str-to-argsJacob Vosmaer2014-10-231-1/+1
|\ \ \ \ | | | | | | | | | | Use argument list for sh instead of string
| * | | | Use argument list for sh instead of stringCiro Santilli2014-10-181-1/+1
| | |/ / | |/| | | | | | | | | | Faster, more portable and less error prone since no shell expansion.
* | | | Merge pull request #8026 from HerrBerg/masterDmitriy Zaporozhets2014-10-221-1/+1
|\ \ \ \ | | | | | | | | | | rake:import:repos: fix exclude wiki regex for importing repositories
| * | | | fix exclude wiki regexHerrBerg2014-10-131-1/+1
| |/ / / | | | | | | | | the new regex allows importing repositories with repository name ending with wiki but still exclude gitlab wiki repositories
* | | | Make gitlab ldap check work for old and new syntaxDmitriy Zaporozhets2014-10-221-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Fix rake gitlab:ldap:checkDmitriy Zaporozhets2014-10-211-30/+10
| |/ / |/| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Replace match with end_with: more readable, fasterCiro Santilli2014-10-181-1/+1
|/ /
* | Update import.rakeMarc Aubé2014-10-071-1/+4
| | | | | | Output a message when a repo is skipped
* | Try wear_merged! without argumentDmitriy Zaporozhets2014-10-011-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add rspec to test_ciDmitriy Zaporozhets2014-09-301-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Separate rake test for simplecovDmitriy Zaporozhets2014-09-301-0/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #7823 from cirosantilli/test-fetch-shellDmitriy Zaporozhets2014-09-241-1/+4
|\ \ | | | | | | Only clone GitLab Shell on tests if necessary.
| * | Only clone GitLab Shell on tests if necessary.Ciro Santilli2014-09-221-1/+4
| | |
* | | Merge branch '7-4-pre' into 'master'Dmitriy Zaporozhets2014-09-222-11/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7.4 development Development branch during `master` code freeze for 7.3 See merge request !1096
| * \ \ Merge branch 'refator-members-logic' of ↵Dmitriy Zaporozhets2014-09-172-11/+11
| |\ \ \ | | |/ / | |/| | | | | | https://dev.gitlab.org/dzaporozhets/gitlabhq into 7-4-pre
| | * | Replace old references of users_project & users_groupDmitriy Zaporozhets2014-09-141-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-142-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Support sockets in 'rake gitlab:shell:install'Jacob Vosmaer2014-09-221-4/+9
|/ / /
* | | Check for hooks directory symlink in gitlab:checkJacob Vosmaer2014-09-161-62/+17
|/ /
* | Use create-hooks instead of rewrite-hooks.shJacob Vosmaer2014-09-081-2/+2
| | | | | | | | | | The rewrite-hooks.sh script is a deprecated wrapper for gitlab-shell's create-hooks script.
* | change git to git bin pathBen Bodenmiller2014-08-301-4/+4
| |
* | Write authorized_keys in tmp/tests during testsJacob Vosmaer2014-08-261-1/+1
| | | | | | | | | | This should reduce the number of gitlab-shell error messages while the tests run.
* | Add rake task to drop a project's PostReceive jobsJacob Vosmaer2014-08-211-0/+47
| |
* | Merge pull request #7441 from bbodenmiller/patch-7Dmitriy Zaporozhets2014-08-131-2/+4
|\ \ | | | | | | add git config --global core.autocrlf check
| * | add git config --global core.autocrlf checkBen Bodenmiller2014-08-041-2/+4
| | | | | | | | | core.autocrlf was added to install guide in https://github.com/gitlabhq/gitlabhq/commit/2d681c0d1ed14bf23c041aa04fa3e77caceda9a1 but not added to check script
* | | Fix markdown tests. Use new repo for testing. Fixed gitlab-shell test setupDmitriy Zaporozhets2014-07-311-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Get gitlab-shell verion from file for install rake taskDmitriy Zaporozhets2014-07-311-1/+2
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Check ruby version to be >= 2.0.0Dmitriy Zaporozhets2014-07-231-0/+18
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove duplicated calls.Marin Jankovski2014-07-071-18/+11
|
* Add sanitize option to gitlab check rake task.Marin Jankovski2014-07-071-3/+26
|
* Merge pull request #7208 from MrMarvin/ce_rake_cleanup_ldap_usersDmitriy Zaporozhets2014-07-041-0/+24
|\ | | | | Adds rake task to clean up deleted LDAP users
| * adds rake task to clean up deleted LDAP usersMarvin Frick2014-06-261-0/+24
| |
* | Merge pull request #7170 from cirosantilli/add-trailing-newlinesSytse Sijbrandij2014-06-301-1/+1
|\ \ | |/ |/| [minor-refactor] Add trailing newline to all text files.
| * Add trailing newline to all text files.Ciro Santilli2014-06-211-1/+1
| | | | | | | | Present in the large majority of files of each respective type.
* | Patch `rake cache:clear` for large amounts of keysJacob Vosmaer2014-06-201-1/+6
|/
* Skip init script checks on omnibus-gitlabJacob Vosmaer2014-06-121-0/+14
| | | | Omnibus-gitlab does not use the init script.
* Update check task and add to monthly release doc lines about ↵Marin Jankovski2014-06-101-1/+17
| | | | gitlab_shell_version file.
* Splitted the Spinach tests to prevent time-outsJeroen van Baarsen2014-06-041-0/+21
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Bump gitlab-shell versionDmitriy Zaporozhets2014-05-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #6882 from Tandrial/masterDmitriy Zaporozhets2014-05-301-1/+1
|\ | | | | Satellites access fix
| * Satellites access fixMichael Krane2014-04-271-1/+1
| |
* | Remove old rake taskDmitriy Zaporozhets2014-05-281-111/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Move from script to bin directory.Marin Jankovski2014-05-272-5/+5
| |
* | Fix syntax errorDmitriy Zaporozhets2014-05-272-4/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix test.rakeDmitriy Zaporozhets2014-05-261-3/+2
| |