- 06 Aug, 2020 15 commits
-
-
GitLab Release Tools Bot authored
-
Stan Hu authored
fix error typo. See merge request gitlab-org/gitlab!38754
-
Evan Read authored
Make Infrastructure as Code less limiting See merge request gitlab-org/gitlab!38696
-
Kenny Johnston authored
-
Dylan Griffith authored
Field and argument names should be underscored See merge request gitlab-org/gitlab!38740
-
Dylan Griffith authored
Extract common information from NetworkPolicy See merge request gitlab-org/gitlab!38003
-
Zamir Martins Filho authored
To be shared with a new model for CiliumNetworkPolicy which will be further created
-
Thong Kuah authored
Refactor transfer service code Closes #230401 See merge request gitlab-org/gitlab!38458
-
Dylan Griffith authored
Improve confidentiality search check for AGS, scope: issues See merge request gitlab-org/gitlab!38564
-
Dmitry Gruzd authored
-
Dylan Griffith authored
Reduce the number of buckets for ElasticSearch See merge request gitlab-org/gitlab!38394
-
Rachel Fox authored
-
Marcel Amirault authored
Add documentation for task definition JSON object See merge request gitlab-org/gitlab!37854
-
Etienne Baqué authored
Moved task definition section around.
-
Stan Hu authored
Log raw pre receive error for create branch service See merge request gitlab-org/gitlab!38749
-
- 05 Aug, 2020 25 commits
-
-
Tiger Watson authored
Implement batch counter for summing a column See merge request gitlab-org/gitlab!35922
-
Mayra Cabrera authored
Geo: Drop tables related to vulnerability export replication See merge request gitlab-org/gitlab!38299
-
Aakriti Gupta authored
fixup! fixup! Merge branch '228758-create-a-new-endpoint-that-converts-yml-panels-to-json' into 'master'
-
Jose Ivan Vargas authored
Resolve "Custom renderers cleanup - erb" Closes #232567 See merge request gitlab-org/gitlab!38694
-
Thong Kuah authored
So that we can debug what went wrong in https://gitlab.com/gitlab-org/gitlab/-/issues/233838
-
Tiger Watson authored
Preload all associations in Vulnerability GraphQL API See merge request gitlab-org/gitlab!38556
-
Alan (Maciej) Paruszewski authored
This change adds preloading associations in Vulnerability GraphQL to prevent N+1 queries. It also solves problem with N+1 query when loading Vulnerability Findings.
-
Stan Hu authored
Optimise the external diff storage migration query Closes #227570 See merge request gitlab-org/gitlab!38579
-
Amy Qualls authored
Allow use of mapMutations to prevent needless action See merge request gitlab-org/gitlab!38012
-
Simon Knox authored
Also delete some state/actions lines that are unrelated to mutations
-
Robert Speicher authored
Add vulnerabilitiesCountByDay with vulnerability statistics See merge request gitlab-org/gitlab!38197
-
Alan (Maciej) Paruszewski authored
This change adds new field to Group and InstanceSecurityDashboard types to fetch statistics about vulnerabilities grouped and aggregated by date. This also deprecates vulnerabilitiesCountByDayAndSeverity field that was used before and replaces the usage of that in the application.
-
Mike Greiling authored
Chrome/Edge 84: More performant svg workaround solution Closes #230433 See merge request gitlab-org/gitlab!38716
-
Stan Hu authored
Move QA debugging gems to 'development' group See merge request gitlab-org/gitlab!38735
-
Mayra Cabrera authored
Email notification for Expired Personal Access Token See merge request gitlab-org/gitlab!38086
-
Mayra Cabrera authored
Add metric dashboard validator See merge request gitlab-org/gitlab!36385
-
Ryan Cobb authored
Adds a metrics dashboard json schema validator to be used in a metrics ingestion pipeline.
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!38738
-
Stan Hu authored
Backfill relative positions on designs See merge request gitlab-org/gitlab!37837
-
Craig Smith authored
-
Lukas Eipert authored
With our new Chrome workaround we might render outdated icons in vue. By adding a key, we can ensure that the icon component is re-rendered if the icon that is supposed to be rendered changes.
-
Lukas Eipert authored
Instead of svg4everybody we use a custom more performant solution. Unfortunately svg4everybody had a big performance impact on pages with a lot of icons: https://gitlab.com/gitlab-org/quality/performance/-/issues/312 We load our sprite icons with JS and add them to the body. Then we iterate over all the `use` elements and replace their reference to that svg which we added internally. In order to avoid id conflicts, those are renamed with a unique prefix. We do that once the DOMContentLoaded fired and otherwise we use a mutation observer to re-trigger this logic. In order to not have a big impact on performance or to cause flickering of of content, 1. we only do it for each svg once 2. we debounce the event handler and just do it in a requestIdleCallback
-
Stan Hu authored
Speed up usage data specs See merge request gitlab-org/gitlab!38697
-
GitLab Release Tools Bot authored
-
Mayra Cabrera authored
Send kubectl connection errors to frontend See merge request gitlab-org/gitlab!36995
-