summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move extracting job names outside the looptouchup-ci-normalizerMatija Čupić2018-11-071-1/+1
|
* Return untouched hash if no job is parallelizedMatija Čupić2018-11-072-2/+12
|
* Merge branch 'copy-changes-for-abuse-clarity' into 'master'Phil Hughes2018-11-077-16/+39
|\ | | | | | | | | | | | | Copy changes for abuse clarity Closes #51589 See merge request gitlab-org/gitlab-ce!22148
| * Copy changes for abuse clarityJeremy Watson2018-11-077-16/+39
|/
* Merge branch 'ee-1012-assign-code-owner-as-approver' into 'master'Grzegorz Bizon2018-11-0716-13/+186
|\ | | | | | | | | (EE Port) Assign approvers based on code owners See merge request gitlab-org/gitlab-ce!22513
| * Set @push early for EEee-1012-assign-code-owner-as-approverMark Chao2018-11-071-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | In EE, there is need to call `merge_requests_for_source_branch` before calling CE's `refresh_merge_requests, in order to obtain the old diffs. However that requires `@push`, initialized inside CE's refresh_merge_requests. However it can't be set early in EE, or static analysis would fail because use of instance variables in module is discouraged. So @push is set in execute instead.
| * Fix spec in EE which now trigger access to repositoryMark Chao2018-11-076-7/+7
| |
| * Allow getting all paths (old & new) involved in MRMark Chao2018-11-076-0/+110
| | | | | | | | Fetch database columns directly if available
| * Add factory for MergeRequestDiff and MergeRequestDiffFileMark Chao2018-11-072-0/+60
| |
| * Add reference for branch for simple file operationMark Chao2018-11-071-0/+3
| | | | | | | | Suitable for testing old and new paths involved for each file in diff
* | Merge branch 'docs/fix-openshift-links' into 'master'Achilleas Pipinellis2018-11-071-1/+1
|\ \ | | | | | | | | | | | | Fix broken link to Vagrant box See merge request gitlab-org/gitlab-ce!22859
| * | Fix broken link to Vagrant boxdocs/fix-openshift-linksEvan Read2018-11-071-1/+1
| |/
* | Merge branch '21480-parallel-job-keyword-mvc' into 'master'Grzegorz Bizon2018-11-0711-10/+247
|\ \ | | | | | | | | | | | | | | | | | | Resolve "`parallel` job keyword MVC" Closes #21480 See merge request gitlab-org/gitlab-ce!22631
| * | Add additional specs for Normalizer21480-parallel-job-keyword-mvcMatija Čupić2018-11-061-0/+14
| | |
| * | Avoid creating intersection if there's no arrayMatija Čupić2018-11-061-2/+2
| | |
| * | Use instance based approach for NormalizerMatija Čupić2018-11-063-39/+41
| | |
| * | Refactor Normalizer specsMatija Čupić2018-11-062-11/+3
| | |
| * | Refactor Gitlab::Ci::Config::NormalizerMatija Čupić2018-11-053-44/+56
| | | | | | | | | | | | Use Hash#each_with_object to manipulate job hashes.
| * | Use instance based approach for NormalizerMatija Čupić2018-11-053-52/+48
| | |
| * | Refactor Gitlab::Ci::Config::NormalizerMatija Čupić2018-11-021-17/+27
| | |
| * | Make Rubocop and Danger happyMatija Čupić2018-11-023-1/+5
| | |
| * | Move parallelized node index to job optionsMatija Čupić2018-11-016-38/+23
| | |
| * | Add Normalizer specsMatija Čupić2018-11-011-0/+36
| | |
| * | Parallelize jobs in Gitlab::Ci::YamlProcessorMatija Čupić2018-11-014-22/+7
| | |
| * | Move parallelization to Ci::Config::NormalizerMatija Čupić2018-10-312-9/+52
| | |
| * | Implement POC config based parallelizationMatija Čupić2018-10-314-0/+65
| | |
| * | Revert Seed based parallelization implementationMatija Čupić2018-10-305-122/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Add Build seed specs" This reverts commit 03bc722ea1797a6b2b09f2897215477f5b269632. Revert "Add build specs" This reverts commit c2d49565cf787c592c4f8bd9f24843babd2a6c9a. Revert "Refactor parallelization implementation" This reverts commit 72430483ded51e9a7d01ef70c3dce3dda174fac1. Revert "Implement POC for job parallelization" This reverts commit 44b740f99dfe6a4344c918fd4c94972aa6f9237e.
| * | Copyedit documentation updatesMatija Čupić2018-10-292-11/+8
| | |
| * | Add documentation entriesMatija Čupić2018-10-272-1/+27
| | |
| * | Change minimum parallel value to 2Matija Čupić2018-10-273-6/+6
| | |
| * | Add CHANGELOG entryMatija Čupić2018-10-271-0/+5
| | |
| * | Add Build seed specsMatija Čupić2018-10-271-3/+56
| | |
| * | Add YamlProcessor specsMatija Čupić2018-10-271-0/+32
| | |
| * | Add build specsMatija Čupić2018-10-272-2/+50
| | |
| * | Refactor parallelization implementationMatija Čupić2018-10-272-17/+11
| | | | | | | | | | | | | | | * Move the variables to ::Ci::Build#predefined_variables * Tweak pipeline build seed implementation
| * | Implement POC for job parallelizationMatija Čupić2018-10-262-1/+24
| | |
| * | Add parallel keyword to CI configMatija Čupić2018-10-262-7/+40
| | |
* | | Merge branch 'winh-delayed-jobs-dynamic-timer' into 'master'Filipa Lacerda2018-11-0714-42/+306
|\ \ \ | | | | | | | | | | | | | | | | Add dynamic timer to delayed jobs See merge request gitlab-org/gitlab-ce!22382
| * | | Revert jobs/components/job_container_item.vue from v-gl-tooltip to v-tooltip ↵winh-delayed-jobs-dynamic-timerWinnie Hellmann2018-11-071-3/+4
| | | | | | | | | | | | | | | | directive
| * | | Run yarn prettier-all-saveWinnie Hellmann2018-11-073-10/+10
| | | |
| * | | Add changelog for dynamic timers of delayed jobsWinnie Hellmann2018-11-071-0/+5
| | | |
| * | | Add dynamic timer for delayed jobs in job sidebarWinnie Hellmann2018-11-072-1/+39
| | | |
| * | | Add dynamic timer for delayed jobs in pipeline graphWinnie Hellmann2018-11-072-5/+43
| | | |
| * | | Add dynamic timer for delayed jobs on single job pageWinnie Hellmann2018-11-072-1/+44
| | | |
| * | | Add Vue mixin for delayed job timersWinnie Hellmann2018-11-073-2/+164
| | | |
| * | | Add placeholder for remaining time in delayed job tooltipsWinnie Hellmann2018-11-074-30/+7
| | | |
* | | | Merge branch 'docs/fix-links-to-product-features' into 'master'Achilleas Pipinellis2018-11-071-5/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix links to product features See merge request gitlab-org/gitlab-ce!22860
| * | | | Fix links to product featuresdocs/fix-links-to-product-featuresEvan Read2018-11-071-5/+6
| | |_|/ | |/| |
* | | | Merge branch 'gl-ui-loading-icon' into 'master'Filipa Lacerda2018-11-0753-6/+112
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove gitlab-ui loading icon from global See merge request gitlab-org/gitlab-ce!22724
| * | | | Remove gitlab-ui loading icon from globalClement Ho2018-11-0753-6/+112
|/ / / /