gitlab-org--gitlab-foss/app/controllers
Yorick Peterse 31e28ebceb
Load related MRs/branches asynchronously
Currently this works by loading the HAML partials via XHR. While this is
not the nicest setup it _is_ the easiest setup using the tools we
currently have.

Loading this data asynchronously doesn't make loading the related
MRs/branches itself faster, it merely ensures that loading the issue
itself is not slowed down.

Fixes gitlab-org/gitlab-ce#14949
2016-04-13 17:24:21 +02:00
..
admin Fixes #14638. 2016-04-06 13:56:28 -03:00
ci Redirect to root path when visiting `/ci` 2016-03-29 08:04:17 +02:00
concerns
dashboard
explore
groups Requires user to be signed in when changing notification settings 2016-04-11 20:50:26 -03:00
import
oauth
profiles Change how notification settings in profile are rendered and updated 2016-03-30 10:44:20 +02:00
projects Load related MRs/branches asynchronously 2016-04-13 17:24:21 +02:00
sherlock
abuse_reports_controller.rb
application_controller.rb Add a `program` tag to Sentry Raven context 2016-04-09 19:57:27 -04:00
autocomplete_controller.rb
confirmations_controller.rb
dashboard_controller.rb
emojis_controller.rb
groups_controller.rb
help_controller.rb
invites_controller.rb
namespaces_controller.rb
omniauth_callbacks_controller.rb Add missing proper nil and error handling to SAML login process. 2016-04-07 16:45:33 -05:00
passwords_controller.rb
profiles_controller.rb
projects_controller.rb Add method to return the user notification setting for a group, or a project 2016-04-08 18:46:45 -03:00
registrations_controller.rb
root_controller.rb
search_controller.rb
sent_notifications_controller.rb
sessions_controller.rb Fix 2FA authentication spoofing vulnerability 2016-04-07 11:19:29 +02:00
snippets_controller.rb
uploads_controller.rb
users_controller.rb