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

[feat/cli] commented config #633

Merged
merged 7 commits into from
Oct 16, 2015
Merged

[feat/cli] commented config #633

merged 7 commits into from
Oct 16, 2015

Commits on Oct 15, 2015

  1. Configuration menu
    Copy the full SHA
    57b9e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d26e179 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. feat(config) commented configuration file

    All options are now commented, and commented out, as the default value
    now applies from the config_loader.
    
    The unit test against the config file iw now obsolete.
    thibaultcha committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    370f124 View commit details
    Browse the repository at this point in the history
  2. feat(config) add options for keyspace replication strategy

    Possibility to configure the replication strategy used by the created
    keyspace and its options.
    
    Implements #543 and #350
    thibaultcha committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    121a949 View commit details
    Browse the repository at this point in the history
  3. refactor(config) remove unnecessary dao config nesting

    DAO properties are no nested in `properties` property anymore.
    thibaultcha committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    ccac50b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15e6205 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    303e235 View commit details
    Browse the repository at this point in the history