summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Add migration for manual actions with skipped statusGrzegorz Bizon2017-03-062-1/+20
| | | |_|_|_|_|/ / | | |/| | | | | |
* | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-065-3/+55
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Remove unecessary defaults for uniq ip block, cleanup refactoring leftoversPawel Chojnacki2017-03-062-7/+6
| * | | | | | | | align schema.rb with upstream and fix rubocop warning about not freezing muta...Pawel Chojnacki2017-03-061-2/+3
| * | | | | | | | Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki2017-03-062-7/+7
| * | | | | | | | Allow limiting logging in users from too many different IPs.Pawel Chojnacki2017-03-062-1/+21
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Move foreign key to separate migrationKamil Trzcinski2017-03-053-3/+13
| * | | | | | | Update db/schemaKamil Trzcinski2017-03-053-3/+6
| * | | | | | | Make triggers to be user awareKamil Trzcinski2017-03-051-1/+1
| * | | | | | | Make Pipeline Triggers to be user awareKamil Trzcinski2017-03-052-0/+19
| |/ / / / / /
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-035-9/+65
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix the `Gitlab::Seeder` monkey patch to disable mail deliveryrs-dev-seed-timeRobert Speicher2017-03-021-2/+2
| | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan2017-03-013-3/+61
| |\ \ \ \ \
| | * | | | | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-013-3/+61
| | | |_|_|/ | | |/| | |
| * | | | | Disable the inheritance column of services in DisableInvalidServiceTemplates ...Rémy Coutable2017-03-011-4/+2
| |/ / / /
* | | | | Satisfy rubocopValery Sizov2017-03-021-1/+1
* | | | | Recover db/schema.rbValery Sizov2017-02-281-23/+12
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-282-0/+71
|\ \ \ \ \ | |/ / / /
| * | | | Fix migration without DOWNTIME clause specifiedRuben Davila2017-02-281-0/+2
| * | | | Add development fixtures for nested groupsdz-nested-groups-fixturesDmitriy Zaporozhets2017-02-271-0/+69
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-273-10/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'dm-fix-web-edit-new-lines' into 'master' Robert Speicher2017-02-241-9/+1
| |\ \ \ \
| | * | | | Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-1/+1
| | * | | | Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-9/+1
| * | | | | Remove the default value for the `users.ghost` database column.Timothy Andrew2017-02-242-7/+3
| * | | | | Use a `ghost` boolean to track ghost users.Timothy Andrew2017-02-242-0/+16
| |/ / / /
* | | | | [Issue ordering] Using integer instead of floatValery Sizov2017-02-272-2/+2
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-2416-26/+82
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-2413-24/+44
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-237-48/+48
| | * | | Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-232-4/+4
| | * | | Exclude migrations from Style/MutableConstantDouwe Maan2017-02-2334-44/+44
| | * | | Enable Style/WordArrayDouwe Maan2017-02-231-2/+2
| | * | | Prefer leading style for Style/DotPositionDouwe Maan2017-02-237-48/+48
| | * | | Old migration doesn’t require downtimeDouwe Maan2017-02-231-0/+2
| | * | | Enable Style/BarePercentLiteralsDouwe Maan2017-02-232-4/+4
| | * | | Enable Security/JSONLoadDouwe Maan2017-02-233-4/+4
| | * | | Enable Style/MutableConstantDouwe Maan2017-02-2336-38/+38
| | * | | Merge branch '26570-optimize-latest-pipeline-query' into 'master' Kamil Trzciński2017-02-233-2/+20
| | |\ \ \
| | | * | | Add index for ci_commits for gl_project_id, ref, status26570-optimize-latest-pipeline-queryLin Jen-Shin2017-02-203-2/+20
| | | | |/ | | | |/|
| * | | | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-214-2/+31
| |\ \ \ \ | | |/ / /
| | * | | Improve performance of User Agent DetailZ.J. van de Weg2017-02-202-0/+16
| | |/ /
| | * | Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern2017-02-172-3/+11
| | |\ \
| | | * | Remove comments in migrationAnnabel Dunstone Gray2017-02-162-21/+1
| | | * | Fix borked db stuffAnnabel Dunstone Gray2017-02-152-2/+2
| | | * | Move migration to post_migrate; fix shortcuts_specAnnabel Dunstone Gray2017-02-151-1/+1
| | | * | Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-152-2/+2
| | | * | Drop theme ID from users tableAnnabel Dunstone Gray2017-02-152-4/+32
| | | |/
| * | | 0 for unlimited, disallow blank, feedback:Lin Jen-Shin2017-02-162-4/+4
| * | | Update schemaLin Jen-Shin2017-02-161-0/+1