Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jquery_ui_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
jquery_ui_autocomplete
Merge requests
!1
Resolve
#3448718
"Automated drupal 11"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3448718
"Automated drupal 11"
issue/jquery_ui_autocomplete-3448718:3448718-automated-drupal-11
into
2.x
Overview
0
Commits
3
Pipelines
3
Changes
3
Merged
Pravin Gaikwad
requested to merge
issue/jquery_ui_autocomplete-3448718:3448718-automated-drupal-11
into
2.x
11 months ago
Overview
0
Commits
3
Pipelines
3
Changes
3
Expand
Closes
#3448718
0
0
Merge request reports
Compare
2.x
version 2
63df045d
10 months ago
version 1
af79c6f4
11 months ago
2.x (base)
and
latest version
latest version
63df045d
3 commits,
10 months ago
version 2
63df045d
3 commits,
10 months ago
version 1
af79c6f4
2 commits,
11 months ago
3 files
+
36
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
0 → 100644
+
31
−
0
Options
include
:
################
# DrupalCI includes:
# As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically.
# View these include files at https://git.drupalcode.org/project/gitlab_templates/
################
-
project
:
$_GITLAB_TEMPLATES_REPO
ref
:
$_GITLAB_TEMPLATES_REF
file
:
-
"
/includes/include.drupalci.main.yml"
-
"
/includes/include.drupalci.variables.yml"
-
"
/includes/include.drupalci.workflows.yml"
################
# Pipeline configuration variables
#
# These are the variables provided to the Run Pipeline form that a user may want to override.
#
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
variables
:
SKIP_ESLINT
:
'
1'
SKIP_STYLELINT
:
'
1'
SKIP_CSPELL
:
'
1'
# Broaden test versions.
OPT_IN_TEST_PREVIOUS_MAJOR
:
'
1'
OPT_IN_TEST_MAX_PHP
:
'
1'
OPT_IN_TEST_PREVIOUS_MINOR
:
'
1'
OPT_IN_TEST_NEXT_MINOR
:
'
1'
OPT_IN_TEST_NEXT_MAJOR
:
'
1'
Loading