Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1a53fdb2
Commit
1a53fdb2
authored
Jul 04, 2019
by
Marcel Amirault
Committed by
Achilleas Pipinellis
Jul 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove docs exemptions from ee_specific_check
parent
8c8950c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
24 deletions
+1
-24
scripts/ee_specific_check/ee_specific_check.rb
scripts/ee_specific_check/ee_specific_check.rb
+1
-24
No files found.
scripts/ee_specific_check/ee_specific_check.rb
View file @
1a53fdb2
...
...
@@ -11,30 +11,7 @@ module EESpecificCheck
'.gitlab-ci.yml'
,
'.gitlab/ci/rails.gitlab-ci.yml'
,
'db/schema.rb'
,
'locale/gitlab.pot'
,
##
## Below is a list of the remaining doc/* files to be ported to CE. This is
## for the single codebase effort. Once an EE doc is moved to CE, remove the
## relevant entry below.
## See https://gitlab.com/groups/gitlab-org/-/epics/199#ee-specific-lines-check
## for more information.
##
'doc/api/project_level_variables.md'
,
'doc/api/issues.md'
,
'doc/api/projects.md'
,
'doc/api/groups.md'
,
'doc/api/users.md'
,
'doc/api/group_boards.md'
,
'doc/api/project_clusters.md'
,
'doc/api/merge_requests.md'
,
'doc/api/jobs.md'
,
'doc/api/protected_branches.md'
,
'doc/api/settings.md'
,
'doc/api/notification_settings.md'
,
'doc/api/namespaces.md'
,
'doc/api/search.md'
,
# WARNING: Port this one last!
'doc/api/README.md'
'locale/gitlab.pot'
].
freeze
CompareBase
=
Struct
.
new
(
:ce_base
,
:ee_base
,
:ce_head
,
:ee_head
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment