-
-
Notifications
You must be signed in to change notification settings - Fork 100
[19.0][MIG] webservice and webservice_server_env: Migration to v19 #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yankinmax
wants to merge
38
commits into
OCA:19.0
Choose a base branch
from
camptocamp:19.0-mig-webservice
base: 19.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
06861d1
[ADD] webservice
etobella 8861839
[MIG] webservice: Migration to 14.0
etobella d22b95b
Added translation using Weblate (French)
Yvesldff b5c7912
[FIX] webservice: server.env.mixin needs to be inherited
LoisRForgeFlow 0fb6214
webservice 14.0.1.0.1
OCA-git-bot 666848e
[MIG] webservice: Migration to 15.0
JasminSForgeFlow 757a975
webservice: move to web-api
simahawk e3f5405
[MIG] webservice: Migration to 16.0
EvaSForgeFlow ac70517
webservice: improve call
simahawk 0a07039
webservice: add api key and public auth support
simahawk f00da07
Added translation using Weblate (Italian)
mymage 55e76bc
[IMP] webservice: multi-company
JordiMForgeFlow 5fbb9bd
Translated using Weblate (Italian)
mymage 18dde52
[IMP] webservice: combine the url with collection's url
gurneyalex 4499336
[IMP] webservice: add support for oauth2
gurneyalex 3565c0b
add support for oauth2 web application flow
gurneyalex 3154d76
Translated using Weblate (Italian)
mymage 264a90c
Translated using Weblate (Italian)
mymage deb8231
[FIX] webservice: WARNING message in logs
gurneyalex 0287f4b
[IMP] webservice: pre-commit auto fixes
SilvioC2C e1cef48
[MIG] webservice: Migration to 17.0
SilvioC2C 09cbf9b
[IMP] webservice: improve tests
SilvioC2C 2da3d72
Update translation files
weblate a9a5fd0
[IMP] webservice: pre-commit stuff
JordiMForgeFlow 10b2c92
[MIG] webservice: Migration to V18
JordiMForgeFlow dbb1819
[IMP] webservice: allow empty content type
JordiMForgeFlow 1ca44f8
[IMP] webservice: do not log warning in tests
JordiMForgeFlow 8f489c9
[IMP] webservice: allow to return response object on http calls
JordiMForgeFlow 63237b4
webservice: log calls
simahawk 8b12e49
[BOT] post-merge updates
OCA-git-bot 97d8fbc
Translated using Weblate (Italian)
mymage 7dcba7c
[REF] webservice: server_environment should not be a required dependency
dreispt 6ffe0fe
[ADD] webservice_server_env: make server_environment an optional depe…
dreispt ac062ec
[IMP] webservice: pre-commit auto fixes
yankinmax fd57812
[MIG] webservice: Migration to v19
AaronHForgeFlow 60249a3
[MIG] webservice_server_env Migration to v19
AaronHForgeFlow 8ab8423
dont merge test-requirements
yankinmax 97e1ea9
[IMP] webservice_server_env: move oauth2 UI test and add web dep
yankinmax File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # generated from manifests external_dependencies | ||
| oauthlib | ||
| requests-oauthlib | ||
| responses |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../../../webservice_server_env | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| import setuptools | ||
|
|
||
| setuptools.setup( | ||
| setup_requires=['setuptools-odoo'], | ||
| odoo_addon=True, | ||
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| odoo-addon-component @ git+https://github.com/OCA/connector.git@refs/pull/525/head#subdirectory=component |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,94 @@ | ||
| .. image:: https://odoo-community.org/readme-banner-image | ||
| :target: https://odoo-community.org/get-involved?utm_source=readme | ||
| :alt: Odoo Community Association | ||
|
|
||
| ========== | ||
| WebService | ||
| ========== | ||
|
|
||
| .. | ||
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
| !! This file is generated by oca-gen-addon-readme !! | ||
| !! changes will be overwritten. !! | ||
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
| !! source digest: sha256:e66e76d5740763f4ec04dbf87d7be6fc79da34fc56c39074db1b274ba0631837 | ||
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
|
||
| .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png | ||
| :target: https://odoo-community.org/page/development-status | ||
| :alt: Production/Stable | ||
| .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png | ||
| :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
| :alt: License: AGPL-3 | ||
| .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb--api-lightgray.png?logo=github | ||
| :target: https://github.com/OCA/web-api/tree/19.0/webservice | ||
| :alt: OCA/web-api | ||
| .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
| :target: https://translation.odoo-community.org/projects/web-api-19-0/web-api-19-0-webservice | ||
| :alt: Translate me on Weblate | ||
| .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
| :target: https://runboat.odoo-community.org/builds?repo=OCA/web-api&target_branch=19.0 | ||
| :alt: Try me on Runboat | ||
|
|
||
| |badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
|
||
| This module creates WebService frameworks to be used globally. | ||
|
|
||
| The module introduces support for HTTP Request protocol. The webservice | ||
| HTTP call returns by default the content of the response. A context | ||
| 'content_only' can be passed to get the full response object. | ||
|
|
||
| **Table of contents** | ||
|
|
||
| .. contents:: | ||
| :local: | ||
|
|
||
| Bug Tracker | ||
| =========== | ||
|
|
||
| Bugs are tracked on `GitHub Issues <https://github.com/OCA/web-api/issues>`_. | ||
| In case of trouble, please check there if your issue has already been reported. | ||
| If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
| `feedback <https://github.com/OCA/web-api/issues/new?body=module:%20webservice%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
|
||
| Do not contact contributors directly about support or help with technical issues. | ||
|
|
||
| Credits | ||
| ======= | ||
|
|
||
| Authors | ||
| ------- | ||
|
|
||
| * Creu Blanca | ||
| * Camptocamp | ||
|
|
||
| Contributors | ||
| ------------ | ||
|
|
||
| - Enric Tobella <etobella@creublanca.es> | ||
| - Alexandre Fayolle <alexandre.fayolle@camptocamp.com> | ||
|
|
||
| Maintainers | ||
| ----------- | ||
|
|
||
| This module is maintained by the OCA. | ||
|
|
||
| .. image:: https://odoo-community.org/logo.png | ||
| :alt: Odoo Community Association | ||
| :target: https://odoo-community.org | ||
|
|
||
| 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. | ||
|
|
||
| .. |maintainer-etobella| image:: https://github.com/etobella.png?size=40px | ||
| :target: https://github.com/etobella | ||
| :alt: etobella | ||
|
|
||
| Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | ||
|
|
||
| |maintainer-etobella| | ||
|
|
||
| This module is part of the `OCA/web-api <https://github.com/OCA/web-api/tree/19.0/webservice>`_ project on GitHub. | ||
|
|
||
| You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| from . import components | ||
| from . import models | ||
| from . import controllers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # Copyright 2020 Creu Blanca | ||
| # Copyright 2022 Camptocamp SA | ||
| # @author Simone Orsi <simahawk@gmail.com> | ||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
|
||
| { | ||
| "name": "WebService", | ||
| "summary": """Defines webservice abstract definition to be used generally""", | ||
| "version": "19.0.1.1.0", | ||
| "license": "AGPL-3", | ||
| "development_status": "Production/Stable", | ||
| "maintainers": ["etobella"], | ||
| "author": "Creu Blanca, Camptocamp, Odoo Community Association (OCA)", | ||
| "website": "https://github.com/OCA/web-api", | ||
| "depends": ["component"], | ||
| "external_dependencies": {"python": ["requests-oauthlib", "oauthlib", "responses"]}, | ||
| "data": [ | ||
| "security/ir.model.access.csv", | ||
| "security/ir_rule.xml", | ||
| "views/webservice_backend.xml", | ||
| ], | ||
| "demo": [], | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| from . import base_adapter | ||
| from . import request_adapter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # Copyright 2020 Creu Blanca | ||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
|
||
| from odoo.addons.component.core import AbstractComponent | ||
|
|
||
|
|
||
| class BaseWebServiceAdapter(AbstractComponent): | ||
| _name = "base.webservice.adapter" | ||
| _collection = "webservice.backend" | ||
| _webservice_protocol = False | ||
| _usage = "webservice.request" | ||
|
|
||
| @classmethod | ||
| def _component_match(cls, work, usage=None, model_name=None, **kw): | ||
| """Override to customize match. | ||
|
|
||
| Registry lookup filtered by usage and model_name when landing here. | ||
| Now, narrow match to `_match_attrs` attributes. | ||
| """ | ||
| return kw.get("webservice_protocol") in (None, cls._webservice_protocol) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing EOL