ubicloud/routes/web/project/location
Burak Yucesoy 1503ea8302 Add helper class for PrivateSubnet routes
The business logic in both web and api endpoints are combined in the helper
class. Currently the combination is made simply adding a branch for each option
and copying the business logic from each endpoint to their respective branches.
Rubocop also moved some common lines out of the branches, but other than that
the logic is exactly same. There is no change in any functionality. We did not
try to converge to single logic and eliminate the branches in this commit. This
is intentional as I wanted to keep this commit as boring and add a separate
commit with the more interesting convergence stuff.
2024-09-27 11:09:55 +02:00
..
firewall.rb Make firewall and firewall rule web endpoints location based 2024-07-31 14:26:54 +03:00
load_balancer.rb Refactor LB web endpoints to remove health check params 2024-07-19 15:43:50 +02:00
postgres.rb Add helper class for postgres routes 2024-07-08 01:22:43 +02:00
private_subnet.rb Add helper class for PrivateSubnet routes 2024-09-27 11:09:55 +02:00
vm.rb Add helper class for PrivateSubnet routes 2024-09-27 11:09:55 +02:00