Skip to content

Commit

Permalink
Merge pull request #20 from kitconcept/revert-15-ree-add-solr-support
Browse files Browse the repository at this point in the history
Revert "Add SOLR support"
  • Loading branch information
tisto authored Apr 13, 2024
2 parents 7c2b45f + b6f4e03 commit 60e8463
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 672 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ graft src/kitconcept
graft docs
graft news
graft tests
graft solr
include .coveragerc
include .dockerignore
include .editorconfig
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@ solr-start: ## Start solr
@echo "Start solr"
@COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME} docker compose -f ${SOLR_ONLY_COMPOSE} up -d

.PHONY: solr-start-and-rebuild
solr-start-and-rebuild: ## Start solr, force rebuild
@echo "Start solr, force rebuild, erases data"
@COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME} docker compose -f ${SOLR_ONLY_COMPOSE} up -d --build

.PHONY: solr-start-fg
solr-start-fg: ## Start solr in foreground
@echo "Start solr in foreground"
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
"plone.distribution",
# "plone.api",
"kitconcept.solr",
"python-dateutil",
"collective.person",
],
extras_require={
"test": [
Expand Down
11 changes: 0 additions & 11 deletions solr/Dockerfile

This file was deleted.

Empty file.
33 changes: 0 additions & 33 deletions src/kitconcept/intranet/behaviors/additional_contact_info.py

This file was deleted.

22 changes: 0 additions & 22 deletions src/kitconcept/intranet/behaviors/configure.zcml

This file was deleted.

9 changes: 0 additions & 9 deletions src/kitconcept/intranet/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,8 @@
package="Products.CMFCore"
file="permissions.zcml"
/>
<include
package="plone.behavior"
file="meta.zcml"
/>

<include file="dependencies.zcml" />
<include file="distributions.zcml" />

<include file="permissions.zcml" />
<include file="profiles.zcml" />

<include package=".behaviors" />

</configure>
1 change: 0 additions & 1 deletion src/kitconcept/intranet/dependencies.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
<include package="plone.restapi" />
<include package="plone.distribution" />
<include package="kitconcept.solr" />
<include package="collective.person" />

</configure>
2 changes: 1 addition & 1 deletion src/kitconcept/intranet/distributions.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://namespaces.zope.org/zope"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:plone="http://namespaces.plone.org/plone"
i18n_domain="kitconcept.intranet"
i18n_domain="plone"
>

<plone:distribution
Expand Down
12 changes: 0 additions & 12 deletions src/kitconcept/intranet/permissions.zcml

This file was deleted.

34 changes: 0 additions & 34 deletions src/kitconcept/intranet/profiles.zcml

This file was deleted.

45 changes: 0 additions & 45 deletions src/kitconcept/intranet/profiles/default/actions.xml

This file was deleted.

6 changes: 0 additions & 6 deletions src/kitconcept/intranet/profiles/default/browserlayer.xml

This file was deleted.

20 changes: 0 additions & 20 deletions src/kitconcept/intranet/profiles/default/catalog.xml

This file was deleted.

9 changes: 0 additions & 9 deletions src/kitconcept/intranet/profiles/default/metadata.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions src/kitconcept/intranet/profiles/default/theme.xml

This file was deleted.

10 changes: 0 additions & 10 deletions src/kitconcept/intranet/profiles/default/types.xml

This file was deleted.

12 changes: 0 additions & 12 deletions src/kitconcept/intranet/profiles/default/types/Person.xml

This file was deleted.

Loading

0 comments on commit 60e8463

Please sign in to comment.