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

Launch Add new repository when Add existing repository fails/is not initialized. #1816

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    7b80066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f07abd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    b4f2e64 View commit details
    Browse the repository at this point in the history
  2. some enhancements to ExistingRepoWindow: to allow creation of a new r…

    …epo in case the addition of an existing one fails/its not initialized
    SAMAD101 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    55ede38 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    690d837 View commit details
    Browse the repository at this point in the history
  2. added qmessagebox

    SAMAD101 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e8afe15 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. added differentiation for adding repo via folder and remote, implemen…

    …ting setting of values from the values method
    SAMAD101 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    44639da View commit details
    Browse the repository at this point in the history
  2. added differentiation for adding repo via folder and remote, implemen…

    …ting setting of values from the values method
    SAMAD101 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7023ab6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. shortened

    SAMAD101 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    780082e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 29, 2023

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

Commits on Oct 5, 2023

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

Commits on Oct 6, 2023

  1. Simplify code, make it more modular.

    This improves the code that open the `AddRepoWindow` when one tries to add an existing repo although it doesn't exist.
    
    * src/vorta/views/repo_add_dialog.py
    real-yfprojects committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    45176f8 View commit details
    Browse the repository at this point in the history
  2. Store full error (log) messages for borg jobs and fix new feature.

    This allows accessing `msgid` from `ExistingRepoWindow`.
    
    * src/vorta/application.py
    * src/vorta/borg/borg_job.py
    * src/vorta/views/repo_add_dialog.py
    * tests/unit/test_repo.py
    real-yfprojects committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f71c8f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Pass is_remote_repo attribute between the dialog.

    Now when the `AddRepoWindow` with the values from `ExistingRepoWindow` the `is_remote_repo` attribute will be restored,
    preventing an error message when trying to add the repository.
    
    * src/vorta/views/repo_add_dialog.py
    real-yfprojects committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    cff9e3a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 17, 2023

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

Commits on Jan 9, 2024

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

Commits on Jan 11, 2024

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

Commits on Feb 22, 2024

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

Commits on Feb 25, 2024

  1. fix for remote repos

    SAMAD101 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    41ea359 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    978304f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49bfe55 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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