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

expose badger loading mode conf #776

Merged
merged 6 commits into from
Jun 7, 2019
Merged

expose badger loading mode conf #776

merged 6 commits into from
Jun 7, 2019

Commits on May 21, 2019

  1. expose badger loading mode conf

    For simplicity, I haven't exposed the entire
    badger config. Also, due to go default values and
    the badger implementation, I have had to extract the
    two loading mode config values so we can determine
    whether it has actually has been set by the user in
    the json config file.
    
    License: MIT
    Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
    lanzafame committed May 21, 2019
    Configuration menu
    Copy the full SHA
    3d4412f View commit details
    Browse the repository at this point in the history
  2. expose entire badger config

    License: MIT
    Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
    lanzafame committed May 21, 2019
    Configuration menu
    Copy the full SHA
    655aef4 View commit details
    Browse the repository at this point in the history
  3. revert go.mod dep properly

    License: MIT
    Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
    lanzafame committed May 21, 2019
    Configuration menu
    Copy the full SHA
    aa52290 View commit details
    Browse the repository at this point in the history
  4. fix panic

    License: MIT
    Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
    lanzafame committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a956ec2 View commit details
    Browse the repository at this point in the history
  5. remove omitempty

    License: MIT
    Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
    lanzafame committed May 21, 2019
    Configuration menu
    Copy the full SHA
    fd82463 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

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