- 26 Mar, 2020 40 commits
-
-
Shawn authored
- Always on scrollbars are currently overlapping right sidebar layout - Adding fit-content to add auto padding to allow for sidebar to appear with scroll bar
-
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
-
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.
-
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
-
George Koltsov authored
- Whenever Group/Project import runs by an admin users are going to be added as members to imported project/group - This change adds a log entry for a member creation attempt (success or failure) in order to have a better visibility into which users has been added where
-
Nick Thomas authored
PyPI: API skeleton and authentication See merge request gitlab-org/gitlab!27030
-
Phil Hughes authored
Update colors and switch filters with counts See merge request gitlab-org/gitlab!27791
-
Nick Thomas authored
Add #resolved_on_default_branch to Vulnerability See merge request gitlab-org/gitlab!26906
-
Jarka Košanová authored
Add status column for export vulnerability findings See merge request gitlab-org/gitlab!27935
-
Marcia Ramos authored
Rename badge to pins design management docs See merge request gitlab-org/gitlab!25214
-
James Lopez authored
Remove conditional assignment See merge request gitlab-org/gitlab!27960
-
Natalia Tepluhina authored
Unified Edit form JS handling for Project and Personal snippets See merge request gitlab-org/gitlab!28041
-
Jan Provaznik authored
Add issues importer See merge request gitlab-org/gitlab!27229
-
Marcia Ramos authored
Fix SSH architecture diagram See merge request gitlab-org/gitlab!28031
-
Bob Van Landuyt authored
Merge branch '211456-admin-sessionscontroller-create-cannot-execute-update-in-a-read-only-transaction' into 'master' Does not write to DB when using 2FA via OTP for admin mode Closes #211456 See merge request gitlab-org/gitlab!27450
-
Douglas Barbosa Alexandre authored
With this change we do not allow backup tokens for admin mode in read-only replicas.
-
Igor Drozdov authored
Use Gitlab::HTTP.try_get to find commit_status from Bamboo CI See merge request gitlab-org/gitlab!27893
-
Jan Provaznik authored
Add related class to reactive caching worker See merge request gitlab-org/gitlab!27687
-
James Lopez authored
Remove ci_drop_bridge_on_downstream_errors flag Closes #207948 See merge request gitlab-org/gitlab!27906
-