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

feat(backend)!: Add backend to config and use rustic_backend #977

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Jan 1, 2024

  1. feat(config): add backend options to config

    Signed-off-by: simonsan <[email protected]>
    
    refactor: commands now use the new backend struct from rustic_backend
    
    Signed-off-by: simonsan <[email protected]>
    
    refactor: change config files and implement test to parse all config files with new settings for rustic_backend
    
    Signed-off-by: simonsan <[email protected]>
    
    fix: typo
    
    Signed-off-by: simonsan <[email protected]>
    
    style: dprint fmt
    
    Signed-off-by: simonsan <[email protected]>
    
    testing: use result
    
    Signed-off-by: simonsan <[email protected]>
    simonsan committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    1683847 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into backend-config

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    9cdf754 View commit details
    Browse the repository at this point in the history
  3. chore: update lockfile

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    cea65ca View commit details
    Browse the repository at this point in the history
  4. fix: fix parsing of [[copy]] section

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    4eeb8d8 View commit details
    Browse the repository at this point in the history
  5. docs(config): fix some more descriptions

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    10b7c1c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. WIP Temp settings

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1ec83f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    bc49b67 View commit details
    Browse the repository at this point in the history
  2. fix path

    aawsome committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    78343aa View commit details
    Browse the repository at this point in the history
  3. copy: Use target profile

    aawsome committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    9096ee1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    8af0ca4 View commit details
    Browse the repository at this point in the history
  2. fix clippy lint

    aawsome committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    aa56949 View commit details
    Browse the repository at this point in the history