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

✨ NEW: Initial graphql implementation #17

Merged
merged 51 commits into from Jun 14, 2021
Merged

✨ NEW: Initial graphql implementation #17

merged 51 commits into from Jun 14, 2021

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    12cc5a7 View commit details
    Browse the repository at this point in the history
  2. update

    chrisjsewell committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    849f4a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41f42c9 View commit details
    Browse the repository at this point in the history
  4. Add plural fields

    chrisjsewell committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    a9130c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    0b63fdd View commit details
    Browse the repository at this point in the history
  2. fix requirements

    chrisjsewell committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    6e72a08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f17a99 View commit details
    Browse the repository at this point in the history
  4. Add logs entity

    chrisjsewell committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    6464e8d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

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

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    49302e8 View commit details
    Browse the repository at this point in the history
  2. Improve get_projection

    chrisjsewell committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    cd03b1a View commit details
    Browse the repository at this point in the history
  3. fix conflict

    chrisjsewell committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    c2e1051 View commit details
    Browse the repository at this point in the history
  4. fix conflict

    chrisjsewell committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    5070b2f View commit details
    Browse the repository at this point in the history
  5. fix conflict

    chrisjsewell committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    b6127d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    950ae84 View commit details
    Browse the repository at this point in the history
  7. Update setup.json

    chrisjsewell committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    0c5c7d6 View commit details
    Browse the repository at this point in the history
  8. Update setup.json

    chrisjsewell committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    5aa3999 View commit details
    Browse the repository at this point in the history
  9. Update setup.json

    chrisjsewell committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    1528aa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. some initial tests

    chrisjsewell committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5469b2d View commit details
    Browse the repository at this point in the history
  2. add tests

    chrisjsewell committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    9786f11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    850829c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    eea8a3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e5c7e View commit details
    Browse the repository at this point in the history
  3. Update conf.py

    chrisjsewell committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    dc328a6 View commit details
    Browse the repository at this point in the history
  4. Update _toc.yml

    chrisjsewell committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    941610b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ac5b8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e7b86b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. add node links

    chrisjsewell committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    66241ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d407e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9befbe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5475bc View commit details
    Browse the repository at this point in the history
  5. fix conflict

    chrisjsewell committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b30278b View commit details
    Browse the repository at this point in the history
  6. fix linting

    chrisjsewell committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    88cb14b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cae167 View commit details
    Browse the repository at this point in the history
  8. Add filters for Groups

    chrisjsewell committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    3823e82 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Apply suggestions from code review

    Co-authored-by: Leopold Talirz <leopold.talirz@gmail.com>
    chrisjsewell and ltalirz committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    6288024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d99673 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    8664280 View commit details
    Browse the repository at this point in the history
  2. change to lowercase

    chrisjsewell committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    49bbd43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    388ffbe View commit details
    Browse the repository at this point in the history
  4. add full test

    chrisjsewell committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    55de97c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c76030 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    989d549 View commit details
    Browse the repository at this point in the history
  7. improve comments

    chrisjsewell committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    ba6775d View commit details
    Browse the repository at this point in the history
  8. updates

    chrisjsewell committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    d683254 View commit details
    Browse the repository at this point in the history
  9. minor update

    chrisjsewell committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    7779ac3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84f9ef9 View commit details
    Browse the repository at this point in the history
  11. Update graphql.md

    chrisjsewell committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    5e20e9b View commit details
    Browse the repository at this point in the history
  12. remove todo

    chrisjsewell committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    924f612 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ee81233 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5700827 View commit details
    Browse the repository at this point in the history