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

refactor!: split gks-common module into domain + entity #422

Merged
merged 26 commits into from
Jul 11, 2024

Commits on Jun 26, 2024

  1. build!: remove support for python 3.9 and make 3.12 the dev default

    close #415
    * only support 3 most recent python versions (3.10, 3.11, 3.12)
    * change development python version from 3.10 to 3.12
    * re-run cassettes
    korikuzma committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1eafdf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    5173587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c685227 View commit details
    Browse the repository at this point in the history
  3. chore: update submodule

    korikuzma committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    76a2e7c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. update submodules

    korikuzma committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e0367d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5fc9dc View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. update serialization for ordered property

    * ordered:false -> serializer should always sort the array before computing the digest so that regardless of the order, the digest always comes out the same
    * ordered: true -> do not sort the items before digesting, so digests can be different based on ordering of array
    korikuzma committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5d11602 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 9, 2024

  1. fixes

    korikuzma committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fda5e00 View commit details
    Browse the repository at this point in the history
  2. more fixes

    korikuzma committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5b89f0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fb88d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb88d9f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    d5bcaf5 View commit details
    Browse the repository at this point in the history
  2. refactor: remove _internal directories

    close #407
    
    * Remove _internal directories and move files up a directory
    korikuzma committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    456b744 View commit details
    Browse the repository at this point in the history
  3. refactor!: split gks-common module into domain + entity

    * ga4gh.core.models split into ga4gh.core.domain_models and ga4gh.core.entity_models
    korikuzma committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8d5afda View commit details
    Browse the repository at this point in the history
  4. remove

    korikuzma committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5b351a1 View commit details
    Browse the repository at this point in the history
  5. refactor: remove _internal directories (#421)

    close #407
    
    * Remove _internal directories and move files up a directory
    korikuzma committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5c1a9d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    855630c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f836e6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b671d8 View commit details
    Browse the repository at this point in the history
  9. rm

    korikuzma committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d925b45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3992a0a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    66fd5ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    07f1519 View commit details
    Browse the repository at this point in the history
  13. update docstring

    korikuzma committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fa30257 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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