Skip to content

Commit f1259dd

Browse files
committed
Merge PR #223 into 18.0
Signed-off-by sebastienbeau
2 parents aa5d430 + bd99e40 commit f1259dd

24 files changed

Lines changed: 256 additions & 201 deletions

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ exclude: |
44
^connector_algolia/|
55
^connector_elasticsearch/|
66
^connector_search_engine_serializer_ir_export/|
7-
^connector_typesense/|
87
^search_engine_image_thumbnail/|
98
^search_engine_serializer_pydantic/|
109
# END NOT INSTALLABLE ADDONS

connector_typesense/README.rst

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
.. image:: https://odoo-community.org/readme-banner-image
2-
:target: https://odoo-community.org/get-involved?utm_source=readme
3-
:alt: Odoo Community Association
4-
51
===================
62
connector_typesense
73
===================
@@ -17,25 +13,23 @@ connector_typesense
1713
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1814
:target: https://odoo-community.org/page/development-status
1915
:alt: Beta
20-
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
2117
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
2218
:alt: License: AGPL-3
2319
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsearch--engine-lightgray.png?logo=github
24-
:target: https://github.com/OCA/search-engine/tree/16.0/connector_typesense
20+
:target: https://github.com/OCA/search-engine/tree/18.0/connector_typesense
2521
:alt: OCA/search-engine
2622
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27-
:target: https://translation.odoo-community.org/projects/search-engine-16-0/search-engine-16-0-connector_typesense
23+
:target: https://translation.odoo-community.org/projects/search-engine-18-0/search-engine-18-0-connector_typesense
2824
:alt: Translate me on Weblate
2925
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30-
:target: https://runboat.odoo-community.org/builds?repo=OCA/search-engine&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/search-engine&target_branch=18.0
3127
:alt: Try me on Runboat
3228

3329
|badge1| |badge2| |badge3| |badge4| |badge5|
3430

35-
This addon provides the bases to implement addons to export information to
36-
Typesense_ indexes.
37-
38-
.. _Typesense: https://typesense.org
31+
This addon provides the bases to implement addons to export information
32+
to `Typesense <https://typesense.org>`__ indexes.
3933

4034
**Table of contents**
4135

@@ -45,51 +39,54 @@ Typesense_ indexes.
4539
Installation
4640
============
4741

48-
This package requires a typesense search engine running.
49-
Please read this for a [quick docker based setup](https://typesense.org/docs/guide/install-typesense.html#option-2-local-machine-self-hosting).
42+
This package requires a typesense search engine running. Please read
43+
this for a [quick docker based
44+
setup](https://typesense.org/docs/guide/install-typesense.html#option-2-local-machine-self-hosting).
5045

5146
Configuration
5247
=============
5348

54-
You have to configure (Host, Port, Protocol, Typesense API Key) in a new backend form view:
49+
You have to configure (Host, Port, Protocol, Typesense API Key) in a new
50+
backend form view:
5551

5652
Search Engine > Configuration > Backends
5753

5854
Usage
5955
=====
6056

61-
We recommend to use the typesense-dashboard for managing your typesense server.
62-
I will allow you to configure the mapping of index with a nice UI.
63-
Please take a look here: https://github.com/bfritscher/typesense-dashboard/releases
57+
We recommend to use the typesense-dashboard for managing your typesense
58+
server. I will allow you to configure the mapping of index with a nice
59+
UI. Please take a look here:
60+
https://github.com/bfritscher/typesense-dashboard/releases
6461

6562
Bug Tracker
6663
===========
6764

6865
Bugs are tracked on `GitHub Issues <https://github.com/OCA/search-engine/issues>`_.
6966
In case of trouble, please check there if your issue has already been reported.
7067
If you spotted it first, help us to smash it by providing a detailed and welcomed
71-
`feedback <https://github.com/OCA/search-engine/issues/new?body=module:%20connector_typesense%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
68+
`feedback <https://github.com/OCA/search-engine/issues/new?body=module:%20connector_typesense%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
7269

7370
Do not contact contributors directly about support or help with technical issues.
7471

7572
Credits
7673
=======
7774

7875
Authors
79-
~~~~~~~
76+
-------
8077

8178
* Derico
8279
* Kencove
8380

8481
Contributors
85-
~~~~~~~~~~~~
82+
------------
8683

87-
* Maik Derstappen <md@derico.de>
88-
* Mohamed Alkobrosli <malkobrosly@kencove.com>
89-
* Sebastien BEAU <sebastien.beau@akretion.com>
84+
- Maik Derstappen <md@derico.de>
85+
- Mohamed Alkobrosli <malkobrosly@kencove.com>
86+
- Sebastien BEAU <sebastien.beau@akretion.com>
9087

9188
Maintainers
92-
~~~~~~~~~~~
89+
-----------
9390

9491
This module is maintained by the OCA.
9592

@@ -101,6 +98,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
10198
mission is to support the collaborative development of Odoo features and
10299
promote its widespread use.
103100

104-
This module is part of the `OCA/search-engine <https://github.com/OCA/search-engine/tree/16.0/connector_typesense>`_ project on GitHub.
101+
This module is part of the `OCA/search-engine <https://github.com/OCA/search-engine/tree/18.0/connector_typesense>`_ project on GitHub.
105102

106103
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

connector_typesense/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "connector_typesense",
66
"category": "Connector",
77
"summary": "Connector For Typesense Search Engine",
8-
"version": "16.0.1.0.0",
8+
"version": "18.0.1.0.0",
99
"license": "AGPL-3",
1010
"author": "Derico, Kencove, Odoo Community Association (OCA)",
1111
"website": "https://github.com/OCA/search-engine",
@@ -18,5 +18,5 @@
1818
"demo/backend_demo.xml",
1919
],
2020
"external_dependencies": {"python": ["typesense>=1.1.0", "requests"]},
21-
"installable": False,
21+
"installable": True,
2222
}

connector_typesense/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
You have to configure (Host, Port, Protocol, Typesense API Key) in a new
2+
backend form view:
3+
4+
Search Engine \> Configuration \> Backends

connector_typesense/readme/CONFIGURE.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Maik Derstappen \<md@derico.de\>
2+
- Mohamed Alkobrosli \<malkobrosly@kencove.com\>
3+
- Sebastien BEAU \<sebastien.beau@akretion.com\>

connector_typesense/readme/CONTRIBUTORS.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This addon provides the bases to implement addons to export information
2+
to [Typesense](https://typesense.org) indexes.

connector_typesense/readme/DESCRIPTION.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)