Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better document the current states of our testing levelsdocs-improve-testing-levels | Rémy Coutable | 2019-04-17 | 1 | -5/+24 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'sh-backport-list-commits-by-oid-rugged' into 'master' | Douwe Maan | 2019-04-17 | 1 | -0/+2 |
|\ | | | | | | | | | Bring back Rugged implementation of ListCommitsByOid See merge request gitlab-org/gitlab-ce!27441 | ||||
| * | Bring back Rugged implementation of ListCommitsByOid | Stan Hu | 2019-04-17 | 1 | -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 Thomas | 2019-04-17 | 1 | -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-sla | Douwe Maan | 2019-04-16 | 1 | -1/+4 |
| | | | |||||
| * | | Rewrite "Review turnaround time" section | Douwe Maan | 2019-04-16 | 1 | -8/+28 |
| | | | |||||
* | | | Merge branch 'filipa-master-patch-09545' into 'master' | Phil Hughes | 2019-04-17 | 1 | -31/+11 |
|\ \ \ | |_|/ |/| | | | | | | | | Removes ifEE example for JS code. See merge request gitlab-org/gitlab-ce!27408 | ||||
| * | | Removes ifEE example for JS codefilipa-master-patch-09545 | Filipa Lacerda | 2019-04-16 | 1 | -31/+11 |
| | | | |||||
* | | | Create frontend FAQ (documentation) | Winnie Hellmann | 2019-04-16 | 2 | -0/+31 |
|/ / | |||||
* | | Development docs: move some docs content from Handbook and improve ↵ | Mike Lewis | 2019-04-16 | 2 | -123/+132 |
|/ | | | | content/headings | ||||
* | Add information about moving migrations | Gosia Ksionek | 2019-04-12 | 1 | -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 doc | Victor Zagorodny | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Add missing team and stage labels in the workflow labels doc | Rémy Coutable | 2019-04-10 | 2 | -2/+6 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update broken links to new destinations | Evan Read | 2019-04-10 | 1 | -5/+2 |
| | |||||
* | Merge branch 'docs-zj-update-n-plus-one-comments' into 'master' | Douglas Barbosa Alexandre | 2019-04-09 | 1 | -1/+1 |
|\ | | | | | | | | | Update comments about N + 1 Gitaly calls See merge request gitlab-org/gitlab-ce!27178 | ||||
| * | Update comments about N + 1 Gitaly calls | Zeger-Jan van de Weg | 2019-04-09 | 1 | -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 Lacerda | 2019-04-09 | 1 | -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-code | Mark Florian | 2019-04-08 | 1 | -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 documentation | Mark Florian | 2019-04-09 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'winh-IS_GITLAB_EE-docs' into 'master' | Mike Greiling | 2019-04-08 | 1 | -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-docs | Winnie Hellmann | 2019-04-08 | 1 | -0/+5 |
| | | | |||||
* | | | Edits to documentation dev doc index | Mike Lewis | 2019-04-08 | 2 | -32/+23 |
| | | | |||||
* | | | Improvements to Documentation style and structure information | Mike Lewis | 2019-04-08 | 1 | -24/+26 |
| |/ |/| | |||||
* | | Docs: Fix anchors related to variables doc | Marcel Amirault | 2019-04-08 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'docs-update-rspec-set-usage' into 'master' | Rémy Coutable | 2019-04-08 | 1 | -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-usage | Heinrich Lee Yu | 2019-04-05 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'css-color-utils' into 'master' | Clement Ho | 2019-04-05 | 1 | -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-utils | Simon Knox | 2019-04-05 | 1 | -1/+9 |
| | | |||||
| * | Add color util classes for backgrounds and text | Simon Knox | 2019-04-04 | 1 | -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-docs | Rémy Coutable | 2019-04-04 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch '54417-graphql-type-authorization' into 'master' | Nick Thomas | 2019-04-04 | 1 | -32/+108 |
|\ \ | | | | | | | | | | | | | | | | | | | GraphQL Type authorization Closes #54417 See merge request gitlab-org/gitlab-ce!25724 | ||||
| * | | Added documentation for GraphQL Type authorization54417-graphql-type-authorization | Luke Duncalfe | 2019-04-03 | 1 | -32/+108 |
| |/ | |||||
* | | Use correct `ifEE` variable name | Mark Florian | 2019-04-03 | 1 | -3/+3 |
| | | | | | | | | Presumably the `renderIfEE` is from an older edit. | ||||
* | | Add docs for debugging Jest tests | Simon Knox | 2019-04-03 | 1 | -0/+4 |
|/ | |||||
* | Adds documentation about the utility classes | Filipa Lacerda | 2019-04-02 | 1 | -0/+9 |
| | |||||
* | CE backport of design-management-upload-client | Phil Hughes | 2019-04-02 | 1 | -9/+19 |
| | |||||
* | Merge branch 'first-proof-reader' into 'master' | Marcia Ramos | 2019-04-01 | 1 | -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-reader | Ray Paik | 2019-04-01 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'enable-rubocop-application-record' into 'master' | Lin Jen-Shin | 2019-04-01 | 1 | -0/+15 |
|\ \ | |/ |/| | | | | | | | | | Document ApplicationRecord / pluck_primary_key Closes #59690 See merge request gitlab-org/gitlab-ce!26764 | ||||
| * | Document ApplicationRecord / pluck_primary_key | Nick Thomas | 2019-03-29 | 1 | -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-example | Ezekiel Kigbo | 2019-03-31 | 1 | -6/+7 |
| | | |||||
* | | Docs: Update contribution closing policy to include community attribution | Lucas Charles | 2019-03-29 | 1 | -2/+5 |
|/ | |||||
* | Document the branch naming conventions for QA-only changes | Rémy Coutable | 2019-03-28 | 1 | -0/+18 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'zm-test-plan-refs' into 'master' | Achilleas Pipinellis | 2019-03-28 | 2 | -1/+16 |
|\ | | | | | | | | | Update testing guide to reference test design See merge request gitlab-org/gitlab-ce!26619 | ||||
| * | Update testing guide to reference test design | Zeff Morgan | 2019-03-26 | 2 | -1/+16 |
| | | |||||
* | | Upgrade `gitlab-markup` to 1.7.0 | Gabriel Mazetto | 2019-03-27 | 2 | -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 typos | Lucas Charles | 2019-03-27 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'jc-add-docs-for-gitaly-feature-flags' into 'master' | Achilleas Pipinellis | 2019-03-26 | 1 | -0/+79 |
|\ | | | | | | | | | Add development documentation for gitaly feature flags See merge request gitlab-org/gitlab-ce!25624 | ||||
| * | Add development documentation for gitaly feature flags | John Cai | 2019-03-26 | 1 | -0/+79 |
| | | |||||
* | | Docs: Add automatic redirects to last batch of moved files | Marcel Amirault | 2019-03-26 | 3 | -3/+15 |
| | |