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

fix(core): store the repository globally #174

Merged
merged 2 commits into from
Jul 18, 2023

Commits on Jul 16, 2023

  1. fix(core): rename the type to repository name

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3ff3213 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fix(core): store the repository globally

    While working with coffee, we noted that there was a
    limitation on how we store the repositories.
    
    In fact, we store them once per network, and this causes problem
    when we try to work with multiple networks,
    and installing the same plugins.
    
    Now with this commit, we store the repositories globally,
    outside of the configuration network, so in this way we
    can download once the remote is on and use
    it in multiple directories.
    
    Link: #172
    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a104871 View commit details
    Browse the repository at this point in the history