Victor Zagorodny
6f36f1e891
Clarify "Shell commands" link title in style guide doc
2019-04-11 01:52:42 +00:00
Rémy Coutable
78654a8c6a
Add missing team and stage labels in the workflow labels doc
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-10 17:53:15 +02:00
Evan Read
ce042ef02a
Update broken links to new destinations
2019-04-10 06:29:36 +00:00
Douglas Barbosa Alexandre
61ab1f7364
Merge branch 'docs-zj-update-n-plus-one-comments' into 'master'
...
Update comments about N + 1 Gitaly calls
See merge request gitlab-org/gitlab-ce!27178
2019-04-09 16:34:11 +00:00
Zeger-Jan van de Weg
469844c4f9
Update comments about N + 1 Gitaly calls
...
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.
2019-04-09 17:21:16 +02:00
Filipa Lacerda
7ec8871b57
Merge branch 'more-consistent-namespacing-vuex-example-code' into 'master'
...
Use RECEIVE namespace rather than REQUEST
See merge request gitlab-org/gitlab-ce!27130
2019-04-09 10:33:53 +00:00
Mark Florian
8e809033ea
Fix page specific JavaScript link in documentation
2019-04-09 09:35:09 +00:00
Mike Greiling
0a11232805
Merge branch 'winh-IS_GITLAB_EE-docs' into 'master'
...
Document IS_GITLAB_EE environment variable
Closes #60131
See merge request gitlab-org/gitlab-ce!27120
2019-04-08 19:53:48 +00:00
Mike Lewis
92f0163bc7
Edits to documentation dev doc index
2019-04-08 17:37:45 +00:00
Mike Lewis
64ad62bd91
Improvements to Documentation style and structure information
2019-04-08 17:01:49 +00:00
Mark Florian
0efff5d18d
Use RECEIVE namespace rather than REQUEST
...
This brings the mutation type name closer to the associated action,
so the documented example is more consistent.
2019-04-08 15:16:21 +00:00
Marcel Amirault
2040649bba
Docs: Fix anchors related to variables doc
2019-04-08 12:32:38 +00:00
Winnie Hellmann
d4f1dd1032
Document IS_GITLAB_EE environment variable
2019-04-08 12:06:08 +00:00
Rémy Coutable
eb377b85de
Merge branch 'docs-update-rspec-set-usage' into 'master'
...
Add doc when rspec-set won't work
See merge request gitlab-org/gitlab-ce!27050
2019-04-08 11:16:26 +00:00
Clement Ho
9e0302cca7
Merge branch 'css-color-utils' into 'master'
...
Add color util classes for backgrounds and text
See merge request gitlab-org/gitlab-ce!26898
2019-04-05 17:04:54 +00:00
Simon Knox
a9346f332a
Add docs to mention new util classes
2019-04-05 23:47:20 +11:00
Heinrich Lee Yu
84ec11131d
Add doc when rspec-set won't work
2019-04-05 20:41:58 +08:00
Rémy Coutable
bd3a12bdc0
Improve the Review Apps documentation by using gitlab-rails console
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-04 17:49:09 +02:00
Nick Thomas
7af1ba122f
Merge branch '54417-graphql-type-authorization' into 'master'
...
GraphQL Type authorization
Closes #54417
See merge request gitlab-org/gitlab-ce!25724
2019-04-04 11:38:16 +00:00
Mark Florian
af3f98f0cd
Use correct `ifEE` variable name
...
Presumably the `renderIfEE` is from an older edit.
2019-04-03 22:20:08 +00:00
Simon Knox
c4c6dcb68c
Add color util classes for backgrounds and text
...
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
2019-04-04 00:54:32 +11:00
Simon Knox
f54e4eb10f
Add docs for debugging Jest tests
2019-04-03 12:50:30 +00:00
Luke Duncalfe
8cf0d8926a
Added documentation for GraphQL Type authorization
2019-04-03 14:36:33 +13:00
Filipa Lacerda
5343eb0600
Adds documentation about the utility classes
2019-04-02 10:56:32 +00:00
Phil Hughes
07e61875de
CE backport of design-management-upload-client
2019-04-02 09:34:17 +01:00
Marcia Ramos
e73333b69e
Merge branch 'first-proof-reader' into 'master'
...
Add details for the first proof reader request
See merge request gitlab-org/gitlab-ce!26812
2019-04-01 16:56:32 +00:00
Lin Jen-Shin
700e8d1917
Merge branch 'enable-rubocop-application-record' into 'master'
...
Document ApplicationRecord / pluck_primary_key
Closes #59690
See merge request gitlab-org/gitlab-ce!26764
2019-04-01 15:55:46 +00:00
Ray Paik
90fc362c2d
Add details for the first proof reader request
2019-04-01 04:07:04 +00:00
Ezekiel Kigbo
1d6b8eab52
Fix example block for mixin from ee-else-ce path
2019-03-31 22:35:41 +00:00
Nick Thomas
98a5976b78
Document ApplicationRecord / pluck_primary_key
...
We also enable the rubocop that makes it mandatory
2019-03-29 20:54:06 +00:00
Lucas Charles
7f9ef2a585
Docs: Update contribution closing policy to include community attribution
2019-03-29 13:14:53 +02:00
Rémy Coutable
1e3c09d8ef
Document the branch naming conventions for QA-only changes
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-28 11:47:22 +01:00
Achilleas Pipinellis
d119fd493f
Merge branch 'zm-test-plan-refs' into 'master'
...
Update testing guide to reference test design
See merge request gitlab-org/gitlab-ce!26619
2019-03-28 09:25:46 +00:00
Gabriel Mazetto
e5af7d8396
Upgrade `gitlab-markup` to 1.7.0
...
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.
2019-03-27 16:29:22 +01:00
Lucas Charles
66dccb7fa8
Update go guidelines, fix some minor typos
2019-03-27 04:26:25 +00:00
Zeff Morgan
127828c64a
Update testing guide to reference test design
2019-03-26 15:40:10 -04:00
Achilleas Pipinellis
342f96040a
Merge branch 'jc-add-docs-for-gitaly-feature-flags' into 'master'
...
Add development documentation for gitaly feature flags
See merge request gitlab-org/gitlab-ce!25624
2019-03-26 18:13:47 +00:00
Marcel Amirault
29ba393004
Docs: Add automatic redirects to last batch of moved files
2019-03-26 17:21:22 +00:00
John Cai
1c2bfc99ba
Add development documentation for gitaly feature flags
2019-03-26 08:28:12 -07:00
James Ritchey
58d3d9ce9c
Add ssot link to security reviews documentation
2019-03-25 16:56:51 +00:00
Rémy Coutable
4793b2818b
Mention review-qa-all in the end-to-end tests documentation
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-25 12:27:03 +01:00
Marcel Amirault
b41b03d47c
Docs: Fix missed or newly added broken anchors
2019-03-25 04:56:57 +00:00
Evan Read
19b61288ce
Merge branch 'docs/fix-link-to-personas' into 'master'
...
Fix link to personas UX guide
See merge request gitlab-org/gitlab-ce!26478
2019-03-24 22:57:34 +00:00
Achilleas Pipinellis
4efadf8de9
Fix link to personas UX guide
2019-03-22 14:21:42 +01:00
Filipa Lacerda
3ad7193cf9
Merge branch 'docs-cleanup-fe' into 'master'
...
Docs cleanup fe
See merge request gitlab-org/gitlab-ce!26158
2019-03-22 10:06:30 +00:00
Simon Knox
d7c92faacb
Cleanup of fe_docs
...
Start moving back to regular fe_docs
Remove Initiatives, add section to index in fe_guide
Delete some no-longer-relevant parts from principles
Update title - Progressive Enchancement is a browser-support term
and could be confused
"When to use" parts are discussed elswhere
Vue & jQuery issue is no longer relevant
Delete duplicate Security docs
Remove empty files, move event_tracking
Shuffle index sections around
Remove sections on Vue & Webpack (we say same thing in prev paragraph)
Remove link to Droplab docs
2019-03-22 09:24:10 +11:00
Achilleas Pipinellis
284d3e563e
Merge branch 'doc-feature-flag-command' into 'master'
...
Add documentation reference for chatops feature flag commands
See merge request gitlab-org/gitlab-ce!26425
2019-03-21 15:46:23 +00:00
Jacob Vosmaer
0908c7d2fe
Add documentation reference for chatops feature flag commands
2019-03-21 15:21:47 +01:00
Ezekiel Kigbo
7a5aca1e32
Adds info and links on creating feature flags
...
Adds A short summary of the steps to create and use feature flags
in development for frontend developers who might be unfamiliar
with `rails` and or `flipper`. Adds links to further reading
in the development guide.
2019-03-21 06:57:37 -07:00
Clement Ho
c238ba7f73
Merge branch 'winh-yarn-test-command' into 'master'
...
Introduce yarn test to run Jest and Karma
See merge request gitlab-org/gitlab-ce!26320
2019-03-20 15:49:12 +00:00