ubicloud/prog/github
Enes Cakir 14ea1eb702 Fix the condition check during installation destroy
We ensure that the installation has no repositories or runners before
destroy it.

I attempted to handle this check on the query side and used `.exists`
with the dataset. However, it doesn't work as expected. Instead of
returning a boolean, it returns `Sequel::SQL::PlaceholderLiteralString`.
The `if` statement always evaluates as true because it's an object. I
replaced it with `empty?`.
2024-10-07 15:03:13 +03:00
..
destroy_github_installation.rb Fix the condition check during installation destroy 2024-10-07 15:03:13 +03:00
github_repository_nexus.rb Allow to set customer quota for GitHub cache storage 2024-09-26 14:35:13 +03:00