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
91f81538
Commit
91f81538
authored
Mar 07, 2017
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ce-to-ee' of gitlab.com:gitlab-org/gitlab-ee into ce-to-ee
parents
e6f0db60
0e4779fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/policies/group_policy.rb
app/policies/group_policy.rb
+1
-1
config/webpack.config.js
config/webpack.config.js
+1
-1
No files found.
app/policies/group_policy.rb
View file @
91f81538
...
@@ -47,4 +47,4 @@ class GroupPolicy < BasePolicy
...
@@ -47,4 +47,4 @@ class GroupPolicy < BasePolicy
GroupProjectsFinder
.
new
(
@subject
).
execute
(
@user
).
any?
GroupProjectsFinder
.
new
(
@subject
).
execute
(
@user
).
any?
end
end
end
end
\ No newline at end of file
config/webpack.config.js
View file @
91f81538
...
@@ -186,4 +186,4 @@ if (WEBPACK_REPORT) {
...
@@ -186,4 +186,4 @@ if (WEBPACK_REPORT) {
);
);
}
}
module
.
exports
=
config
;
module
.
exports
=
config
;
\ No newline at end of file
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