- 26 Mar, 2020 40 commits
-
-
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
-
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.
-
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
-
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
-
charlie ablett authored
Add graphql api for querying jira imports and jira import status See merge request gitlab-org/gitlab!27587
-
Alexandru Croitor authored
Import jira issues by scheduling a sidekiq job for each issue to be imported.
-
Marius Bobin authored
-
Bob Van Landuyt authored
- The evaluation property of an attribute was never used
-
Bob Van Landuyt authored
This adds the `meta.related_class` keyword to the job hash. This will make it easier to determine what different kinds of work this worker is doing.
-
Bob Van Landuyt authored
This includes the new related_class field.
-
Adam Hegyi authored
Fix remove_concurrent_index down methods See merge request gitlab-org/gitlab!28029
-
Kushal Pandya authored
Align Vuex Store to New Version Feature Flags See merge request gitlab-org/gitlab!28048
-