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

Add decorators for functions #221

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Mar 29, 2024

  1. Adding decoratory factory to validate_schema to make it work both as …

    …a function and as a decorator
    kunaljubce committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e642b86 View commit details
    Browse the repository at this point in the history
  2. Fix to execute the validation when func is called and replaced the ol…

    …d func definition of validate_schema()
    kunaljubce committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3188b54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a353a69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85cc47a View commit details
    Browse the repository at this point in the history
  5. README fix

    kunaljubce committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e38ba8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e58ccdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe843b5 View commit details
    Browse the repository at this point in the history
  8. Added a uncommitted directory for developers to store their scripts o…

    …r code snippets relevant to quinn without making them visible to git
    kunaljubce committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a964e16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c856f79 View commit details
    Browse the repository at this point in the history
  10. Moved uncommitted folder

    kunaljubce committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    151dcc2 View commit details
    Browse the repository at this point in the history
  11. Removing uncommitted dir

    kunaljubce committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b9a6d08 View commit details
    Browse the repository at this point in the history