summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add migration.unset-assigneeDouwe Maan2015-03-241-1/+1
|
* Add location to user profileDmitriy Zaporozhets2015-03-201-1/+2
|
* Extend the commit calendar to show the actual commits for a dateHannes Rosenögger2015-03-181-1/+1
|
* Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets2015-03-171-2/+13
|\ | | | | | | | | | | | | | | | | | | | | | | 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
| * fix specsValery Sizov2015-03-161-1/+1
| |
| * rename table subscribe; make it polymorficValery Sizov2015-03-161-6/+4
| |
| * code folding fixValery Sizov2015-03-161-0/+4
| |
| * SubscriptionValery Sizov2015-03-151-1/+10
| |
* | Merge branch 'master' into fix-restricted-visibilityVinnie Okada2015-03-141-4/+4
|\ \ | |/ | | | | | | Conflicts: db/schema.rb
| * Fix importers with OCCValery Sizov2015-03-101-4/+4
| |
* | Move restricted visibility settings to the UIVinnie Okada2015-03-071-3/+4
|/ | | | | Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
* Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-1/+2
| | | | | | | | | 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
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-2/+6
| | | | | | | | | | | 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.
* Merge branch 'bitbucket-import'Dmitriy Zaporozhets2015-02-251-19/+21
|\ | | | | | | | | | | Conflicts: app/views/import/gitorious/status.html.haml db/schema.rb
| * Add Bitbucket importer.Douwe Maan2015-02-241-19/+21
| |
* | Give last_activity_at a default value so it will always be setMarco Wessel2015-02-231-2/+2
|/
* Allow users that signed up via OAuth to set their password in order to use ↵Douwe Maan2015-02-131-19/+22
| | | | Git over HTTP(S).
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-02-121-1/+1
|\
| * Merge pull request #8445 from jvanbaarsen/project-spec-speed-upJeroen van Baarsen2015-02-121-1/+1
| |\ | | | | | | requests/api/project_spec.rb speed up
| | * Improved speed of the project_spec.rbJeroen van Baarsen2015-02-031-1/+1
| | | | | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* | | Remove not null constraint on project_id in services.Marin Jankovski2015-02-111-2/+2
| | |
* | | Add template boolean to services.Marin Jankovski2015-02-111-1/+2
|/ /
* | Add index on order columns for services tableDmitriy Zaporozhets2015-02-091-1/+2
| |
* | Merge branch 'notification_email'Dmitriy Zaporozhets2015-02-071-1/+2
|\ \ | | | | | | | | | | | | Conflicts: db/schema.rb
| * | Allow notification email to be set separately from primary email.Douwe Maan2015-02-071-1/+2
| | | | | | | | | | | | Closes #1932.
* | | Add index on order columnsDmitriy Zaporozhets2015-02-061-1/+13
| | |
* | | Add timestamps to identityDmitriy Zaporozhets2015-02-051-6/+8
|/ /
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Marco Wessel2015-01-301-0/+1
|\ \ | |/ | | | | | | | | | | | | configure-protection Conflicts: CHANGELOG db/schema.rb
| * an ability to clone project with oauth2 tokenValery Sizov2015-01-281-1/+2
| |
* | Fix indentationMarco Wessel2015-01-251-3/+3
| |
* | Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-1/+2
|/
* adding avatar to project settings page added avatar removal show project ↵Steven Thonus2015-01-241-0/+1
| | | | 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
* Validate application settings only if column existsDmitriy Zaporozhets2015-01-161-1/+1
|
* Allow to specify home page for non logged-in usersDmitriy Zaporozhets2015-01-161-2/+3
|
* Update db schemaDmitriy Zaporozhets2015-01-131-1/+1
|
* Merge branch 'github_importer'Dmitriy Zaporozhets2015-01-131-1/+4
|\ | | | | | | | | Conflicts: app/helpers/projects_helper.rb
| * Github ImporterValery Sizov2015-01-101-1/+4
| |
* | Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets2015-01-081-1/+11
|/
* Merge branch 'master' into developer_can_push_to_protected_branches_optionMarin Jankovski2014-12-291-0/+43
|\ | | | | | | | | Conflicts: db/schema.rb
| * Doorkeeper integrationValery Sizov2014-12-241-1/+44
| |
* | Add migration for developers can push to protected branches flag.Marin Jankovski2014-12-261-4/+5
|/
* Add locked_at to merge requestDmitriy Zaporozhets2014-12-051-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-75/+27
|
* Multi-provider auth. LDAP is not reworkedValery Sizov2014-12-041-27/+80
|
* Add missing timestamps to the 'members' tableJacob Vosmaer2014-11-211-1/+1
|
* Snippets: public/internal/privateValery Sizov2014-10-091-3/+4
|
* Add slack service migration.Marin Jankovski2014-10-061-1/+1
|
* Fix migration and association for new members tableDmitriy Zaporozhets2014-09-141-25/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate old membership objects to new Member modelDmitriy Zaporozhets2014-09-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add members table migrationDmitriy Zaporozhets2014-09-141-1/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>