An error occurred fetching the project authors.
- 15 May, 2020 1 commit
-
-
Igor Drozdov authored
This allows us specifying reports: lsif: dump.lsif.zip instead of naming a job code_navigation
-
- 14 May, 2020 2 commits
-
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/24295 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29244
-
Avielle Wolfe authored
This will allow users to download security reports as pipeline artifacts. https://gitlab.com/gitlab-org/gitlab/-/issues/23847
-
- 13 May, 2020 1 commit
-
-
Grzegorz Bizon authored
Expose paths to excluded locations that a runner is going to exclude from artifacts are are going to be generated after a CI/CD build run.
-
- 12 May, 2020 1 commit
-
-
Erick Bajao authored
This exposes the value from the CI YAML config variable DEGRADATION_THRESHOLD. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/21824
-
- 06 May, 2020 1 commit
-
-
Maxime Orefice authored
-
- 29 Apr, 2020 1 commit
-
-
Krasimir Angelov authored
Some instances may have invalid (or missing) OpenID Connect signing key, which will break generating CI_JOB_JWT and as result break CI too - no jobs can be requested by and assigned to runners. Instead of exploding, catch and track exceptions and set the CI variable only when the JWT was generated successfully. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/215902.
-
- 28 Apr, 2020 1 commit
-
-
Shinya Maeda authored
This commit removes the FF
-
- 17 Apr, 2020 1 commit
-
-
Matt Kasa authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/207527
-
- 16 Apr, 2020 1 commit
-
-
Krasimir Angelov authored
and add it to predefined CI variables as CI_JOB_JWT. It can be used to authenticate with 3rd parties like Vault. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/207125.
-
- 15 Apr, 2020 3 commits
-
-
drew cimino authored
- Moved all delegations into Ci::Processable - Added specs for delegated method into Processable spec - Created EE Processable spec for merge train related methods
-
drew cimino authored
-
drew cimino authored
-
- 01 Apr, 2020 1 commit
-
-
Igor Drozdov authored
It'll help FE to implement code intelligence for MRs
-
- 31 Mar, 2020 1 commit
-
-
Fabio Pitino authored
Dependencies are specific to Ci::Build
-
- 26 Mar, 2020 1 commit
-
-
Maxime Orefice authored
Behind the feature flag junit_pipeline_screenshots_view
-
- 25 Mar, 2020 1 commit
-
-
Fabio Pitino authored
Move all logic related to dependencies to a dedicated class.
-
- 24 Mar, 2020 1 commit
-
-
Igor Drozdov authored
The LSIF data is going to be a ZIP file with JSON files And using FE we can fetch a particular file from this ZIP
-
- 19 Mar, 2020 1 commit
-
-
drew cimino authored
-
- 18 Mar, 2020 1 commit
-
-
Erick Bajao authored
Hooks into PipelineSuccessWorker to run a service that will store the daily code coverage values.
-
- 17 Mar, 2020 1 commit
-
-
Fabio Huser authored
-
- 13 Mar, 2020 1 commit
-
-
Fabio Pitino authored
-
- 03 Mar, 2020 1 commit
-
-
Shinya Maeda authored
This commit persists the expanded environment name for resolving performance concerns
-
- 25 Feb, 2020 1 commit
-
-
drew authored
- Added CI_MERGE_REQUEST_CHANGED_PAGE_PATHS - Added CI_MERGE_REQUEST_CHANGED_PAGE_URLS
-
- 20 Feb, 2020 1 commit
-
-
Shinya Maeda authored
This commit adds a public API support for merge trains
-
- 14 Feb, 2020 2 commits
-
-
Erick Bajao authored
This makes the PipelineDetailsEntity to by default eager load the job_artifacts_archive. In the case of PipelineSerializer, it does not rely on PipelineDetailsEntity for preloading, because it does its own preloading of pipeline relations. This is more performant for cases where in there are multiple pipelines to preload.
-
Furkan Ayhan authored
This will allow jobs to have "needs: []" configuration. Those jobs will start immediately without waiting previous stages
-
- 11 Feb, 2020 1 commit
-
-
Furkan Ayhan authored
We decided to store information about how a build is created. It can either be stage or dag. Stage is regular scheduling type. When a job has "needs" keyword, it will have "dag" scheduling type.
-
- 10 Feb, 2020 1 commit
-
-
Igor Drozdov authored
This MR provides API for fetching code navigation info from the stored LSIF data
-
- 03 Feb, 2020 1 commit
-
-
Erick Bajao authored
Non archive artifacts are not keepable so don't return the keep_path for them. Use has_expiring_archive_artifacts in BuildArtifactEntity. Move has_expiring_artifacts to be private. Preload job_artifacts_archive when loading bunch of pipelines to avoid N+1 query.
-
- 23 Jan, 2020 1 commit
-
-
Stan Hu authored
This commit optimizes the page loading of this page in several ways: 1. Remove exact counting of projects on the page. By default, a `SELECT COUNT(*) FROM projects` would be called, which could take seconds on an instance with many projects. 2. Preload project/namespace/routes where necessary. This reduces a significant number of N+1 queries. 3. Remove the use of `becomes(Namespace)` because this causes a SQL query each time it is called. Instead, use the Rails path helpers to generate the path directly via `project.namespace`. Closes https://gitlab.com/gitlab-org/gitlab/issues/119093
-
- 17 Jan, 2020 1 commit
-
-
Kamil Trzciński authored
This implements atomic processing service that is able in bulk to update multiple builds, stages and pipelines. This uses in-memory structure to calculate statuses and uses an efficient fetch of DAG dependencies for efficient processing This still performs some redundant operations, but overall it should be significantly faster processing pipelines of 1000 builds, with multiple DAG dependencies, as it removes a number of N+1 problems present in previous implementation. This also is order-independent, so it is able to easily reschedule itself once needed. This code is also concurrent safe, as if needed the further processing will be re-scheduled that will resolve any conflicts.
-
- 14 Jan, 2020 1 commit
-
-
Tiger authored
-
- 09 Jan, 2020 1 commit
-
-
Kamil Trzciński authored
This adds an abstract class that is used by CI to handle all pipeline processable entries
-
- 31 Dec, 2019 1 commit
-
-
Shinya Maeda authored
This commit adds docs for Ci resource group
-
- 23 Dec, 2019 2 commits
-
-
Stan Hu authored
This reverts merge request !21553
-
Shinya Maeda authored
This commit supports Ci Resource Group status transition
-
- 19 Dec, 2019 1 commit
-
-
Shinya Maeda authored
This commit introduces CI resource group models and parser
-
- 17 Dec, 2019 2 commits
-
-
Marius Bobin authored
Add changes to start a discussion.
-
Cameron Swords authored
The JobArtifact is required to retrieve the creation date
-