- Sep 04, 2019
-
-
Specifies that background migrations should be scheduled as post deployment migrations
-
Indicate it's the author's responsibility to prepare the merge request for a database review
-
- Sep 03, 2019
-
-
This documents the various knowledge needed to add new GitLab self-monitoring Prometheus metrics.
-
Balasankar C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
This is overdue, and some of the suggestions are embarrassing, but this is how we actually develop Danger today.
-
- Sep 02, 2019
-
-
- Aug 30, 2019
-
-
Stan Hu authored
This is to accomodate prepended modules.
-
-
Ash McKenzie authored
rails_helper.rb's only logic was to require spec_helper.rb.
-
- Aug 29, 2019
-
-
Shan authored
-
Shan authored
-
Shan authored
-
dineshpanda authored
-
Mark Florian authored
- Reword relationship between Jest/Karma/Jasmine - Prefer inline URLs, per the [docs] [docs]: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links
-
-
- Aug 28, 2019
-
-
Arun Kumar Mohan authored
-
- New redirect doc/user/application_security/license_compliance/index.md - Renaming of images. - Some links that were pointing to the old location are fixed.
-
Achilleas Pipinellis authored
Those guidelines where based on https://gitlab.com/gitlab-org/gitlab-docs/issues/311 which seems to be fixed.
-
Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
-
- Aug 27, 2019
-
-
David Wilkins authored
- previous link engineering/quality/guidelines/test-engineering/test-design is missing and apparently should be engineering/quality/test-engineering/#test-heuristics
-
Evan Read authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Currently, the DB migrations guide says that "you must" use non-blocking operations (such as CREATE INDEX CONCURRENTLY), always. But this does not make sense in cases of empty tables and leads to splitting the work to multiple non-atomic (with disable_ddl_transaction!) DB migrations. To follow KISS principle, to have fewer DB migrations steps, to have them atomic when it's possible and simplify deployment and troubleshooting, the following exceptions were added to the doc: - index creation, - index dropping, - defining an FK, - adding a column with DEFAULT,
-
Made it clear the pages are about feature flags, and not documentation.
-
Clean up capitalization in /development /gitlab-basics and /install
-
- Aug 26, 2019
-
-
Change from ruby mdl to node markdownlint, add config file to root of project, delete old config file, update exceptions, and fix one doc that was didn't meet standards
-
Zeger-Jan van de Weg authored
The flag defaulted to true, so there's no change unless users turned it off. Given there's a lack of issues regarding object pools, this should be OK.
-
-
- Aug 23, 2019
-
-
Achilleas Pipinellis authored
-
Explain Workhorse acceleration features
-
- Aug 22, 2019
-
-
Includes a new database case study about all the approaches taken to store and update the namespace statistics in a performan manner performant approach to store and update the namespaces statistics
-
Marcel Amirault authored
-
Deletes extra spaces and line, makes lists consistent, and fixes links.
-
- Aug 21, 2019
-
-
Stan Hu authored
-
Stan Hu authored
-
Winnie Hellmann authored
-
Mark Chao authored
Doc for multi-indices archtecture
-