Skip to content

jsonapi-query version 0.2 #25

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

Open
wants to merge 83 commits into
base: master
Choose a base branch
from
Open

jsonapi-query version 0.2 #25

wants to merge 83 commits into from

Conversation

cmanallen
Copy link
Contributor

@cmanallen cmanallen commented Jun 23, 2016

What does this pull request do?

  • Removes all mandatory dependencies. Requirements.txt contains testing dependencies only.
  • Adds database integration mixins rather than pre-baked objects.
  • Decouples URL parsing, database interaction, and query preparation from each other for maximum interoperability.
  • Introduces the concept of tiered drivers where multiple drivers may interact together to produce a finished product.
  • Currently, Python 3 only.

What are the relevant issues?

#19

Any background context you want to provide?

This is a preview pull request. I still need to implement the drivers that will turn strings into model columns.

Use the Added new API commit to view the changes more easily.

Definition of Done:

Each should be selected to indicate consideration for applicability and/or completion.

  • Does this PR fully satisfy the scope as outlined in the referenced issue(s)?
  • Is there appropriate test coverage?
  • Is static analysis resulting in a satisfactory score?
  • If adding new dependencies, does pip requirements need to be updated?
  • Has the change log been updated?

@coveralls
Copy link

Coverage Status

Coverage increased (+1.6%) to 95.349% when pulling a949788 on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.8%) to 95.502% when pulling db384f3 on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.4%) to 95.156% when pulling ea2877d on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.9%) to 85.89% when pulling 278f603 on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.9%) to 85.89% when pulling 31cd807 on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.9%) to 85.89% when pulling 3ff33c3 on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.8%) to 85.976% when pulling 3ff33c3 on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.8%) to 85.933% when pulling 8a0b96b on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.8%) to 85.933% when pulling 64bab94 on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.08%) to 94.833% when pulling a58c826 on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.8%) to 94.562% when pulling 3d5eac1 on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 93.787% when pulling 81da81e on upgrade into a3ab870 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 94.249% when pulling 984a2d2 on upgrade into a3ab870 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants