summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Use `File::exist?` instead of `File::exists?`bogdanvlviv2016-08-112-11/+11
* Rename `run` task helper method to prevent conflict with StateMachineRobert Speicher2016-08-093-13/+13
* Fix Rename `add_users_into_project` and `projects_ids`Herminio Torres2016-08-042-8/+8
* Update the gitlab-shell version in the tmp/tests directory to the right versionupdate-gitlab-shell-in-testsStan Hu2016-08-031-2/+8
* Disable MySQL foreign key checks before dropping all tablesDrew Blessing2016-07-251-0/+7
* Merge branch 'migration-downtime-tags' into 'master' Robert Speicher2016-07-201-0/+15
|\
| * Added checks for migration downtimemigration-downtime-tagsYorick Peterse2016-07-201-0/+15
* | Use limit parameter rather than hardcoded valueM. Ricketts2016-07-201-1/+1
* | Added Rake task for tracking deploymentsdeployment-trackingYorick Peterse2016-07-191-0/+9
|/
* Merge branch 'fix_restore_warning' into 'master' Rémy Coutable2016-06-301-1/+2
|\
| * Fix restore warning messageDrew Blessing2016-06-281-1/+2
* | Create (if necessary) and link the gitlab-shell secret file on the rake insta...shardsAlejandro Rodríguez2016-06-291-0/+2
* | Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-297-172/+191
|/
* added nice to have - rake task and some changes to docsJames Lopez2016-06-211-0/+13
* fixup! override content methodZ.J. van de Weg2016-06-201-1/+1
* Incorporate reviewZ.J. van de Weg2016-06-201-8/+10
* Run rake gitlab:update_templatesZ.J. van de Weg2016-06-201-1/+1
* Implement backend gitlab ci dropdownZ.J. van de Weg2016-06-201-32/+23
* Refactor Gitlab::GitignoresZJ van de Weg2016-06-202-46/+61
* 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