summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Migrate MR commits and diffs to new tablesmerge-request-commits-background-migrationSean McGivern2017-08-035-5/+388
| | | | | | | | | | | | Previously, we stored these as serialised fields - `st_{commits,diffs}` - on the `merge_request_diffs` table. These now have their own tables - `merge_request_diff_{commits,diffs}` - with a column for each attribute of the serialised data. Add a background migration to go through the existing MR diffs and migrate them to the new format. Ignore any contents that cannot be displayed. Assuming that we have 5 million rows to migrate, and each batch of 2,500 rows can be completed in 5 minutes, this will take about 7 days to migrate everything.
* Merge branch 'dm-api-current-user' into 'master'Sean McGivern2017-08-032-1/+3
|\ | | | | | | | | | | | | Do not validate CSRF token in API unless needed Closes #35705 See merge request !13256
| * Do not validate CSRF token in API unless neededdm-api-current-userDouwe Maan2017-08-022-1/+3
| |
* | Merge branch 'gitaly-test-mtime-check' into 'master'Rémy Coutable2017-08-032-1/+21
|\ \ | | | | | | | | | | | | Remove test gitaly when older than version file See merge request !13250
| * | Remove test gitaly when older than version fileJacob Vosmaer (GitLab)2017-08-032-1/+21
|/ /
* | Merge branch 'sidebar-fly-out-sub-nav' into 'master'Filipa Lacerda2017-08-035-38/+335
|\ \ | | | | | | | | | | | | | | | | | | Fly-out dropdown menu in new sidebar Closes #34026 See merge request !12938
| * \ Merge branch 'master' into sidebar-fly-out-sub-navsidebar-fly-out-sub-navPhil Hughes2017-08-021677-9482/+16762
| |\ \
| * | | stop mobile from showing the sub-itemsPhil Hughes2017-08-022-3/+51
| | | |
| * | | changed variable namesPhil Hughes2017-08-021-10/+10
| | | |
| * | | Math.floor the value in the testsPhil Hughes2017-08-011-1/+1
| | | |
| * | | fixed translate3d testPhil Hughes2017-08-012-6/+6
| | | |
| * | | reverted the JS timeout codePhil Hughes2017-08-013-73/+16
| | | | | | | | | | | | | | | | improved specs so that they pass
| * | | added mouseleave timeout with JSPhil Hughes2017-08-013-20/+206
| | | |
| * | | fixed inside padding of fly-out menuPhil Hughes2017-07-281-1/+1
| | | |
| * | | updated hover text color of main links in sidebarPhil Hughes2017-07-281-8/+18
| | | | | | | | | | | | | | | | | | | | fixed colors in fly-out navigation fixed spacing in fly-out navigation
| * | | style updatesPhil Hughes2017-07-262-37/+32
| | | | | | | | | | | | | | | | fixed weird dropdown items in issues when on merge request page
| * | | added extra padding around fly-out menu to delay hidingPhil Hughes2017-07-251-1/+11
| | | |
| * | | improvements to positioning of the dropdownPhil Hughes2017-07-243-5/+22
| | | |
| * | | Merge branch 'master' into sidebar-fly-out-sub-navPhil Hughes2017-07-24586-2209/+9742
| |\ \ \
| * | | | changed text color for reseting & hover on linksPhil Hughes2017-07-191-1/+2
| | | | |
| * | | | changed hover color in dropdownPhil Hughes2017-07-191-1/+1
| | | | |
| * | | | updated stylesPhil Hughes2017-07-193-49/+13
| | | | |
| * | | | moved JS & only run when new_nav cookie existsPhil Hughes2017-07-194-27/+78
| | | | |
| * | | | transform the positionPhil Hughes2017-07-192-21/+38
| | | | | | | | | | | | | | | | | | | | | | | | | correctly position the arrow fix scss lint
| * | | | Fly-out dropdown menu in new sidebarPhil Hughes2017-07-193-2/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #34026 [ci skip]
* | | | | Merge branch 'pawel/fix_link_to_prometheus_docs-33921' into 'master'Filipa Lacerda2017-08-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Prometheus application settings help link to point to Prometheus help page Closes #33921 See merge request !13258
| * | | | | Fix Prometheus help link to lead to proper Prometheus help pagepawel/fix_link_to_prometheus_docs-33921Pawel Chojnacki2017-08-021-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch '35869-disable-the-Rails/Delegate-cop' into 'master'Douwe Maan2017-08-031-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable the Rails/Delegate cop Closes #35869 See merge request !13267
| * | | | | Disable the Rails/Delegate copRémy Coutable2017-08-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/35869 for the rationale. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'rs-empty_project-default' into 'master'Rémy Coutable2017-08-03672-1523/+1512
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Empty project factory by default See merge request !13260
| * | | | | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-02672-1478/+1474
| | | | | |
| * | | | | Remove `:empty_project` factory, implement `:repository` traitRobert Speicher2017-08-021-48/+43
| | | | | |
| * | | | | Remove documentation about `:empty_project` since we're removing itRobert Speicher2017-08-021-2/+0
| | | | | |
| * | | | | Use `:empty_project` where possible in features/stepsRobert Speicher2017-08-022-2/+2
| |/ / / /
* | | | | Merge branch 'project-foreign-keys-without-errors' into 'master'Stan Hu2017-08-032-8/+30
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Change project FK migration to skip existing FKs Closes #35243 See merge request !13235
| * | | | Change project FK migration to skip existing FKsproject-foreign-keys-without-errorsYorick Peterse2017-08-022-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the migration ProjectForeignKeysWithCascadingDeletes so that it does not add already existing foreign keys and indexes, making it easier to re-run the migration.
* | | | | Merge branch '34027-add-icons-to-sidebar' into 'master'Phil Hughes2017-08-0236-56/+185
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add icons to project sidebar Closes #34027 and #35877 See merge request !13204
| * | | | | Add icons to project sidebarAnnabel Dunstone Gray2017-08-0236-56/+185
|/ / / / /
* | | | | Merge branch 'handle-reserved-words-for-oauth-usernames' into 'master'Rémy Coutable2017-08-023-2/+41
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Uniquify reserved word usernames on OAuth user creation See merge request !13244
| * | | | | Uniquify reserved word usernames on OAuth user creationRobin Bobbitt2017-08-023-2/+41
| | | | | |
* | | | | | Merge branch 'synchronous_zanata_community_contribution_translation' into ↵Rémy Coutable2017-08-025-252/+294
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Synchronous zanata community contribution translation Closes #35003 See merge request !13242
| * | | | | | Synchronous zanata community contribution translation黄涛2017-08-025-252/+294
| | | | | | |
* | | | | | | Merge branch '35408-group-auto-avatars' into 'master'Filipa Lacerda2017-08-027-2/+141
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show auto-generated avatars in Groups dashboard tree for Groups without avatars See merge request !13188
| * | | | | | | Remove unnecessary component import and registration35408-group-auto-avatarskushalpandya2017-08-021-2/+0
| | | | | | | |
| * | | | | | | Use `$mount` for component rendering, remove tests for `props` datatype as ↵kushalpandya2017-08-021-26/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unnecessary
| * | | | | | | Use kebab-case for propskushalpandya2017-08-021-2/+2
| | | | | | | |
| * | | | | | | Remove unnecessary name propertykushalpandya2017-08-021-1/+0
| | | | | | | |
| * | | | | | | Add changelog entrykushalpandya2017-08-011-0/+4
| | | | | | | |
| * | | | | | | Prop name update, minor cleanupkushalpandya2017-08-011-6/+8
| | | | | | | |
| * | | | | | | Import `group_identicon` minor clean up and prop updateskushalpandya2017-08-011-7/+7
| | | | | | | |