Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds a btn-icon classbutton-icon | samdbeckham | 2018-11-07 | 1 | -0/+4 |
| | |||||
* | Merge branch 'copy-changes-for-abuse-clarity' into 'master' | Phil Hughes | 2018-11-07 | 7 | -16/+39 |
|\ | | | | | | | | | | | | | Copy changes for abuse clarity Closes #51589 See merge request gitlab-org/gitlab-ce!22148 | ||||
| * | Copy changes for abuse clarity | Jeremy Watson | 2018-11-07 | 7 | -16/+39 |
|/ | |||||
* | Merge branch 'ee-1012-assign-code-owner-as-approver' into 'master' | Grzegorz Bizon | 2018-11-07 | 16 | -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-approver | Mark Chao | 2018-11-07 | 1 | -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 repository | Mark Chao | 2018-11-07 | 6 | -7/+7 |
| | | |||||
| * | Allow getting all paths (old & new) involved in MR | Mark Chao | 2018-11-07 | 6 | -0/+110 |
| | | | | | | | | Fetch database columns directly if available | ||||
| * | Add factory for MergeRequestDiff and MergeRequestDiffFile | Mark Chao | 2018-11-07 | 2 | -0/+60 |
| | | |||||
| * | Add reference for branch for simple file operation | Mark Chao | 2018-11-07 | 1 | -0/+3 |
| | | | | | | | | Suitable for testing old and new paths involved for each file in diff | ||||
* | | Merge branch 'docs/fix-openshift-links' into 'master' | Achilleas Pipinellis | 2018-11-07 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Fix broken link to Vagrant box See merge request gitlab-org/gitlab-ce!22859 | ||||
| * | | Fix broken link to Vagrant boxdocs/fix-openshift-links | Evan Read | 2018-11-07 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch '21480-parallel-job-keyword-mvc' into 'master' | Grzegorz Bizon | 2018-11-07 | 11 | -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-mvc | Matija Čupić | 2018-11-06 | 1 | -0/+14 |
| | | | |||||
| * | | Avoid creating intersection if there's no array | Matija Čupić | 2018-11-06 | 1 | -2/+2 |
| | | | |||||
| * | | Use instance based approach for Normalizer | Matija Čupić | 2018-11-06 | 3 | -39/+41 |
| | | | |||||
| * | | Refactor Normalizer specs | Matija Čupić | 2018-11-06 | 2 | -11/+3 |
| | | | |||||
| * | | Refactor Gitlab::Ci::Config::Normalizer | Matija Čupić | 2018-11-05 | 3 | -44/+56 |
| | | | | | | | | | | | | Use Hash#each_with_object to manipulate job hashes. | ||||
| * | | Use instance based approach for Normalizer | Matija Čupić | 2018-11-05 | 3 | -52/+48 |
| | | | |||||
| * | | Refactor Gitlab::Ci::Config::Normalizer | Matija Čupić | 2018-11-02 | 1 | -17/+27 |
| | | | |||||
| * | | Make Rubocop and Danger happy | Matija Čupić | 2018-11-02 | 3 | -1/+5 |
| | | | |||||
| * | | Move parallelized node index to job options | Matija Čupić | 2018-11-01 | 6 | -38/+23 |
| | | | |||||
| * | | Add Normalizer specs | Matija Čupić | 2018-11-01 | 1 | -0/+36 |
| | | | |||||
| * | | Parallelize jobs in Gitlab::Ci::YamlProcessor | Matija Čupić | 2018-11-01 | 4 | -22/+7 |
| | | | |||||
| * | | Move parallelization to Ci::Config::Normalizer | Matija Čupić | 2018-10-31 | 2 | -9/+52 |
| | | | |||||
| * | | Implement POC config based parallelization | Matija Čupić | 2018-10-31 | 4 | -0/+65 |
| | | | |||||
| * | | Revert Seed based parallelization implementation | Matija Čupić | 2018-10-30 | 5 | -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 updates | Matija Čupić | 2018-10-29 | 2 | -11/+8 |
| | | | |||||
| * | | Add documentation entries | Matija Čupić | 2018-10-27 | 2 | -1/+27 |
| | | | |||||
| * | | Change minimum parallel value to 2 | Matija Čupić | 2018-10-27 | 3 | -6/+6 |
| | | | |||||
| * | | Add CHANGELOG entry | Matija Čupić | 2018-10-27 | 1 | -0/+5 |
| | | | |||||
| * | | Add Build seed specs | Matija Čupić | 2018-10-27 | 1 | -3/+56 |
| | | | |||||
| * | | Add YamlProcessor specs | Matija Čupić | 2018-10-27 | 1 | -0/+32 |
| | | | |||||
| * | | Add build specs | Matija Čupić | 2018-10-27 | 2 | -2/+50 |
| | | | |||||
| * | | Refactor parallelization implementation | Matija Čupić | 2018-10-27 | 2 | -17/+11 |
| | | | | | | | | | | | | | | | * Move the variables to ::Ci::Build#predefined_variables * Tweak pipeline build seed implementation | ||||
| * | | Implement POC for job parallelization | Matija Čupić | 2018-10-26 | 2 | -1/+24 |
| | | | |||||
| * | | Add parallel keyword to CI config | Matija Čupić | 2018-10-26 | 2 | -7/+40 |
| | | | |||||
* | | | Merge branch 'winh-delayed-jobs-dynamic-timer' into 'master' | Filipa Lacerda | 2018-11-07 | 14 | -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-timer | Winnie Hellmann | 2018-11-07 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | directive | ||||
| * | | | Run yarn prettier-all-save | Winnie Hellmann | 2018-11-07 | 3 | -10/+10 |
| | | | | |||||
| * | | | Add changelog for dynamic timers of delayed jobs | Winnie Hellmann | 2018-11-07 | 1 | -0/+5 |
| | | | | |||||
| * | | | Add dynamic timer for delayed jobs in job sidebar | Winnie Hellmann | 2018-11-07 | 2 | -1/+39 |
| | | | | |||||
| * | | | Add dynamic timer for delayed jobs in pipeline graph | Winnie Hellmann | 2018-11-07 | 2 | -5/+43 |
| | | | | |||||
| * | | | Add dynamic timer for delayed jobs on single job page | Winnie Hellmann | 2018-11-07 | 2 | -1/+44 |
| | | | | |||||
| * | | | Add Vue mixin for delayed job timers | Winnie Hellmann | 2018-11-07 | 3 | -2/+164 |
| | | | | |||||
| * | | | Add placeholder for remaining time in delayed job tooltips | Winnie Hellmann | 2018-11-07 | 4 | -30/+7 |
| | | | | |||||
* | | | | Merge branch 'docs/fix-links-to-product-features' into 'master' | Achilleas Pipinellis | 2018-11-07 | 1 | -5/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix links to product features See merge request gitlab-org/gitlab-ce!22860 | ||||
| * | | | | Fix links to product featuresdocs/fix-links-to-product-features | Evan Read | 2018-11-07 | 1 | -5/+6 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'gl-ui-loading-icon' into 'master' | Filipa Lacerda | 2018-11-07 | 53 | -6/+112 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove gitlab-ui loading icon from global See merge request gitlab-org/gitlab-ce!22724 | ||||
| * | | | | Remove gitlab-ui loading icon from global | Clement Ho | 2018-11-07 | 53 | -6/+112 |
|/ / / / | |||||
* | | | | Merge branch 'mr-image-commenting' into 'master' | Filipa Lacerda | 2018-11-07 | 36 | -205/+896 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-implemented image commenting on diffs Closes #48956 See merge request gitlab-org/gitlab-ce!22443 |