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

Move load database config to API #792

Closed
wants to merge 4 commits into from
Closed

Commits on Jul 31, 2014

  1. Move load database config to API

    Fix #791 - Removed load database config options from the daemon. Created an API endpoint and updated test.
    Fix #745 - Added definition of continuous queries to load database config.
    pauldix committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    ab24da4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. Update load database config with validations and tests

    Update the client struct so the Database is public and can be set by library users.
    Move the db_config API to specify the database name in the URL.
    Make load config test also test loading continuous queries.
    pauldix committed Aug 1, 2014
    3 Configuration menu
    Copy the full SHA
    87361d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e45003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    194b213 View commit details
    Browse the repository at this point in the history