- 26 Mar, 2020 40 commits
-
-
Mark Lapierre authored
Refactor add_member to use search_and_select See merge request gitlab-org/gitlab!27918
-
Mayra Cabrera authored
Fix dev-fixtures failing on master Closes #212625 See merge request gitlab-org/gitlab!28163
-
Russell Dickenson authored
docs Clarified some things to improve understanding See merge request gitlab-org/gitlab!27742
-
Yash Pal Goyal authored
-
Stan Hu authored
Since we added name validations for groups in the latest security release, group names with parens are no longer allowed. Fix the fixtures so that we only used allowed characters. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/212625
-
Douglas Barbosa Alexandre authored
Add DS_REMEDIATE var to Dependency Scanning job template See merge request gitlab-org/gitlab!27947
-
Igor Frenkel authored
-
Douglas Barbosa Alexandre authored
Avoid N+1 queries on Audit Events controllers See merge request gitlab-org/gitlab!26245
-
Tan Le authored
For audit event view, we need to fetch author and the associated name, and this results in unnecessary extra SQL calls. This change introduces `BatchLoader` to lazily load associated authors and speeds up audit events queries via both web application and API.
-
Douglas Barbosa Alexandre authored
Resolve "Bug when Snippet creation fails" Closes #212223 See merge request gitlab-org/gitlab!27891
-
Douglas Barbosa Alexandre authored
Merge branch '199422-maximum-size-for-gitlab-pages-says-to-set-it-to-0-for-unlimited-but-it-doesn-t-accept-a' into 'master' Allow 0 for max_pages_size as infinity See merge request gitlab-org/gitlab!28086
-
Igor Drozdov authored
Fix streaming serializer for serialize_many_each Closes #212607 See merge request gitlab-org/gitlab!28138
-
Walmyr Lima e Silva Filho authored
Quarantine additional QA test See merge request gitlab-org/gitlab!28127
-
Stan Hu authored
Make Rails.cache and Gitlab::Redis::Cache use the same pool See merge request gitlab-org/gitlab!28074
-
Robert Speicher authored
-
Douglas Barbosa Alexandre authored
Hide helm application row if local tiller See merge request gitlab-org/gitlab!24742
-
nmilojevic1 authored
- Bad merge, method name changed to write_relation_array
-
Stan Hu authored
Fix Spring Loading Wrong Instrumentation Class See merge request gitlab-org/gitlab!28051
-
Igor Drozdov authored
Add support for project_members array Closes #212457 See merge request gitlab-org/gitlab!28025
-
Nathan Friend authored
Use GlAlert component for design list load error See merge request gitlab-org/gitlab!28079
-
Grant Young authored
-
Sanad Liaquat authored
Quarantine several manage QA tests See merge request gitlab-org/gitlab!28117
-
Nick Thomas authored
Make sure the shards table has its index created before populating it Closes #212436 See merge request gitlab-org/gitlab!28084
-
Sean McGivern authored
Refactor JSON reader/writer for import/export See merge request gitlab-org/gitlab!27679
-
Kamil Trzciński authored
- adds `allowed_path` to strong validate `LegacyReader` and `LegacyWriter` - does not change any of todays behaviour for data serialization - makes the interface for reader and writer to accept `importable/exportable_path` that will be used by `ndjson` to store data in separate files - moves consuming of attributes outside of the relation tree restorer to ease the way how we process them - splits specs for `LegacyReader::User/File` and introduces shared example for that: this is also the majority of changes introduced by this MR in order to move them - slightly code-formats and re-organises group and project import/export
-
Sean McGivern authored
Return error message in custom metric validation when prometheus URL is blocked See merge request gitlab-org/gitlab!27863
-
Sean McGivern authored
Fix optional params for deploy token API Closes #211878 See merge request gitlab-org/gitlab!27961
-
Nathan Friend authored
Unified views for Project and Personal snippets See merge request gitlab-org/gitlab!27998
-
Achilleas Pipinellis authored
Document how to delete images from the Container Registry Closes #32669 See merge request gitlab-org/gitlab!27622
-
Achilleas Pipinellis authored
Document the various ways of deleting images from the Container Registry.
-
Rémy Coutable authored
Replace set to let_it_be in spec See merge request gitlab-org/gitlab!28004
-
Nick Thomas authored
Merge branch '208433-follow-up-from-add-mutation-concern-to-resolve-a-single-issuable-part-2' into 'master' Use ResolvesIssuable for Epics Closes #208433 See merge request gitlab-org/gitlab!27903
-
James Lopez authored
Use 'license_scanning' in controller tests See merge request gitlab-org/gitlab!27819
-
Kushal Pandya authored
Fixes the file row icons hiding when the shouldn't be See merge request gitlab-org/gitlab!28110
-
Grant Young authored
-
James Lopez authored
Log member additions when importing Project/Group See merge request gitlab-org/gitlab!27930
-
Nick Thomas authored
Use prefix search instead of ngrams for sha fields See merge request gitlab-org/gitlab!27597
-
Dmitry Gruzd authored
Currently, SHAs are indexed using ngrams from 5 to 40 characters. This means that each SHA is split into 35 separate terms taking up a lot of storage. SHAs are quite unique from 4-5 characters on, so a simple prefix search will be sufficiently fast and as effective as ngrams with term matching. This change replaces current sha fields analyzers with prefix search.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
Improve Group Security Dashboard performance See merge request gitlab-org/gitlab!27959
-