ubicloud/routes/project/location
Jeremy Evans 9dbe11fa6a Only accept json requests for the postgres metrics route
Previously, this would have accepted a normal request, and returned
a json response. However, if there were any errors in the request
(and it is easy to introduce errors with invalid start/end times),
it would result in using the fallback web error handler. Since we
never want this route to handle non-json requests, it's easiest to
just enforce that, so we don't have to worry about error handling
for non-json requests.
2025-08-09 00:56:41 +09:00
..
firewall Remove unnecessary route nesting or true matchers 2025-06-20 05:14:52 +09:00
firewall.rb Use handle_validation_failure in the firewall attach/detach subnet route 2025-08-08 01:52:14 +09:00
kubernetes_cluster.rb Add api support to kubernetes routes 2025-07-02 10:34:03 +02:00
load_balancer.rb Use handle_validation_failure in load balancer attach/detach vm route 2025-08-08 01:52:14 +09:00
postgres.rb Only accept json requests for the postgres metrics route 2025-08-09 00:56:41 +09:00
private_subnet.rb Use normal HTML form submission for delete button with POST method 2025-08-08 01:52:14 +09:00
vm.rb Remove Dataset#eager directly before Dataset#first 2025-06-25 07:27:46 +09:00