summaryrefslogtreecommitdiff
path: root/doc/development/rake_tasks.md
Commit message (Collapse)AuthorAgeFilesLines
* After merge cleanupZ.J. van de Weg2017-08-071-0/+17
|
* Add more notes about developer seedsLin Jen-Shin (godfat)2017-07-131-0/+50
|
* Elaborate on the usage of Springdocs/31692-elaborate-on-spring-instructionsRémy Coutable2017-05-031-6/+16
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Creates Frontend Style guideFilipa Lacerda2017-03-221-0/+14
|
* Replace teaspoon references with Karmareplace-teaspoon-referencesClement Ho2017-02-101-5/+5
|
* Remove unused `gitlab:generate_docs` Rake taskrs-remove-sdocRobert Speicher2016-11-031-8/+0
| | | | | This was the only thing using the `sdoc` gem, which was blocking another gem from updating.
* Add 'run tests' docs from GDKJacob Vosmaer2016-08-051-4/+26
|
* 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