summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* Update jasmine:ci task to use teaspoonRobert Speicher2015-05-281-1/+1
|
* Ensure that the first added admin performs repository importsFotis Gimian2015-05-151-1/+1
|
* Merge branch 'brakeman-level'Dmitriy Zaporozhets2015-05-121-0/+2
|\ | | | | | | | | Conflicts: lib/tasks/brakeman.rake
| * We would like to pass 'brakeman -w2'Jacob Vosmaer2015-05-111-0/+2
| |
* | Follow shell command guidelines in Brakeman taskJacob Vosmaer2015-05-111-1/+1
|/ | | | | | There is no real issue here because the shell command is completely static, but it is still nicer to just follow the guidelines in doc/development/shell_commands.md .
* Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets2015-05-081-0/+12
|\ | | | | | | | | | | | | | | | | | | Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews. :clap: Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599
| * Remove 'jasmine' gemRobert Speicher2015-05-061-0/+12
| | | | | | | | | | | | jasmine-rails still requires it as a dependency, but for some reason running `rake jasmine:ci` produced test failures but `rake spec:javascript` didn't.
* | Revert "Allow to configure smtp and sendmail in gitlab.yml"Dmitriy Zaporozhets2015-05-061-1/+1
|/
* Allow to configure smtp and sendmail in gitlab.ymlJakub Jirutka2015-05-061-1/+1
|
* Add a rake task to automatically restart foreman when changes occurjubianchi2015-04-271-0/+5
|
* fix redis 3.0.0tonic2015-04-251-1/+2
|
* Add new rake taskVinnie Okada2015-04-151-0/+17
| | | | Add a task that checks repository integrity with `git fsck`.
* 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
|/ /