diff --git a/README.md b/README.md index 1e9e769a..50d11321 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[endpoint](endpoint/) | 14.0.2.2.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide custom endpoint machinery. -[endpoint_auth_api_key](endpoint_auth_api_key/) | 14.0.1.1.2 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide API key auth for endpoints. -[endpoint_cache](endpoint_cache/) | 14.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide basic caching utils for endpoints -[endpoint_jsonifier](endpoint_jsonifier/) | 14.0.1.0.0 | [![SilvioC2C](https://github.com/SilvioC2C.png?size=30px)](https://github.com/SilvioC2C) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow to configure jsonifier parsers on endpoints +[endpoint](endpoint/) | 14.0.2.3.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide custom endpoint machinery. +[endpoint_auth_api_key](endpoint_auth_api_key/) | 14.0.1.2.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide API key auth for endpoints. +[endpoint_cache](endpoint_cache/) | 14.0.1.1.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide basic caching utils for endpoints +[endpoint_jsonifier](endpoint_jsonifier/) | 14.0.1.1.0 | [![SilvioC2C](https://github.com/SilvioC2C.png?size=30px)](https://github.com/SilvioC2C) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow to configure jsonifier parsers on endpoints [endpoint_route_handler](endpoint_route_handler/) | 14.0.2.1.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide mixin and tool to generate custom endpoints on the fly. [webservice](webservice/) | 14.0.1.5.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide unified way to handle external webservices configuration and calls. diff --git a/endpoint/README.rst b/endpoint/README.rst index c0be7dc2..6f506b24 100644 --- a/endpoint/README.rst +++ b/endpoint/README.rst @@ -7,7 +7,7 @@ Endpoint !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ae8fa90080035429452b45c5f76d70a40a94e2f57d59163dcd69b661b44c0068 + !! source digest: sha256:2da9c7b7ea950dc9d9b00ebf3d2464b02005513cfb12202d9bc8b4b329f2af70 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/endpoint/__manifest__.py b/endpoint/__manifest__.py index def29920..d04d2a8a 100644 --- a/endpoint/__manifest__.py +++ b/endpoint/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Endpoint", "summary": """Provide custom endpoint machinery.""", - "version": "14.0.2.2.0", + "version": "14.0.2.3.0", "license": "LGPL-3", "development_status": "Beta", "author": "Camptocamp,Odoo Community Association (OCA)", diff --git a/endpoint/static/description/index.html b/endpoint/static/description/index.html index 063184b4..e1c2306f 100644 --- a/endpoint/static/description/index.html +++ b/endpoint/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Endpoint

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ae8fa90080035429452b45c5f76d70a40a94e2f57d59163dcd69b661b44c0068 +!! source digest: sha256:2da9c7b7ea950dc9d9b00ebf3d2464b02005513cfb12202d9bc8b4b329f2af70 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/web-api Translate me on Weblate Try me on Runboat

Provide an endpoint framework allowing users to define their own custom endpoint.

@@ -424,7 +425,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/endpoint_auth_api_key/README.rst b/endpoint_auth_api_key/README.rst index 9a8d8fd5..9a7b3101 100644 --- a/endpoint_auth_api_key/README.rst +++ b/endpoint_auth_api_key/README.rst @@ -7,7 +7,7 @@ Endpoint Auth API key !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cebd768ae0403f36c7094a6a45fccb8f20ef74cb9f85750af6bc4c95e75bf2cb + !! source digest: sha256:0fc344dcb9121baa17adef6e64491f58c04aec22e4cf54a834fb1b89fffe77f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/endpoint_auth_api_key/__manifest__.py b/endpoint_auth_api_key/__manifest__.py index 56808c30..e4459a61 100644 --- a/endpoint_auth_api_key/__manifest__.py +++ b/endpoint_auth_api_key/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Endpoint Auth API key", "summary": """Provide API key auth for endpoints.""", - "version": "14.0.1.1.2", + "version": "14.0.1.2.0", "license": "LGPL-3", "development_status": "Alpha", "author": "Camptocamp, Odoo Community Association (OCA)", diff --git a/endpoint_auth_api_key/static/description/index.html b/endpoint_auth_api_key/static/description/index.html index b295cca9..cd02c3a3 100644 --- a/endpoint_auth_api_key/static/description/index.html +++ b/endpoint_auth_api_key/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Endpoint Auth API key

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:cebd768ae0403f36c7094a6a45fccb8f20ef74cb9f85750af6bc4c95e75bf2cb +!! source digest: sha256:0fc344dcb9121baa17adef6e64491f58c04aec22e4cf54a834fb1b89fffe77f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: LGPL-3 OCA/web-api Translate me on Weblate Try me on Runboat

Provide API key auth for endpoints.

@@ -414,7 +414,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/endpoint_cache/README.rst b/endpoint_cache/README.rst index b1d9acd1..f3612996 100644 --- a/endpoint_cache/README.rst +++ b/endpoint_cache/README.rst @@ -7,7 +7,7 @@ Endpoint cache !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e0e0315de34eb69c4cd523a4ca131352f2b11a94af0f83b534ee414d29cf70d6 + !! source digest: sha256:deca6d8e126cbc030f7696c7e542d8ee993f7427b37d9182b753b183ce09b726 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/endpoint_cache/__manifest__.py b/endpoint_cache/__manifest__.py index 46e332dd..49276dcb 100644 --- a/endpoint_cache/__manifest__.py +++ b/endpoint_cache/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Endpoint cache", "summary": """Provide basic caching utils for endpoints""", - "version": "14.0.1.0.0", + "version": "14.0.1.1.0", "license": "LGPL-3", "development_status": "Alpha", "author": "Camptocamp, Odoo Community Association (OCA)", diff --git a/endpoint_cache/static/description/index.html b/endpoint_cache/static/description/index.html index a540ab06..585b8486 100644 --- a/endpoint_cache/static/description/index.html +++ b/endpoint_cache/static/description/index.html @@ -367,7 +367,7 @@

Endpoint cache

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e0e0315de34eb69c4cd523a4ca131352f2b11a94af0f83b534ee414d29cf70d6 +!! source digest: sha256:deca6d8e126cbc030f7696c7e542d8ee993f7427b37d9182b753b183ce09b726 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: LGPL-3 OCA/web-api Translate me on Weblate Try me on Runboat

Technical module provide basic caching configuration and utils for endpoints.

diff --git a/endpoint_jsonifier/README.rst b/endpoint_jsonifier/README.rst index 9057612e..f489e44f 100644 --- a/endpoint_jsonifier/README.rst +++ b/endpoint_jsonifier/README.rst @@ -7,7 +7,7 @@ Endpoint JSONifier !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7171aca4f39bc3bb1c317f28b832b764f9841d19400ca088a596567bee7c7785 + !! source digest: sha256:c489f1c433a471e326d71194064e6f8b3ebd1f3769e3f8cdaa8697e953a775a4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/endpoint_jsonifier/__manifest__.py b/endpoint_jsonifier/__manifest__.py index 74501bab..26daa212 100644 --- a/endpoint_jsonifier/__manifest__.py +++ b/endpoint_jsonifier/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Endpoint JSONifier", "summary": "Allow to configure jsonifier parsers on endpoints", - "version": "14.0.1.0.0", + "version": "14.0.1.1.0", "category": "Uncategorized", "website": "https://github.com/OCA/web-api", "author": "Camptocamp, Odoo Community Association (OCA)", diff --git a/endpoint_jsonifier/static/description/index.html b/endpoint_jsonifier/static/description/index.html index 82fcd66e..ae218cad 100644 --- a/endpoint_jsonifier/static/description/index.html +++ b/endpoint_jsonifier/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Endpoint JSONifier

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7171aca4f39bc3bb1c317f28b832b764f9841d19400ca088a596567bee7c7785 +!! source digest: sha256:c489f1c433a471e326d71194064e6f8b3ebd1f3769e3f8cdaa8697e953a775a4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/web-api Translate me on Weblate Try me on Runboat

This addon allows configuring an exporter for endpoints to be used in code snippets.

@@ -425,7 +425,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.