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-04-04save each notification setting with ajax on changeDmitriy Zaporozhets
2013-04-04add notification level to UsersProjectDmitriy Zaporozhets
2013-03-26notification level for userDmitriy Zaporozhets
2013-03-19Move snippets to own tab as feature. Make it disabled for new projects by def...Dmitriy Zaporozhets
2013-03-15add dark solarized theme for code previewDmitriy Zaporozhets
2013-03-05Typo fixedAndrew8xx8
2013-03-04User's blocked field refactored to use state machineAndrew8xx8
2013-03-04Migrations addedAndrew8xx8
2013-03-01fixed db/schemaDmitriy Zaporozhets
2013-03-01Merge branch 'team-and-group-descriptions' of https://github.com/Undev/gitlab...Dmitriy Zaporozhets
2013-02-28Merge branch 'link-to-issue-tracker' of https://github.com/Undev/gitlabhq int...Dmitriy Zaporozhets
2013-02-28Fixed notes from randxAndrew8xx8
2013-02-28Description added to temasAndrew8xx8
2013-02-28Description to groups addedAndrew8xx8
2013-02-28DB schema updatedAndrew8xx8
2013-02-28Migration addedAndrew8xx8
2013-02-28Issue tracker field added to projectsAndrew8xx8
2013-02-27Data converting migrations was wrong. FixedAndrew8xx8
2013-02-26Merge branch 'state-machine-stage-2' of https://github.com/Undev/gitlabhq int...Dmitriy Zaporozhets
2013-02-25Fix merge request migration for postgresDmitriy Zaporozhets
2013-02-20Database schema updatedAndrew8xx8
2013-02-20Migrations for convertion merge_status addedAndrew8xx8
2013-02-20Update seeds for state columnsSijmen Mulder
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