Skip to content

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?

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?

Copy link
Author

Choose a reason for hiding this comment

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

@imlopes i have revert the changes
also i have update the graphiql lib to latest version

@ajay-odoogap ajay-odoogap force-pushed the 18.0-mig-graphql_base branch from 55bc0bc to daaede4 Compare May 28, 2025 12:09
<script src="//unpkg.com/react@18/umd/react.production.min.js" />
<script
src="//cdn.jsdelivr.net/npm/react-dom@16.2.0/umd/react-dom.production.min.js"
src="//unpkg.com/react-dom@18/umd/react-dom.production.min.js"
Copy link
Member

Choose a reason for hiding this comment

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

Why changing the cdn, and why not using the same CDN for all parts?

In any case I'd prefer to do this in a separate PR as this is not related to the Odoo migration, and could be backported independently.

Copy link
Author

Choose a reason for hiding this comment

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

@sbidoul I agree with you , i have remove the commit and will create new PR for this

Copy link
Member

Choose a reason for hiding this comment

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

any update on this migration? When can it be merged into 18.0 branch?

@ajay-odoogap ajay-odoogap force-pushed the 18.0-mig-graphql_base branch from daaede4 to d82b0c4 Compare May 28, 2025 13:24
@ajay-odoogap
Copy link
Author

HI @lmignon @sbidoul I’d greatly appreciate it if you could take a moment to review the PR or provide any feedback

return response
except HttpQueryError as e:
result = json_encode({"errors": [{"message": str(e)}]})
headers = dict(e.headers)
Copy link
Member

Choose a reason for hiding this comment

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

This line is still different from version 17. Any reason to change it?

@qgroulard
Copy link
Contributor

Looks like we are close to landing this.
Could you please clean the commit history in order to ease the last reviews ?

The goal is that you add only two commits on top of the current history:

  1. The pre-commit auto fixes
  2. The actual migration

See the guidelines here: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0#technical-method-to-migrate-a-module-from-170-to-180-branch

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.

9 participants