Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rivet
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
rivet
Commits
1d87df87
Commit
1d87df87
authored
8 months ago
by
James Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3480807
by jwilson3: Update ddev to 1.23.5
parent
5f4f6e4f
No related branches found
No related tags found
1 merge request
!20
Issue #3480807 by jwilson3: Update ddev to 1.23.5
Pipeline
#357122
passed
8 months ago
Stage: build
Stage: validate
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.ddev/addon-metadata/ddev-drupal-contrib/manifest.yaml
+1
-1
1 addition, 1 deletion
.ddev/addon-metadata/ddev-drupal-contrib/manifest.yaml
.ddev/config.yaml
+7
-5
7 additions, 5 deletions
.ddev/config.yaml
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
UPDATING.md
+1
-1
1 addition, 1 deletion
UPDATING.md
with
10 additions
and
7 deletions
.ddev/addon-metadata/ddev-drupal-contrib/manifest.yaml
+
1
−
1
View file @
1d87df87
name
:
ddev-drupal-contrib
repository
:
ddev/ddev-drupal-contrib
version
:
1.0.0-rc22
install_date
:
"
2024-1
0-15T08:12:12
-05:00"
install_date
:
"
2024-1
2-02T22:31:44
-05:00"
project_files
:
-
commands/web/eslint
-
commands/web/expand-composer-json
...
...
This diff is collapsed.
Click to expand it.
.ddev/config.yaml
+
7
−
5
View file @
1d87df87
...
...
@@ -13,8 +13,8 @@ use_dns_when_possible: true
composer_version
:
"
2"
web_environment
:
-
DRUPAL_CORE=^10
nodejs_version
:
"
18"
corepack_enable
:
false
nodejs_version
:
18
# Key features of DDEV's config.yaml:
...
...
@@ -41,7 +41,7 @@ nodejs_version: 18
# version: <version> # database version, like "10.11" or "8.0"
# MariaDB versions can be 5.5-10.8, 10.11, and 11.4.
# MySQL versions can be 5.5-8.0.
# PostgreSQL versions can be 9-1
6
.
# PostgreSQL versions can be 9-1
7
.
# router_http_port: <port> # Port to be used for http (defaults to global configuration, usually 80)
# router_https_port: <port> # Port for https (defaults to global configuration, usually 443)
...
...
@@ -59,6 +59,8 @@ nodejs_version: 18
# webserver_type: nginx-fpm, apache-fpm, or nginx-gunicorn
# timezone: Europe/Berlin
# If timezone is unset, DDEV will attempt to derive it from the host system timezone
# using the $TZ environment variable or the /etc/localtime symlink.
# This is the timezone used in the containers and by PHP;
# it can be set to any valid timezone,
# see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
...
...
@@ -78,7 +80,7 @@ nodejs_version: 18
# - preview
# - snapshot
# Alternatively, an explicit Composer version may be specified, for example "2.2.18".
# To reinstall Composer after the image was built, run "ddev debug re
fresh
".
# To reinstall Composer after the image was built, run "ddev debug re
build
".
# nodejs_version: "20"
# change from the default system Node.js version to any other version.
...
...
This diff is collapsed.
Click to expand it.
.gitignore
+
1
−
0
View file @
1d87df87
.editorconfig
.gitattributes
/.ddev/xhprof
/vendor/
/web/
phpcs.xml.dist
This diff is collapsed.
Click to expand it.
UPDATING.md
+
1
−
1
View file @
1d87df87
...
...
@@ -11,7 +11,7 @@ must be updated as well.
Read https://ddev.readthedocs.io/en/stable/users/install/ddev-upgrade/
ddev config --update
ddev get ddev/ddev-drupal-contrib
ddev
add-on
get ddev/ddev-drupal-contrib
3.
Manually review and revert hunks that replace _module_ path with _theme_ path.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment