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

Foundational work for SPARQL queries and complex searches #87

Merged
merged 28 commits into from
Jul 19, 2020

Commits on May 3, 2020

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

Commits on May 4, 2020

  1. Adds preliminary support for INSERT / DELETE SPARQL queries, improves…

    … handling of WHERE clauses
    jacoscaz committed May 4, 2020
    Configuration menu
    Copy the full SHA
    6c1811e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    79faabd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    421bba4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    54207ca View commit details
    Browse the repository at this point in the history
  2. dropped support for callbacks, async'ified all streaming apis, added …

    …result types to search and sparql queries
    jacoscaz committed May 16, 2020
    Configuration menu
    Copy the full SHA
    eaa9cfe View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

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

Commits on May 23, 2020

  1. change all read methods (get, getStream, search, searchStream, sparql…

    …, sparqlStream) to return results object
    jacoscaz committed May 23, 2020
    Configuration menu
    Copy the full SHA
    e3833ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c57b30 View commit details
    Browse the repository at this point in the history
  3. drops domain iterators

    jacoscaz committed May 23, 2020
    Configuration menu
    Copy the full SHA
    af404f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    605a64b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

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

Commits on May 30, 2020

  1. Configuration menu
    Copy the full SHA
    08e56ed View commit details
    Browse the repository at this point in the history
  2. WIP - typescript conversion

    jacoscaz committed May 30, 2020
    Configuration menu
    Copy the full SHA
    832f394 View commit details
    Browse the repository at this point in the history
  3. WIP - typescript conversion

    jacoscaz committed May 30, 2020
    Configuration menu
    Copy the full SHA
    70aca25 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. WIP - typescript conversion

    jacoscaz committed May 31, 2020
    Configuration menu
    Copy the full SHA
    0b272c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

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

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    317dd94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51fc682 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. wip - typescript conversion

    jacoscaz committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    c506ec6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. wip - typescript conversion

    jacoscaz committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    5d789c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

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

Commits on Jul 18, 2020

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

Commits on Jul 19, 2020

  1. Configuration menu
    Copy the full SHA
    4448374 View commit details
    Browse the repository at this point in the history
  2. got all tests to pass

    jacoscaz committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    69dabea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fd5f6b View commit details
    Browse the repository at this point in the history