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

[dataquery] Define new swagger schema for data query API #8219

Merged
merged 6 commits into from
Dec 19, 2022

Commits on Dec 13, 2022

  1. [dataquery] Define new swagger schema for data query API

    This defines the schema I've been using to design a QueryEngine
    (rather than CouchDB) based data query tool.
    driusan committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    cb186bd View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    4f6401a View commit details
    Browse the repository at this point in the history
  2. Create QueryObject

    This describes what is POSTed and also goes directly into a subfield of
    a Query object, not directly into the query.
    driusan committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    bdda21b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b742752 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    911bd8c View commit details
    Browse the repository at this point in the history
  2. Add QueryURI to QueryRun

    driusan committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ec75e95 View commit details
    Browse the repository at this point in the history