Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use simple Next/Prev paging for jobs to avoid large count queries on ↵disable-pages-on-jobs | Greg Stark | 2018-01-11 | 3 | -2/+8 |
| | | | | arbitrarily large sets of historical jobs | ||||
* | 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 |
| | | | | | |||||
* | | | | | Merge branch '4020-rebase-message' into 'master' | Sean McGivern | 2018-01-11 | 3 | -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-message | Jan Provaznik | 2018-01-09 | 3 | -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 McGivern | 2018-01-11 | 5 | -0/+92 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `pipelines` endpoint to merge requests API Closes #39214 See merge request gitlab-org/gitlab-ce!15454 | ||||
| * | | | | | | Fix style | Tony Rom | 2018-01-10 | 3 | -4/+9 |
| | | | | | | | |||||
| * | | | | | | Add `pipelines` endpoint to merge requests API | Tony Rom | 2017-12-15 | 5 | -0/+87 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'gcp-fix' into 'master' | Kamil Trzciński | 2018-01-11 | 12 | -47/+135 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GCP redirect Closes #41867 See merge request gitlab-org/gitlab-ce!16355 | ||||
| * | | | | | | | Update links for GCP instructionsgcp-fix | Fabio Busatto | 2018-01-11 | 1 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Fix breadcumb of clusters show page | Kamil Trzciński | 2018-01-11 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Change failed GCP billing check wording | Matija Čupić | 2018-01-11 | 2 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Refactor GCP redirect test suite | Matija Čupić | 2018-01-11 | 4 | -23/+90 |
| | | | | | | | | |||||
| * | | | | | | | Use new tab for link in flash | Matija Čupić | 2018-01-11 | 1 | -2/+1 |
| | | | | | | | | |||||
| * | | | | | | | Add API requirements to docs | Matija Čupić | 2018-01-11 | 1 | -5/+8 |
| | | | | | | | | |||||
| * | | | | | | | Add missing user agent header to GCP client | Matija Čupić | 2018-01-11 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Fix GCP Controller spec | Matija Čupić | 2018-01-11 | 1 | -1/+5 |
| | | | | | | | | |||||
| * | | | | | | | Fix CheckGcpProjectBillingWorker spec | Matija Čupić | 2018-01-11 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fix CheckGcpProjectBillingService spec | Matija Čupić | 2018-01-11 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Fix link to billing | Kamil Trzciński | 2018-01-10 | 2 | -2/+3 |
| | | | | | | | | |||||
| * | | | | | | | Fix billing checking | Kamil Trzciński | 2018-01-10 | 4 | -6/+9 |
| | | | | | | | | |||||
| * | | | | | | | Extract GCP billing check as method | Matija Čupić | 2018-01-10 | 1 | -9/+20 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'docs/exclude-sast' into 'master' | Rémy Coutable | 2018-01-11 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exclude sast job from being run in docs only changes Closes #41818 See merge request gitlab-org/gitlab-ce!16344 | ||||
| * | | | | | | | | Exclude sast job from being run in docs only changesdocs/exclude-sast | John Doe | 2018-01-10 | 1 | -0/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'qa/gb/validate-qa-selectors' into 'master' | Rémy Coutable | 2018-01-11 | 32 | -16/+692 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validate GitLab QA selectors Closes gitlab-qa#58 See merge request gitlab-org/gitlab-ce!16109 | ||||
| * | | | | | | | | | Fix using wrong `Your projects` link in QA testsqa/gb/validate-qa-selectors | Grzegorz Bizon | 2018-01-10 | 3 | -4/+8 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Expect QA selectors validation at least once | Grzegorz Bizon | 2018-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We call it for a second time in EE. | ||||
| * | | | | | | | | | Fix few typos in QA selectors validation code | Grzegorz Bizon | 2018-01-10 | 2 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Require qa:selectors sanity validation to pass | Grzegorz Bizon | 2018-01-10 | 1 | -1/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add temporary views coupling to all QA page objects | Grzegorz Bizon | 2018-01-10 | 10 | -0/+65 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Use `warn` instead of `$stderr.puts` in QA selectors test | Grzegorz Bizon | 2018-01-10 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix QA selector class used to click on QA elements | Grzegorz Bizon | 2018-01-10 | 4 | -4/+15 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add QA views / selectors coupling to group/project pages | Grzegorz Bizon | 2018-01-09 | 4 | -1/+23 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add QA selectors coupling with sidebar menu | Grzegorz Bizon | 2018-01-09 | 2 | -2/+8 |
| | | | | | | | | | |