summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Better document the current states of our testing levelsdocs-improve-testing-levelsRémy Coutable2019-04-171-5/+24
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'sh-backport-list-commits-by-oid-rugged' into 'master'Douwe Maan2019-04-171-0/+2
|\ | | | | | | | | Bring back Rugged implementation of ListCommitsByOid See merge request gitlab-org/gitlab-ce!27441
| * Bring back Rugged implementation of ListCommitsByOidStan Hu2019-04-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This brings back changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20432. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged may be faster than going through than Gitaly. This merge request introduces the feature flag `rugged_list_commits_by_oid` to activate the Rugged method. For one customer, we saw that ListCommitsByOid was the second highest used endpoint that may be causing increased load.
* | Merge branch 'dm-code-review-sla' into 'master'Nick Thomas2019-04-171-8/+31
|\ \ | | | | | | | | | | | | Rewrite "Review turnaround time" section in light of Global Optimization value See merge request gitlab-org/gitlab-ce!27411
| * | Refer to guidelines on when to assign MRs close to the freezedm-code-review-slaDouwe Maan2019-04-161-1/+4
| | |
| * | Rewrite "Review turnaround time" sectionDouwe Maan2019-04-161-8/+28
| | |
* | | Merge branch 'filipa-master-patch-09545' into 'master'Phil Hughes2019-04-171-31/+11
|\ \ \ | |_|/ |/| | | | | | | | Removes ifEE example for JS code. See merge request gitlab-org/gitlab-ce!27408
| * | Removes ifEE example for JS codefilipa-master-patch-09545Filipa Lacerda2019-04-161-31/+11
| | |
* | | Create frontend FAQ (documentation)Winnie Hellmann2019-04-162-0/+31
|/ /
* | Development docs: move some docs content from Handbook and improve ↵Mike Lewis2019-04-162-123/+132
|/ | | | content/headings
* Add information about moving migrationsGosia Ksionek2019-04-121-0/+6
| | | | | Add to docs paragraph about a way of moving EE migrations to CE if needed
* Clarify "Shell commands" link title in style guide docVictor Zagorodny2019-04-111-1/+1
|
* Add missing team and stage labels in the workflow labels docRémy Coutable2019-04-102-2/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update broken links to new destinationsEvan Read2019-04-101-5/+2
|
* Merge branch 'docs-zj-update-n-plus-one-comments' into 'master'Douglas Barbosa Alexandre2019-04-091-1/+1
|\ | | | | | | | | Update comments about N + 1 Gitaly calls See merge request gitlab-org/gitlab-ce!27178
| * Update comments about N + 1 Gitaly callsZeger-Jan van de Weg2019-04-091-1/+1
| | | | | | | | | | To make sure all known issues are linked to the correct epic, I've gone through the code base, and updated the comments where required.
* | Merge branch 'more-consistent-namespacing-vuex-example-code' into 'master'Filipa Lacerda2019-04-091-2/+2
|\ \ | |/ |/| | | | | Use RECEIVE namespace rather than REQUEST See merge request gitlab-org/gitlab-ce!27130
| * Use RECEIVE namespace rather than REQUESTmore-consistent-namespacing-vuex-example-codeMark Florian2019-04-081-2/+2
| | | | | | | | This brings the mutation type name closer to the associated action, so the documented example is more consistent.
* | Fix page specific JavaScript link in documentationMark Florian2019-04-091-3/+3
| |
* | Merge branch 'winh-IS_GITLAB_EE-docs' into 'master'Mike Greiling2019-04-081-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Document IS_GITLAB_EE environment variable Closes #60131 See merge request gitlab-org/gitlab-ce!27120
| * | Document IS_GITLAB_EE environment variablewinh-IS_GITLAB_EE-docsWinnie Hellmann2019-04-081-0/+5
| | |
* | | Edits to documentation dev doc indexMike Lewis2019-04-082-32/+23
| | |
* | | Improvements to Documentation style and structure informationMike Lewis2019-04-081-24/+26
| |/ |/|
* | Docs: Fix anchors related to variables docMarcel Amirault2019-04-081-1/+1
|/
* Merge branch 'docs-update-rspec-set-usage' into 'master'Rémy Coutable2019-04-081-2/+4
|\ | | | | | | | | Add doc when rspec-set won't work See merge request gitlab-org/gitlab-ce!27050
| * Add doc when rspec-set won't workdocs-update-rspec-set-usageHeinrich Lee Yu2019-04-051-2/+4
| |
* | Merge branch 'css-color-utils' into 'master'Clement Ho2019-04-051-1/+9
|\ \ | |/ |/| | | | | Add color util classes for backgrounds and text See merge request gitlab-org/gitlab-ce!26898
| * Add docs to mention new util classescss-color-utilsSimon Knox2019-04-051-1/+9
| |
| * Add color util classes for backgrounds and textSimon Knox2019-04-041-1/+1
| | | | | | | | | | | | | | We have a range of shades for most of the theme colors Grouped them into color maps the same way Bootstrap does for $grays already Also add type scale utils
* | Improve the Review Apps documentation by using gitlab-rails consoleimprove-review-apps-docsRémy Coutable2019-04-041-2/+2
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch '54417-graphql-type-authorization' into 'master'Nick Thomas2019-04-041-32/+108
|\ \ | | | | | | | | | | | | | | | | | | GraphQL Type authorization Closes #54417 See merge request gitlab-org/gitlab-ce!25724
| * | Added documentation for GraphQL Type authorization54417-graphql-type-authorizationLuke Duncalfe2019-04-031-32/+108
| |/
* | Use correct `ifEE` variable nameMark Florian2019-04-031-3/+3
| | | | | | | | Presumably the `renderIfEE` is from an older edit.
* | Add docs for debugging Jest testsSimon Knox2019-04-031-0/+4
|/
* Adds documentation about the utility classesFilipa Lacerda2019-04-021-0/+9
|
* CE backport of design-management-upload-clientPhil Hughes2019-04-021-9/+19
|
* Merge branch 'first-proof-reader' into 'master'Marcia Ramos2019-04-011-0/+3
|\ | | | | | | | | Add details for the first proof reader request See merge request gitlab-org/gitlab-ce!26812
| * Add details for the first proof reader requestfirst-proof-readerRay Paik2019-04-011-0/+3
| |
* | Merge branch 'enable-rubocop-application-record' into 'master'Lin Jen-Shin2019-04-011-0/+15
|\ \ | |/ |/| | | | | | | | | Document ApplicationRecord / pluck_primary_key Closes #59690 See merge request gitlab-org/gitlab-ce!26764
| * Document ApplicationRecord / pluck_primary_keyNick Thomas2019-03-291-0/+15
| | | | | | | | We also enable the rubocop that makes it mandatory
* | Fix example block for mixin from ee-else-ce pathdocs-fix-import-mixin-from-ee-else-ce-path-exampleEzekiel Kigbo2019-03-311-6/+7
| |
* | Docs: Update contribution closing policy to include community attributionLucas Charles2019-03-291-2/+5
|/
* Document the branch naming conventions for QA-only changesRémy Coutable2019-03-281-0/+18
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'zm-test-plan-refs' into 'master'Achilleas Pipinellis2019-03-282-1/+16
|\ | | | | | | | | Update testing guide to reference test design See merge request gitlab-org/gitlab-ce!26619
| * Update testing guide to reference test designZeff Morgan2019-03-262-1/+16
| |
* | Upgrade `gitlab-markup` to 1.7.0Gabriel Mazetto2019-03-272-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | The new version requires `python3` to be available. In omnibus installation this is already a reality as we are currently pathing previous `gitlab-markup` version to use `python3` instead of `python2`. We are now requiring `python3` with the gem without having to patch it. As a consequence to also make it easy to use it in development, we've introduced a `Pipfile` and `Pipfile.lock`, working similarly to `Gemfile` and `Gemfile.lock`, and added documentation on how to use them.
* | Update go guidelines, fix some minor typosLucas Charles2019-03-271-2/+2
|/
* Merge branch 'jc-add-docs-for-gitaly-feature-flags' into 'master'Achilleas Pipinellis2019-03-261-0/+79
|\ | | | | | | | | Add development documentation for gitaly feature flags See merge request gitlab-org/gitlab-ce!25624
| * Add development documentation for gitaly feature flagsJohn Cai2019-03-261-0/+79
| |
* | Docs: Add automatic redirects to last batch of moved filesMarcel Amirault2019-03-263-3/+15
| |