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

Feature: strings API fns #438

Closed
wants to merge 56 commits into from
Closed

Feature: strings API fns #438

wants to merge 56 commits into from

Commits on Mar 10, 2023

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

Commits on Mar 23, 2023

  1. Update to malli 0.10.4

    Contains some fixes & new features we need (e.g. ::m/default support in :map schemas)
    cap10morgan committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    212c95b View commit details
    Browse the repository at this point in the history
  2. Use string keys & @context only in json-ld.api fns

    ...to better optimize for JSON use cases.
    
    Only the f.d.json-ld.api-test and f.d.query.fql-parse-test test namespaces have been updated, so the others fail as of this commit.
    cap10morgan committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    549d8e6 View commit details
    Browse the repository at this point in the history
  3. Add some more kw->string key fixes

    ...discovered while getting http-api-gateway ready to work with this.
    cap10morgan committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c135a44 View commit details
    Browse the repository at this point in the history
  4. Fix history query schema

    Not sure what I was thinking there...
    cap10morgan committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    438e6d7 View commit details
    Browse the repository at this point in the history
  5. Add transaction & query result schemas

    ...for HTTP API validation & documentation
    cap10morgan committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5e8d740 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

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

Commits on Mar 27, 2023

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

Commits on Apr 7, 2023

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

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    f1e42b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b295854 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57a76cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c065ba9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84d0294 View commit details
    Browse the repository at this point in the history
  6. Reformat dev/user.clj

    cap10morgan committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    d96e21c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8e11a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Use {"defaults" {"@context" ...}} in ledger create too

    ...to be consistent with connect opts
    cap10morgan committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3d8a0b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0307fd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fa009e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a98bcb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    845852a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfbd0f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3982f8 View commit details
    Browse the repository at this point in the history
  8. Allow single result vec in query responses

    This is what I get back from e.g.
    
    {"select" ?n
     "where"  [{"union"
                        [[[?s "ex:name" ?n]]
                        [[?s "ex:fname" ?n]]]}]}
    cap10morgan committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    dd8aa8b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 14, 2023

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

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    697e8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c8a142 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01966d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7384f33 View commit details
    Browse the repository at this point in the history
  5. Stringify transact tests

    cap10morgan committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4a5347c View commit details
    Browse the repository at this point in the history
  6. Stringify SHACL tests

    cap10morgan committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f0d8dc1 View commit details
    Browse the repository at this point in the history
  7. Fix result formatting

    The result formatter uses a parsed context which transforms the "@container" keyword
    into :container. It also transforms "@list" into :list, but it transforms "@set" into
    "set", so I just included both the strings and the keywords for now.
    dpetran committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    6d38c58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79df9e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61efbd2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1cc45b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    cd7b20c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e68bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    493556e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    378cf8d View commit details
    Browse the repository at this point in the history
  5. Correct bad defmulti indentation

    ...that my editor keeps insisting on applying for some reason.
    cap10morgan committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9e9a6e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    6ae337f View commit details
    Browse the repository at this point in the history
  2. Add Clojure SDK basics & tests

    Currently supports connect, create, load, stage, commit!, and query w/ keyword compact IRIs & contexts both in requests and responses.
    cap10morgan committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f0d42bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2418301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e11f79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5aa705 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    507e548 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8a0ffc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4f29a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b19e945 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    caffde5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    5a42c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aee6833 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea1588b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54e972f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c502a1 View commit details
    Browse the repository at this point in the history