Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Development Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Composer
plugin
Drupal Development Environment
Merge requests
!26
Merging develop into main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merging develop into main
develop
into
main
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
GitLab CI
requested to merge
develop
into
main
9 months ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
Add behat/mink for local PHPUnit tests and bring back the official release of config_devel
#21
Add support for update status test
0
0
Merge request reports
Viewing commit
e59f9809
Prev
Next
Show latest version
2 files
+
10
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
e59f9809
#21
Add support for update status test
· e59f9809
jurgenhaas
authored
9 months ago
ahoy.test.yml
+
9
−
1
Options
@@ -88,7 +88,7 @@ commands:
module=$1
shift
/usr/local/bin/node_cmd yarn --silent --cwd web/core stylelint --formatter verbose --config ./.stylelintrc.json "../modules/contrib/${module}/**/*.css" --color $@
usage
:
Stylelint tests by module
usage
:
Stylelint tests by module
. Please run preparecorefordev first.
eslintmodule
:
cmd
:
|
module=$1
@@ -128,3 +128,11 @@ commands:
/drupal/web/core/node_modules/.bin/cspell -c .cspell.json --words-only --unique --no-progress $_CSPELL_EXTRA ** | sort -f
fi
rm .cspell.json
usage
:
Spell checker. Please run preparecorefordev first.
upgradestatusmodule
:
cmd
:
|
export CI_PROJECT_NAME=$1
shift
drush -y en upgrade_status
drush -y upgrade_status:analyze $CI_PROJECT_NAME
drush -y pmu upgrade_status
Loading