gitlab-org--gitlab-foss/app/services/clusters/applications
Dylan Griffith a1c216e5e4 Use #public_send instead #method.call
These builder methods are using user provided input inside a public_send
but this is safe to do in this instance because before they are called
we check before calling them that they match an expected application
name.
2019-04-29 22:55:13 -07:00
..
base_helm_service.rb Add more info logging to cluster apps 2019-04-10 06:38:27 +00:00
base_service.rb Dry up and remove responsibilities 2019-04-01 13:32:20 +00:00
check_ingress_ip_address_service.rb Add support for ingress hostnames 2019-03-07 15:25:48 -08:00
check_installation_progress_service.rb Upgrade cluster applications, starting with runner 2019-02-07 21:40:55 +00:00
check_uninstall_progress_service.rb CheckUninstallProgressService remove unnecessary begin 2019-04-29 22:55:12 -07:00
create_service.rb Use #public_send instead #method.call 2019-04-29 22:55:13 -07:00
destroy_service.rb Use #public_send instead #method.call 2019-04-29 22:55:13 -07:00
install_service.rb Externalize several strings in 2019-04-16 10:32:05 +00:00
patch_service.rb Externalize several strings in 2019-04-16 10:32:05 +00:00
uninstall_service.rb Services to uninstall cluster application 2019-04-29 22:55:11 -07:00
update_service.rb Use #public_send instead #method.call 2019-04-29 22:55:13 -07:00
upgrade_service.rb Externalize several strings in 2019-04-16 10:32:05 +00:00