- 15 Mar, 2022 40 commits
-
-
Natalia Tepluhina authored
Global Search - Fix Branch Ref Based Searches See merge request gitlab-org/gitlab!80857
-
Kati Paizee authored
Remove minor section See merge request gitlab-org/gitlab!82885
-
Alper Akgun authored
-
Kati Paizee authored
Docs for trial lead flow See merge request gitlab-org/gitlab!82883
-
Alper Akgun authored
-
Olena Horal-Koretska authored
Remove duplicate new cluster button See merge request gitlab-org/gitlab!82654
-
Phil Hughes authored
Add assignees widget to MR sidebar See merge request gitlab-org/gitlab!79950
-
Natalia Tepluhina authored
Moved changes from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/60611 Added fetching merge request permisstion Separated user search queries Fixed canMerge calculation Removed default debounce Added correct canMerge calculation Fixed assignees canMerge Fixed "cannot merge" icon positioning Frxed missing import error Fixed MR assignees spec for disabled FF Added tests for FF enabled Fixed user select spec Added merge permissions to active user Added tooltips for cannot merge Fixed invite user test case Fixed MR assignees spec Fixed sidebar assignees spec Removed non-required changes Revert "Removed non-required changes" This reverts commit b4cb5b8a38e922f3dec95e55e0f656408b94c87a. Fixed rubocop warning Fixed multiple assignees specs for FF disabled Fixed multiple assignees for FF enabled Added unit test for sidebar participant Added tests for user select Added @ to usernames on sidebar Added focusing search input Fixed dropdown navigation Fixed selecting assignees Fixed tooltip for collapsed assignees Removed opening dropdown on collapsed click Fixed assignees widget scoped slot Removed unnecessary paddings Fixed sidebar assignees widget test Fixed user select spec
-
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
-
Tomas Bulva authored
This change fixes a bug with the new header search. Currenlty the ref property of the search_context is not properly being shared with the header search. With this change it will now properly be added to the search when needed. Changelog: fixed
-
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
-