- 03 Aug, 2019 5 commits
-
-
Matija Čupić authored
Handles 'running' status when mirror pipeline status to bridged job.
-
Matija Čupić authored
-
Matija Čupić authored
Mirrors blocked pipeline statuses (manual and scheduled) to bridge jobs.
-
Matija Čupić authored
Renames `needs:project:` back to `needs:pipeline:` again.
-
Matija Čupić authored
Add dependecy config option to bridge jobs Adds a "dependency" keyword to bridge job configs that denotes an upstream dependency. Expose bridge dependency config in model Add SeedBridge pipeline chain step Adds a SeedBridge Pipeline chain step that seeds bridge jobs with their upstream dependencies. Rename bridged_job to bridge in service Handle bridges with nonexistent projects Handles upstream bridges that point towards projects that do not exist. Check user permissions before seeding bridge Checks if the user has permissions to read pipelines on the upstream project before seeding bridge with upstream pipeline. Rename SeedBridge to Subscribe Renames the Pipeline chain step from SeedBridge to Subscribe to better reflect the intent. Use intent revealing interfaces Extract subscribe implementation to service Extracts all of the bridge subscription functionality into a service for better testing and isolation. Pass bridge to SubscribeBridgeService Move bridge subscription to Pipeline processing Moves the bridge subscription mechanism from the Pipeline creation chain to the Pipeline processing service. Rename dependency to upstream Renames dependency to upstream. We already have dependencies, using dependency would be confusing. Refactor subscription services Refactors subscription services to better encapsulate the business logic they enforce. Move bridge subscription to enqueue event Moves the bridge subscription logic from the ProcessPipelineService into the enqueue event. Parse upstream bridges in pipeline seed Add optimistic lock to bridge subscription service Add upstream mirror docs Mirror completed statuses to bridge Rename upstream to needs:pipeline Renames the upstream CI config keyword to needs:pipeline. This supports the idea of marrying DAGs and upstream dependent pipelines. Extract upstream_pipeline to method Rename needs:pipeline to needs:project Improve 'needs:' docs
-
- 02 Aug, 2019 35 commits
-
-
GitLab Bot authored
-
Paul Slaughter authored
Add md files to .prettierignore See merge request gitlab-org/gitlab-ce!31426
-
Justin Boyson authored
This is to prevent prettier from auto formatting doc files.
-
Fatih Acet authored
Clarify Internal URL form field See merge request gitlab-org/gitlab-ee!14957
-
Michael Kozono authored
And remove period for consistency with page.
-
GitLab Bot authored
-
Bob Van Landuyt authored
Removes update_statistics_namespace feature flag See merge request gitlab-org/gitlab-ce!31392
-
GitLab Bot authored
-
Robert Speicher authored
Resolve "Breakage in displaying SVG in the same repository" See merge request gitlab-org/gitlab-ce!31352
-
GitLab Bot authored
-
Robert Speicher authored
Support X_if_ee methods for QA tests See merge request gitlab-org/gitlab-ce!31379
-
Drew Blessing authored
Update HA resource descriptions Closes #61192 and #27833 See merge request gitlab-org/gitlab-ce!31064
-
GitLab Bot authored
-
Sean McGivern authored
Respect needs on artifacts Closes #65466 See merge request gitlab-org/gitlab-ce!31413
-
GitLab Bot authored
-
Paul Slaughter authored
Refactor analytics group dropdown filter See merge request gitlab-org/gitlab-ee!14869
-
Brandon Labuschagne authored
-
Fatih Acet authored
Improve job log rendering performance See merge request gitlab-org/gitlab-ce!31262
-
Lukas '+ alert('Eipi') + ' Eipert authored
Currently we write out empty CSS classes (`class=""`) every time we create a new tag. This adds 9 unnecessary bytes per span element. In a recent trace, I have counted 11950 span elements. So we transported 105 unnecessary kilobytes!
-
Mayra Cabrera authored
After measuring the impact of the namespace storage on https://gitlab.com/gitlab-org/gitlab-ce/issues/64092. It was decided that it's performant enough. So we can freely remove the feature flag Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64092
-
Bob Van Landuyt authored
Resolve docker in docker problems See merge request gitlab-org/gitlab-ce!31417
-
GitLab Bot authored
-
Paul Slaughter authored
Syncs the vue test utils helpers See merge request gitlab-org/gitlab-ce!31349
-
Sam Beckham authored
-
Lukas Eipert authored
See https://gitlab.com/gitlab-com/gl-infra/production/issues/1023 This also has been suggested by Tomasz in the MR
-
GitLab Bot authored
-
Sean McGivern authored
Fix performance bar warnings when Rugged is disabled Closes #65491 See merge request gitlab-org/gitlab-ce!31395
-
Kushal Pandya authored
Removed pendo poc code See merge request gitlab-org/gitlab-ee!14921
-
Walmyr authored
Added E2E test for vulnerability reports within MRs Closes #9192 See merge request gitlab-org/gitlab-ee!14847
-
Aleksandr Soborov authored
Added a new test for Secure vulnerability reports displayed within merge requests.
-
GitLab Bot authored
-
Sean McGivern authored
Improve test for .with_needs See merge request gitlab-org/gitlab-ce!31411
-
GitLab Bot authored
-
Walmyr authored
Update end-to-end style guide doc with new guideline See merge request gitlab-org/gitlab-ce!31342
-
Kamil Trzciński authored
When `needs:` is defined, the value of it is not respected when returning a list of artifacts to the runner from the job.
-