Skip to content
Snippets Groups Projects

Add shared_runners_minutes_limit to groups and users API

Merged username-removed-423915 requested to merge add-api-shared_runners_minutes_limit into master
All threads resolved!
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -15,6 +15,9 @@ module User
@@ -15,6 +15,9 @@ module User
# column directly.
# column directly.
validate :auditor_requires_license_add_on, if: :auditor
validate :auditor_requires_license_add_on, if: :auditor
validate :cannot_be_admin_and_auditor
validate :cannot_be_admin_and_auditor
 
 
delegate :shared_runners_minutes_limit, :shared_runners_minutes_limit=,
 
to: :namespace
end
end
module ClassMethods
module ClassMethods
Loading