Skip to content

[18.0][MIG] graphql_base: Migration to 18.0 #474

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
wants to merge 36 commits into
base: 18.0
Choose a base branch
from

Conversation

ajay-odoogap
Copy link

No description provided.

sbidoul and others added 30 commits November 14, 2024 18:46
Currently translated at 100.0% (1 of 1 strings)

Translation: rest-framework-16.0/rest-framework-16.0-graphql_base
Translate-URL: https://translation.odoo-community.org/projects/rest-framework-16-0/rest-framework-16-0-graphql_base/it/
This conflicts with the build system, as
the project root directory is in sys.path when building and
there is confusion with the stdlib types module.
@lmignon
Copy link
Contributor

lmignon commented Jan 30, 2025

/ocabot migration graphql_base

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Jan 30, 2025
@OCA-git-bot OCA-git-bot mentioned this pull request Jan 30, 2025
18 tasks
ajay-odoogap added a commit to odoogap/rest-framework that referenced this pull request Feb 3, 2025
@sbidoul
Copy link
Member

sbidoul commented Apr 23, 2025

Hi, can you fix the pre-commit issue?

@@ -77,7 +61,7 @@ def _process_request(self, schema, data):
return response
except HttpQueryError as e:
result = json_encode({"errors": [{"message": str(e)}]})
headers = dict(e.headers)
headers = dict()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you change this line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants