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: kkyr/fig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: kkyr/fig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 3 commits
  • 17 files changed
  • 4 contributors

Commits on Jan 3, 2022

  1. Allow providing config values only via environment (#9)

    The changes add a new `IgnoreFile` option and the new
    `fig.ignoreFile` field.
    
    Giving this option to `Load()` will:
    - Disable the default file lookup process
    - The `File` and `Dir` option still work as before but
      become ineffective in the presence of `IgnoreFile` option.
    
    Signed-off-by: Ravi Shekhar Jethani <rsjethani@gmail.com>
    Co-authored-by: Ravi Shekhar Jethani <ravi-shekhar.jethani@ioki.com>
    rsjethani and rsj-ioki authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    711af35 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    95c6c10 View commit details
    Browse the repository at this point in the history
  2. Upgrade linter (#16)

    kkyr authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    461f223 View commit details
    Browse the repository at this point in the history
Loading