gitlab-org--gitlab-foss/app/controllers
syasonik db054bc166 Support flat response for envs index route
To support environment folders in the UI on the Environments List
page, the environments index route previously returned one environment
per folder, excluding those other than the latest deploy. However, the
environtments dropdown on the metrics dashboard requires that any
environment be selectable.

To accommodate both use cases, support an optional 'nested' parameter
in the index route to return either a flat, complete response or a
nested response based on the use case in question. The new default
response structure is the flat response.
2019-01-21 14:51:16 -06:00
..
admin Fix requests profiler in admin page not rendering HTML properly 2019-01-09 23:09:43 -08:00
boards Extract code into IssueBoardEntity 2018-12-04 08:44:21 -06:00
ci Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
clusters Use finder to decide to show note to user 2018-12-17 09:51:53 +13:00
concerns Remove caching of CSV file 2019-01-07 11:21:30 +08:00
dashboard Move ProjectsFinder into the controller 2019-01-15 20:07:19 +02:00
explore Move ProjectsFinder into the controller 2019-01-15 20:07:19 +02:00
google_api Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
groups Fix several ActionController::Parameters deprecations 2019-01-11 21:19:01 +01:00
import Backport github import fix from EE 2019-01-17 15:21:37 +02:00
instance_statistics Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
ldap Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
oauth Merge branch 'security-fix-uri-xss-applications' into 'master' 2018-11-28 19:14:15 -05:00
profiles Remove content disposition attachment displaying all ssh keys 2018-12-18 14:24:22 +00:00
projects Support flat response for envs index route 2019-01-21 14:51:16 -06:00
sherlock Fix deprecation: redirect_to :back is deprecated 2019-01-02 19:48:07 +01:00
snippets Enable even more frozen string in app/controllers 2018-09-25 22:43:49 -07:00
users Enable even more frozen string in app/controllers 2018-09-25 22:43:49 -07:00
abuse_reports_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
application_controller.rb Show the correct error page when access is denied 2019-01-15 20:42:10 +00:00
autocomplete_controller.rb Make getting a user by the username case insensitive 2018-10-18 09:06:44 +00:00
chaos_controller.rb Fix deprecation: render :text is deprecated because it does not actually render a text/plain response 2018-11-29 08:05:13 +01:00
confirmations_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
dashboard_controller.rb Merge branch 'security-fix-pat-web-access' into 'master' 2018-11-28 19:13:59 -05:00
graphql_controller.rb Enable GraphQL API endpoint 2018-12-13 10:12:13 +00:00
groups_controller.rb Merge branch 'security-fix-pat-web-access' into 'master' 2018-11-28 19:13:59 -05:00
health_check_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
health_controller.rb Remove Git circuit breaker 2018-10-10 09:08:18 +02:00
help_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
ide_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
invites_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
jwt_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
metrics_controller.rb Fix deprecation: render :text is deprecated because it does not actually render a text/plain response 2018-11-29 08:05:13 +01:00
notification_settings_controller.rb Further design iteration on project overview 2018-12-07 14:11:42 +00:00
omniauth_callbacks_controller.rb Addressing peer review feedback. 2019-01-10 00:00:39 -06:00
passwords_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
profiles_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
projects_controller.rb Project guests no longer are able to see refs page 2018-12-19 10:21:02 +00:00
registrations_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
root_controller.rb Fix tests 2018-11-13 15:27:42 +08:00
search_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
sent_notifications_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
sessions_controller.rb Rails5: env is deprecated and will be removed from Rails 5.1 2018-11-15 08:12:24 +01:00
snippets_controller.rb Block private snippets from being embeddable 2018-12-20 14:32:51 +08:00
uploads_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
user_callouts_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
users_controller.rb Resolve "Redesign project lists UI" 2018-12-13 12:37:54 +00:00