Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/go-ucfg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.6
Choose a base ref
...
head repository: elastic/go-ucfg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.7
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 15, 2016

  1. correct README (#66)

    spacewander authored and Steffen Siering committed Sep 15, 2016
    Copy the full SHA
    f68e111 View commit details

Commits on Oct 5, 2016

  1. fix failing type conversation (#69)

    Some edge cases using environment variables or direct conversation
    including floating values have been shown to fail
    
    - add direct support for float conversation by identifying if target
      type is float + support casting int/uint to float
    
    - string type can be parsed/converted to types bool, int, uint and float.
      In few cases, strings for numberic values have been read from yaml and
      put into ucfg (e.g. user using quotes, environment variable
      expansion).
      Allowing to convert strings dynamically to primitives solves some
      failing edge cases (new unit tests included).
    Steffen Siering authored and ruflin committed Oct 5, 2016
    Copy the full SHA
    8bd03a9 View commit details
  2. Prepare 0.3.7 release (#70)

    Steffen Siering authored and andrewkroh committed Oct 5, 2016
    Copy the full SHA
    6baf3ba View commit details
Loading