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

Major refactor: TypeScript, named API arguments, access to native fetch, etc. #200

Closed
wants to merge 54 commits into from

Commits on Apr 10, 2018

  1. Feature/154 upgrade fetch ponyfill (#155)

    * Upgrade fetch ponyfill
    
    * Get tests passing again after upgrading fetch-ponyfill
    jmrog authored and Jason Rogers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e6c2267 View commit details
    Browse the repository at this point in the history
  2. Add support, tests, and typings for additionalHandlers on query execu…

    …te (#157)
    jmrog authored and Jason Rogers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e6a83e7 View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    Jason Rogers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    b8787b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Fix docs script, update package-lock

    Jason Rogers committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    9377714 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md for v1.2.1, add tag

    Jason Rogers committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    c85d491 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46be1a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9f3b2d View commit details
    Browse the repository at this point in the history
  5. 1.2.2

    Jason Rogers committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    3fd22bf View commit details
    Browse the repository at this point in the history
  6. Update package-lock

    Jason Rogers committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    59e6a5d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Make additionalHandlers optional

    Jason Rogers committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    35778bd View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Merge branch 'master' into v2

    Jason Rogers committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    6672373 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Merge branch 'master' into v2

    Jason Rogers committed May 24, 2018
    Configuration menu
    Copy the full SHA
    bbef511 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

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

Commits on Aug 31, 2018

  1. Merge branch 'master' into v2

    Jason Rogers committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    c0bc711 View commit details
    Browse the repository at this point in the history
  2. Fix package-lock.json for v2

    Jason Rogers committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    538d5c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Merge branch 'master' into v2

    Jason Rogers committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    a649003 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Add ICV report functionality and fix existing types (#188)

    * Update to version 6 and fix CircleCI (#185)
    
    * add full string values for test expectations
    
    * fix tests and update version note in README for stardog 6
    
    * attempt to fix circleci by updating to new jfrog url
    
    * explicitly test graphql explain support (#184)
    
    * Add icv.report and icv.reportInTransaction functionality (close #187)
    
    * Add types for new ICV methods and fix types for existing (close #186)
    
    * Add tests for new ICV methods
    jmrog committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    ff88873 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. add json query explain support (#191)

    brianru authored and jmrog committed May 8, 2019
    Configuration menu
    Copy the full SHA
    cd2e07e View commit details
    Browse the repository at this point in the history
  2. Try to fix dependencies

    Jason Rogers committed May 8, 2019
    Configuration menu
    Copy the full SHA
    d543b43 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Jason Rogers committed May 8, 2019
    Configuration menu
    Copy the full SHA
    da27eec View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Save WIP

    Jason Rogers committed May 24, 2019
    Configuration menu
    Copy the full SHA
    950c19f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Saving a whoooole bunch of WIP

    Jason Rogers committed May 30, 2019
    Configuration menu
    Copy the full SHA
    134c637 View commit details
    Browse the repository at this point in the history
  2. Initial complete pass of db refactor

    Jason Rogers committed May 30, 2019
    Configuration menu
    Copy the full SHA
    ce3d6e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Initial complete pass of query refactor

    Jason Rogers committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    4eaeae3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Initial complete pass on user

    Jason Rogers committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    f550e20 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. First pass at full lib refactor

    Jason Rogers committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    746ba05 View commit details
    Browse the repository at this point in the history
  2. noImplicitAny, type fixes, and start on tests

    Jason Rogers committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    8ad0c0c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. A couple of working tests (and some type fixes)

    Jason Rogers committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    7e15840 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. add stored query update (PUT) method

    brianru authored and Jason Rogers committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e010a4f View commit details
    Browse the repository at this point in the history
  2. handle stored query updates when version < 6.2.0

    brianru authored and Jason Rogers committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    db3784f View commit details
    Browse the repository at this point in the history
  3. cleanup poc of server version helper

    brianru authored and Jason Rogers committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    2303574 View commit details
    Browse the repository at this point in the history
  4. instead of getting the version recover from the method not supported …

    …error
    brianru authored and Jason Rogers committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    57fed43 View commit details
    Browse the repository at this point in the history
  5. cleanup

    brianru authored and Jason Rogers committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    54d27cf View commit details
    Browse the repository at this point in the history
  6. cleanup

    brianru authored and Jason Rogers committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    add1e3b View commit details
    Browse the repository at this point in the history
  7. code review feedback

    brianru authored and Jason Rogers committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    847cdc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. A few more tests and types

    Jason Rogers committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    93082dd View commit details
    Browse the repository at this point in the history
  2. Fix typo, add test

    Jason Rogers committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    b0f9470 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. More tests, more (small) fixes

    Jason Rogers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    bdf5c3d View commit details
    Browse the repository at this point in the history
  2. Explain fix and tests

    Jason Rogers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    e8650b4 View commit details
    Browse the repository at this point in the history
  3. exportDB tests

    Jason Rogers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    86b2746 View commit details
    Browse the repository at this point in the history
  4. More tests

    Jason Rogers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    eb710e2 View commit details
    Browse the repository at this point in the history
  5. graph fixes and tests

    Jason Rogers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    8765b25 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. ICV updates and tests

    Jason Rogers committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    7ce38e9 View commit details
    Browse the repository at this point in the history
  2. query.execute fix and add tests

    Jason Rogers committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    e210f9f View commit details
    Browse the repository at this point in the history
  3. transaction fixes and tests (plus other tests)

    Jason Rogers committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    2e363c0 View commit details
    Browse the repository at this point in the history
  4. All tests passing

    Jason Rogers committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    4f8200a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Generate docs for new version

    Jason Rogers committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    563a711 View commit details
    Browse the repository at this point in the history
  2. Update constants

    Jason Rogers committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    89a4598 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Make docs finally work right

    Jason Rogers committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    dc1bef2 View commit details
    Browse the repository at this point in the history
  2. Docs updates and some test changes

    Jason Rogers committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    f219bad View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

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

Commits on Aug 23, 2019

  1. add two endpoints for getting all db properties default values and ge…

    …tting all actual values and upgrade stardog to latest (#198)
    brianru committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    9ae7e33 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Merge in v2 changes

    Jason Rogers committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    76c1c69 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Update branch with import namespaces functionality

    Jason Rogers committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    a666430 View commit details
    Browse the repository at this point in the history