summaryrefslogtreecommitdiff
path: root/doc/development/rake_tasks.md
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Gemojione from 2.6.1 to 3.0.1.Connor Shea2016-07-181-0/+5
| | | | | | | | | | | | | | | | This adds the 2016 emoji as well as support for using SVG images instead of PNGs. It also fixes a number of incorrectly categorized emoji and other minor issues. Upgrade Rake task for Gemojione 3.0.0 and generate sprites. Upgrade aliases.json by pulling down index.json from the gemojione repository and running the generate_aliases.rb file. Changelog: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md#v301-2016-07-16 For the specific emoji added to the Unicode standard, see: http://emojione.com/releases/2.2.4/ Huge kudos to Jonathan Wiesel (@jonathanwiesel) for his work on the gemojione gem!
* Added basic docs for the Emoji Rake tasksdocument-emoji-rake-tasksYorick Peterse2016-06-231-0/+20
| | | | | | Fixes gitlab-org/gitlab-ce#14794 gitlab-com/performance#13 [ci skip]
* Use rake db:reset instead of db:setupYorick Peterse2016-04-141-1/+1
| | | | | | | | | | | | Using db:reset ensures existing tables are first dropped. This in turn ensures that we can drop tables regardless of any foreign key constraints. While CE currently doesn't have any foreign keys EE defines the following relation: remote_mirrors.project_id -> projects.id MySQL will complain whenever you try to drop the "projects" table first even when using "DROP TABLE ... CASCADE".
* Fix typo in rake task docRobert Schilling2015-10-311-1/+1
|
* Fix `rake services:doc` generationStan Hu2015-09-031-0/+6
| | | | [ci skip]
* Remove warning from db seed since it is called by db setup.Sytse Sijbrandij2014-12-041-1/+2
|
* Fix notifications for developers that don't read the documentation.Sytse Sijbrandij2014-12-041-1/+4
|
* Fixed typos in Development - Rake Tasks docRob Taylor2014-07-311-3/+3
|
* Add doc file for dev rake tasksDmitriy Zaporozhets2014-04-241-0/+25