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

Config file scope #151

Merged
merged 5 commits into from
May 18, 2023
Merged

Config file scope #151

merged 5 commits into from
May 18, 2023

Commits on Aug 9, 2022

  1. feat(config_file): Add the 'file' scope

    STATE:
    In the 'git-config' documentation, there is the possibility to use the
    '--file <config_file>' scope.
    
    PROPOSED SOLUTION:
    - Add the 'file' scope in the resource 'scope'
    - Add the 'config_file' property
    
    Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
    jmauro authored and ramereth committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9b9227a View commit details
    Browse the repository at this point in the history
  2. test(config_file): Add test for the new 'file' scope feature

    Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
    jmauro authored and ramereth committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    684d3b8 View commit details
    Browse the repository at this point in the history
  3. test(config_file): Add integration test for 'config_file'

    Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
    jmauro authored and ramereth committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c567b4f View commit details
    Browse the repository at this point in the history
  4. doc(config_file): Update the changelog to add 'config_file' feature

    Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
    jmauro authored and ramereth committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    faf1870 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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