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

Rethinking external assets #270

Closed
wants to merge 56 commits into from

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    c26bd32 View commit details
    Browse the repository at this point in the history
  2. Update CI versions.

    danielballan authored and evalott100 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    eba4dde View commit details
    Browse the repository at this point in the history
  3. Use importlib-metadata for 3.7.

    danielballan authored and evalott100 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    04199c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cbadf1 View commit details
    Browse the repository at this point in the history
  5. Release notes for v1.19.1

    danielballan authored and evalott100 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a5dcd2d View commit details
    Browse the repository at this point in the history
  6. Fix typo.

    danielballan authored and evalott100 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    2e526f5 View commit details
    Browse the repository at this point in the history
  7. REL: v1.19.1

    danielballan authored and evalott100 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f33739f View commit details
    Browse the repository at this point in the history
  8. Added TypedDicts to __init__.py and added the functionality and unit …

    …tests for generating json schema from those TypedDicts
    evalott100 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    c53a2a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a8ac5b View commit details
    Browse the repository at this point in the history
  10. Fixed conflicts

    evalott100 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    114999f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Put extra schema in global dict using class decorator. Cleaned up in …

    …general, working on typing everything to be mypy compliant
    evalott100 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b746e19 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Found way to swap Annotated and Optional, not total=False classes req…

    …uired now. Two json contain an error where they are missing some details
    evalott100 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6801009 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Got schema generation working with single typeddict, without the need…

    … to split them into total=False
    evalott100 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c75634f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    46185b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    cf5d39c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    fecb729 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    21cbf8f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    6c93708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ad304e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b194445 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    b6b59d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2d8bb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. alphabetized the schema

    evalott100 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a8d00b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48cb01b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    86916ef View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. pulled from upstream

    evalott100 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    803a0b1 View commit details
    Browse the repository at this point in the history
  2. made mypy complient

    evalott100 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b4810ff View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Started creating the backwards compatible wrapper, I think it's a bet…

    …ter idea to just add the compose_ functions manually. This commit is just so I can access what I've done for the wrapper in case I change my mind
    evalott100 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    293e69d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    7f2ce38 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    ce45fce View commit details
    Browse the repository at this point in the history
  2. made mypy complient

    evalott100 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fb2251c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    143d002 View commit details
    Browse the repository at this point in the history
  4. Fixed CI errors

    a
    evalott100 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ebfaabd View commit details
    Browse the repository at this point in the history
  5. made mypy complient

    evalott100 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2aa12e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35cbcfd View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Corrected mypy errors

    evalott100 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c00da15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7db4bae View commit details
    Browse the repository at this point in the history
  3. Fixed merge errors

    evalott100 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    32518ae View commit details
    Browse the repository at this point in the history
  4. Merge branch '235_add_typing_support_to_event_model' of github.com:ev…

    …alott100/event-model into switch_from_partials_to_classes
    evalott100 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8ebf0b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f84dfc View commit details
    Browse the repository at this point in the history
  6. Merge branch '235_add_typing_support_to_event_model' of github.com:ev…

    …alott100/event-model into switch_from_partials_to_classes
    evalott100 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d509a37 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Merge branch 'master' of github.com:evalott100/event-model into 235_a…

    …dd_typing_support_to_event_model
    evalott100 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    4fafc23 View commit details
    Browse the repository at this point in the history
  2. Merge branch '235_add_typing_support_to_event_model' of github.com:ev…

    …alott100/event-model into switch_from_partials_to_classes
    evalott100 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    19830f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c8d283 View commit details
    Browse the repository at this point in the history
  4. Merge branch '235_add_typing_support_to_event_model' of github.com:ev…

    …alott100/event-model into switch_from_partials_to_classes
    evalott100 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    cdc49f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    952657e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    b5ffe55 View commit details
    Browse the repository at this point in the history
  2. Merge branch '235_add_typing_support_to_event_model' of github.com:ev…

    …alott100/event-model into switch_from_partials_to_classes
    evalott100 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    884bff4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'switch_from_partials_to_classes' of github.com:evalott1…

    …00/event-model into rethinking_external_assets
    evalott100 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    3d560f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    582d7f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2263b2a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Seperated out a PartialEvent and PartialResource from Event and Resource

    This seperation will enable the protocols to import the PartialDocs and for definitions to be more central.
    evalott100 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    19ed50e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebe579f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. sorted required list (order is changed on this branch with the introd…

    …uction of PartialDoc parents
    evalott100 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    c96f31f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    9ebff1f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    9178435 View commit details
    Browse the repository at this point in the history