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

TypeAnnotation #759

Merged
merged 44 commits into from Feb 8, 2022
Merged

Commits on Feb 8, 2022

  1. feat: support for annotated simple + list

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    71619aa View commit details
    Browse the repository at this point in the history
  2. feat: addition of annotation att to

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ac27cc0 View commit details
    Browse the repository at this point in the history
  3. feat: core obj

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    1417294 View commit details
    Browse the repository at this point in the history
  4. feat: proto model

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e089b17 View commit details
    Browse the repository at this point in the history
  5. feat: testing suite

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    a41e545 View commit details
    Browse the repository at this point in the history
  6. fix: more stable typing introspection

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    eb41882 View commit details
    Browse the repository at this point in the history
  7. fix: strip legacy

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    83777e8 View commit details
    Browse the repository at this point in the history
  8. fix: explicitly allow only one annotation

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    8ec23a7 View commit details
    Browse the repository at this point in the history
  9. feat: direct type transformer tests

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    10ba63c View commit details
    Browse the repository at this point in the history
  10. fix: there and back test

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    a3cc48f View commit details
    Browse the repository at this point in the history
  11. fix: typing_extensions for get_origin

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    1582dfb View commit details
    Browse the repository at this point in the history
  12. fix: more semantic list generic unwrap

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    8c5ee52 View commit details
    Browse the repository at this point in the history
  13. fix: tmp requirements file with custom idl

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    a6378d4 View commit details
    Browse the repository at this point in the history
  14. fix: nits

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    f144ffa View commit details
    Browse the repository at this point in the history
  15. feat: semantic error for unsupported complex literals

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    7508cc9 View commit details
    Browse the repository at this point in the history
  16. fix: but

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    8bc240b View commit details
    Browse the repository at this point in the history
  17. feat: more tests ;)

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e7f6bb5 View commit details
    Browse the repository at this point in the history
  18. fix: imports

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    8c2b2d8 View commit details
    Browse the repository at this point in the history
  19. fix: complex annotations

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    60089d3 View commit details
    Browse the repository at this point in the history
  20. fix: temp requirements files for unit tests

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    fb302ad View commit details
    Browse the repository at this point in the history
  21. fix: lint bug

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    df8356a View commit details
    Browse the repository at this point in the history
  22. fix: tmp setup.py

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    084e46e View commit details
    Browse the repository at this point in the history
  23. fix: use typing_extensions

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    c245cbf View commit details
    Browse the repository at this point in the history
  24. fix: typing_extensions for annotated

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    43eaa8c View commit details
    Browse the repository at this point in the history
  25. fix: typing_ext

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    1a5840f View commit details
    Browse the repository at this point in the history
  26. fix: plugin tmp requirements

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    c0c3073 View commit details
    Browse the repository at this point in the history
  27. fix: bump requirements

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    a6a6cb4 View commit details
    Browse the repository at this point in the history
  28. fix: doc requirements

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9df04ea View commit details
    Browse the repository at this point in the history
  29. fix: whitespace

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    0ed30b8 View commit details
    Browse the repository at this point in the history
  30. fix: bump flytekit

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5fc72d4 View commit details
    Browse the repository at this point in the history
  31. fix: numpy version

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9f62e9c View commit details
    Browse the repository at this point in the history
  32. fix: lint

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4dbbac9 View commit details
    Browse the repository at this point in the history
  33. fix: pandas version

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    75c91d9 View commit details
    Browse the repository at this point in the history
  34. fix: bump requirements

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    183f110 View commit details
    Browse the repository at this point in the history
  35. fix: test import

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d3f4830 View commit details
    Browse the repository at this point in the history
  36. fix: flake8 lint

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    854b96f View commit details
    Browse the repository at this point in the history
  37. fix: merge

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5173271 View commit details
    Browse the repository at this point in the history
  38. fix: merge

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    2ec2d94 View commit details
    Browse the repository at this point in the history
  39. fix: requirements

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    956f8e6 View commit details
    Browse the repository at this point in the history
  40. fix: requirements

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    19d5642 View commit details
    Browse the repository at this point in the history
  41. fix: lint

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    755f31f View commit details
    Browse the repository at this point in the history
  42. Merge remote-tracking branch 'real/master' into kenny/type-annotation

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    0c232e8 View commit details
    Browse the repository at this point in the history
  43. fix: papermill req

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4d64acd View commit details
    Browse the repository at this point in the history
  44. fix: req

    Signed-off-by: Kenny Workman <kennyworkman@sbcglobal.net>
    kennyworkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    88bc4d0 View commit details
    Browse the repository at this point in the history