Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-14Remove unnecessary semicolonsJacob Vosmaer
I could not help myself
2015-04-14Use different queries for MySQL and PostgresJacob Vosmaer
I could not find a query that worked on both; these two queries look very similar and seem to do the same thing.
2015-04-13Also ldap_group_links where provider='ldap'Jacob Vosmaer
2015-04-13Merge branch 'ldap_migration' of dev.gitlab.org:gitlab/gitlabhq into ↵Jacob Vosmaer
ldap_migration
2015-04-13Make migration work if LDAP is disabledJacob Vosmaer
2015-04-13Check for table instead of classDmitriy Zaporozhets
2015-04-13Try to explain what we are doingJacob Vosmaer
2015-04-13Change migration to SQLDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-11fix ldap identitiesValery Sizov