Conversation
Owner
koxudaxi
commented
Jul 19, 2019
- change template library to jinja2
- change alias to custom_root_type in pydantic
koxudaxi
added a commit
that referenced
this pull request
Nov 30, 2025
* Feature/dataclass arguments (#1) Added dataclass_arguments and tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix ci (#2) Co-authored-by: Khaled Radmal <khaled> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix ci (#3) Co-authored-by: Khaled Radmal <khaled> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated readme (#4) Co-authored-by: Khaled Radmal <khaled> * Fix/ci failed (#5) * fix ci * added # noqa: UP045 --------- Co-authored-by: Khaled Radmal <khaled> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * default encoding: utf-8 * Update docs/index.md Co-authored-by: Antonio Spadaro <ilovelinux@users.noreply.github.com> * Tests for jsonschema * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Import Types from jsonschema parser in test_param.py * Refactor data type assignment in test_param.py to use built-in str type * Refactor dataclass argument handling in _create_data_model and add generated dataclass definitions for Star Wars entities * Refactor dataclass argument handling in _create_data_model for improved readability * Add tests for Pydantic model handling in GraphQL and JSON Schema code generation * Add test for GraphQL code generation with frozen and keyword-only dataclass * Refactor dataclass argument handling to simplify merging of existing arguments * Remove .venv/ from .gitignore to allow virtual environment tracking * Enhance dataclass_arguments handling in data model creation for improved flexibility and compatibility * feat: update dataclass_arguments type to DataclassArguments for improved type safety * refactor: simplify frozen_dataclasses tests with parameterization * feat: update JSON parsing to use DataclassArguments for improved validation * fix: cast result to DataclassArguments for type safety in argument parsing * test: add parameterized tests for _create_data_model in GraphQLParser --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Khaled Radmal <khaled> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> Co-authored-by: Antonio Spadaro <ilovelinux@users.noreply.github.com> Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.