Skip to content

Commit 7d727a2

Browse files
authored
Merge branch 'main' into commenting-styling
2 parents 857c9cf + e5cb426 commit 7d727a2

17 files changed

Lines changed: 318 additions & 97 deletions

File tree

backend/news/+solr-rev-pin.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin kitconcept.solr to a revision instead of the branch: backend, frontend and the solr image. Includes the Plate RAG chunking fix (kitconcept.solr#112). @reebalazs

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ container = [
6767

6868
[tool.uv.sources]
6969
kitconcept-plate = { path = "container/kitconcept-plate.tar.gz" }
70-
kitconcept-solr = { git = "https://github.com/kitconcept/kitconcept.solr.git", subdirectory = "backend", branch = "feature-ai-rag" }
70+
kitconcept-solr = { git = "https://github.com/kitconcept/kitconcept.solr.git", subdirectory = "backend", rev = "a8953cefb2d250bb83213bef0099ffceda87dc78" }
7171

7272
[tool.hatch.metadata]
7373
allow-direct-references = true

backend/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

devops/stacks/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services:
9797
- ${STACK_NAME}-tika
9898

9999
solr:
100-
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
100+
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-sha-826383b}
101101
command:
102102
- solr-precreate
103103
- plone

devops/stacks/persistent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ services:
132132
- ${STACK_NAME}-tika
133133

134134
solr:
135-
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
135+
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-sha-826383b}
136136
command:
137137
- solr-precreate
138138
- plone

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ x-tika: &tika
5252
- 9998:9998
5353

5454
x-solr: &solr
55-
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
55+
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-sha-826383b}
5656
platform: linux/amd64
5757
ports:
5858
- 8983:8983

