Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ability to skip some items in backupbackup_skip_option | Valery Sizov | 2015-04-02 | 1 | -9/+24 |
| | |||||
* | Include brakeman in rake test | Dmitriy Zaporozhets | 2015-03-29 | 1 | -0/+1 |
| | |||||
* | Fix newline spacing after authorized_keys rebuild | Andrew Tomaka | 2015-03-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'bugfix/block_ldap_users_cronjob' into 'master' | Dmitriy Zaporozhets | 2015-03-19 | 1 | -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 users | Daniel Steinborn | 2015-02-16 | 1 | -4/+5 |
| | | |||||
* | | Dont exit from brakeman rake task | Dmitriy Zaporozhets | 2015-03-19 | 1 | -1/+1 |
| | | |||||
* | | Let the server fix unconfigured git | Zeger-Jan van de Weg | 2015-03-16 | 2 | -10/+31 |
| | | |||||
* | | Add active users to gitlab:check | Dmitriy Zaporozhets | 2015-03-10 | 1 | -0/+5 |
| | | |||||
* | | Add brakeman and jasmine | Dmitriy Zaporozhets | 2015-03-02 | 1 | -1/+1 |
| | | |||||
* | | Add brakeman rake task and improve code security | Dmitriy Zaporozhets | 2015-03-02 | 1 | -1/+1 |
| | | |||||
* | | Add rake task for brakeman | Dmitriy Zaporozhets | 2015-03-02 | 1 | -0/+9 |
|/ | |||||
* | Dont load rubocop in prod env | Dmitriy Zaporozhets | 2015-02-03 | 1 | -2/+4 |
| | |||||
* | Add rubocop to rake test and rake test_ci | Dmitriy Zaporozhets | 2015-02-02 | 3 | -1/+4 |
| | |||||
* | Fix semaphore spinach tags | Dmitriy Zaporozhets | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | Skip tricky test for semaphore | Dmitriy Zaporozhets | 2015-01-29 | 1 | -1/+7 |
| | |||||
* | Merge branch 'master' into 'master' | Dmitriy Zaporozhets | 2015-01-20 | 1 | -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 fails | Bastian Krol | 2014-07-09 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #8096 from cirosantilli/regex-to-string | Dmitriy Zaporozhets | 2015-01-15 | 1 | -1/+1 |
|\ \ | | | | | | | Replace regex methods by string ones since faster and more readable | ||||
| * | | Replace regex methods by string ones since faster | Ciro Santilli | 2014-12-28 | 1 | -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 Sijbrandij | 2015-01-14 | 1 | -1/+1 |
|/ / | |||||
* | | Use a different name of the method to check if sanitize is enabled in check ↵ | Marin Jankovski | 2014-12-22 | 1 | -2/+2 |
| | | | | | | | | task. | ||||
* | | Merge pull request #8256 from cirosantilli/rm-unused-has_gitlab_shell3 | Robert Schilling | 2014-12-21 | 1 | -4/+0 |
|\ \ | | | | | | | Remove unused has_gitlab_shell3? method | ||||
| * | | Remove unused has_gitlab_shell3? method | Ciro Santilli | 2014-11-05 | 1 | -4/+0 |
| | | | |||||
* | | | Don't forget to splat. | Marin Jankovski | 2014-12-12 | 1 | -4/+4 |
| | | | |||||
* | | | Use system where only return result is needed. | Marin Jankovski | 2014-12-12 | 1 | -8/+7 |
| | | | |||||
* | | | Use shell invocation according to the shell commands guidelines. | Marin Jankovski | 2014-12-11 | 1 | -4/+20 |
| | | | |||||
* | | | Add rake task for google schema whitelisting. | Marin Jankovski | 2014-12-04 | 1 | -0/+73 |
| | | | |||||
* | | | Explain why we create a StringIO | Jacob Vosmaer | 2014-11-20 | 1 | -0/+2 |
| | | | |||||
* | | | Add CRON=1 backup setting for quiet backups | Jacob Vosmaer | 2014-11-20 | 1 | -12/+23 |
| | | | |||||
* | | | Revert "gitlab shell works if multiple rubies installed" | Dmitriy Zaporozhets | 2014-11-18 | 1 | -9/+3 |
| | | | | | | | | | | | | This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944. | ||||
* | | | gitlab shell works if multiple rubies installed | Ciro Santilli | 2014-11-18 | 1 | -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_task | Jacob Vosmaer | 2014-11-12 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | fixes the `block_removed_ldap_users` rake task | ||||
| * | | | fixes the `block_removed_ldap_users` rake task | Marvin Frick | 2014-11-12 | 1 | -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_sequences | Valery Sizov | 2014-11-12 | 2 | -9/+5 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | | | Merge pull request #8254 from cirosantilli/factor-get-shell-version | Dmitriy Zaporozhets | 2014-11-08 | 2 | -8/+4 |
| |\ \ \ | | | | | | | | | | | Factor GITLAB_SHELL_VERSION get method | ||||
| | * | | | Factor GITLAB_SHELL_VERSION get method | Ciro Santilli | 2014-11-05 | 2 | -8/+4 |
| | |/ / | |||||
| * | | | Factor using Repository#path_to_repo | Ciro Santilli | 2014-11-05 | 1 | -1/+1 |
| |/ / | |||||
* | | | Drop all Postgres sequences during backup restore | Jacob Vosmaer | 2014-10-28 | 1 | -0/+10 |
|/ / | |||||
* | | Merge pull request #8005 from cirosantilli/settings-to-gitlab-config | Dmitriy Zaporozhets | 2014-10-27 | 1 | -3/+3 |
|\ \ | | | | | | | Use Gitlab.config instead of Settings everywhere | ||||
| * | | Use Gitlab.config instead of Settings everywhere | Ciro Santilli | 2014-10-15 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #8158 from cirosantilli/basename-dirname-split | Robert Schilling | 2014-10-25 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Merge File basename and direname into split | ||||
| * | | | Merge File basename and direname into split | Ciro Santilli | 2014-10-23 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Faster because only does one split in that case. | ||||
* | | | | Fix import.rake failed import if project name is | Ciro Santilli | 2014-10-24 | 1 | -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-args | Jacob Vosmaer | 2014-10-23 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Use argument list for sh instead of string | ||||
| * | | | | Use argument list for sh instead of string | Ciro Santilli | 2014-10-18 | 1 | -1/+1 |
| | |/ / | |/| | | | | | | | | | | Faster, more portable and less error prone since no shell expansion. | ||||
* | | | | Merge pull request #8026 from HerrBerg/master | Dmitriy Zaporozhets | 2014-10-22 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | rake:import:repos: fix exclude wiki regex for importing repositories | ||||
| * | | | | fix exclude wiki regex | HerrBerg | 2014-10-13 | 1 | -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 syntax | Dmitriy Zaporozhets | 2014-10-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Fix rake gitlab:ldap:check | Dmitriy Zaporozhets | 2014-10-21 | 1 | -30/+10 |
| |/ / |/| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Replace match with end_with: more readable, faster | Ciro Santilli | 2014-10-18 | 1 | -1/+1 |
|/ / |