garm/database
Gabriel Adrian Samfira be4f303b82 Remove check for duplicate pool
This change removes a check that denies the creation of a pool
if the new pool has the same image and flavor set on the same
provider. The reasoning for that check was that if you need to
create another pool with identical settings to an existing one,
you might as well scale up the min-idle-runners on the old one.

This was done when runner groups were not yet added. This in
turn has forced users to alias images with new names in their
provider, leading to terrible UX. In the end, being too
opinionated in this case has caused more harm than good.

Fixes #245

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-05-10 08:12:44 +00:00
..
common Add github credentials API and cli code 2024-04-22 14:08:37 +00:00
sql Remove check for duplicate pool 2024-05-10 08:12:44 +00:00
database.go Rename module 2023-03-12 16:01:49 +02:00