summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Resolved conflicts in dispatcher.jshelp-profiles-dispatcher-refactorConstance Okoghenun2018-01-11384-5752/+8191
|\
| * Merge branch 'option-disable-archive-cache' into 'master'Sean McGivern2018-01-113-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-cacheJacob Vosmaer2018-01-093-1/+22
| | |
| * | Merge branch 'qa/gb/define-project-pages-selectors' into 'master'Rémy Coutable2018-01-116-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-selectorsGrzegorz Bizon2018-01-113-10/+16
| | | |
| | * | Fix path to QA new project page object viewGrzegorz Bizon2018-01-111-1/+1
| | | |
| | * | Use full QA sandbox group path when creating a projectGrzegorz Bizon2018-01-112-1/+5
| | | |
| | * | Define QA project pages views / selectorsGrzegorz Bizon2018-01-112-9/+11
| | | |
| * | | Merge branch '41608-clipboard-vue-button' into 'master'Phil Hughes2018-01-112-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-buttonFilipa Lacerda2018-01-112-1/+19
| | | | |
| | * | | Add tooltip missing to clipboard componentFilipa Lacerda2018-01-102-1/+31
| | | | | | | | | | | | | | | | | | | | Adds tests
| * | | | Merge branch 'feature/qa/gb/populate-qa-factories-with-data' into 'master'Rémy Coutable2018-01-116-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-dataGrzegorz Bizon2018-01-112-1/+7
| | | | | |
| | * | | | Populate QA factory product with data from a pageGrzegorz Bizon2018-01-114-31/+37
| | | | | |
| | * | | | Make it possible to define QA factory product attributesGrzegorz Bizon2018-01-113-18/+42
| | | | | |
| | * | | | Add a DSL evaluator to QA base factory classGrzegorz Bizon2018-01-111-7/+22
| | | | | |
| * | | | | Merge branch 'docs/qa/document-qa-page-objects' into 'master'Rémy Coutable2018-01-112-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-objectsGrzegorz Bizon2018-01-111-13/+13
| | | | | | |
| | * | | | | Add link to QA page objects docs from main READMEGrzegorz Bizon2018-01-111-2/+6
| | | | | | |
| | * | | | | Add docs about QA page objects and pages DSLGrzegorz Bizon2018-01-101-0/+112
| | | | | | |
| * | | | | | Merge branch '39988-hide-new-branch-tag-empty-repo' into 'master'Rémy Coutable2018-01-113-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 repoMark Fletcher2018-01-093-6/+51
| | | | | | | |
| * | | | | | | Merge branch 'fix-use-of-append-in-mr-api-spec' into 'master'Grzegorz Bizon2018-01-111-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 specSean McGivern2018-01-111-1/+1
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch '38068-commits-count' into 'master'Yorick Peterse2018-01-1110-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-countJan Provaznik2018-01-1010-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 Lacerda2018-01-115-111/+134
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make modal dialog common for Groups tree app Closes #41613 See merge request gitlab-org/gitlab-ce!16311
| | * | | | | | | Add changelog entryKushal Pandya2018-01-111-0/+5
| | | | | | | | |
| | * | | | | | | Update tests to cover modal dialogKushal Pandya2018-01-111-12/+54
| | | | | | | | |
| | * | | | | | | Add modal dialog for leave group actionKushal Pandya2018-01-111-11/+37
| | | | | | | | |
| | * | | | | | | Update tests for modal changesKushal Pandya2018-01-111-33/+7
| | | | | | | | |
| | * | | | | | | Move modal dialog to app root componentKushal Pandya2018-01-111-55/+31
| | | | | | | | |
| * | | | | | | | Merge branch 'patch-28' into 'master'Grzegorz Bizon2018-01-111-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed tiny typo in end_to_end_tests.md See merge request gitlab-org/gitlab-ce!16386
| | * | | | | | | | Update end_to_end_tests.mdAndrew Newdigate2018-01-111-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge branch 'Ben305/gitlab-ce-36669-default-mr-title-with-external-issues' ↵Grzegorz Bizon2018-01-113-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-issuesSean McGivern2018-01-101-2/+2
| | | | | | | | | |
| | * | | | | | | | Never set special MR titles for external issuesSean McGivern2018-01-102-6/+24
| | | | | | | | | |
| | * | | | | | | | Fix incorrect default merge request title when external issue tracker is ↵Benedikt Huss2018-01-093-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | activated
| * | | | | | | | | Merge branch 'patch-28' into 'master'Sean McGivern2018-01-111-2/+10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply documentation changes from EE to CE See merge request gitlab-org/gitlab-ce!16381
| | * | | | | | | | | apply documentation changes from EE to CESascha Szott2018-01-111-2/+10
| | | | | | | | | | |
| * | | | | | | | | | Merge branch '4020-rebase-message' into 'master'Sean McGivern2018-01-113-10/+17
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve 'Rebase fails with "something went wrong" and huge ugly conflict error.' Closes #41820 See merge request gitlab-org/gitlab-ce!16326
| | * | | | | | | | | | Store only generic message if rebase fails4020-rebase-messageJan Provaznik2018-01-093-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of storing detailed rebase error, only a generic message is stored with MR. The reason is that this message is exposed and displayed to end user and there is no reason to expose detailed backend information. Error message is still logged so detailed information can be found in logfile by admin if needed. Related #41820
| * | | | | | | | | | | Merge branch '39214__pipeline_api' into 'master'Sean McGivern2018-01-115-0/+92
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `pipelines` endpoint to merge requests API Closes #39214 See merge request gitlab-org/gitlab-ce!15454
| | * | | | | | | | | | | Fix styleTony Rom2018-01-103-4/+9
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add `pipelines` endpoint to merge requests APITony Rom2017-12-155-0/+87
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'gcp-fix' into 'master'Kamil Trzciński2018-01-1112-47/+135
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GCP redirect Closes #41867 See merge request gitlab-org/gitlab-ce!16355
| | * | | | | | | | | | | | Update links for GCP instructionsgcp-fixFabio Busatto2018-01-111-3/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fix breadcumb of clusters show pageKamil Trzciński2018-01-111-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Change failed GCP billing check wordingMatija Čupić2018-01-112-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Refactor GCP redirect test suiteMatija Čupić2018-01-114-23/+90
| | | | | | | | | | | | | |