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

Support _find query #186

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 9, 2017

  1. make dialyzer happy

    obi458 committed Sep 9, 2017
    Configuration menu
    Copy the full SHA
    3d2e848 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. make dialyzer happy

    obi458 committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    df3f9fb View commit details
    Browse the repository at this point in the history
  2. make dialyzer happy

    obi458 committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    2a0b765 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. make dialyzer happy

    obi458 committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    60f1808 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. make dialyzer happy

    obi458 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    0f57c7e View commit details
    Browse the repository at this point in the history
  2. make dialyzer happy

    obi458 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    6aed8fb View commit details
    Browse the repository at this point in the history
  3. make dialyzer happy

    obi458 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    1e53659 View commit details
    Browse the repository at this point in the history
  4. make dialyzer happy

    obi458 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    84f1204 View commit details
    Browse the repository at this point in the history
  5. make dialyzer happy

    obi458 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    9ba3f5b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. hackney 1.10.1

    obi458 committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    6d8eda6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. reconnect

    cordaware authored and cordaware committed May 2, 2018
    Configuration menu
    Copy the full SHA
    4503d1e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. seq

    cordaware authored and cordaware committed May 4, 2018
    Configuration menu
    Copy the full SHA
    35f04cb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. _find test

    PatrickSachs committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    f70b76d View commit details
    Browse the repository at this point in the history
  2. Use JSON

    PatrickSachs committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    c12ad33 View commit details
    Browse the repository at this point in the history
  3. Pass paramters in body

    PatrickSachs committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    e8a6921 View commit details
    Browse the repository at this point in the history
  4. Empty query

    PatrickSachs committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    b62f1f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Added index creation feature

    PatrickSachs committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    677c723 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Fixed crypto:sha_mac/2 undef error

    `erlang:function_exported/3` returns `false` if a module has not yet been loaded. When running Erlang in development mode (e.g. in IntelliJ/VSCode) modules are loaded lazily (and therefore the crypto module may not yet be loaded at this point), causing this function to incorrectly detect an OTP<22 version of `crypto`.
    Patrick-Sachs authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    9747d34 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    55867a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c3062 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c297691 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Updated crypto function to OTP 24

    PatrickSachs committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2160df7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    293306d View commit details
    Browse the repository at this point in the history
  3. 1.6.0

    PatrickSachs committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    22ad282 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Added: Read JSON library from config

    PatrickSachs committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    26170ff View commit details
    Browse the repository at this point in the history
  2. 1.7.0

    PatrickSachs committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    d46eb8a View commit details
    Browse the repository at this point in the history