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
path: root/db
AgeCommit message (Expand)Author
2013-02-19Fix development fixture for gitlab_shellJaakko Kantojärvi
2013-02-19Migrations iprovedAndrew8xx8
2013-02-18Migrations refactored ro support data convertionAndrew8xx8
2013-02-18Migrations for StateMachine refactoring addedAndrew8xx8
2013-02-18State renamed to merge_statusAndrew8xx8
2013-02-09Refactored and fixed seeds to work with gitlab-shellDmitriy Zaporozhets
2013-01-31add path and path_with_namespace to api project entityDmitriy Zaporozhets
2013-01-25can_create_group, can_create_team boolean fields for userDmitriy Zaporozhets
2013-01-25Added UserTeam core models (team and m-t-m relationships) and updated other m...Andrey Kumanyaev
2013-01-13Public git read-only access via httpDmitriy Zaporozhets
2013-01-06Fix project fixturesDmitriy Zaporozhets
2013-01-04Fixed typo of recipes (recipres)Koen Punt
2013-01-02Project has now correct owner and creator. Increased test coverageDmitriy Zaporozhets
2012-12-30Fix project destroy timeout from admin area. Added 30 ssh keys to dev seedsDmitriy Zaporozhets
2012-12-27Fix not_in_project scope. Added counters in admin -> users. Improved seedsDmitriy Zaporozhets
2012-12-27Dev fixtures: Add sample ssh key to adminDmitriy Zaporozhets
2012-12-19index for commit_id. Schema rebuiled. Non rollback migration exception addedDmitriy Zaporozhets
2012-12-18if for migrationDmitriy Zaporozhets
2012-12-18Split commit_id and noteable_id for NoteDmitriy Zaporozhets
2012-12-11Reordered developers seeds a bit. Now seeds faster and has valid post-receive...Dmitriy Zaporozhets
2012-12-06Add more indexes (see #2159)Riyad Preukschas
2012-12-03More indices for asscociations. related to #2159Dmitriy Zaporozhets
2012-12-03Event indices related to #2159Dmitriy Zaporozhets
2012-11-29Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespacesDmitriy Zaporozhets
2012-11-21Project -> update repo only on create and destroy. Fixtures Updated with name...Dmitriy Zaporozhets
2012-11-24Fxied seedsDmitriy Zaporozhets
2012-11-23Deprecate code for Project. Use title and pathDmitriy Zaporozhets
2012-11-23Ability to create project with namespaceDmitriy Zaporozhets
2012-11-23Init username migration and rake task for create appropriate namespaceDmitriy Zaporozhets
2012-11-22Namespace model added. Migration to convert exit project/groupsDmitriy Zaporozhets
2012-11-19GitLabCi Service imtegrationDmitriy Zaporozhets
2012-11-19Annotated. schema updatedDmitriy Zaporozhets
2012-11-20Service model and service hookDmitriy Zaporozhets
2012-11-14Improved seeds for development envDmitriy Zaporozhets
2012-11-11Stats pagerandx
2012-10-30More seedsrandx
2012-10-30Refactor milestones related functionality. Added seeds for Milestine and MRrandx
2012-10-26Add Milestone information in Merge RequestsSergio Visinoni
2012-10-24Fix schema.rbDmitriy Zaporozhets
2012-10-10add support use string FK with integer PKAndrey Kumanyaev
2012-10-02Group entity. Group has many projectsDmitriy Zaporozhets
2012-09-27Use Rails.root.join where appropriateRobert Speicher
2012-09-05Add SetDefaultBranchDefaultToNil migrationRobert Speicher
2012-08-29Remove pkey.exampleRobert Speicher
2012-08-29Remove all instances to 'gitlabhq_x' seed repositories from specs and featuresRobert Speicher
2012-07-29Change identification of users with extern auth provider (LDAP)Jakub Jirutka
2012-07-19Refactoring of hook functionality & bootsrap system hooksValeriy Sizov
2012-07-06fix devise migrations issueNihad Abbasov
2012-07-06oops, uncomment authentication_tokenNihad Abbasov
2012-07-06enable lockable strategy for usersNihad Abbasov