Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
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
ec-europa
digit-joinup-reference
Commits
47ea6e16
Verified
Commit
47ea6e16
authored
2 months ago
by
Alexandre Dias
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/develop' into EPIC-9338-calendar
parents
7e2841a1
6afabfcb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!209
Release 2.2.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ddev/docker-compose.solr-standalone.yml
+1
-0
1 addition, 0 deletions
.ddev/docker-compose.solr-standalone.yml
.ddev/php/xdebug.ini
+5
-0
5 additions, 0 deletions
.ddev/php/xdebug.ini
with
6 additions
and
0 deletions
.ddev/docker-compose.solr-standalone.yml
+
1
−
0
View file @
47ea6e16
...
...
@@ -11,6 +11,7 @@ services:
environment
:
VIRTUAL_HOST
:
${DDEV_HOSTNAME}
HTTP_EXPOSE
:
'
8983:8983'
HTTPS_EXPOSE
:
'
8983:8983'
SEARCH_API_SERVER_SS_SOLR_CORE
:
digit-joinup
volumes
:
-
solr:/var/solr/data
...
...
This diff is collapsed.
Click to expand it.
.ddev/php/xdebug.ini
0 → 100644
+
5
−
0
View file @
47ea6e16
; Fixes erratic behaviors when xdebug is enabled.
; Do not use xdebug's default "develop" mode causing DB transactions to be
; committed too late.
; @see https://www.drupal.org/project/drupal/issues/3405976 (comment #193 onwards).
xdebug.mode
=
debug
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