Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions backend/news/vlt7.8.5.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update to latest VLT 7.8.5.
https://github.com/kitconcept/volto-light-theme/releases/tag/7.8.5 @sneridagh
1 change: 1 addition & 0 deletions backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def docker_compose_file(pytestconfig):
@pytest.fixture(scope="class")
def solr_service(docker_ip, docker_services):
"""Ensure that Solr service is up and responsive."""
# This will fail if the service is not up within the timeout
port = docker_services.port_for("solr-acceptance", 8983)
url = f"http://{docker_ip}:{port}/solr/plone/admin/ping?wt=xml"
docker_services.wait_until_responsive(
Expand Down
6 changes: 3 additions & 3 deletions backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ x-backend-acceptance: &backend-acceptance
pull_policy: build

x-solr: &solr
image: ghcr.io/kitconcept/solr:latest
image: ghcr.io/kitconcept/solr:sha-db2c24c
Comment thread
davisagli marked this conversation as resolved.
platform: linux/amd64
ports:
- 8983:8983
Expand Down
2 changes: 1 addition & 1 deletion frontend/mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"package": "@kitconcept/volto-light-theme",
"url": "git@github.com:kitconcept/volto-light-theme.git",
"https": "https://github.com/kitconcept/volto-light-theme.git",
"tag": "7.8.4",
"tag": "7.8.5",
"filterBlobs": true
},
"kitconcept-core": {
Expand Down
2 changes: 2 additions & 0 deletions frontend/packages/kitconcept-intranet/news/vlt7.8.5.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update to latest VLT 7.8.5.
https://github.com/kitconcept/volto-light-theme/releases/tag/7.8.5 @sneridagh
34 changes: 0 additions & 34 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading