ubicloud/serializers
Enes Cakir 321b87f223 Fix GitHub installation configuration URL
We direct users to the installation configuration page on GitHub's UI
when they want to add more repositories and so on. However, I discovered
yesterday that non-admin users of an organization are led to a 404 page.
I found a more generic URL that works for everyone. GitHub has decided
to redirect users to the appropriate page.

Since we don't have separate branches for different installation types,
I've moved it to the serializer as it's only used once.
2024-09-20 17:26:14 +03:00
..
access_policy.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
account.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
base.rb Allow serializers to be configured with options 2024-05-28 21:38:09 +03:00
billing_info.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
firewall.rb Add location to firewall serialization 2024-07-31 14:26:54 +03:00
firewall_rule.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
github_installation.rb Fix GitHub installation configuration URL 2024-09-20 17:26:14 +03:00
github_runner.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
invoice.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
load_balancer.rb Load Balancer Health Probs Protocol Support 2024-08-20 10:43:13 +02:00
nic.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
payment_method.rb Add a new 'Added on' column into the payment methods table. 2024-08-16 13:42:27 +03:00
postgres.rb Add public API endpoints for managing Postgres metric destinations 2024-07-03 01:52:02 +02:00
postgres_firewall_rule.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
private_subnet.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
project.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
project_invitation.rb Show invited users on the project user list 2024-09-10 19:21:45 +03:00
usage_alert.rb Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
vm.rb Add Load Balancer Index and Create pages 2024-07-12 14:16:16 +02:00