summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
* ability to skip some items in backupbackup_skip_optionValery Sizov2015-04-021-9/+24
|
* Include brakeman in rake testDmitriy Zaporozhets2015-03-291-0/+1
|
* Fix newline spacing after authorized_keys rebuildAndrew Tomaka2015-03-201-0/+1
|
* Merge branch 'bugfix/block_ldap_users_cronjob' into 'master'Dmitriy Zaporozhets2015-03-191-4/+5
|\ | | | | | | | | | | | | | | | | | | Fixed rake task gitlab:cleanup:block_removed_ldap_users Maybe not the most elegant solution, but it works for us. This closes issue gitlab-org/gitlab-ce#955. See merge request !338
| * fixed rake task to block removed ldap usersDaniel Steinborn2015-02-161-4/+5
| |
* | Dont exit from brakeman rake taskDmitriy Zaporozhets2015-03-191-1/+1
| |
* | Let the server fix unconfigured gitZeger-Jan van de Weg2015-03-162-10/+31
| |
* | Add active users to gitlab:checkDmitriy Zaporozhets2015-03-101-0/+5
| |
* | Add brakeman and jasmineDmitriy Zaporozhets2015-03-021-1/+1
| |
* | Add brakeman rake task and improve code securityDmitriy Zaporozhets2015-03-021-1/+1
| |
* | Add rake task for brakemanDmitriy Zaporozhets2015-03-021-0/+9
|/
* Dont load rubocop in prod envDmitriy Zaporozhets2015-02-031-2/+4
|
* Add rubocop to rake test and rake test_ciDmitriy Zaporozhets2015-02-023-1/+4
|
* Fix semaphore spinach tagsDmitriy Zaporozhets2015-01-291-2/+2
|
* Skip tricky test for semaphoreDmitriy Zaporozhets2015-01-291-1/+7
|
* Merge branch 'master' into 'master'Dmitriy Zaporozhets2015-01-201-0/+1
|\ | | | | | | | | | | | | | | print validation errors when gitlab-rake gitlab:import:repos fails for project Currently, when gitlab-rake gitlab:import:repos is not able to import a project it justs prints "Failed trying to create project" to the console. There seems to be no way to find out what exactly has failed. Since the check uses validation, it should at least print the validation issues. That might be a bit cryptic, but may be better than leaving the user in the dark completely. See merge request !147
| * print validation errors when import failsBastian Krol2014-07-091-0/+1
| |
* | Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets2015-01-151-1/+1
|\ \ | | | | | | Replace regex methods by string ones since faster and more readable
| * | Replace regex methods by string ones since fasterCiro Santilli2014-12-281-1/+1
| | | | | | | | | | | | and more readable.
* | | Make view link come first so I don't have to mouse to the end of the email line.Sytse Sijbrandij2015-01-141-1/+1
|/ /
* | Use a different name of the method to check if sanitize is enabled in check ↵Marin Jankovski2014-12-221-2/+2
| | | | | | | | task.
* | Merge pull request #8256 from cirosantilli/rm-unused-has_gitlab_shell3Robert Schilling2014-12-211-4/+0
|\ \ | | | | | | Remove unused has_gitlab_shell3? method
| * | Remove unused has_gitlab_shell3? methodCiro Santilli2014-11-051-4/+0
| | |
* | | Don't forget to splat.Marin Jankovski2014-12-121-4/+4
| | |
* | | Use system where only return result is needed.Marin Jankovski2014-12-121-8/+7
| | |
* | | Use shell invocation according to the shell commands guidelines.Marin Jankovski2014-12-111-4/+20
| | |
* | | Add rake task for google schema whitelisting.Marin Jankovski2014-12-041-0/+73
| | |
* | | Explain why we create a StringIOJacob Vosmaer2014-11-201-0/+2
| | |
* | | Add CRON=1 backup setting for quiet backupsJacob Vosmaer2014-11-201-12/+23
| | |
* | | Revert "gitlab shell works if multiple rubies installed"Dmitriy Zaporozhets2014-11-181-9/+3
| | | | | | | | | | | | This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944.
* | | gitlab shell works if multiple rubies installedCiro Santilli2014-11-181-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb.
* | | Merge pull request #8291 from MrMarvin/fix/ldap_cleanup_taskJacob Vosmaer2014-11-121-2/+2
|\ \ \ | | | | | | | | fixes the `block_removed_ldap_users` rake task
| * | | fixes the `block_removed_ldap_users` rake taskMarvin Frick2014-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In e23a26a (and later 1bc9936) the API for Gitlab::LDAP::Adapter was changed. I assume this rake task was an oversight in the refactoring of the changed class. While being on it, I noticed that already blocked users cannot be blocked again.
* | | | Merge remote-tracking branch 'origin/master' into backup_restore_drop_sequencesValery Sizov2014-11-122-9/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: CHANGELOG
| * | | Merge pull request #8254 from cirosantilli/factor-get-shell-versionDmitriy Zaporozhets2014-11-082-8/+4
| |\ \ \ | | | | | | | | | | Factor GITLAB_SHELL_VERSION get method
| | * | | Factor GITLAB_SHELL_VERSION get methodCiro Santilli2014-11-052-8/+4
| | |/ /
| * | | Factor using Repository#path_to_repoCiro Santilli2014-11-051-1/+1
| |/ /
* | | Drop all Postgres sequences during backup restoreJacob Vosmaer2014-10-281-0/+10
|/ /
* | 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
|/ /