Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
20608b6c
Commit
20608b6c
authored
Jan 20, 2021
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ddev, use composer v2 and add version to ter-rest
parent
df19c4e4
Pipeline
#10262
passed with stages
in 15 minutes and 32 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
796 additions
and
30 deletions
+796
-30
.ddev/config.yaml
.ddev/config.yaml
+27
-9
composer.lock
composer.lock
+768
-21
extensions/ter_rest/composer.json
extensions/ter_rest/composer.json
+1
-0
No files found.
.ddev/config.yaml
View file @
20608b6c
...
...
@@ -9,6 +9,7 @@ xdebug_enabled: false
additional_hostnames
:
[]
additional_fqdns
:
[]
mariadb_version
:
"
10.3"
mysql_version
:
"
"
provider
:
default
hooks
:
post-import-db
:
...
...
@@ -23,12 +24,14 @@ omit_containers: [dba]
webimage_extra_packages
:
[
php7.4-ldap
]
use_dns_when_possible
:
true
timezone
:
Europe/Berlin
composer_version
:
"
2"
web_environment
:
[]
# This config.yaml was created with ddev version v1.1
4.2
# webimage: drud/ddev-webserver:
v1.14.2
# dbimage: drud/ddev-dbserver-mariadb-10.2:
v1.14.1
# dbaimage: phpmyadmin
/phpmyadmin
:5
# This config.yaml was created with ddev version v1.1
7.0-alpha3
# webimage: drud/ddev-webserver:
20210111_lolautruche_blackfire
# dbimage: drud/ddev-dbserver-mariadb-10.2:
switch-to-github-actions
# dbaimage: phpmyadmin:5
# However we do not recommend explicitly wiring these images into the
# config.yaml as they may break future versions of ddev.
# You can update this config.yaml using 'ddev config'.
...
...
@@ -42,7 +45,7 @@ timezone: Europe/Berlin
# docroot: <relative_path> # Relative path to the directory containing index.php.
# php_version: "7.
3" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4
"
# php_version: "7.
4" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4" "8.0
"
# You can explicitly specify the webimage, dbimage, dbaimage lines but this
# is not recommended, as the images are often closely tied to ddev's' behavior,
...
...
@@ -63,10 +66,10 @@ timezone: Europe/Berlin
# xdebug_enabled: false # Set to true to enable xdebug and "ddev start" or "ddev restart"
# Note that for most people the commands
# "ddev
exec enable_xdebug" and "ddev exec disable_xdebug"
work better,
# "ddev
xdebug" to enable xdebug and "ddev xdebug off" to disable it
work better,
# as leaving xdebug enabled all the time is a big performance hit.
# webserver_type: nginx-fpm #
Can be set to apache-fpm or apache-cgi as well
# webserver_type: nginx-fpm #
or apache-fpm
# timezone: Europe/Berlin
# This is the timezone used in the containers and by PHP;
...
...
@@ -74,6 +77,13 @@ timezone: Europe/Berlin
# see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# For example Europe/Dublin or MST7MDT
# composer_version: "2"
# if composer_version:"" it will use the current ddev default composer release.
# It can also be set to "1", to get most recent composer v1
# or "2" for most recent composer v2.
# It can be set to any existing specific composer version.
# After first project 'ddev start' this will not be updated until it changes
# additional_hostnames:
# - somename
# - someothername
...
...
@@ -96,7 +106,7 @@ timezone: Europe/Berlin
# These values specify the destination directory for ddev ssh and the
# directory in which commands passed into ddev exec are run.
# omit_containers: [
"db", dba", "ddev-ssh-agent"
]
# omit_containers: [
db, dba, ddev-ssh-agent
]
# Currently only these containers are supported. Some containers can also be
# omitted globally in the ~/.ddev/global_config.yaml. Note that if you omit
# the "db" container, several standard features of ddev that access the
...
...
@@ -106,6 +116,9 @@ timezone: Europe/Berlin
# Great performance improvement but requires host configuration first.
# See https://ddev.readthedocs.io/en/stable/users/performance/#using-nfs-to-mount-the-project-into-the-container
# fail_on_hook_fail: False
# Decide whether 'ddev start' should be interrupted by a failing hook
# host_https_port: "59002"
# The host port binding for https can be explicitly specified. It is
# dynamic unless otherwise specified.
...
...
@@ -130,7 +143,7 @@ timezone: Europe/Berlin
# mailhog_https_port: "8026"
# The MailHog ports can be changed from the default 8025 and 8026
# webimage_extra_packages: [php
-yaml, php7.3-ldap
]
# webimage_extra_packages: [php
7.4-tidy, php-bcmath
]
# Extra Debian packages that are needed in the webimage can be added here
# dbimage_extra_packages: [telnet,netcat]
...
...
@@ -157,6 +170,11 @@ timezone: Europe/Berlin
# Drupal's settings.php/settings.ddev.php or TYPO3's AdditionalSettings.php
# In this case the user must provide all such settings.
# You can inject environment variables into the web container with:
# web_environment:
# - SOMEENV=somevalue
# - SOMEOTHERENV=someothervalue
# no_project_mount: false
# (Experimental) If true, ddev will not mount the project into the web container;
# the user is responsible for mounting it manually or via a script.
...
...
composer.lock
View file @
20608b6c
This diff is collapsed.
Click to expand it.
extensions/ter_rest/composer.json
View file @
20608b6c
...
...
@@ -7,6 +7,7 @@
"TER"
,
"Extensions"
],
"version"
:
"0.1.0"
,
"authors"
:
[
{
"name"
:
"t3o team"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment