ubicloud/spec/lib
Jeremy Evans 8a3e558ce4 Replace Postgres:Firewall:{view,edit} permissions with Postgres:{view,edit}
Postgres firewalls are not a separate object type.  There is
PostgresFirewallRule, but the Postgres:Firewall permissions
are tested against the PostgresResource, so for consistency,
it makes sense to keep the type:action format used by other
permissions, and not support colon as part of the type. After
further discussion, there is agreement that separate permissions
for Postgres firewall rules are not needed, so using the normal
Postgres view/edit permissions are fine.

While here, avoid N+1 fwedit access check queries in the
view/postgres/show template, where N is the number of firewall
rules.
2024-12-18 09:39:56 -08:00
..
hosting Make Hetzner test ssh key fixture re-use more obvious 2023-12-15 13:54:49 -08:00
minio Remove all skip_if_frozen{_models} calls in the specs 2024-10-30 12:08:24 -07:00
authorization_spec.rb Replace Postgres:Firewall:{view,edit} permissions with Postgres:{view,edit} 2024-12-18 09:39:56 -08:00
billing_rate_spec.rb Introduce billing for inference endpoints 2024-10-16 13:56:06 +02:00
clog_spec.rb Remove all skip_if_frozen{_models} calls in the specs 2024-10-30 12:08:24 -07:00
cloudflare_client_spec.rb Manage setup/destroy of the repository's blob storage. 2024-06-28 10:06:23 +03:00
github_spec.rb Bump jwt gem from 2.7.1 to 2.8.0 2024-03-08 15:08:44 +03:00
invoice_generator_spec.rb Fix unit test for invoice generator 2024-08-22 14:41:07 +02:00
monitorable_resource_spec.rb Remove all skip_if_frozen{_models} calls in the specs 2024-10-30 12:08:24 -07:00
pagination_spec.rb Introduce location specific default subnets 2024-12-06 10:10:50 +01:00
sem_snap_spec.rb Remove all skip_if_frozen{_models} calls in the specs 2024-10-30 12:08:24 -07:00
ssh_key_spec.rb Bring ssh_key.rb to 100% line/branch coverage 2023-05-18 09:46:24 +03:00
thread_printer_spec.rb Remove all skip_if_frozen{_models} calls in the specs 2024-10-30 12:08:24 -07:00
util_spec.rb Introduce elliptic curve backwards compatibility code 2024-10-29 07:40:12 -07:00
validation_spec.rb Add io_limits to VmSize. 2024-12-13 08:10:56 -08:00