Actions
Bug #3622
open[API] [refactor] Move system_group, system_user, etc to class methods in Group and User
Story points:
0.5
Release:
Release relationship:
Auto
Description
Examples:
Is now | Should be |
system_user |
User.find_system_user |
system_user_uuid |
User.find_system_user.uuid |
system_group |
Group.find_system_group |
Group.where(...).select{|g|/-f+$/ =~ g.uuid}.first |
Group.find_all_users_group |
Updated by Tom Clegg over 10 years ago
- Description updated (diff)
- Category set to API
Updated by Tom Clegg over 10 years ago
- Target version set to Arvados Future Sprints
Updated by Ward Vandewege over 10 years ago
- Target version changed from Arvados Future Sprints to 2014-09-17 sprint
Updated by Tom Clegg over 10 years ago
- Target version changed from 2014-09-17 sprint to Arvados Future Sprints
Updated by Tom Clegg almost 8 years ago
- Subject changed from [API] Move system_group, system_user, etc to class methods in Group and User to [API] [refactor] Move system_group, system_user, etc to class methods in Group and User
Updated by Peter Amstutz over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions