Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate MR commits and diffs to new tablesmerge-request-commits-background-migration | Sean McGivern | 2017-08-03 | 5 | -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 McGivern | 2017-08-03 | 2 | -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-user | Douwe Maan | 2017-08-02 | 2 | -1/+3 |
| | | |||||
* | | Merge branch 'gitaly-test-mtime-check' into 'master' | Rémy Coutable | 2017-08-03 | 2 | -1/+21 |
|\ \ | | | | | | | | | | | | | Remove test gitaly when older than version file See merge request !13250 | ||||
| * | | Remove test gitaly when older than version file | Jacob Vosmaer (GitLab) | 2017-08-03 | 2 | -1/+21 |
|/ / | |||||
* | | Merge branch 'sidebar-fly-out-sub-nav' into 'master' | Filipa Lacerda | 2017-08-03 | 5 | -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-nav | Phil Hughes | 2017-08-02 | 1677 | -9482/+16762 |
| |\ \ | |||||
| * | | | stop mobile from showing the sub-items | Phil Hughes | 2017-08-02 | 2 | -3/+51 |
| | | | | |||||
| * | | | changed variable names | Phil Hughes | 2017-08-02 | 1 | -10/+10 |
| | | | | |||||
| * | | | Math.floor the value in the tests | Phil Hughes | 2017-08-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | fixed translate3d test | Phil Hughes | 2017-08-01 | 2 | -6/+6 |
| | | | | |||||
| * | | | reverted the JS timeout code | Phil Hughes | 2017-08-01 | 3 | -73/+16 |
| | | | | | | | | | | | | | | | | improved specs so that they pass | ||||
| * | | | added mouseleave timeout with JS | Phil Hughes | 2017-08-01 | 3 | -20/+206 |
| | | | | |||||
| * | | | fixed inside padding of fly-out menu | Phil Hughes | 2017-07-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | updated hover text color of main links in sidebar | Phil Hughes | 2017-07-28 | 1 | -8/+18 |
| | | | | | | | | | | | | | | | | | | | | fixed colors in fly-out navigation fixed spacing in fly-out navigation | ||||
| * | | | style updates | Phil Hughes | 2017-07-26 | 2 | -37/+32 |
| | | | | | | | | | | | | | | | | fixed weird dropdown items in issues when on merge request page | ||||
| * | | | added extra padding around fly-out menu to delay hiding | Phil Hughes | 2017-07-25 | 1 | -1/+11 |
| | | | | |||||
| * | | | improvements to positioning of the dropdown | Phil Hughes | 2017-07-24 | 3 | -5/+22 |
| | | | | |||||
| * | | | Merge branch 'master' into sidebar-fly-out-sub-nav | Phil Hughes | 2017-07-24 | 586 | -2209/+9742 |
| |\ \ \ | |||||
| * | | | | changed text color for reseting & hover on links | Phil Hughes | 2017-07-19 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | changed hover color in dropdown | Phil Hughes | 2017-07-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | updated styles | Phil Hughes | 2017-07-19 | 3 | -49/+13 |
| | | | | | |||||
| * | | | | moved JS & only run when new_nav cookie exists | Phil Hughes | 2017-07-19 | 4 | -27/+78 |
| | | | | | |||||
| * | | | | transform the position | Phil Hughes | 2017-07-19 | 2 | -21/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | correctly position the arrow fix scss lint | ||||
| * | | | | Fly-out dropdown menu in new sidebar | Phil Hughes | 2017-07-19 | 3 | -2/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #34026 [ci skip] | ||||
* | | | | | Merge branch 'pawel/fix_link_to_prometheus_docs-33921' into 'master' | Filipa Lacerda | 2017-08-03 | 1 | -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-33921 | Pawel Chojnacki | 2017-08-02 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch '35869-disable-the-Rails/Delegate-cop' into 'master' | Douwe Maan | 2017-08-03 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable the Rails/Delegate cop Closes #35869 See merge request !13267 | ||||
| * | | | | | Disable the Rails/Delegate cop | Rémy Coutable | 2017-08-03 | 1 | -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 Coutable | 2017-08-03 | 672 | -1523/+1512 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | Empty project factory by default See merge request !13260 | ||||
| * | | | | | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 672 | -1478/+1474 |
| | | | | | | |||||
| * | | | | | Remove `:empty_project` factory, implement `:repository` trait | Robert Speicher | 2017-08-02 | 1 | -48/+43 |
| | | | | | | |||||
| * | | | | | Remove documentation about `:empty_project` since we're removing it | Robert Speicher | 2017-08-02 | 1 | -2/+0 |
| | | | | | | |||||
| * | | | | | Use `:empty_project` where possible in features/steps | Robert Speicher | 2017-08-02 | 2 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'project-foreign-keys-without-errors' into 'master' | Stan Hu | 2017-08-03 | 2 | -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-errors | Yorick Peterse | 2017-08-02 | 2 | -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 Hughes | 2017-08-02 | 36 | -56/+185 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add icons to project sidebar Closes #34027 and #35877 See merge request !13204 | ||||
| * | | | | | Add icons to project sidebar | Annabel Dunstone Gray | 2017-08-02 | 36 | -56/+185 |
|/ / / / / | |||||
* | | | | | Merge branch 'handle-reserved-words-for-oauth-usernames' into 'master' | Rémy Coutable | 2017-08-02 | 3 | -2/+41 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Uniquify reserved word usernames on OAuth user creation See merge request !13244 | ||||
| * | | | | | Uniquify reserved word usernames on OAuth user creation | Robin Bobbitt | 2017-08-02 | 3 | -2/+41 |
| | | | | | | |||||
* | | | | | | Merge branch 'synchronous_zanata_community_contribution_translation' into ↵ | Rémy Coutable | 2017-08-02 | 5 | -252/+294 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Synchronous zanata community contribution translation Closes #35003 See merge request !13242 | ||||
| * | | | | | | Synchronous zanata community contribution translation | 黄涛 | 2017-08-02 | 5 | -252/+294 |
| | | | | | | | |||||
* | | | | | | | Merge branch '35408-group-auto-avatars' into 'master' | Filipa Lacerda | 2017-08-02 | 7 | -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-avatars | kushalpandya | 2017-08-02 | 1 | -2/+0 |
| | | | | | | | | |||||
| * | | | | | | | Use `$mount` for component rendering, remove tests for `props` datatype as ↵ | kushalpandya | 2017-08-02 | 1 | -26/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unnecessary | ||||
| * | | | | | | | Use kebab-case for props | kushalpandya | 2017-08-02 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Remove unnecessary name property | kushalpandya | 2017-08-02 | 1 | -1/+0 |
| | | | | | | | | |||||
| * | | | | | | | Add changelog entry | kushalpandya | 2017-08-01 | 1 | -0/+4 |
| | | | | | | | | |||||
| * | | | | | | | Prop name update, minor cleanup | kushalpandya | 2017-08-01 | 1 | -6/+8 |
| | | | | | | | | |||||
| * | | | | | | | Import `group_identicon` minor clean up and prop updates | kushalpandya | 2017-08-01 | 1 | -7/+7 |
| | | | | | | | |