Commit Graph

26 Commits

Author SHA1 Message Date
Yorick Peterse bf91b06b1d
Update docs to put prepend as the last line
This updates the documentation for adding EE specific features to
clarify that `prepend` should be on the last line, and how to deal with
code that depends on class methods redefined in EE.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/53919
2018-11-13 13:33:02 +01:00
Lin Jen-Shin d045df3da8 Allow CE do nothing if route doesn't exist 2018-10-26 14:27:05 +08:00
Lin Jen-Shin f1701c0fec Make it possible to add EE only route
And if it cannot find any routes, raise an error
2018-10-26 14:27:05 +08:00
Lin Jen-Shin 1581f75fb5 Put EE routes in EE files under EE directories 2018-10-26 14:27:05 +08:00
Brett Walker b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Lin Jen-Shin 42d2d64b84 Mention how to override CE class methods 2018-08-17 18:44:06 +08:00
Marcel Amirault a0f3c58583 Update ee_features.md to fix link 2018-06-30 08:19:10 +00:00
Lin Jen-Shin 83d75c67e5 Add document around `render_ce` 2018-05-29 23:29:23 +08:00
Lin Jen-Shin 4634e749ee CE: Use render_if_exists to hide EE specific codes 2018-05-23 12:56:11 +00:00
Pascal Borreli 12e3eff462 Fixed typos 2018-04-27 08:50:05 +00:00
Tim Zallmann be1523c1ba Merge branch 'add-documentation-about-backporting-changes' into 'master'
Add documentation about backporting changes from EE to CE

See merge request gitlab-org/gitlab-ce!18003
2018-04-03 13:42:24 +00:00
Rémy Coutable 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
Eric Eastwood d5f0d89f9d Remove EE-specific comments from CE 2018-03-28 11:05:14 -05:00
Rémy Coutable 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
André Luís 1dc43af6ff Add doc about backporting changes from EE to CE 2018-03-26 17:46:03 +00:00
Lin Jen-Shin 77d1f73ec1 Clarify what rules we should follow for naming 2018-03-26 15:42:19 +08:00
Robert Speicher 378d0c49e8 Copyedit doc/development/ee_features.md 2018-03-23 16:52:20 -05:00
Mike Greiling 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
Lin Jen-Shin 65650bc0be Document a few strategies to extract EE APIs 2018-03-07 01:10:55 +08:00
Rémy Coutable ad8cd349e7
Document the ee-files-location-check CI job
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-01 13:08:57 +01:00
Rémy Coutable 2bdb578032
Port some RuboCop and doc changes from EE
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-13 16:33:00 +01:00
Lin Jen-Shin fd54d7a2b6 Add some more docs to doc/development/utilities.md 2018-01-12 19:44:00 +08:00
Lin Jen-Shin 8139895b43 Use `Gitlab::Utils::Override` over defined?(super) 2017-12-26 17:18:10 +08:00
Rémy Coutable dd0223f530
Address Robert's and Axil's feedback
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-06 16:30:03 +01:00
Rémy Coutable aaf1699730
Move the "Limit conflicts with EE" doc to "Automatic CE-> EE merge"
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-05 17:49:49 +01:00
Lin Jen-Shin 8acb6b7680 Merging EE doc into CE 2017-10-27 22:29:36 +08:00