frontend/mrs.developer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"url": "git@github.com:kitconcept/kitconcept.solr.git",
136136
"https": "https://github.com/kitconcept/kitconcept.solr.git",
137137
"path": "frontend/packages/volto-solr",
138-
"branch": "feature-ai-rag"
138+
"tag": "a8953cefb2d250bb83213bef0099ffceda87dc78"
139139
},
140140
"volto-contact-block": {
141141
"develop": true,

frontend/packages/kitconcept-intranet/locales/de/LC_MESSAGES/volto.po

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ msgstr "Rückmeldung"
226226

227227
#. Default: "Feedback about this page"
228228
#: components/Footer/slots/FollowUsLogoAndLinks
229+
#: slots/AboutThisContent/AboutThisContent
229230
msgid "Feedback about this page"
230231
msgstr "Feedback zu dieser Seite"
231232

@@ -259,6 +260,11 @@ msgstr "Ordner"
259260
msgid "Generating answer…"
260261
msgstr "Antwort wird erstellt …"
261262

263+
#. Default: "Give feedback on this page"
264+
#: slots/AboutThisContent/AboutThisContent
265+
msgid "Give feedback on this page"
266+
msgstr "Feedback zu dieser Seite geben"
267+
262268
#. Default: "Home"
263269
#: components/Header/HeaderBreadcrumbs
264270
msgid "Home"
@@ -289,11 +295,6 @@ msgstr "Intranet Portal"
289295
msgid "Invalid url"
290296
msgstr "Ungültige URL"
291297

292-
#. Default: "Is something unclear or outdated? Let us know so we can improve the page."
293-
#: slots/AboutThisContent/AboutThisContent
294-
msgid "Is something unclear or outdated? Let us know so we can improve the page."
295-
msgstr "Etwas unklar oder veraltet? Lass es uns wissen, um die Seite zu verbessern."
296-
297298
#. Default: "Item batch size"
298299
#: components/widgets/QuerystringWidget
299300
msgid "Item batch size"
@@ -448,6 +449,7 @@ msgstr "Überprüfung verschieben"
448449

449450
#. Default: "Private"
450451
#: components/Header/HeaderSearch
452+
#: slots/AboutThisContent/AboutThisContent
451453
msgid "Private"
452454
msgstr "Privat"
453455

@@ -702,6 +704,11 @@ msgstr "Die Überprüfung wurde erfolgreich delegiert."
702704
msgid "delegateTitle"
703705
msgstr "Prüfung oder Anpassung delegieren"
704706

707+
#. Default: "goes to"
708+
#: slots/AboutThisContent/AboutThisContent
709+
msgid "goes to"
710+
msgstr "geht an"
711+
705712
#. Default: "The check interval is set to {interval}. To change it, you must edit the content."
706713
#: components/ContentReviewSidebar/PostponeReview
707714
msgid "help"

frontend/packages/kitconcept-intranet/locales/en/LC_MESSAGES/volto.po

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ msgstr ""
226226

227227
#. Default: "Feedback about this page"
228228
#: components/Footer/slots/FollowUsLogoAndLinks
229+
#: slots/AboutThisContent/AboutThisContent
229230
msgid "Feedback about this page"
230231
msgstr ""
231232

@@ -259,6 +260,11 @@ msgstr ""
259260
msgid "Generating answer…"
260261
msgstr ""
261262

263+
#. Default: "Give feedback on this page"
264+
#: slots/AboutThisContent/AboutThisContent
265+
msgid "Give feedback on this page"
266+
msgstr ""
267+
262268
#. Default: "Home"
263269
#: components/Header/HeaderBreadcrumbs
264270
msgid "Home"
@@ -289,11 +295,6 @@ msgstr ""
289295
msgid "Invalid url"
290296
msgstr ""
291297

292-
#. Default: "Is something unclear or outdated? Let us know so we can improve the page."
293-
#: slots/AboutThisContent/AboutThisContent
294-
msgid "Is something unclear or outdated? Let us know so we can improve the page."
295-
msgstr ""
296-
297298
#. Default: "Item batch size"
298299
#: components/widgets/QuerystringWidget
299300
msgid "Item batch size"
@@ -448,6 +449,7 @@ msgstr ""
448449

449450
#. Default: "Private"
450451
#: components/Header/HeaderSearch
452+
#: slots/AboutThisContent/AboutThisContent
451453
msgid "Private"
452454
msgstr ""
453455

@@ -702,6 +704,11 @@ msgstr ""
702704
msgid "delegateTitle"
703705
msgstr ""
704706

707+
#. Default: "goes to"
708+
#: slots/AboutThisContent/AboutThisContent
709+
msgid "goes to"
710+
msgstr ""
711+
705712
#. Default: "The check interval is set to {interval}. To change it, you must edit the content."
706713
#: components/ContentReviewSidebar/PostponeReview
707714
msgid "help"

frontend/packages/kitconcept-intranet/locales/es/LC_MESSAGES/volto.po

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ msgstr ""
233233

234234
#. Default: "Feedback about this page"
235235
#: components/Footer/slots/FollowUsLogoAndLinks
236+
#: slots/AboutThisContent/AboutThisContent
236237
msgid "Feedback about this page"
237238
msgstr ""
238239

@@ -266,6 +267,11 @@ msgstr ""
266267
msgid "Generating answer…"
267268
msgstr ""
268269

270+
#. Default: "Give feedback on this page"
271+
#: slots/AboutThisContent/AboutThisContent
272+
msgid "Give feedback on this page"
273+
msgstr ""
274+
269275
#. Default: "Home"
270276
#: components/Header/HeaderBreadcrumbs
271277
msgid "Home"
@@ -296,11 +302,6 @@ msgstr ""
296302
msgid "Invalid url"
297303
msgstr ""
298304

299-
#. Default: "Is something unclear or outdated? Let us know so we can improve the page."
300-
#: slots/AboutThisContent/AboutThisContent
301-
msgid "Is something unclear or outdated? Let us know so we can improve the page."
302-
msgstr ""
303-
304305
#. Default: "Item batch size"
305306
#: components/widgets/QuerystringWidget
306307
msgid "Item batch size"
@@ -455,6 +456,7 @@ msgstr ""
455456

456457
#. Default: "Private"
457458
#: components/Header/HeaderSearch
459+
#: slots/AboutThisContent/AboutThisContent
458460
msgid "Private"
459461
msgstr ""
460462

@@ -709,6 +711,11 @@ msgstr ""
709711
msgid "delegateTitle"
710712
msgstr ""
711713

714+
#. Default: "goes to"
715+
#: slots/AboutThisContent/AboutThisContent
716+
msgid "goes to"
717+
msgstr ""
718+
712719
#. Default: "The check interval is set to {interval}. To change it, you must edit the content."
713720
#: components/ContentReviewSidebar/PostponeReview
714721
msgid "help"

0 commit comments

Comments
 (0)