ubicloud/routes
Burak Velioglu b367244781 Setup blob storage only when adding cache entries
In the current logic, blob storage bucket is destroyed if
it exists but has no cache entries. Looking at the logs
we noticed some buckets repeatedly getting deleted. This
happens because users only request cache entries without
ever adding new ones.

To fix this, blob storage bucket will now only be created
when adding a new cache entry. Subsequent get requests will
still work since the blob storage will already exist once
an entry is added.
2025-08-20 16:51:46 +03:00
..
project Use the Roda response_content_type plugin 2025-08-20 05:25:48 +09:00
runtime Setup blob storage only when adding cache entries 2025-08-20 16:51:46 +03:00
webhook Use the Roda response_content_type plugin 2025-08-20 05:25:48 +09:00
account.rb Add raise_web_error method to DRY up web-specific CloverError raising 2025-08-08 05:06:18 +09:00
cli.rb Use the Roda response_content_type plugin 2025-08-20 05:25:48 +09:00
github.rb Use typecast_params in the github route 2025-05-20 05:49:38 +09:00
project.rb Use handle_validation_failure earlier in project create route 2025-08-08 01:52:14 +09:00