gitlab-org--gitlab-foss/app/controllers
Timothy Andrew d8d5424d25 Use the GLDropdown component to select protected branches.
1. Modify the component to support a callback for every key press in the
   filter. We need this so we can update the "Create: <branch_name"
   label.

2. Modify the component to use `$(<selector>).first().click()` instead
   of `$(selector)[0].click()`, because the latter is non-standard, and
   doesn't work in PhantomJS.
2016-07-07 10:07:05 +05:30
..
admin Merge branch 'explicit-requesters-scope' into 'master' 2016-07-01 22:23:26 +00:00
ci Enable Style/SpaceAfterColon Rubocop cops 2016-06-29 15:16:04 +02:00
concerns Exclude requesters from Project#members, Group#members and User#members 2016-07-01 17:44:46 +02:00
dashboard Fix an information disclosure when requesting access to a group containing private projects 2016-06-24 12:01:48 +02:00
explore
groups Exclude requesters from Project#members, Group#members and User#members 2016-07-01 17:44:46 +02:00
import Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
oauth Fix endless redirections when accessing user OAuth applications when they are disabled 2016-06-08 05:52:04 -07:00
profiles Merge branch 'issue_12758' into 'master' 2016-06-17 23:28:22 +00:00
projects Use the GLDropdown component to select protected branches. 2016-07-07 10:07:05 +05:30
sherlock
abuse_reports_controller.rb
application_controller.rb Raise a new Gitlab::Access::AccessDeniedError when permission is not enough to destroy a member 2016-06-18 06:06:34 +02:00
autocomplete_controller.rb Fixed issue with move dropdown not being searchable 2016-06-15 08:53:11 +01:00
confirmations_controller.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
dashboard_controller.rb
emojis_controller.rb
groups_controller.rb merge master into issue_3359_3 2016-06-29 11:04:18 -03:00
health_check_controller.rb
help_controller.rb
invites_controller.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
jwt_controller.rb Improve Gitlab::Auth method names 2016-06-10 14:51:16 +02:00
namespaces_controller.rb
notification_settings_controller.rb merge master into issue_3359_3 2016-06-29 11:04:18 -03:00
omniauth_callbacks_controller.rb Enable Style/MethodDefParentheses rubocop cop 2016-05-30 12:08:53 +02:00
passwords_controller.rb
profiles_controller.rb
projects_controller.rb Avoid instantiation of a Git::Tree 2016-06-29 17:56:15 +02:00
registrations_controller.rb
root_controller.rb
search_controller.rb
sent_notifications_controller.rb
sessions_controller.rb Merge branch '18225-avoid-full-table-users-count' into 'master' 2016-06-15 15:12:56 +00:00
snippets_controller.rb
uploads_controller.rb
users_controller.rb