- 26 Mar, 2020 40 commits
-
-
Douglas Barbosa Alexandre authored
Hide helm application row if local tiller See merge request gitlab-org/gitlab!24742
-
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
-
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
-
James Lopez authored
Add feature flag to highest role callback See merge request gitlab-org/gitlab!28105
-
Achilleas Pipinellis authored
Docs: Create MR from a fork Closes #199227 See merge request gitlab-org/gitlab!28111
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Docs add packages url to updates See merge request gitlab-org/gitlab!27762
-
James Lopez authored
Remove forward npm package request feature flag See merge request gitlab-org/gitlab!27987
-
Achilleas Pipinellis authored
Updated text to stress importance of the requirements See merge request gitlab-org/gitlab!27027
-
Achilleas Pipinellis authored
Add language around Cloudflare IPs See merge request gitlab-org/gitlab!28010
-
Hendrik Meyer authored
See https://about.gitlab.com/blog/2020/01/16/gitlab-changes-to-cloudflare/ for details.
-
Bob Van Landuyt authored
Update GitLab Runner Helm Chart to 0.15.0/12.9.0 See merge request gitlab-org/gitlab!27670
-
Phil Hughes authored
-
Corinna Wiesner authored
Put the update highest role callback for Members behind a feature flag because there needs to be an additional callback when a User does not count as active anymore.
-
Eugenia Grieff authored
- This concern is now used to resolve Epics too Rename EpicResolver - For consistency with other issuable resolvers use plural in resolver name Fix MergeRequestsResolver
-
Marcia Ramos authored
Resolve "Sourcegraph documentation" Closes #211595 See merge request gitlab-org/gitlab!27454
-
Kai Armstrong authored
-
Toon Claes authored
Migrate users.bio to user_details.bio Closes #206913 See merge request gitlab-org/gitlab!27773
-
rossfuhrman authored
This is a temporary change that will go away with Standalone Vulnerabilities https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27943 For Groups, supply all the project ids to force usage of the SQL index as when we han no project id supplied, we want all projects.
-
Bob Van Landuyt authored
Check for plans in update all mirrors worker See merge request gitlab-org/gitlab!27796
-