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 (Collapse)Author
2015-03-21Add location to user profileDmitriy Zaporozhets
2015-03-18Extend the commit calendar to show the actual commits for a dateHannes Rosenögger
2015-03-17Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets
Subscription to issue/mr Fixes #1911 and #1909 ![joxi_screenshot_1426601822159](https://dev.gitlab.org/gitlab/gitlabhq/uploads/53021bc5783271322ab2dfba7598eaa3/joxi_screenshot_1426601822159.png) ![joxi_screenshot_1426601836423](https://dev.gitlab.org/gitlab/gitlabhq/uploads/244ff360fbd6f30980f8dad699400814/joxi_screenshot_1426601836423.png) See merge request !1702
2015-03-16testsValery Sizov
2015-03-16fix specsValery Sizov
2015-03-16rename table subscribe; make it polymorficValery Sizov
2015-03-16code folding fixValery Sizov
2015-03-15SubscriptionValery Sizov
2015-03-14Merge branch 'master' into fix-restricted-visibilityVinnie Okada
Conflicts: db/schema.rb
2015-03-10remove duplicationValery Sizov
2015-03-10Fix importers with OCCValery Sizov
2015-03-09Fix user fixtures for developmentDmitriy Zaporozhets
2015-03-07Move restricted visibility settings to the UIVinnie Okada
Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
2015-03-06Added comment notification events to HipChat and Slack services.Stan Hu
Supports four different event types all bundled under the "note" event type: - comments on a commit - comments on an issue - comments on a merge request - comments on a code snippet
2015-03-03Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu
1) Adds a DB migration for all services to toggle on push, issue, and merge events. 2) Upon an issue or merge request event, fire service hooks. 3) Slack service supports custom messages for each of these events. Other services not supported at the moment. 4) Label merge request hooks with their corresponding actions.
2015-02-26No need to block db:rollback for safe migrationDmitriy Zaporozhets
2015-02-26Merge branch 'fix-another-migration' into 'master'Dmitriy Zaporozhets
Prevent another migration from failing due to indirect use of model columns not yet created See https://github.com/gitlabhq/gitlabhq/issues/8817#issuecomment-76007077 cc @marin See merge request !1597
2015-02-26Prevent another migration from failing.Douwe Maan
2015-02-25Merge branch 'bitbucket-import'Dmitriy Zaporozhets
Conflicts: app/views/import/gitorious/status.html.haml db/schema.rb
2015-02-25Merge branch 'mwessel/gitlab-ce-set-last-activity-at' into 'master'Dmitriy Zaporozhets
Give last_activity_at a default value so it will always be set For https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/345 See merge request !1589
2015-02-24Add Bitbucket importer.Douwe Maan
2015-02-24Make services migration more reliableDmitriy Zaporozhets
2015-02-23Give last_activity_at a default value so it will always be setMarco Wessel
2015-02-19Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets
This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
2015-02-17Merge branch 'fix_access_control_notes' into 'master'Dmitriy Zaporozhets
Fix broken access control for note attachments From https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/332 by Hannes Rosenögger. See merge request !1528
2015-02-17Fix dev fixture for adminDmitriy Zaporozhets
2015-02-16Fix broken access control and refactor avatar uploadHannes Rosenögger
This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
2015-02-16Merge branch 'tweet-new-project'Dmitriy Zaporozhets
Conflicts: db/schema.rb
2015-02-13Allow users that signed up via OAuth to set their password in order to use ↵Douwe Maan
Git over HTTP(S).
2015-02-13Add link to share via twitter to "created project" event.Douwe Maan
2015-02-13Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-02-12Merge pull request #8445 from jvanbaarsen/project-spec-speed-upJeroen van Baarsen
requests/api/project_spec.rb speed up
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
Conflicts: db/schema.rb
2015-02-08Allow notification email to be set separately from primary email.Douwe Maan
Closes #1932.
2015-02-06Add index on order columnsDmitriy Zaporozhets
2015-02-06Add timestamps to identityDmitriy Zaporozhets
2015-02-03Improved speed of the project_spec.rbJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-01-30Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Marco Wessel
configure-protection Conflicts: CHANGELOG db/schema.rb
2015-01-29an ability to clone project with oauth2 tokenValery Sizov
2015-01-25Fix indentationMarco Wessel
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 ↵Steven Thonus
avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix
2015-01-18Merge pull request #7878 from cirosantilli/rm-seed-password-confirmationDmitriy Zaporozhets
Remove unneeded password_confirmation from seed.
2015-01-17Validate application settings only if column existsDmitriy Zaporozhets
2015-01-17Allow to specify home page for non logged-in usersDmitriy Zaporozhets
2015-01-13Update db schemaDmitriy Zaporozhets
2015-01-13Merge branch 'github_importer'Dmitriy Zaporozhets
Conflicts: app/helpers/projects_helper.rb