- 03 Jul, 2020 1 commit
-
-
Simon Knox authored
Details: 1. Add bg and text color for input element to override usersagent stylesheet. I think not needed if we use `prefers-color-scheme`, but for now this is opt in preference we need to override it 2. Fix bg color overflowing on comment form 3. Fix card header color 4. Fix Upload design text color
-
- 01 Jul, 2020 21 commits
-
-
Evan Read authored
Update deleted and redirected handbook links See merge request gitlab-org/gitlab!35704
-
Marcel Amirault authored
Many handbook pages were changes, redirected, or deleted. Updates all affected links
-
Grzegorz Bizon authored
Add check for "secrets" runner feature See merge request gitlab-org/gitlab!34813
-
Sanad Liaquat authored
Refactor `3_create/gitaly/high_availability_spec.rb` to use `let` syntax See merge request gitlab-org/gitlab!34222
-
Martin Wortschack authored
Use snake_case for metrics data and save them in a fixture Closes #215316 See merge request gitlab-org/gitlab!33574
-
Stan Hu authored
Require k8s cluster for DAST template See merge request gitlab-org/gitlab!35259
-
Lucas Charles authored
During transition to rules syntax, we missed the condition required to ensure DAST jobs only execute if a cluster is present. Replacing the previous `only:kubernetes` behavior, we need `CI_KUBERNETES_ACTIVE` Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/224117
-
Kushal Pandya authored
Move cluster_health frontend files to core See merge request gitlab-org/gitlab!35198
-
Marcel Amirault authored
More consistency for Vale style files See merge request gitlab-org/gitlab!35701
-
Krasimir Angelov authored
This builds on top of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34587 to add check if "secrets" is feature supported by the runner. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/28321 and https://gitlab.com/gitlab-org/gitlab/-/issues/218746.
-
Evan Read authored
-
Marcel Amirault authored
Clarifying Fast SSH lookup tests, SELinux support See merge request gitlab-org/gitlab!33470
-
Thiago Presa authored
-
Mike Lewis authored
Remove sentence about the end of /help See merge request gitlab-org/gitlab!35673
-
Marcel Amirault authored
Mark default value for artifacts See merge request gitlab-org/gitlab!35658
-
Stan Hu authored
Geo - Does not sync LFS objects from fork networks Closes #225427 See merge request gitlab-org/gitlab!35692
-
Ezekiel Kigbo authored
Add scanner column to the project-level security dashboard and pipeline security tab See merge request gitlab-org/gitlab!35150
-
Mark Lapierre authored
Quarantine instance_audit_logs_spec.rb See merge request gitlab-org/gitlab!35654
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
James Fargher authored
Include snippets_size statistic inside RootStorageStatistics See merge request gitlab-org/gitlab!35601
-
- 30 Jun, 2020 18 commits
-
-
Dylan Griffith authored
Add snippets_size to RootStorageStatisticsType See merge request gitlab-org/gitlab!35586
-
Ash McKenzie authored
Improve package factory to fix spurious spec See merge request gitlab-org/gitlab!35410
-
Giorgenes Gelatti authored
Fix a few package factories which don't work on their own.
-
Denys Mishunov authored
Remove OnBoarding tour - FE See merge request gitlab-org/gitlab!35442
-
Douglas Barbosa Alexandre authored
Add instrumentation to Gitaly streamed responses See merge request gitlab-org/gitlab!35283
-
Amy Qualls authored
Docs: review add_remove_clusters Closes gitlab-com/support/support-team-meta#2292 See merge request gitlab-org/gitlab!33311
-
Tristan Williams authored
-
Nick Gaskill authored
Merge branch '218794-restructure-documentation-to-consolidate-vulnerability-management-features' into 'master' Security Dashboard doc improvements See merge request gitlab-org/gitlab!35558
-
Lindsay Kerr authored
Added screenshots with nav hidden Consolidated vuln export report info Removed out of date and incorrect info
-
Evan Read authored
Docs: shared runner update See merge request gitlab-org/gitlab!35546
-
Suzanne Selhorn authored
Related to community comment: http://disq.us/p/2a8h51o
-
Oswaldo Ferreira authored
This is a stab into fixing the Gitaly timing in logs (gitaly_duration_s) for streamed responses using the same GitalyClient.call method. The problem of having a GitalyClient.call for non-streamed responses and GitalyClient.streaming_call (with a block) for streamed responses is that we'll need to rely mostly on documentation in order to get the timings right for new RPCs. In order to solve that, here we look further into the Gitaly response. If it's an Enumerator (that's what the Ruby implementation of gRPC streams return from the server https://grpc.io/docs/languages/ruby/basics/), we wrap that Enumerator into a custom enumerator, which instruments that stream consumption. Another advantage of that over wrapping the whole stream consumption into a block is that we won't add too much of Ruby CPU time at it, just the response.next call is measured, which is the point of contact with Gitaly.
-
Enrique Alcántara authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!35614
-
Mark Lapierre authored
Quarantine Jira issue import e2e spec See merge request gitlab-org/gitlab!35679
-
Jose Ivan Vargas authored
Use snippet `blobs` field instead of `blob` for Snippet VIEW See merge request gitlab-org/gitlab!35605
-
Amy Qualls authored
Added reference to Kubernetes related deployment variables list See merge request gitlab-org/gitlab!35506
-
Viktor Nagy authored
-
GitLab Bot authored
-