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 (Expand)Author
2015-02-13Allow users that signed up via OAuth to set their password in order to use Gi...Douwe Maan
2015-02-13Add link to share via twitter to "created project" event.Douwe Maan
2015-02-11Remove not null constraint on project_id in services.Marin Jankovski
2015-02-11Add template boolean to services.Marin Jankovski
2015-02-10Add index on order columns for services tableDmitriy Zaporozhets
2015-02-08Merge branch 'notification_email'Dmitriy Zaporozhets
2015-02-08Allow notification email to be set separately from primary email.Douwe Maan
2015-02-06Add index on order columnsDmitriy Zaporozhets
2015-02-06Add timestamps to identityDmitriy Zaporozhets
2015-01-30Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into configure-prote...Marco Wessel
2015-01-29an ability to clone project with oauth2 tokenValery Sizov
2015-01-25Allow configuring protection of the default branch upon first pushMarco Wessel
2015-01-24adding avatar to project settings page added avatar removal show project avat...Steven Thonus
2015-01-17Allow to specify home page for non logged-in usersDmitriy Zaporozhets
2015-01-13Merge branch 'github_importer'Dmitriy Zaporozhets
2015-01-10Github ImporterValery Sizov
2015-01-08Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets
2014-12-29Merge branch 'master' into developer_can_push_to_protected_branches_optionMarin Jankovski
2014-12-26Add migration for developers can push to protected branches flag.Marin Jankovski
2014-12-24Doorkeeper integrationValery Sizov
2014-12-23Remove index only if existsDmitriy Zaporozhets
2014-12-23Fix migration issue for mysql with index not being removedDmitriy Zaporozhets
2014-12-08speed up migration to identitiesValery Sizov
2014-12-05Add locked_at to merge requestDmitriy Zaporozhets
2014-12-04Supporting for multiple omniauth provider for the same userValery Sizov
2014-12-04Multi-provider auth. LDAP is not reworkedValery Sizov
2014-11-21Add missing timestamps to the 'members' tableJacob Vosmaer
2014-10-31Save only valid record in service migrationsDmitriy Zaporozhets
2014-10-30Fix serialize migrationDrew Blessing
2014-10-09Snippets: public/internal/privateValery Sizov
2014-10-06Add slack service migration.Marin Jankovski
2014-09-14Fix STI+polymorphic for Group <-> GroupMemberDmitriy Zaporozhets
2014-09-14Fix migration and association for new members tableDmitriy Zaporozhets
2014-09-14Migrate old membership objects to new Member modelDmitriy Zaporozhets
2014-09-14Add members table migrationDmitriy Zaporozhets
2014-09-12Fix serialize migration. Fixes #7734Drew Blessing
2014-09-10Merge pull request #7705 from dblessing/serialize_service_propertiesDmitriy Zaporozhets
2014-09-10Serialize services propertiesDrew Blessing
2014-09-08Use create-hooks instead of rewrite-hooks.shJacob Vosmaer
2014-09-03Update repos hooks in migrationDmitriy Zaporozhets
2014-08-28Fixes #7571James Brooks
2014-08-20Document characters being stripped from labelsJacob Vosmaer
2014-08-19Use the default color when migrating labelsJacob Vosmaer
2014-08-19Remove invalid characters from the label nameJacob Vosmaer
2014-08-19Test if the label is valid before creating linkJacob Vosmaer
2014-07-30Add indicies to labelsDmitriy Zaporozhets
2014-07-29Migrate issue/mr labels from act_as_taggable to own labelsDmitriy Zaporozhets
2014-07-29Replace project labels with tags to prevent name conflict with GitLab labelsDmitriy Zaporozhets
2014-07-29Label and LabelLink models for implementing own GitLab labelsDmitriy Zaporozhets
2014-07-18Add star count, view logic, more tests.Ciro Santilli