Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
search_api_autocomplete
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
search_api_autocomplete
Merge requests
!19
Resolve
#3427555
"Fix GitLab CI pipelines (phpstan and cspell)"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3427555
"Fix GitLab CI pipelines (phpstan and cspell)"
issue/search_api_autocomplete-3427555:3427555-fix-gitlab-ci
into
8.x-1.x
Overview
0
Commits
7
Pipelines
3
Changes
14
Merged
Thomas Seidl
requested to merge
issue/search_api_autocomplete-3427555:3427555-fix-gitlab-ci
into
8.x-1.x
1 year ago
Overview
0
Commits
7
Pipelines
3
Changes
14
Expand
Closes
#3427555
0
0
Merge request reports
Compare
8.x-1.x
version 2
fc84bc2c
1 year ago
version 1
0b8886bb
1 year ago
8.x-1.x (base)
and
latest version
latest version
57d4e61a
7 commits,
1 year ago
version 2
fc84bc2c
6 commits,
1 year ago
version 1
0b8886bb
4 commits,
1 year ago
14 files
+
69
−
43
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
js/search_api_autocomplete.js
+
1
−
1
Options
/**
* @file
* Expands the behavio
u
r of the default autocompletion.
* Expands the behavior of the default autocompletion.
*/
((
$
,
Drupal
,
drupalSettings
,
once
)
=>
{
Loading