- 15 Mar, 2022 40 commits
-
-
Jacob Vosmaer authored
Refactor upload destinations See merge request gitlab-org/gitlab!80292
-
Bob Van Landuyt authored
Use external metrics server process for Puma See merge request gitlab-org/gitlab!82478
-
Matthias Käppler authored
This moves us away from a process-internal server thread and toward an external process that we supervise instead.
-
Bob Van Landuyt authored
Rake task to fetch project ids from Sisense See merge request gitlab-org/gitlab!80580
-
Fiona Neill authored
Add note for Impact Check for query changes See merge request gitlab-org/gitlab!82810
-
Heinrich Lee Yu authored
Add support for relating epics See merge request gitlab-org/gitlab!82128
-
Eugenia Grieff authored
Add service to allow creating RelatedEpicLinks Add create related epic links endpoint Update pot files Add specs Expose relation_path in new entity Changelog: other EE: true
-
Matthias Käppler authored
Merge branch '350999-deprecate-use-of-members-api-for-invite-modal-in-favor-of-invitations-api-3' into 'master' Convert contribute check for user ids to use SafeRequestStoreLoader See merge request gitlab-org/gitlab!82842
-
Doug Stull authored
-
Matthias Käppler authored
Wiki: do not set default branch See merge request gitlab-org/gitlab!82828
-
Marc Shaw authored
Do not raise in gl_redirect_listbox_tag if selected item is not found See merge request gitlab-org/gitlab!82322
-
Miguel Rincon authored
Add escalation status to incidents See merge request gitlab-org/gitlab!66165
-
Marc Shaw authored
Fix ResultsStore#read to return a CheckResult See merge request gitlab-org/gitlab!82792
-
Marc Shaw authored
Enable `container_registry_follow_redirects_middleware` by default See merge request gitlab-org/gitlab!82614
-
Kushal Pandya authored
Add cluster column to operational vulnerability See merge request gitlab-org/gitlab!82631
-
Kati Paizee authored
Document updating CE container to EE container See merge request gitlab-org/gitlab!82475
-
Natalia Tepluhina authored
Add default branch to Pipelines page filter if no search term provided See merge request gitlab-org/gitlab!82245
-
Kati Paizee authored
Add final Runner upgrade step to CI/CD section See merge request gitlab-org/gitlab!82712
-
Katrin Leinweber authored
Co-authored-by:
Kati Paizee <kpaizee@gitlab.com> Co-authored-by:
Suzanne Selhorn <sselhorn@gitlab.com>
-
Fiona Neill authored
Improve deployment approval docs See merge request gitlab-org/gitlab!82878
-
Russell Dickenson authored
-
Marcel Amirault authored
Update pipeline label text in docs See merge request gitlab-org/gitlab!82882
-
Kenneth Chu authored
-
Kushal Pandya authored
Revert "Merge branch '338285-test-summary-mr-report-widget' into 'master'" See merge request gitlab-org/gitlab!82880
-
Paul Slaughter authored
Add support for failing status checks See merge request gitlab-org/gitlab!81005
-
Kati Paizee authored
Adding API User Survey to API Docs See merge request gitlab-org/gitlab!82444
-
Grant Hickman authored
-
Fiona Neill authored
Improve emoji display for roulette docs See merge request gitlab-org/gitlab!82839
-
Sincheol (David) Kim authored
Resolve "Handle merge_request_diff_head_sha in the CreateNotes api" See merge request gitlab-org/gitlab!82065
-
Patrick Bajao authored
`MergeRequests::Mergeability::RunChecksService#run_check` expects that `MergeRequests::Mergeability::ResultsStore#read` to return a `MergeRequests::Mergeability::CheckResult` object. This fixes the `ResultsStore#read` to return a `CheckResult` object once it received a result from cache (e.g. Redis). This is behind the `mergeability_caching` feature flag.
-
Albert Salim authored
-
Etienne Baqué authored
Remove Secure Files when a project is destroyed See merge request gitlab-org/gitlab!82443
-
Simon Knox authored
VSA Add empty state component See merge request gitlab-org/gitlab!82572
-
Ezekiel Kigbo authored
Adds a new empty state component to VSA, this includes a nudge to create a custom value stream
-
Kati Paizee authored
PQL flow sequence diagram See merge request gitlab-org/gitlab!79870
-
Alper Akgun authored
-
Patrick Bajao authored
In https://gitlab.com/gitlab-org/gitlab/-/issues/351657, the goal is to document and refactor workhorse code related to object storage upload. This is to improve readability and help new contributors. This include the following changes: - Created `destination` package to consolidate upload destination related logic. Used this name so we're consistent with the language we use for upload destination. - Moved `objectstore` and `filestore` packages under destination package since these are the store used as destination for object storage upload. - Made `filestore` package specific for storing to disk. This is to clarify that `filestore` package is responsible for uploading to disk instead of its previous responsibilities. - Renamed `SaveFileFromReader` to `Upload` to be consistent with the language of object storage upload. The previous name is a bit too tied to implementation details. - Renamed `SaveFileOpts` to `UploadOpts` to be consistent with language. - Removed `SaveFileFromDisk` as it's not being used at all.
-
Russell Dickenson authored
Write documentation for manual vulnerability See merge request gitlab-org/gitlab!82678
-
Savas Vedova authored
-
Heinrich Lee Yu authored
This reverts merge request !82376
-