summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Add clarity to EE feature styles for features introduced before and after 9.2Evan Read2018-09-251-3/+15
|
* Merge branch 'mk/improve-usage-of-request-store' into 'master'Yorick Peterse2018-09-251-2/+3
|\ | | | | | | | | | | | | Resolve "Provide NullStore for RequestStore" Closes #51718 See merge request gitlab-org/gitlab-ce!21848
| * Add note to docs about `Gitlab::SafeRequestStore`Michael Kozono2018-09-241-2/+3
| |
* | Merge branch 'nik-doc-postgres-alignment' into 'master'Yorick Peterse2018-09-251-28/+45
|\ \ | | | | | | | | | | | | Postgres alignment padding – logic fixed See merge request gitlab-org/gitlab-ce!21764
| * | Postgres alignment padding – logic fixed:nik-doc-postgres-alignmentNikolay OOO Sep 14 / Moscow timezone Sep 15-222018-09-201-28/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alignment padding is applied based on the next column's data type, so, for example, we cannot state that for "boolean" (1 byte of data), the alignment is not needed. This commit fixes the logic in the doc. Update ordering_table_columns.md Typos fixed more polishing of text Minor improvements of text style Get rid of two "following" words in one line, having different meanings More text style polishing according @eread's comments
* | | Merge branch 'master' into 'master'Rémy Coutable2018-09-241-0/+1
|\ \ \ | |_|/ |/| | | | | | | | Add Baw-Appie as Korean proofreader See merge request gitlab-org/gitlab-ce!20586
| * | Update proofreader.mdBaw-Appie2018-07-121-1/+1
| | |
| * | Update proofreader.mdBaw-Appie2018-07-121-0/+1
| | |
* | | Correct grammar (setup to set-up) in DocsMarcel Amirault2018-09-217-7/+7
| | |
* | | Merge branch 'fe-modal-link-fix' into 'master'Clement Ho2018-09-211-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fix broken link to modal component source See merge request gitlab-org/gitlab-ce!21830
| * | | Fix broken link to modal component sourceDennis Tang2018-09-201-1/+1
| | | |
* | | | Add Gitlab::Database::Subquery.self_join to delete_all with limitToon Claes2018-09-202-0/+64
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | `delete_all` doesn't support limit, so you'd need to subquery that. And instead of subquerying with `where(id: query)`, it's better to use an `INNER JOIN`. This method also works with MySQL, while subquerying doesn't (without another layer of subquerying) Reference: https://stackoverflow.com/questions/17892762/mysql-this-version-of-mysql-doesnt-yet-support-limit-in-all-any-some-subqu/17892886#17892886
* | | Merge branch '51201-document-review-apps-docs' into 'master'Marin Jankovski2018-09-202-0/+88
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document Review Apps Closes #51201 See merge request gitlab-org/gitlab-ce!21574
| * | | Document review apps setup for gitlab-{ce,ee}Rémy Coutable2018-09-172-0/+88
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> Signed-off-by: ddavison <ddavison@gitlab.com>
* | | | Explain the docs' CD, relating to the milestone the doc is set to vs online docsMarcia Ramos2018-09-201-0/+16
| | | |
* | | | Merge branch '51571-wrapper-rake-task-uploads-migrate-os' into 'master'Douwe Maan2018-09-191-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add wrapper rake task to migrate all uploads to OS Closes #51571 See merge request gitlab-org/gitlab-ce!21779
| * | | | Use complete link to rake taskBalasankar "Balu" C2018-09-181-1/+1
| | | | |
| * | | | Add documentation regarding rake taskBalasankar "Balu" C2018-09-181-0/+7
| | |_|/ | |/| |
* | | | Merge branch 'docs/rephrase-development-headings' into 'master'Robert Speicher2018-09-181-3/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Enhance some performance guideline titles See merge request gitlab-org/gitlab-ce!21797
| * | | | Remove redundant word from development doc indexRobert Speicher2018-09-181-2/+2
| | | | |
| * | | | Enhance some performance guideline titlesYorick Peterse2018-09-181-3/+6
| |/ / / | | | | | | | | | | | | | | | | This enhances a few performance guideline titles in the development README, making it easier to understand what topics they cover.
* | | | Document the need for feature flagsYorick Peterse2018-09-182-1/+159
|/ / / | | | | | | | | | | | | | | | | | | | | | This adds a development guide explaining that we are going to use feature flags more often, why, what the benefits are, and so on. See https://gitlab.com/gitlab-org/gitlab-ce/issues/49619 for more information.
* | | docs/ Grammatical Fix workflow.mdCasey Burnett2018-09-141-1/+1
| | |
* | | Resolve typos in Reusing Abstractions docRobert Speicher2018-09-131-2/+2
| | |
* | | Document abstraction levels and code reuseYorick Peterse2018-09-132-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is based on the discussion in https://gitlab.com/gitlab-org/gitlab-ce/issues/49653 and the example merge request found at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20908. The idea is fairly straightforward: we define a variety of abstractions, then state which can reuse which. This should ultimately foster _better_ code reuse, make it easier to debug problems, and make it harder to accidentally introduce a performance regression.
* | | Merge branch 'clean-gitlab-git' into 'master'Douwe Maan2018-09-121-8/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove Rugged and shell code from Gitlab::Git Closes gitaly#1124 See merge request gitlab-org/gitlab-ce!21488
| * | | Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-8/+8
| | | |
* | | | Merge branch 'code_review-assign-maintainers-different-team' into 'master'Douwe Maan2018-09-121-2/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Update code_review.md to include a recommendation for assigning maintainers from different teams See merge request gitlab-org/gitlab-ce!21644
| * | | Update code_review.md to include a recommendation for assigning maintainers ↵Luke Bennett2018-09-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | from different teams Improve recommended maintainer docs
* | | | Merge branch 'jlenny-UpdateProductDiscoverySteps' into 'master'Achilleas Pipinellis2018-09-111-4/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Add steps for closing product discovery issue See merge request gitlab-org/gitlab-ce!21273
| * | | Update design.mdMark Pundsack2018-09-101-6/+3
| | | |
| * | | Add steps for closing product discovery issuejlenny-UpdateProductDiscoveryStepsJason Lenny2018-08-171-4/+9
| | | |
* | | | Merge branch 'doc-update-dashboard-url' into 'master'Nick Thomas2018-09-101-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update doc: url reference to grafana See merge request gitlab-org/gitlab-ce!21637
| * | | | Update url reference for grafanaMark Chao2018-09-101-1/+1
| | |/ / | |/| |
* | | | Document permissions for different entitiesJarka Košanová2018-09-102-0/+64
|/ / /
* | | Merge branch 'docs/dangerfile' into 'master'Mike Lewis2018-09-071-0/+9
|\ \ \ | | | | | | | | | | | | | | | | Add Documentation Dangerfile See merge request gitlab-org/gitlab-ce!21395
| * | | Add Documentation DangerfileAchilleas Pipinellis2018-09-061-0/+9
| | | | | | | | | | | | | | | | | | | | Every time a doc change is made, a comment to ping the @gl-docsteam is added.
* | | | Merge branch 'use-colon-in-lists' into 'master'Mike Lewis2018-09-071-37/+43
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add guidance on using colons in bullet lists, and make styleguide adhere closer to styleguide. Closes #51086 See merge request gitlab-org/gitlab-ce!21549
| * | | | Add guidance on using colons in bullet lists, and make styleguide adhere ↵Evan Read2018-09-061-37/+43
| | | | | | | | | | | | | | | | | | | | closer to styleguide.
* | | | | Merge branch 'master' into 'alerts-for-built-in-metrics'Kamil Trzciński2018-09-0621-639/+700
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | | Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-0620-637/+682
| | | | | |
| * | | | | add 'default_enabled' to feature flagsBrett Walker2018-09-051-2/+9
| |/ / / / | | | | | | | | | | | | | | | | | | | | This allows you to default a feature flag to 'on' when checking whether it's enabled/disabled.
| * | | | Add notes to diff docs regarding limitsOswaldo Ferreira2018-09-041-0/+9
| | | | |
* | | | | Update docsKamil Trzciński2018-09-051-5/+5
| | | | |
* | | | | Fix db/fixturesKamil Trzciński2018-09-041-1/+3
| | | | |
* | | | | Add development documentationKamil Trzciński2018-09-042-0/+47
|/ / / /
* | | | Merge branch 'winh-ignore-npm-devdependencies' into 'master'Phil Hughes2018-09-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Exclude frontend development dependencies from license restrictions See merge request gitlab-org/gitlab-ce!21430
| * | | | Exclude frontend development dependencies from license restrictionsWinnie Hellmann2018-08-301-1/+1
| |/ / /
* | | | Compress all PNG images under doc/Achilleas Pipinellis2018-08-2775-0/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
* | | Merge branch '50345-hashed-storage-feature-flag' into 'master'Nick Thomas2018-08-251-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Feature flag to disable Hashed Storage migration when renaming a repository Closes #50345 See merge request gitlab-org/gitlab-ce!21291