- 14 Feb, 2022 29 commits
-
-
Vitali Tatarintev authored
Merge branch '345905-cluster-image-scanning-vulnerability-resolution-fix-create-starboard-endpoint' into 'master' Query existing vulnerability by UUID in internal Starboard vulnerability API See merge request gitlab-org/gitlab!80475
-
Max Woolf authored
Extract runner destruction logic to UnregisterRunnerService See merge request gitlab-org/gitlab!79668
-
Pedro Pombeiro authored
From current endpoints which destroy a Ci::Runner
-
Natalia Tepluhina authored
Update to ApolloClient@3 See merge request gitlab-org/gitlab!55062
-
Lukas 'Eipi' Eipert authored
This is an attempt to update to ApolloClient@3. Multiple packages have been replaced by a single one. This will likely result in a red pipeline because Caches are now immutable. But it should be a good starting point to explore what goes wrong: TODOs: 1. Check that caching works correctly 2. Check that startup graphql works correctly 3. Update documentation with correct links 4. Link against importing from `@apollo/client`, we should always import from `@apollo/client/core` as we otherwise pull in React related dependencies. Map `@apollo/client` to `@apollo/client/core` Fix vendor dll Migrate remaining apollo-link uses Fixed Introspection fragment matcher Added merge policies Fixed more fragment matchers Fixed dataIdFromObject imports Fixed gql imports Fixed apollo-link imports Remove change to upload link Removed duplicated ids Fixed MR widget type policies Fixed structure Fixed incidents app Added id to alert management Added ids to pipeline editor Add a resolution for subscriptions-transport-ws Note: This is needed because @apollo/client has a peer dependency and some other dependency pulls in a newer version. Both are functionally equivalent. Replaced fragmentMatcher with possible types Removed id from type Repository Added a few basic type policies Fixed unit tests to pass Added typenames to unit tests to make them pass Cleaned up data checks in components Apollo 3 doesn't return data property with result on error; thus, we need to check on result hooks if data exists before doing any operations with it Fixed stylelint errors Add missing typename in spec Removed check for data Cleaning up changes Removed some unnecessary changes like imports order Apply 1 suggestion(s) to 1 file(s) Manually set error policy to 'none' Removed unnecessary guards from result hook in queries Revert "Manually set error policy to 'none'" This reverts commit 657eac6727c563555dcbe8a3013801ae710b80db. Apply 1 suggestion(s) to 1 file(s) Fixed stripTypenames to be used on widget Fixed specs after review Add comment about pendingApolloRequests - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55062#note_838943715 Reverted subsriptions transport change
-
Vitali Tatarintev authored
Refactor WorkItems::CreateService See merge request gitlab-org/gitlab!80309
-
Marcin Sedlak-Jakubowski authored
Docs: move common things for burndown and burnup charts to a common section See merge request gitlab-org/gitlab!80016
-
Sincheol (David) Kim authored
Fix use of ActiveRecord::Base in CurrentSettings See merge request gitlab-org/gitlab!79295
-
Patrick Bajao authored
Workhorse: change upload method names and add comments See merge request gitlab-org/gitlab!80305
-
Etienne Baqué authored
Allow to toggle requirements_access_level on REST API See merge request gitlab-org/gitlab!79968
-
Shinya Maeda authored
Only log inefficient query error See merge request gitlab-org/gitlab!80456
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Kushal Pandya authored
Search only active milestones on issues list refactor See merge request gitlab-org/gitlab!80538
-
Kushal Pandya authored
On click of board cards in filtered search, refresh page See merge request gitlab-org/gitlab!80238
-
Scott Stern authored
Changed: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80238
-
Albert Salim authored
Upgrade CI images to Debian bullseye See merge request gitlab-org/gitlab!80362
-
Alex Pooley authored
Allows invite modal to re-invite single users See merge request gitlab-org/gitlab!80177
-
Doug Stull authored
- regression from original invite with non-modal Changelog: fixed
-
Anastasia McDonald authored
Wait longer for MWPS and simplify test logic See merge request gitlab-org/gitlab!80455
-
Evan Read authored
Add praefect metric to monitor unhealthy repository See merge request gitlab-org/gitlab!80523
-
Gerardo Gutierrez authored
-
Dylan Griffith authored
Moving gitlab_loose_foreign_key to config/ directory See merge request gitlab-org/gitlab!80064
-
Evan Read authored
Fix Oauth 2.0 PKCE Flow Documentation See merge request gitlab-org/gitlab!80493
-
Ben Yanke authored
-
Evan Read authored
Add deprecation yaml for gRPC proxy compatibility See merge request gitlab-org/gitlab!80283
-
Jacob Vosmaer authored
-
- 13 Feb, 2022 2 commits
-
-
Alex Pooley authored
Remove keep_historical_vulnerability_statistics_always_consistent feature flag See merge request gitlab-org/gitlab!79707
-
Daniel Ziegenberg authored
See https://gitlab.com/gitlab-org/gitlab/-/issues/268034Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
-
- 12 Feb, 2022 9 commits
-
-
Michael Kozono authored
Show default value in squash and merge commit template textareas See merge request gitlab-org/gitlab!77081
-
Piotr Stankowski authored
This change allows us to simplify merge commit textarea placeholder, which did not render new lines in Safari. Changelog: changed
-
Alex Kalderimis authored
Fix flaky tests when DB is recreated See merge request gitlab-org/gitlab!80552
-
Stan Hu authored
Update KAS to v14.8.1 See merge request gitlab-org/gitlab!80527
-
Adam Hegyi authored
-
Miguel Rincon authored
Display projects related a runner See merge request gitlab-org/gitlab!79239
-
Miguel Rincon authored
This change renders the projects which are linked to a given runner in the runner details page.
-
Kerri Miller authored
Treat API requests from the frontend as web traffic in the rate limiter See merge request gitlab-org/gitlab!80404
-
Markus Koller authored
This was previously behind a feature flag and disabled by default, and is now being enabled globally after verifying that this change doesn't break anything on gitlab.com. Changelog: changed
-