Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sh-filter-build-trace-params' into 'master' | Robert Speicher | 2018-01-11 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | Filter out build traces from logged parameters Closes #41906 See merge request gitlab-org/gitlab-ce!16375 | ||||
| * | Filter out build traces from logged parameters | Stan Hu | 2018-01-11 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'projects-dispatcher-refactor' into 'master' | Phil Hughes | 2018-01-11 | 4 | -20/+42 |
|\ | | | | | | | | | Refactored project:n* imports in dispatcher.js See merge request gitlab-org/gitlab-ce!16382 | ||||
| * | Refactored project:n* imports in dispatcher.js | Constance Okoghenun | 2018-01-11 | 4 | -20/+42 |
| | | |||||
* | | Merge branch 'remove-soft-removals' into 'master' | Douwe Maan | 2018-01-11 | 39 | -105/+337 |
|\ \ | |/ |/| | | | | | | | | | Remove soft removals related code Closes #37447 See merge request gitlab-org/gitlab-ce!15789 | ||||
| * | Added tests for removing soft removed objectsremove-soft-removals | Yorick Peterse | 2018-01-10 | 2 | -12/+87 |
| | | |||||
| * | Remove soft removals related code | Yorick Peterse | 2018-01-08 | 38 | -105/+262 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes all usage of soft removals except for the "pending delete" system implemented for projects. This in turn simplifies all the query plans of the models that used soft removals. Since we don't really use soft removals for anything useful there's no point in keeping it around. This _does_ mean that hard removals of issues (which only admins can do if I'm not mistaken) can influence the "iid" values, but that code is broken to begin with. More on this (and how to fix it) can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/31114. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447 | ||||
* | | Merge branch ↵ | Annabel Dunstone Gray | 2018-01-11 | 3 | -3/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | '40920-emphasize-irreversibility-in-warning-message-when-promoting-labels-and-milestones' into 'master' Emphasize irreversibility in warning message when promoting labels and milestones Closes #40920 See merge request gitlab-org/gitlab-ce!16333 | ||||
| * | | Changed copy text for promoting the milestone and labels40920-emphasize-irreversibility-in-warning-message-when-promoting-labels-and-milestones | Jose Ivan Vargas | 2018-01-10 | 3 | -3/+3 |
| | | | |||||
* | | | Merge branch 'feature/migrate-merged-branch-names-to-gitaly' into 'master' | Rémy Coutable | 2018-01-11 | 3 | -45/+85 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Migrate merged_branch_names to Gitaly Closes gitaly#851 See merge request gitlab-org/gitlab-ce!16157 | ||||
| * | | | Migrate merged_branch_names to Gitaly | Ahmad Sherif | 2018-01-11 | 3 | -45/+85 |
| | | | | | | | | | | | | | | | | Closes gitaly#851 | ||||
* | | | | Merge branch 'option-disable-archive-cache' into 'master' | Sean McGivern | 2018-01-11 | 3 | -1/+22 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add option to disable git archive caching in workhorse See merge request gitlab-org/gitlab-ce!16325 | ||||
| * | | | | Add option to disable git archive caching in workhorseoption-disable-archive-cache | Jacob Vosmaer | 2018-01-09 | 3 | -1/+22 |
| | | | | | |||||
* | | | | | Merge branch 'qa/gb/define-project-pages-selectors' into 'master' | Rémy Coutable | 2018-01-11 | 6 | -19/+31 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Define QA project pages views / selectors See merge request gitlab-org/gitlab-ce!16391 | ||||
| * | | | | | Add selectors coupling for QA project show page objectqa/gb/define-project-pages-selectors | Grzegorz Bizon | 2018-01-11 | 3 | -10/+16 |
| | | | | | | |||||
| * | | | | | Fix path to QA new project page object view | Grzegorz Bizon | 2018-01-11 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Use full QA sandbox group path when creating a project | Grzegorz Bizon | 2018-01-11 | 2 | -1/+5 |
| | | | | | | |||||
| * | | | | | Define QA project pages views / selectors | Grzegorz Bizon | 2018-01-11 | 2 | -9/+11 |
| | | | | | | |||||
* | | | | | | Merge branch '41608-clipboard-vue-button' into 'master' | Phil Hughes | 2018-01-11 | 2 | -1/+49 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "clipboard-button tooltip is broken" Closes #41608 See merge request gitlab-org/gitlab-ce!16352 | ||||
| * | | | | | | Adds props to allow tooltip config. Breaks tests into specific cases41608-clipboard-vue-button | Filipa Lacerda | 2018-01-11 | 2 | -1/+19 |
| | | | | | | | |||||
| * | | | | | | Add tooltip missing to clipboard component | Filipa Lacerda | 2018-01-10 | 2 | -1/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds tests | ||||
* | | | | | | | Merge branch 'feature/qa/gb/populate-qa-factories-with-data' into 'master' | Rémy Coutable | 2018-01-11 | 6 | -51/+102 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to populate QA factory product with a data from a browser See merge request gitlab-org/gitlab-ce!16384 | ||||
| * | | | | | | | Populate QA project factory product with project namefeature/qa/gb/populate-qa-factories-with-data | Grzegorz Bizon | 2018-01-11 | 2 | -1/+7 |
| | | | | | | | | |||||
| * | | | | | | | Populate QA factory product with data from a page | Grzegorz Bizon | 2018-01-11 | 4 | -31/+37 |
| | | | | | | | | |||||
| * | | | | | | | Make it possible to define QA factory product attributes | Grzegorz Bizon | 2018-01-11 | 3 | -18/+42 |
| | | | | | | | | |||||
| * | | | | | | | Add a DSL evaluator to QA base factory class | Grzegorz Bizon | 2018-01-11 | 1 | -7/+22 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'docs/qa/document-qa-page-objects' into 'master' | Rémy Coutable | 2018-01-11 | 2 | -2/+118 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add docs about QA page objects and pages DSL See merge request gitlab-org/gitlab-ce!16357 | ||||
| * | | | | | | | | Copy-edit docs about GitLab QA page objectsdocs/qa/document-qa-page-objects | Grzegorz Bizon | 2018-01-11 | 1 | -13/+13 |
| | | | | | | | | | |||||
| * | | | | | | | | Add link to QA page objects docs from main README | Grzegorz Bizon | 2018-01-11 | 1 | -2/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Add docs about QA page objects and pages DSL | Grzegorz Bizon | 2018-01-10 | 1 | -0/+112 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch '39988-hide-new-branch-tag-empty-repo' into 'master' | Rémy Coutable | 2018-01-11 | 3 | -6/+51 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve ""New branch" and "New tag" actions are pointless on an empty repository" Closes #39988 See merge request gitlab-org/gitlab-ce!16332 | ||||
| * | | | | | | | | Hide new branch and tag links for projects with an empty repo | Mark Fletcher | 2018-01-09 | 3 | -6/+51 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'fix-use-of-append-in-mr-api-spec' into 'master' | Grzegorz Bizon | 2018-01-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove call to ProjectTeam#<< in MR API spec See merge request gitlab-org/gitlab-ce!16388 | ||||
| * | | | | | | | | | Remove call to ProjectTeam#<< in MR API spec | Sean McGivern | 2018-01-11 | 1 | -1/+1 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch '38068-commits-count' into 'master' | Yorick Peterse | 2018-01-11 | 10 | -5/+137 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Store the number of merge request commits in merge_request_diffs.commits_count" Closes #38068 See merge request gitlab-org/gitlab-ce!16164 | ||||
| * | | | | | | | | Denormalize commits count for merge request diffs38068-commits-count | Jan Provaznik | 2018-01-10 | 10 | -5/+137 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For each MR diff an extra 'SELECT COUNT()' is executed to get number of commits for the diff. Overall time to get counts for all MR diffs may be quite expensive. To speed up loading of MR info, information about number of commits is stored in a MR diff's extra column. Closes #38068 | ||||
* | | | | | | | | | Merge branch '41613-fix-redundant-modal' into 'master' | Filipa Lacerda | 2018-01-11 | 5 | -111/+134 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make modal dialog common for Groups tree app Closes #41613 See merge request gitlab-org/gitlab-ce!16311 | ||||
| * | | | | | | | | | Add changelog entry | Kushal Pandya | 2018-01-11 | 1 | -0/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Update tests to cover modal dialog | Kushal Pandya | 2018-01-11 | 1 | -12/+54 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add modal dialog for leave group action | Kushal Pandya | 2018-01-11 | 1 | -11/+37 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Update tests for modal changes | Kushal Pandya | 2018-01-11 | 1 | -33/+7 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Move modal dialog to app root component | Kushal Pandya | 2018-01-11 | 1 | -55/+31 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'patch-28' into 'master' | Grzegorz Bizon | 2018-01-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed tiny typo in end_to_end_tests.md See merge request gitlab-org/gitlab-ce!16386 | ||||
| * | | | | | | | | | | Update end_to_end_tests.md | Andrew Newdigate | 2018-01-11 | 1 | -1/+1 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'Ben305/gitlab-ce-36669-default-mr-title-with-external-issues' ↵ | Grzegorz Bizon | 2018-01-11 | 3 | -8/+31 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Incorrect default merge request title when Jira activated" Closes #36669 See merge request gitlab-org/gitlab-ce!16356 | ||||
| * | | | | | | | | | | Give appropriate credit to Ben305 in the changelogBen305/gitlab-ce-36669-default-mr-title-with-external-issues | Sean McGivern | 2018-01-10 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Never set special MR titles for external issues | Sean McGivern | 2018-01-10 | 2 | -6/+24 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fix incorrect default merge request title when external issue tracker is ↵ | Benedikt Huss | 2018-01-09 | 3 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | activated | ||||
* | | | | | | | | | | | Merge branch 'patch-28' into 'master' | Sean McGivern | 2018-01-11 | 1 | -2/+10 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply documentation changes from EE to CE See merge request gitlab-org/gitlab-ce!16381 | ||||
| * | | | | | | | | | | | apply documentation changes from EE to CE | Sascha Szott | 2018-01-11 | 1 | -2/+10 |
| | | | | | | | | | | | |