Commit Graph

1041 Commits

Author SHA1 Message Date
160d29b869 Merge branch '44752-remove-ee-specific-comments' into 'master'
Remove EE-specific comment markers from CE

Closes #44752

See merge request gitlab-org/gitlab-ce!18054
2018-03-28 18:12:20 +00:00
d5f0d89f9d Remove EE-specific comments from CE 2018-03-28 11:05:14 -05:00
0e6b8a2b30 Add JavaScript style guide 2018-03-28 14:43:20 +00:00
78f3ac085d Merge branch 'docs-extract-ee-api' into 'master'
Document a few strategies to extract EE APIs

See merge request gitlab-org/gitlab-ce!17573
2018-03-28 14:40:05 +00:00
1dc43af6ff Add doc about backporting changes from EE to CE 2018-03-26 17:46:03 +00:00
77d1f73ec1 Clarify what rules we should follow for naming 2018-03-26 15:42:19 +08:00
378d0c49e8 Copyedit doc/development/ee_features.md 2018-03-23 16:52:20 -05:00
32614419e0 Merge branch 'patch-1' into 'master'
Request Chinese Traditional proofreader permissions.

See merge request gitlab-org/gitlab-ce!17762
2018-03-23 13:43:15 +00:00
7b0e7bcf5d make a little more obvious what operations might need downtime or enhanced migration techniques 2018-03-22 16:08:21 +00:00
dd3b1526af Fixes typos and adds mutations examples 2018-03-22 10:50:52 +00:00
fef1e9d47b Improve state management documentation 2018-03-22 10:25:03 +00:00
36f49305e1 Merge branch 'docs/clarify-mail-room-procfile-location' into 'master'
Clarify location of Procfile for mail_room

See merge request gitlab-org/gitlab-ce!17896
2018-03-21 17:29:14 +00:00
152e6b73ca Launch mail_room manually and remove foreman reference 2018-03-21 11:52:05 -05:00
9b4a1db997 Merge branch 'ab-43887-concurrent-migration-helpers' into 'master'
Convenient use of concurrent migration helpers

Closes #43887

See merge request gitlab-org/gitlab-ce!17888
2018-03-21 14:47:10 +00:00
7887835561 Merge branch 'docs-fe-monitoring' into 'master'
Add performance monitoring docs for the new FE guide

See merge request gitlab-org/gitlab-ce!17809
2018-03-20 23:15:24 +00:00
9eb30418c6 Added monitoring docs 2018-03-20 17:07:43 -06:00
1362d9fe13 Shortcut concurrent index creation/removal if no effect.
Index creation does not have an effect if the index is present already.
Index removal does not have an affect if the index is not present.

This helps to avoid patterns like this in migrations:
```
if index_exists?(...)
  remove_concurrent_index(...)
end
```
2018-03-20 18:44:00 +01:00
88dffa45ce Rename package-qa in docs
In gitlab-org/gitlab-ce!17807 the `package-qa` job was renamed to
`package-and-qa`. But it was not renamed in the docs. So this change
fixes that.
2018-03-19 10:04:23 +01:00
536e57d54f Docs: refactor doc general guidelines and style guidelines 2018-03-16 14:59:56 +00:00
4161e1f180 Rename style to style guide in new frontend guide 2018-03-15 19:58:50 +00:00
b449e674b8 Add HTML style guide 2018-03-15 12:05:32 +00:00
e4b6d259ee Add frontend guide principles 2018-03-15 11:49:52 +00:00
9d14dc820e Reques Chinese Traditional proofreader permissions. 2018-03-15 01:42:32 +00:00
310126978e Merge branch 'patch-24' into 'master'
Add me as proofreader

See merge request gitlab-org/gitlab-ce!17593
2018-03-14 21:30:21 +00:00
bbfe8d8c70 Merge branch 'patch-30' into 'master'
add Indonesian proofreader

See merge request gitlab-org/gitlab-ce!17579
2018-03-14 21:23:00 +00:00
51e454f3b1 Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation 2018-03-14 19:32:36 +00:00
dfed7b4575 Merge branch 'docs-fe-security' into 'master'
Add frontend security documentation

See merge request gitlab-org/gitlab-ce!17622
2018-03-13 13:34:48 +00:00
f3d3a4719d move tip into blockquote 2018-03-12 18:00:44 -05:00
9f9257fa5a specify that webpack entry points are exempt from unit tests, not integration tests 2018-03-12 17:51:01 -05:00
d92baff68f address wording feedback 2018-03-12 17:42:38 -05:00
43ceaf494f update node and yarn dependencies within install/upgrade docs 2018-03-12 15:51:53 -05:00
06a07e1288 update EE features frontend section to point to performance.md for info on page-specific EE code 2018-03-12 15:51:52 -05:00
6cfd38e512 differentiate image lazy-loading from code splitting 2018-03-12 15:33:32 -05:00
66ee5b0117 emphasize headings for each page-specific-javascript tip 2018-03-12 15:31:28 -05:00
ae47afb9fd add section for universal code 2018-03-12 15:24:55 -05:00
ab8ad58ea1 rewrite docs for page-specific-javascript 2018-03-12 15:19:19 -05:00
a77ba547ff Merge branch 'fl-document-key-vue' into 'master'
Adds guidelines regarding `:key` keyword

See merge request gitlab-org/gitlab-ce!17400
2018-03-12 12:39:13 +00:00
4a7d623065 Updates file extensions on Vue docs 2018-03-12 10:08:58 +00:00
c58dc4c974 Rename VUE JS to Vue 2018-03-08 16:02:17 +00:00
8f17a25c5b Add frontend security documentation 2018-03-07 14:39:29 -06:00
aaea45cdaf Fix accessibility typo 2018-03-07 12:55:08 -06:00
22198466ca Merge branch 'docs-new-fe-guide' into 'master'
Add new frontend guide structure

See merge request gitlab-org/gitlab-ce!17611
2018-03-07 18:51:36 +00:00
04c7083ac9 Add new frontend guide structure 2018-03-07 12:32:38 -06:00
20d2bf2a06 Add me as proofreader 2018-03-07 10:02:54 +00:00
37161c6a49 add Indonesian proofreader 2018-03-06 19:22:18 +00:00
65650bc0be Document a few strategies to extract EE APIs 2018-03-07 01:10:55 +08:00
9ede3a669c Docs guidelines: cherry-picking commits from CE to EE 2018-03-06 16:34:05 +00:00
8a0052c037 Merge branch 'patch-1' into 'master'
Update proofreader.md

See merge request gitlab-org/gitlab-ce!17503
2018-03-03 21:47:56 +00:00
0a2a4ed081 Merge branch 'docs/spring-db-migration-error' into 'master'
Add docs for persistent `ActiveRecord::PendingMigrationError` with Spring

See merge request gitlab-org/gitlab-ce!17473
2018-03-03 16:15:27 +00:00
0bba60f52c Update proofreader.md 2018-03-03 12:09:57 +00:00