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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
3bace669
Commit
3bace669
authored
Oct 14, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create protected branches bundle
parent
de12e6f0
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
4 additions
and
0 deletions
+4
-0
app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es6
...rotected_branches/protected_branch_access_dropdown.js.es6
+0
-0
app/assets/javascripts/protected_branches/protected_branch_create.js.es6
...scripts/protected_branches/protected_branch_create.js.es6
+0
-0
app/assets/javascripts/protected_branches/protected_branch_dropdown.js.es6
...ripts/protected_branches/protected_branch_dropdown.js.es6
+0
-0
app/assets/javascripts/protected_branches/protected_branch_edit.js.es6
...vascripts/protected_branches/protected_branch_edit.js.es6
+0
-0
app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es6
...ipts/protected_branches/protected_branch_edit_list.js.es6
+0
-0
app/assets/javascripts/protected_branches/protected_branches_bundle.js
...vascripts/protected_branches/protected_branches_bundle.js
+1
-0
app/views/projects/protected_branches/index.html.haml
app/views/projects/protected_branches/index.html.haml
+2
-0
config/application.rb
config/application.rb
+1
-0
No files found.
app/assets/javascripts/protected_branch_access_dropdown.js.es6
→
app/assets/javascripts/protected_branch
es/protected_branch
_access_dropdown.js.es6
View file @
3bace669
File moved
app/assets/javascripts/protected_branch_create.js.es6
→
app/assets/javascripts/protected_branch
es/protected_branch
_create.js.es6
View file @
3bace669
File moved
app/assets/javascripts/protected_branch_dropdown.js.es6
→
app/assets/javascripts/protected_branch
es/protected_branch
_dropdown.js.es6
View file @
3bace669
File moved
app/assets/javascripts/protected_branch_edit.js.es6
→
app/assets/javascripts/protected_branch
es/protected_branch
_edit.js.es6
View file @
3bace669
File moved
app/assets/javascripts/protected_branch_edit_list.js.es6
→
app/assets/javascripts/protected_branch
es/protected_branch
_edit_list.js.es6
View file @
3bace669
File moved
app/assets/javascripts/protected_branches/protected_branches_bundle.js
0 → 100644
View file @
3bace669
/*= require_tree . */
app/views/projects/protected_branches/index.html.haml
View file @
3bace669
-
page_title
"Protected branches"
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_tag
(
'protected_branches/protected_branches_bundle.js'
)
.row.prepend-top-default.append-bottom-default
.col-lg-3
...
...
config/application.rb
View file @
3bace669
...
...
@@ -87,6 +87,7 @@ module Gitlab
config
.
assets
.
precompile
<<
"users/users_bundle.js"
config
.
assets
.
precompile
<<
"network/network_bundle.js"
config
.
assets
.
precompile
<<
"profile/profile_bundle.js"
config
.
assets
.
precompile
<<
"protected_branches/protected_branches_bundle.js"
config
.
assets
.
precompile
<<
"diff_notes/diff_notes_bundle.js"
config
.
assets
.
precompile
<<
"boards/boards_bundle.js"
config
.
assets
.
precompile
<<
"merge_conflicts/merge_conflicts_bundle.js"
...
...
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