Mark Florian
05ec97d403
Apply review suggestions
...
- Reword relationship between Jest/Karma/Jasmine
- Prefer inline URLs, per the [docs]
[docs]: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links
2019-08-29 06:43:25 +00:00
Marcel Amirault
27b0a870ec
Update a few redirected links
2019-08-29 05:22:27 +00:00
Arun Kumar Mohan
7f15dacb55
Remove csslab
2019-08-28 05:01:15 -05:00
Achilleas Pipinellis
a83f68baa7
Rename all filenames and occurrences to License Compliance
...
- New redirect doc/user/application_security/license_compliance/index.md
- Renaming of images.
- Some links that were pointing to the old location are fixed.
2019-08-28 06:48:58 +00:00
Evan Read
5c8545edf1
Merge branch 'docs/unlinking-emails' into 'master'
...
Remove a section for a now fixed bug
See merge request gitlab-org/gitlab-ce!32319
2019-08-28 06:36:58 +00:00
Achilleas Pipinellis
295b1b4d02
Remove a section for a now fixed bug
...
Those guidelines where based on
https://gitlab.com/gitlab-org/gitlab-docs/issues/311 which seems
to be fixed.
2019-08-28 08:10:00 +02:00
Marcel Amirault
d7d218628f
Fix markdown in various docs
...
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
2019-08-28 06:06:34 +00:00
Achilleas Pipinellis
26054472e8
Merge branch 'docs-document-category-labels' into 'master'
...
Improve documentation of stage, group, category, feature labels
See merge request gitlab-org/gitlab-ce!32053
2019-08-27 17:04:50 +00:00
Evan Read
42e8bef3eb
Removes trailing whitespace to fix linting
2019-08-27 11:31:43 +00:00
Rémy Coutable
cc67829a07
Introduce facet labels
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-27 12:24:25 +02:00
Rémy Coutable
ae467503ce
Improve documentation of stage, group, category, feature labels
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-27 12:24:25 +02:00
Mayra Cabrera
9d5ea4203c
Migrations guide: use atomic steps, when possible
...
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,
2019-08-27 10:22:12 +00:00
Seth Berger
858daaff0d
Update index of feature flags
...
Made it clear the pages are about feature flags,
and not documentation.
2019-08-27 08:51:02 +00:00
Marcel Amirault
9c87a3499c
Update capitalization in /dev docs
...
Clean up capitalization in /development /gitlab-basics and
/install
2019-08-27 08:44:07 +00:00
Marcel Amirault
6f3fa06fd1
Change docs markdown linter
...
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
2019-08-26 20:31:04 +00:00
Zeger-Jan van de Weg
a844a958ea
Remove the object pools feature flag
...
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.
2019-08-26 12:35:52 +02:00
Lucas Charles
a5b1816978
Add changelog exclusion language for docs-only changes
2019-08-26 08:18:32 +00:00
Achilleas Pipinellis
6308a450c7
Fix link to issue template
2019-08-23 21:37:02 +00:00
Alessio Caiazza
b86d3f2876
Document uploads development guidelines
...
Explain Workhorse acceleration features
2019-08-23 10:40:04 +00:00
Sean McGivern
842b4d4ab5
Merge branch 'feat/smime-signed-notification-emails' into 'master'
...
feat: smime signed notification emails
See merge request gitlab-org/gitlab-ce!30644
2019-08-22 12:16:00 +00:00
Mayra Cabrera
bf5797d000
Adds new DB case study for namespaces statistics
...
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
2019-08-22 12:12:28 +00:00
Marcel Amirault
d936e8644c
Add docs exceptions to two pipeline jobs
2019-08-22 11:56:14 +00:00
Marcel Amirault
d2cb8f785e
Update docs to pass new markdownlint
...
Deletes extra spaces and line, makes lists consistent, and
fixes links.
2019-08-22 08:50:31 +00:00
Stan Hu
c6999c175f
Merge branch '328-other-ee' into 'master'
...
Port of EE "Elasticsearch versioned schema for other ActiveRecord models"
See merge request gitlab-org/gitlab-ce!31660
2019-08-21 19:40:07 +00:00
Stan Hu
2c9c1e6dbf
Remove links to issues to make docs lint happy
2019-08-21 07:28:55 -07:00
Stan Hu
d80c218c0c
Elasticsearch docs: Minor copyedits and add links to issues
2019-08-21 06:24:54 -07:00
Winnie Hellmann
a5b14d8231
Add diagrams for frontend testing levels (docs)
2019-08-21 09:28:13 +00:00
Mark Chao
55f9739c9c
ES: sync with EE
...
Doc for multi-indices archtecture
2019-08-21 15:18:25 +08:00
Winnie Hellmann
f69dba8f10
Fix code blocks in frontend testing guide (docs)
2019-08-21 02:02:23 +00:00
Diego Louzán
0dcb9d21ef
feat: SMIME signed notification emails
...
- Add mail interceptor the signs outgoing email with SMIME
- Add lib and helpers to work with SMIME data
- New configuration params for setting up SMIME key and cert files
2019-08-20 16:13:32 +02:00
Lin Jen-Shin
9e6a8bb93b
Merge branch 'docs-testing-n-1-request-sepcs' into 'master'
...
Docs: Require request specs when testing N+1 for controllers
See merge request gitlab-org/gitlab-ce!31940
2019-08-20 11:35:21 +00:00
Thong Kuah
3b7df66eef
Require request specs when testing N+1 for controllers
2019-08-20 23:12:48 +12:00
Marin Jankovski
883d5fcbc8
Merge branch 'chore/fix-typo' into 'master'
...
Fix minor typo: CE -> EE
See merge request gitlab-org/gitlab-ce!31952
2019-08-20 07:54:29 +00:00
Winnie Hellmann
49ea1a64c8
Combine old and new frontend testing guide (docs)
2019-08-20 01:43:13 +00:00
Marcel Amirault
3bc0a1185c
Standardize markdown in dev and workflow
...
Delete trailing whitespace, fix blockquotes, fix note
boxes, with indentation, clean up tables, etc.
2019-08-19 23:41:23 +00:00
Rémy Coutable
37b1bfca06
Update Team labels definition in the Issue Workflow documentation
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-19 12:13:50 +00:00
Evan Read
6f4350e46e
Merge branch 'cross-link-instrumentation' into 'master'
...
Link to GitLab Performance Monitoring
See merge request gitlab-org/gitlab-ce!31947
2019-08-19 06:49:33 +00:00
Evan Read
40c9edf69e
Merge branch 'docs-testing-guide-update' into 'master'
...
Docs fixup: Remove reference to old lib/api/ci dir
See merge request gitlab-org/gitlab-ce!31937
2019-08-19 06:38:26 +00:00
Evan Read
fd3d2a6811
Merge branch 'doc-be_like_time' into 'master'
...
Add `be_like_time` matcher to Testing Styleguide
See merge request gitlab-org/gitlab-ce!31833
2019-08-19 06:33:14 +00:00
Arun Kumar Mohan
f3184b2268
Fix minor typo: CE -> EE
2019-08-19 00:02:10 -05:00
Thong Kuah
c4625ba6cf
Link to GitLab Performance Monitoring
2019-08-19 00:54:17 +00:00
Evan Read
149cf5a39f
Merge branch 'remove-mysql-from-dev-docs' into 'master'
...
Remove MySQL references from development docs
See merge request gitlab-org/gitlab-ce!31712
2019-08-19 00:23:48 +00:00
Luke Duncalfe
c2c86e3514
Add `be_like_time` matcher to Testing Styleguide
2019-08-19 09:04:43 +12:00
Thong Kuah
90170ab1a7
Remove reference to old lib/api/ci dir
...
This directory no longer exists (since 2017)
2019-08-17 21:53:46 +00:00
Michael Kozono
9eabc0d6fc
Merge branch 'legacy-attachments-migrate-fix' into 'master'
...
Migrate legacy uploads rake tasks
See merge request gitlab-org/gitlab-ce!29409
2019-08-16 22:07:56 +00:00
Nick Thomas
5a574883f9
Remove MySQL references from development docs
...
I noticed the doc/development/testing_guide/best_practices.md still
referenced the `[run mysql]` tags, etc. They no longer work, so I
removed them, then realised I had better clean up the rest of
doc/development !
2019-08-16 14:05:08 +01:00
Marcel Amirault
afe4d3e5bb
Update docs style for code blocks
...
Clarify rules for code blocks, including spaces
above and below, and to use tilde when code blocks
contain triple backticks
2019-08-16 12:06:00 +00:00
Grzegorz Bizon
2bb475adba
Merge branch 'do-not-vendor-go-mod' into 'master'
...
Don't use go mod vendor
See merge request gitlab-org/gitlab-ce!31721
2019-08-16 07:03:50 +00:00
Jarka Košanová
19db315734
Add rake tasks for migrating leacy uploads
...
- move uploads created by AttachmentUploader
- handle also files created for legacy_diff_notes
2019-08-16 07:52:30 +02:00
Bob Van Landuyt
fe0ab065c4
Merge branch 'allow-focus-in-specs' into 'master'
...
Allow to use focus: true in specs
See merge request gitlab-org/gitlab-ce!31691
2019-08-15 08:04:38 +00:00