- 30 Oct, 2020 38 commits
-
-
James Lopez authored
Synch dismissal information between vulnerabilities and findings See merge request gitlab-org/gitlab!46141
-
Mayra Cabrera authored
Define a new home page for pipeline authoring See merge request gitlab-org/gitlab!45515
-
Miguel Rincon authored
This change adds a new page and menu item for the pipeline authoring page behind the feature flag `:ci_pipeline_authoring_page`. It adds the boilerplate for adding Vue scripts into the page. Updated feature tests that check for an "Edit" link, so they can be more precise.
-
Bob Van Landuyt authored
Resolve "Follow-up from "Add Sample Data" - Move clear_consumed_relations logic to main consume_relation method" See merge request gitlab-org/gitlab!45754
-
Nikola Milojevic authored
- add param for mark_as_consumed
-
Vitaly Slobodin authored
Removed ACE editor from the codebase See merge request gitlab-org/gitlab!46420
-
Denys Mishunov authored
-
Lin Jen-Shin authored
Fixup Feature Flags Link in Search Bar Results See merge request gitlab-org/gitlab!45803
-
Jason Goodman authored
Hide feature flags link if user does not have permissions Use let_it_be in search bar spec
-
Kushal Pandya authored
Introduce alert mapping builder feature flag See merge request gitlab-org/gitlab!46437
-
Olena Horal-Koretska authored
-
Heinrich Lee Yu authored
Create & use an Experimentation::GroupTypes module See merge request gitlab-org/gitlab!46392
-
Mark Chao authored
Fix CI artifacts not uploading with tracing enabled and without NGINX See merge request gitlab-org/gitlab!46513
-
Vitali Tatarintev authored
Add GraphQL support for creating alert integrations See merge request gitlab-org/gitlab!45842
-
Sarah Yasonik authored
-
Stan Hu authored
Merge branch '273723-spec-requests-api-graphql-project-terraform-states_spec-rb-49-fails' into 'master' Resolve "spec/requests/api/graphql/project/terraform/states_spec.rb:49 fails" See merge request gitlab-org/gitlab!46520
-
Mark Lapierre authored
Disable monkey patching globally for QA tests See merge request gitlab-org/gitlab!43743
-
Dan Davison authored
Fix all remaining occurrences of monkey patching
-
Ramya Authappan authored
Add E2E to test deleting a file from snippet See merge request gitlab-org/gitlab!46299
-
Tiger authored
-
Alper Akgun authored
Create 13.5 What's New entry See merge request gitlab-org/gitlab!46058
-
Stan Hu authored
Resolve "Validate package versions" See merge request gitlab-org/gitlab!46191
-
Mark Lapierre authored
Add Gradle coverage for deploying a Maven package See merge request gitlab-org/gitlab!45461
-
Sofia Vistas authored
-
Stan Hu authored
Add jobs field to Ci::PipelineType See merge request gitlab-org/gitlab!45837
-
Avielle Wolfe authored
The field returns commit status data
-
Simon Knox authored
Fix minor grammar in domain verification message See merge request gitlab-org/gitlab!46346
-
Stan Hu authored
`Labkit::Tracing::RackMiddleware` will attempt to sanitize the parameters using Rails' `ActionDispatch::Http::FilterParameters`. However, if it is run before Rack gets a chance to read and parse a multipart message AND no `Content-Length` is set, no multipart data will be present. `FilterParameters` works by reading the entire HTTP request by calling the Rack POST method. However, if a chunked transfer is used, the HTTP `Content-Length` header will not be defined, but `ActionDispatch::Request` will always return a content length of 0 instead of `nil`. As a result, `Rack::Multipart::Parser` will be fooled into thinking that there is no body to parse, and uploads that depend on multipart data will fail. To fix this, we put `Rack::MethodOverride` before the `Tracing::RackMiddleware` to ensure that the multipart messages are parsed by Rack first. Unlike Rails' `ActionDispatch::Request`, `Rack::Request` treats an undefined `Content-Length` header as a `nil` value. Note that if NGINX or some other reverse proxy is used, the `Content-Length` header should be present, so the problem described above only affects installations that don't buffer the request. Closes https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/1094
-
Ash McKenzie authored
Add a default Lefthook configuration See merge request gitlab-org/gitlab!36347
-
Ash McKenzie authored
Only assert backwards-compat experiments See merge request gitlab-org/gitlab!46396
-
Russell Dickenson authored
Outdent two sections of SAST doc See merge request gitlab-org/gitlab!46501
-
James Fargher authored
Project repo storage moves API typo fix See merge request gitlab-org/gitlab!46309
-
Thong Kuah authored
Show build status in tag list See merge request gitlab-org/gitlab!34307
-
Lee Tickett authored
-
Mark Lapierre authored
Add conan package registry test See merge request gitlab-org/gitlab!46226
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!46505
-
Jan Provaznik authored
Add new configuration option for setting the new user signups cap See merge request gitlab-org/gitlab!45643
-
Vitaly Slobodin authored
This reverts commit c40f09be1557047346fec599e62cba5c57486e1b.
-
- 29 Oct, 2020 2 commits
-
-
Nathan Friend authored
Add due date component to swimlanes board sidebar See merge request gitlab-org/gitlab!45218
-
Mayra Cabrera authored
Increase memory requirement for the Sidekiq component of Review Apps See merge request gitlab-org/gitlab!46366
-