Skip to content
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

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

Open
wants to merge 34 commits into
base: 18.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0df45fb
[ADD] graphql_base and graphql_demo
sbidoul Nov 19, 2018
b99a1b0
graphql: more documentation
sbidoul Dec 3, 2018
d4d46ad
graphql: add development_status and maintainers
sbidoul Dec 3, 2018
16fda01
graphql: improve and test error handling
sbidoul Dec 3, 2018
8c3fce2
graphql: fix typos in documentation
sbidoul Dec 3, 2018
ae882d3
[UPD] README.rst
OCA-git-bot Jan 14, 2019
38ef684
[FIX] graphql: controller must rollback in case of error
sbidoul Feb 6, 2019
5c61249
[FIX] graphql: readme lint
sbidoul Feb 6, 2019
2085e7b
[UPD] README.rst
OCA-git-bot Mar 22, 2019
d338f26
[UPD] README.rst
OCA-git-bot Jul 29, 2019
eb370ff
black, isort pre-commit
lmignon Oct 17, 2019
6175f19
[MIG] 13.0 branch creation
lmignon Oct 17, 2019
db35360
[MIG] graphql_base, graphql_demo from 12 to 13
sbidoul Oct 12, 2019
52ef411
[UPD] README.rst
OCA-git-bot Oct 18, 2019
d386c63
[UPD] README.rst
OCA-git-bot Mar 29, 2020
5ba5577
Initialize 14.0 branch
lmignon Dec 24, 2020
6cc1d06
[MIG] Migration to version 14.0: graphql_base
qgroulard Dec 10, 2021
8f959ef
[UPD] Update graphql_base.pot
oca-travis Dec 24, 2021
803ec42
[UPD] README.rst
OCA-git-bot Dec 24, 2021
b281e60
Forward port from 14.0
lmignon Jun 14, 2022
8c84eb3
[MIG] [16.0] base_graphql
Jan 3, 2023
28180f2
[UPD] Update graphql_base.pot
Jan 16, 2023
7716184
[UPD] README.rst
OCA-git-bot Jan 16, 2023
1b7b4a8
graphql_base 16.0.1.0.1
OCA-git-bot Jan 16, 2023
6aedbc8
[UPD] README.rst
OCA-git-bot Sep 3, 2023
44c73f0
[MIG] mark all modules installable=False
sbidoul Nov 12, 2023
5f46cd0
Added translation using Weblate (Italian)
mymage Jan 10, 2024
7193bdf
Translated using Weblate (Italian)
mymage Jan 15, 2024
7b1c6b3
[MIG] graphql_base: Migration to 17.0
dduarte-odoogap Aug 19, 2024
fb24d97
[FIX] graphql_base: rename types.py
sbidoul Oct 3, 2024
5962125
[UPD] Update graphql_base.pot
Oct 3, 2024
ecc1c99
[BOT] post-merge updates
OCA-git-bot Oct 3, 2024
088fb2f
[IMP] graphql_base: pre-commit auto fixes
ajay-odoogap Nov 14, 2024
3573975
[MIG] graphql_base: Migration to 18.0
ajay-odoogap Nov 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[FIX] graphql_base: rename types.py
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.
sbidoul authored and Ajay Javiya committed Nov 14, 2024
commit fb24d974a6e6dc74d53f72e26f0806d7541ba476
2 changes: 1 addition & 1 deletion graphql_base/__init__.py
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from .controllers import GraphQLControllerMixin
from .types import OdooObjectType
from .graphene_types import OdooObjectType, odoo_attr_resolver
File renamed without changes.