ubicloud/routes
Burak Velioglu e2f1821242 Add logic for supporting github custom labels
Until now, users could only use predefined labels for
their github workflows. However, some users wanted
workflow-level limits for finer control. To address this
support for custom labels is introduced.

Custom labels are unique per [installation, label]
which allows multiple installations to reuse the same
custom label. Each custom label is aliased to a predefined
label. In other words, users still run on VM types defined
by predefined labels, but can introduce workflow-level
limits by using custom labels.

With this commit, only concurrency limits are supported.
Additional limits can be introduced later by adding new
columns to the github_custom_label model.
2025-09-15 14:41:01 +03:00
..
project Add note to payment method success page about pre-authorization 2025-09-08 17:19:03 +03:00
runtime Use r.is to check for fully routed path only once instead of twice 2025-06-20 05:14:52 +09:00
webhook Add logic for supporting github custom labels 2025-09-15 14:41:01 +03: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 Support path with Project objects 2025-08-27 07:56:29 +09:00
project.rb Support path with Project objects 2025-08-27 07:56:29 +09:00