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

enhancement: support introspection #798

Closed
wants to merge 17 commits into from
Closed

Commits on Apr 21, 2023

  1. enhancement: add filtering to GraphQL API queries (#721)

    Add filtering functionality to GraphQL API; add E2E tests
    deekerno committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    dff939b View commit details
    Browse the repository at this point in the history
  2. enhancement: add sorting and offset-based pagination to GraphQL API q…

    …ueries (#755)
    
    * Add comments; rename to clearer variables
    
    * Add sorting and offset-based pagination
    deekerno committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    60578a0 View commit details
    Browse the repository at this point in the history
  3. enhancement: add PageInfo object to paginated GraphQL responses (#761)

    * Add PageInfo object to queries with a limit
    
    * Adjust tests
    
    * Change API response to snake_case
    deekerno committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    1f6747e View commit details
    Browse the repository at this point in the history
  4. docs: add docs for GraphQL filtering and pagination (#768)

    * Add docs for GraphQL filtering and pagination
    
    * Move QueryResponse to models module
    
    * Address rvmelkonian feedback
    
    * Address ra0x3 feedback
    deekerno committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ae59dec View commit details
    Browse the repository at this point in the history
  5. rebase origin/master

    Rashad Alston authored and deekerno committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    608c70b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    1a96d25 View commit details
    Browse the repository at this point in the history
  2. Fix index plugins failure

    deekerno committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    685c2aa View commit details
    Browse the repository at this point in the history
  3. Clippy fixes

    deekerno committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    6b264e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. initial testing

    0xmovses committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c005114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e126a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7492a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    900b2ba View commit details
    Browse the repository at this point in the history
  5. remove unused deps

    0xmovses committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    fa745a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. add missing dep

    0xmovses committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    fbd07b1 View commit details
    Browse the repository at this point in the history
  2. remove macro throwing ci

    0xmovses committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    986f954 View commit details
    Browse the repository at this point in the history
  3. clippy suggestions

    0xmovses committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    c2982db View commit details
    Browse the repository at this point in the history
  4. more clippy suggestions

    0xmovses committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e88b863 View commit details
    Browse the repository at this point in the history