Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-06Bump grape-path-helpers to 1.0.2 to get updated Rake task namingStan Hu
Add development documentation on how to generate a list of routes
2018-05-14Clean up docsblackst0ne
2018-03-02Add docs for persistent `ActiveRecord::PendingMigrationError` with SpringEric Eastwood
2018-01-19doc: Spelling fixesVille Skyttä
2017-11-28Fix instructions for creating project templatesSean McGivern
Sidekiq has to be running too.
2017-11-15Regenerate emoji digests with latest gemojioneEric Eastwood
2017-08-07After merge cleanupZ.J. van de Weg
2017-07-13Add more notes about developer seedsLin Jen-Shin (godfat)
2017-05-03Elaborate on the usage of SpringRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-22Creates Frontend Style guideFilipa Lacerda
2017-02-10Replace teaspoon references with KarmaClement Ho
2016-11-03Remove unused `gitlab:generate_docs` Rake taskRobert Speicher
This was the only thing using the `sdoc` gem, which was blocking another gem from updating.
2016-08-05Add 'run tests' docs from GDKJacob Vosmaer
2016-07-18Upgrade Gemojione from 2.6.1 to 3.0.1.Connor Shea
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!
2016-06-23Added basic docs for the Emoji Rake tasksYorick Peterse
Fixes gitlab-org/gitlab-ce#14794 gitlab-com/performance#13 [ci skip]
2016-04-14Use rake db:reset instead of db:setupYorick Peterse
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".
2015-11-01Fix typo in rake task docRobert Schilling
2015-09-03Fix `rake services:doc` generationStan Hu
[ci skip]
2014-12-04Remove warning from db seed since it is called by db setup.Sytse Sijbrandij
2014-12-04Fix notifications for developers that don't read the documentation.Sytse Sijbrandij
2014-07-31Fixed typos in Development - Rake Tasks docRob Taylor
2014-04-24Add doc file for dev rake tasksDmitriy Zaporozhets