- 06 Aug, 2020 1 commit
-
-
Etienne Baqué authored
Moved task definition section around.
-
- 05 Aug, 2020 39 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
-
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
-
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
-
Emily Ring authored
Add connection_error field for models/clusters/cluster.rb Capture error messages and send through API Update associated tests
-
Mayra Cabrera authored
Remove UploadedFile.from_params in Repositories::LfsStorageController See merge request gitlab-org/gitlab!38167
-
David Fernandez authored
Add missing Rspec file for the controller with tests for the `#upload_finalize` action
-
derek-knox authored
Add note around intentional marker spacing, refactor to wrap/unwrap fns fs isWrap flag, and updated spec to be more robust example
-
Jose Ivan Vargas authored
Change the job stuck page to use UI library components Closes #230734 See merge request gitlab-org/gitlab!38618
-
Frédéric Caplette authored
We switch out the cutoms styles for badges and alert and instead use our components. Also, light refactor of the component to be data-driven instead of repeating templates.
-
Robert Speicher authored
Merge branch '227033-follow-up-from-highlight-expired-ssh-or-pat-credentials-in-the-credential-inventory' into 'master' Follow-up: Restructure SSH and PAT credential inventory tests Closes #227033 See merge request gitlab-org/gitlab!36079
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!38626
-
Robert Speicher authored
Fix variable name to SAST_ANALYZER_IMAGE_TAG See merge request gitlab-org/gitlab!38711
-
Mark Lapierre authored
To allow them to be excluded in CI where they're not needed. The name 'development' might make more sense than 'test' because the code using all these gems _is_ used for running tests.
-
Robert Speicher authored
Create emphemeral IssueLink if Feedback is present See merge request gitlab-org/gitlab!38592
-
Adam Hegyi authored
Add dashboard_path to PrometheusMetric See merge request gitlab-org/gitlab!38237
-
Ryan Cobb authored
Adds dashboard_path to PrometheusMetric to support importing custom metrics
-
Robert Speicher authored
Remove ci_parallel_matrix_enabled feature flag Closes #232350 See merge request gitlab-org/gitlab!38593
-
Marius Bobin authored
Enables ci_parallel_matrix_enabled feature flag by removing it
-
Mayra Cabrera authored
-