summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Properly quote table name in Rake task for MySQL and PostgreSQL compatibilityfix-issue-15259-postgresqlStan Hu2016-06-091-1/+1
* Merge branch 'fix_issue_15259' into 'master' Stan Hu2016-06-091-1/+1
|\
| * Fix bug with SQL syntax error during backup restorationDaniel Beyer2016-05-271-1/+1
* | Fix missed colorize methods.Connor Shea2016-06-061-1/+1
* | Replace colorize gem with rainbow.Connor Shea2016-06-0313-185/+185
|/
* Switch the gitlab:db:configure task to use tables.any? instead of looking spe...DJ Mountney2016-05-251-1/+1
* Update hash syntax and add changelog for the gitlab:db:configure rake taskDJ Mountney2016-05-251-2/+1
* Add a gitlab:db:configure rake task to handle conditionally seeding or migrat...DJ Mountney2016-05-251-0/+11
* Fix backups if registry is disabledKamil Trzcinski2016-05-231-6/+14
* Update API and fetching taskZeger-Jan van de Weg2016-05-201-12/+32
* Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-201-0/+26
* Fixed advice on invalid permissions on upload pathJazz2016-05-191-1/+1
* Added backup of container registryKamil Trzcinski2016-05-161-0/+21
* Add if exists to drop commandDrew Blessing2016-05-091-1/+3
* Rake drop tables with cascadeDrew Blessing2016-05-031-1/+4
* Use rake db:reset instead of db:setupYorick Peterse2016-04-141-1/+1
* Improve and finish the fallback to the In-Reply-To and References header for ...2364-fallback-to-in-reply-to-headerRémy Coutable2016-03-251-15/+0
* Reload the schema before restoring a database backupDrew Blessing2016-03-212-8/+61
* Bump Git version requirement to 2.7.3Douwe Maan2016-03-151-1/+1
* web hooks to webhooksashleys2016-03-101-7/+7
* Fix `gitlab:incoming_email:check` task.Douwe Maan2016-02-291-4/+6
* Merge branch 'uploads-700' into 'master' revert-53176717Marin Jankovski2016-02-231-6/+7
|\
| * Simplify permissions creationuploads-700Achilleas Pipinellis2016-02-101-1/+1
| * Restrict permissions on public/uploadsAchilleas Pipinellis2016-02-091-6/+7
* | Remove remaining sqlite method callAchilleas Pipinellis2016-02-171-1/+0
* | Remove sqlite check in raketaskremove_sqlite_checkAchilleas Pipinellis2016-02-101-18/+0
|/
* Prevent StateMachine warnings from outputting during a cron taskRobert Speicher2016-01-151-0/+3
* Disable colorization if STDOUT is not a ttyRobert Speicher2016-01-121-0/+2
* Suggest prefacing find command with sudo when base permissions are wrongStan Hu2016-01-051-1/+1
* Merge branch 'add_user_repo_integrity_rake_task' into 'master' Robert Speicher2015-12-151-4/+52
|\
| * [ci skip] Add user repository integrity check rake taskDrew Blessing2015-12-141-4/+52
* | Bump Redis requirement to 2.8 for Sidekiq 4 requirementsStan Hu2015-12-121-1/+1
|/
* Update project repository size and commit count during import:repos taskStan Hu2015-12-081-0/+2
* Merge branch 'sync-all-repos' into 'master' Douwe Maan2015-12-081-0/+17
|\
| * Detect project and namespace changes in list:reposJacob Vosmaer2015-12-081-3/+4
| * Merge branch 'master' into sync-all-reposJacob Vosmaer2015-12-087-84/+94
| |\
| * | Add "rake gitlab:list_repos" taskJacob Vosmaer2015-09-251-0/+16
* | | Merge branch 'master' into rake-tasks-gitZeger-Jan van de Weg2015-12-071-11/+1
|\ \ \ | | |/ | |/|
| * | Remove usage of Coloredrs-update-colorizeRobert Speicher2015-11-241-11/+1
* | | Merge branch 'master' into rake-tasks-gitZeger-Jan van de Weg2015-11-241-0/+42
|\ \ \ | |/ /
| * | Backup LFS objects same as any upload.Marin Jankovski2015-11-191-0/+21
| * | Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+21
* | | Merge branch 'master' into rake-tasks-gitZeger-Jan van de Weg2015-11-112-39/+12
|\ \ \ | |/ /
| * | Replace all usages of `git` command with configurable binary pathrs-git-bin-pathRobert Speicher2015-11-032-6/+6
| * | Fix regex in redis version checkBenny Schimmer2015-10-191-1/+1
| * | Make Reply by email easier to configureDouwe Maan2015-10-131-32/+5
* | | Scalable way of requesting all reposZeger-Jan van de Weg2015-10-142-9/+16
* | | Added three rake tasks for repository maintainanceZeger-Jan van de Weg2015-10-142-0/+56
|/ /
* | Merge branch 'rs-2fa-task' into 'master' Jacob Vosmaer2015-10-091-0/+23
|\ \
| * | Add output and confirmation to gitlab:two_factor:disable_for_all_usersrs-2fa-taskRobert Speicher2015-10-081-2/+15