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

New features for next release #21

Merged
merged 66 commits into from
Apr 12, 2021
Merged

New features for next release #21

merged 66 commits into from
Apr 12, 2021

Commits on Mar 15, 2021

  1. feat: add init command

    The logic inside the root command is moved outside a init controller.
    To easily bootstrap the application I've also created the init command
    CasvalDOT committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    3487851 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06e181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2914c9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a345ef6 View commit details
    Browse the repository at this point in the history
  5. refactor: init is not globally anymore

    The new command init change some rules. Instead of execute
    the init command once, now each command in the PreRun hook
    launch the init function. Probabilly is more verbose but more clear
    instead of creating if statement for filter the execution of the
    function
    CasvalDOT committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    60b0d27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acce835 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    2ba5629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0f751 View commit details
    Browse the repository at this point in the history
  3. chore: change labels

    CasvalDOT committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ec89973 View commit details
    Browse the repository at this point in the history
  4. feat: search through includes

    Add the ability to search and resolve the includes folder and
    files declared inside .ssh/config
    CasvalDOT committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f6c66b2 View commit details
    Browse the repository at this point in the history
  5. fix: add missing ~ handling

    CasvalDOT committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8eedc2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cbad01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e261fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f8c568 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    5af793b View commit details
    Browse the repository at this point in the history
  2. refactor: clean code

    I've also remove the * application in the folders found in .ssh/config
    CasvalDOT committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2a3a800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ca666a View commit details
    Browse the repository at this point in the history
  4. style: clean code

    CasvalDOT committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    9c67327 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. docs: add image into README

    CasvalDOT committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a85caec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6edc66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94288c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    72105a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dab0b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e8651d View commit details
    Browse the repository at this point in the history
  4. refactor: add multiprovider logic without break single provider

    The new provider management break the configuration of the user.
    For avoid that, I've add a few line on codes for hanle both single-provider logic
    and multi-provider too
    CasvalDOT committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    7397d6c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. docs: add tags

    CasvalDOT committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    95bc7f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47fc89a View commit details
    Browse the repository at this point in the history
  3. docs: fix driver name

    CasvalDOT committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    4b6c627 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2985903 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d50ab09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ea9fea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e904b3b View commit details
    Browse the repository at this point in the history
  8. style: remove empty line

    CasvalDOT committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    0064abf View commit details
    Browse the repository at this point in the history
  9. test: add more unit test

    CasvalDOT committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    992fff8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3bc11f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d17b4f5 View commit details
    Browse the repository at this point in the history
  12. docs: add contributors

    CasvalDOT committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    f56c26e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    125a44e View commit details
    Browse the repository at this point in the history
  2. docs: add marker

    CasvalDOT committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    b37a542 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21141f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    916b246 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad6ac3d View commit details
    Browse the repository at this point in the history
  6. chore: remove debug log

    CasvalDOT committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    97536dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6c1a53 View commit details
    Browse the repository at this point in the history
  8. refactor: remove automatic init logic

    The automatic init logic is useful, but create overhead.
    I will try the "manual" approach.
    CasvalDOT committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    729880a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7301ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c417a3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92422af View commit details
    Browse the repository at this point in the history
  12. feat: improve error handler

    CasvalDOT committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    62957ed View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    d57b8f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3537d0 View commit details
    Browse the repository at this point in the history
  3. docs: add space

    CasvalDOT committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    eae3263 View commit details
    Browse the repository at this point in the history
  4. docs: remove space

    CasvalDOT committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    35ee86b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. docs: update

    chore: remove comment
    
    chore: remove comment
    
    chore: remove comment
    
    chore: remove comment
    
    chore: remove comment
    CasvalDOT committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f04dd2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7787780 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. refactor: change configuration check strategy

    Instead of create a file called init that describe the application as
    configured, the access date and the last modified date will check.
    If these attributes have the same date, it will be that the file is
    just created, so it need to edit.
    CasvalDOT committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    a6e2f7e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

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

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    5bb8458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a54cc09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03c47e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    097f1ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    628fd38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    436d96f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b50058 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97585f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e57106e View commit details
    Browse the repository at this point in the history