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

v0.9.3 #139

Merged
merged 8 commits into from
Jul 16, 2023
Merged

v0.9.3 #139

merged 8 commits into from
Jul 16, 2023

Commits on Jul 14, 2023

  1. Add support for custom io.FS remote handler in index #85

    A new configuration option is available to the index, a `RemoteHandler` of type  `fs.FS`. If set, will be used as an override to all other remote fetching code.
    
    Signed-off-by: Dave Shanley <dave@quobix.com>
    daveshanley committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0f7c906 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Added more support for YAML merge nodes, anchors and aliases

    And added deeper support for Aliases. Also added in local file handling through renamed `FSHandler` configuration property for the index.
    
    Also re-ran `go fmt`
    
    Signed-off-by: Dave Shanley <dave@quobix.com>
    daveshanley committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    bfcfba8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Added some more tests to bump coverage back up.

    Signed-off-by: Dave Shanley <dave@quobix.com>
    daveshanley committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3c9618c View commit details
    Browse the repository at this point in the history
  2. more test coverage, fixed deprecated test code

    Signed-off-by: Dave Shanley <dave@quobix.com>
    daveshanley committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    956a04a View commit details
    Browse the repository at this point in the history
  3. Changed test to be open config

    loading files needs an open config.
    
    Signed-off-by: Dave Shanley <dave@quobix.com>
    daveshanley committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    ab16ec9 View commit details
    Browse the repository at this point in the history
  4. updated go version.

    Signed-off-by: Dave Shanley <dave@quobix.com>
    daveshanley committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    e7e4caf View commit details
    Browse the repository at this point in the history
  5. upgrading go build

    Signed-off-by: Dave Shanley <dave@quobix.com>
    daveshanley committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    cb51a8a View commit details
    Browse the repository at this point in the history
  6. Fixing build workflow

    Signed-off-by: Dave Shanley <dave@quobix.com>
    daveshanley committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    b75c78b View commit details
    Browse the repository at this point in the history