summaryrefslogtreecommitdiff
path: root/doc/development/rake_tasks.md
Commit message (Collapse)AuthorAgeFilesLines
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-0/+1
| | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Backport of elastic-test-repos from EEMario de la Ossa2019-01-081-0/+8
|
* Correct grammar (setup to set-up) in DocsMarcel Amirault2018-09-211-1/+1
|
* Bump grape-path-helpers to 1.0.2 to get updated Rake task namingStan Hu2018-06-061-0/+17
| | | | Add development documentation on how to generate a list of routes
* Clean up docsblackst0ne2018-05-141-4/+1
|
* Add docs for persistent `ActiveRecord::PendingMigrationError` with Springdocs/spring-db-migration-errorEric Eastwood2018-03-011-0/+6
|
* doc: Spelling fixesVille Skyttä2018-01-191-1/+1
|
* Fix instructions for creating project templatesSean McGivern2017-11-281-1/+1
| | | | Sidekiq has to be running too.
* Regenerate emoji digests with latest gemojioneEric Eastwood2017-11-141-0/+10
|
* 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