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
2019-09-11Add rake task `db:obsolete_ignored_columns`Peter Leitzen
Show a list of obsolete `ignored_columns`
2019-08-22Update docs to pass new markdownlintMarcel Amirault
Deletes extra spaces and line, makes lists consistent, and fixes links.
2019-08-19Merge branch 'remove-mysql-from-dev-docs' into 'master'Evan Read
Remove MySQL references from development docs See merge request gitlab-org/gitlab-ce!31712
2019-08-16Remove MySQL references from development docsNick Thomas
I noticed the doc/development/testing_guide/best_practices.md still referenced the `[run mysql]` tags, etc. They no longer work, so I removed them, then realised I had better clean up the rest of doc/development !
2019-08-16Add rake tasks for migrating leacy uploadsJarka Košanová
- move uploads created by AttachmentUploader - handle also files created for legacy_diff_notes
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-06-19Update the docs to reflect lack of MySQL supportNick Thomas
Now MySQL is no longer supported, we need to change the docs
2019-05-27Use relative URLs in development docsAchilleas Pipinellis
This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
2019-05-22Revert "Merge branch 'revert-04c3c6dd' into 'master'"Rémy Coutable
This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
2019-05-22Revert "Merge branch 'reorganize-tests-jobs-by-level' into 'master'"Kamil Trzciński
This reverts merge request !27514
2019-05-20Reorganize test jobs by levelRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-05-05Docs: Merge EE doc/development to CEMarcel Amirault
2019-04-23Provide a new gitlab:seed:issues taskRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-22Ensure all lists are surrounded by new linesEvan Read
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.
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2019-01-09Backport of elastic-test-repos from EEMario de la Ossa
2018-09-21Correct grammar (setup to set-up) in DocsMarcel Amirault
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