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
7e2987cf
Commit
7e2987cf
authored
Feb 21, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add links to relevant issues in scripts/ee-files-location-check
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
0c71e3df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
scripts/ee-files-location-check
scripts/ee-files-location-check
+9
-9
No files found.
scripts/ee-files-location-check
View file @
7e2987cf
#!/usr/bin/env ruby
#!/usr/bin/env ruby
WHITELIST
=
%w
[
WHITELIST
=
[
CHANGELOG-EE.md
'CHANGELOG-EE.md'
,
app/assets/javascripts/**/*
'app/assets/javascripts/**/*'
,
# https://gitlab.com/gitlab-org/gitlab-ee/issues/4536
changelogs/unreleased-ee/**/*
'config/**/*'
,
# https://gitlab.com/gitlab-org/gitlab-ee/issues/4946
config/**/*
'doc/**/*'
,
# https://gitlab.com/gitlab-org/gitlab-ee/issues/4948#note_59945483
doc/**/*
'qa/**/*'
,
# https://gitlab.com/gitlab-org/gitlab-ee/issues/4997#note_59764702
scripts/*
'scripts/*'
,
spec/javascripts/**/*
'spec/javascripts/**/*'
,
# https://gitlab.com/gitlab-org/gitlab-ee/issues/3871
vendor/assets/javascripts/jasmine-jquery.js
'vendor/assets/javascripts/jasmine-jquery.js'
,
].
freeze
].
freeze
`git remote add canonical-ee https://gitlab.com/gitlab-org/gitlab-ee.git`
`git remote add canonical-ee https://gitlab.com/gitlab-org/gitlab-ee.git`
...
...
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