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 model parsing #406

Merged
merged 31 commits into from
Apr 25, 2019
Merged

Refactor model parsing #406

merged 31 commits into from
Apr 25, 2019

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    0383d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    403870e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d940b64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    279f637 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3440039 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e51ce99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0578ea2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c28ca58 View commit details
    Browse the repository at this point in the history
  9. Fix _util exception import

    madsmtm committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c374aca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee207e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ce99a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    789d9d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Move plan parsing to the Plan model

    - Add `GuestStatus` enum
    - Add `Plan.guests` property
    - Made `Plan.going`, `Plan.declined` and `Plan.invited` property accessors to `Plan.guests`
    madsmtm committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    9682236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce469d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a5185f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60ebbd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd5553a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb2c68e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b99238 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53856a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6693ec9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e579e0c View commit details
    Browse the repository at this point in the history
  11. Move thread parser dispatching into _client.py

    I know, it's not pretty, but it doesn't belong in _graphql.py either
    madsmtm committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    1f961b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f20a04b View commit details
    Browse the repository at this point in the history
  13. Simplify _graphql.py imports

    madsmtm committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    28c867a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e166b47 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    71f19dd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8e6ee46 View commit details
    Browse the repository at this point in the history
  17. Remove graphql.py

    madsmtm committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    6636d49 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    18ec1f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a6e07 View commit details
    Browse the repository at this point in the history