Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Provide hdk::query_result API to allow return of Headers if desired #868

Merged
merged 41 commits into from
Jan 24, 2019

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    4b5ce1d View commit details
    Browse the repository at this point in the history
  2. Builds successfully.

    pjkundert committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    6f31bd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79cb467 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    322d593 View commit details
    Browse the repository at this point in the history
  5. Renovate hdk::query/query_result and chain_store query APIs

    o Package up individual options into ...Options packages
    o Change u32 options to usize
    o Retain simple Vec<Address> for original hdk::query
    o chain_store.query now returns an enum, so handle appropriately
    pjkundert committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    8214cb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    9f8fb69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba1c04 View commit details
    Browse the repository at this point in the history
  3. Tidy up documentation a bit

    pjkundert committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    99194eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    159061c View commit details
    Browse the repository at this point in the history
  5. Clean up hdk and chain_store query APIs

    o Simplify by removing some Option-ality
    o Add some unit tests
    pjkundert committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    901aaa6 View commit details
    Browse the repository at this point in the history
  6. Clean up ChainStore .collect()s, and ensure QueryResult enum has tagging

    o Without tagging, an empty [] result is ambiguous, so can be assigned to
      the wrong enum when deserialized.
    o Add the install: target to Makefile, to rebuild nodejs_container.
    pjkundert committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    d1b8f4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd71eea View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    d7f31dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565f4e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

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

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    eca7ed8 View commit details
    Browse the repository at this point in the history
  2. Added the ability to compare Iso8601 type for equality, order

    o Since Iso8601 may fail to convert to DateTime, only PartialEq possible
    pjkundert committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    e5f668b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84dded5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa04a6a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Return Entries from hdk::query_result

    o Work in progress; needs unit testing
    pjkundert committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    1da56b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abd36da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33e7792 View commit details
    Browse the repository at this point in the history
  4. rustfmt

    Nicolas Luck committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    776cd08 View commit details
    Browse the repository at this point in the history
  5. Add some crate-local APIs to access Entry data from dht or agent

    o Reduce some unnecessary copying of Addresses
    o Change hdk::query to get local-chain entries only from agent CAS
    pjkundert committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    8932ec6 View commit details
    Browse the repository at this point in the history
  6. rustfmt

    Nicolas Luck committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    4caa5d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bee264a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2479d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    059753d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17513fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd56e90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a16c200 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4c4adb4 View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'origin/scenario-call-proper-promise-rej…

    …ection' into feature-query-headers
    julioholon committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    b435450 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'feature-query-headers' of github.com:holochain/holochai…

    …n-rust into feature-query-headers
    julioholon committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    af26b8b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b222ad1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    06410cd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7900141 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Merge branch 'feature-query-headers' of github.com:holochain/holochai…

    …n-rust into feature-query-headers
    julioholon committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    97282d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48d3db4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    6e296fb View commit details
    Browse the repository at this point in the history
  2. fmt

    maackle committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    fac5aac View commit details
    Browse the repository at this point in the history