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

feat: added constants for Error Types #724

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2023

  1. feat: added constants for Error Types

    - added logic in Swagger2.php to parse errors from APISpecs -> definitions->x-appwrite.
    - added Error enums in twig templates.
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    812a6e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. feat: added tests for Python ErrorEnums

    - added new test folder in python.
    - added test for Python ErrorEnums
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Oct 21, 2023
    1 Configuration menu
    Copy the full SHA
    061fea8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. feat: add tests for Ruby ErrorEnums

    - add new gem test-unit
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2c37098 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. feat: add tests EnumTests

    - new tests for Node, Deno, web, swift, ruby, python, php, kotlin, dotnet, android
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a07a4b6 View commit details
    Browse the repository at this point in the history
  2. feat: add tests for ErrorEnums

    - new tests for Dart and Flutter
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    85fa20d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. update: update snake_case to camelCase

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3f3afb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. update: update test generator's data source.

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    33fe9cf View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    ecb6742 View commit details
    Browse the repository at this point in the history
  2. feat: add test_exception.py.twig

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    4f55b35 View commit details
    Browse the repository at this point in the history
  3. fix: fix AppwriteException Import

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    273bb15 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. fix: tests and ErrorEnums generated only if spec has Error info

    - all the block of codes are wrapped within the if block.
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c57715a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    677f4cf View commit details
    Browse the repository at this point in the history
  3. feat: update tests/spec.json

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    db22b05 View commit details
    Browse the repository at this point in the history
  4. fix: update tests/spec.json and Node Import

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c429aa0 View commit details
    Browse the repository at this point in the history
  5. fix: remove Model if name has Exception in it.

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    caf5d27 View commit details
    Browse the repository at this point in the history
  6. fix: remove space from Android class name.

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    dd855af View commit details
    Browse the repository at this point in the history
  7. fix: remove space from Android class name.

    - add Exception generator to swift
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d22707a View commit details
    Browse the repository at this point in the history
  8. fix: fix camelCase to caseCamel in swift

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c6b70d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. fix: fix ruby imports

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3350831 View commit details
    Browse the repository at this point in the history
  2. fix: fix ruby imports to exclude AppwriteException

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c19f7ea View commit details
    Browse the repository at this point in the history
  3. fix: change pascal case to camel case

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cac17d0 View commit details
    Browse the repository at this point in the history
  4. fix: fix lint errors

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2a9b36f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd5111b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. refactor: refactor flutter files

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4271b7c View commit details
    Browse the repository at this point in the history