Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8 | Annabel Dunstone Gray | 2017-09-11 | 2 | -2/+58 |
| | | | This reverts merge request !14148 | ||||
* | Revert "Merge branch ↵revert-f2421b2b | Rubén Dávila | 2017-09-08 | 2 | -58/+2 |
| | | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619 | ||||
* | Merge branch 'rs-issue-36104' into 'security-9-5' | Douwe Maan | 2017-09-07 | 1 | -0/+12 |
| | | | | | [9.5] Disallow the `name` attribute on all user-provided markup See merge request gitlab/gitlabhq!2166 | ||||
* | Merge branch 'rs-issue-36098' into 'security-9-5' | Robert Speicher | 2017-09-07 | 1 | -3/+17 |
| | | | | | [9.5] Limit `style` attribute on `th` and `td` elements to specific properties See merge request gitlab/gitlabhq!2155 | ||||
* | Merge branch 'dm-go-get-xss' into 'security-9-3' | Robert Speicher | 2017-09-07 | 1 | -1/+17 |
| | | | | | Fix XSS issue in go-get handling See merge request !2128 | ||||
* | Merge branch ↵ | Douwe Maan | 2017-09-07 | 1 | -0/+12 |
|\ | | | | | | | | | | | | | | | | | '35558-only-one-garbage-collection-should-be-running-per-project-at-once' into 'master' Adds exclusive lease to Git garbage collect worker. Closes #35558 See merge request !14036 | ||||
| * | Adds exclusive lease to Git garbage collect worker.35558-only-one-garbage-collection-should-be-running-per-project-at-once | Tiago Botelho | 2017-09-07 | 1 | -0/+12 |
| | | |||||
* | | Gitaly feature toggles are on by default in development environments | Andrew Newdigate | 2017-09-07 | 1 | -0/+16 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into ↵ | Kamil Trzcinski | 2017-09-07 | 5 | -96/+61 |
|\ \ | | | | | | | | | | zj/gitlab-ce-zj-auto-devops-table | ||||
| * \ | Merge branch ↵ | Sean McGivern | 2017-09-07 | 2 | -2/+58 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master' Add option to change navigation color palette Closes #35012 See merge request !13619 | ||||
| | * | | Add previews in preferences | Annabel Dunstone Gray | 2017-09-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | Use `table` helper in migration specs | Sean McGivern | 2017-09-06 | 1 | -0/+1 |
| | | | | |||||
| | * | | Don't depend on user model in migration spec | Sean McGivern | 2017-09-06 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | The User model now has a default value for a field that didn't exist when these migrations ran. | ||||
| | * | | Add blue theme | Annabel Dunstone Gray | 2017-09-06 | 1 | -3/+3 |
| | | | | |||||
| | * | | Add functionality for two themes | Annabel Dunstone Gray | 2017-09-06 | 1 | -5/+5 |
| | | | | |||||
| | * | | Restore some changes from !9199 | Rubén Dávila | 2017-09-06 | 1 | -0/+48 |
| | | | | |||||
| * | | | Merge branch 'events-migration-cleanup' into 'master' | Sean McGivern | 2017-09-07 | 4 | -94/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finish migration to the new events setup Closes #37241 See merge request !13932 | ||||
| | * | | | Finish migration to the new events setupevents-migration-cleanup | Yorick Peterse | 2017-09-06 | 4 | -94/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This finishes the procedure for migrating events from the old format into the new format. Code no longer uses the old setup and the database tables used during the migration process are swapped, with the old table being dropped. While the database migration can be reversed this will 1) take a lot of time as data has to be coped around 2) won't restore data in the "events.data" column as we have no way of restoring this. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37241 | ||||
* | | | | | Merge branch 'master' into zj-auto-devops-tablezj/gitlab-ce-zj-auto-devops-table | Zeger-Jan van de Weg | 2017-09-07 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Implement fix for n+1 issue on `flatten_tree` helpergitaly-tree-entries-fix | Alejandro Rodríguez | 2017-09-06 | 1 | -0/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Kamil Trzcinski | 2017-09-06 | 10 | -140/+597 |
|\ \ \ \ | |/ / / | | | | | | | | | zj/gitlab-ce-zj-auto-devops-table | ||||
| * | | | Merge branch 'anakashima/gitlab-ce-fix_wiki_toc_indent' into 'master' | Sean McGivern | 2017-09-06 | 1 | -0/+36 |
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | Wiki table of contents are now properly nested to reflect header level See merge request !13909 | ||||
| | * | | Space before closing brace | Robert Speicher | 2017-09-06 | 1 | -2/+2 |
| | | | | |||||
| | * | | Refactor TableOfContentsFilter's nested table of contents | Robert Speicher | 2017-09-06 | 1 | -30/+34 |
| | | | | | | | | | | | | | | | | Most of the logic is now self-contained within the `HeaderNode` class. | ||||
| | * | | Fix indentation level in Wiki's TOC items to regard header level | Akihiro Nakashima | 2017-09-06 | 1 | -6/+38 |
| | | | | |||||
| * | | | Merge branch 'feature/migrate-branch-operations-to-gitaly' into 'master'37407-error-500-when-creating-a-project-createservice-returns-a-nil-object | Robert Speicher | 2017-09-06 | 1 | -29/+56 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Migrate creating/deleting a branch to Gitaly See merge request !13864 | ||||
| | * | | | Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitaly | Ahmad Sherif | 2017-09-06 | 1 | -29/+56 |
| | | | | | |||||
| * | | | | Merge branch ↵ | Douwe Maan | 2017-09-06 | 3 | -44/+101 |
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '34509-improves-markdown-rendering-performance-for-commits-list' into 'master' Resolve "Projects::CommitsController#show is slow partially due to SQL queries" Closes #34509 See merge request !13762 | ||||
| | * | | | Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-list | Tiago Botelho | 2017-09-06 | 3 | -44/+101 |
| | | | | | |||||
| * | | | | Merge branch 'url-sanitizer-fixes' into 'master' | Douwe Maan | 2017-09-06 | 1 | -50/+129 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix problems sanitizing URLs with empty passwords Closes gitlab-ee#3352 See merge request !14083 | ||||
| | * | | | | Remove blank passwords from sanitized URLs | Nick Thomas | 2017-09-06 | 1 | -51/+129 |
| | | | | | | |||||
| | * | | | | Backport EE fixes to Gitlab::UrlSanitizer to CE | Nick Thomas | 2017-09-06 | 1 | -0/+1 |
| | |/ / / | |||||
| * | | | | Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master' | Kamil Trzciński | 2017-09-06 | 1 | -0/+64 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API endpoint for downloading a single job artifact Closes #37196 See merge request !14027 | ||||
| | * \ \ \ | Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into ↵ | Grzegorz Bizon | 2017-09-06 | 13 | -106/+572 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | feature/gb/download-single-job-artifact-using-api * commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d': (210 commits) | ||||
| | * | | | | Extract a class that represents artifacts file path | Grzegorz Bizon | 2017-09-05 | 1 | -0/+64 |
| | | | | | | |||||
| * | | | | | Merge branch '35942_api_binary_encoding' into 'master' | Sean McGivern | 2017-09-06 | 1 | -0/+19 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API fix for non UTF-8 data Closes #35942 See merge request !14038 | ||||
| | * | | | | | [ci-skip] spec for an instance method35942_api_binary_encoding | micael.bergeron | 2017-09-06 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | add .json_safe_diff spec | micael.bergeron | 2017-09-06 | 1 | -0/+19 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Profile updates from providers | Alexander Keramidas | 2017-09-06 | 2 | -17/+192 |
| |/ / / / | |||||
* | | | | | Merge branch 'master' into zj-auto-devops-table | Zeger-Jan van de Weg | 2017-09-06 | 18 | -117/+629 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch ↵ | Douwe Maan | 2017-09-06 | 2 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'AshleyDumaine/gitlab-ce-36994-toggle-for-automatically-collapsing-outdated-diff-comments' into 'master' Add setting to collapse outdated diff comments on push Closes #36994 See merge request !14053 | ||||
| | * | | | | Fix note resolution specs | Sean McGivern | 2017-09-06 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | Add functionality to collapse outdated diff comments regardless of ↵ | Ashley Dumaine | 2017-09-06 | 2 | -1/+2 |
| | | |/ / | | |/| | | | | | | | | | | | | discussion resolution | ||||
| * | | | | Merge branch 'fix/import-export-performance' into 'master' | Douwe Maan | 2017-09-06 | 2 | -10/+13 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | Improve Import/Export memory use and performance Closes #35389 and #26556 See merge request !13957 | ||||
| | * | | | fix specs | James Lopez | 2017-09-05 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | fix typo | James Lopez | 2017-09-05 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | refactor code a little | James Lopez | 2017-09-05 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | fix export performance of CI builds | James Lopez | 2017-09-05 | 1 | -8/+11 |
| | | | | | |||||
| * | | | | Merge branch 'system-checks-incoming-email' into 'master' | Sean McGivern | 2017-09-06 | 1 | -1/+23 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Move Incoming Email checks to System Checks See merge request !14028 | ||||
| | * | | | | Added dynamic skip reason to SystemCheck | Gabriel Mazetto | 2017-09-04 | 1 | -1/+23 |
| | | | | | |