Remove obsolete management command
Advances in syncing quotaholder with astakos
Factor out trigger_sync() as lock_sync() to be used for othersync processes in addition to sync_projects().Implement sync_users(), which registers users and their quotas.Use both sync processes in astakos-qh-sync management command.
Merge 'develop' into feature-projects
Needed for building devflow packages from feature-projects.
Fix messages
Management command to check and perform project expiration
Optimize project-list query
Note that select_related() does not automatically bring`related_name's, such as ProjectApplication.project.Need to specify select_related('project'), which brings`project' (but not `owner', or other related field).
Fix typo
Fix bug in user-set-initial-quota command
Fix AttributeError: 'AstakosUser' object has no attribute 'quota'
Include uuid in user-details command output
View revisions
Also available in: Atom