Revisions of vorta

buildservice-autocommit accepted request 1139453 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 44)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1138162 from Malcolm Lewis's avatar Malcolm Lewis (malcolmlewis) (revision 43)
- Updated to version 0.9.1:
  * Profile Sidebar and New Setting Interface,
    (gh#borgbase/vorta#1809).
  * Exclude GUI, (gh#borgbase/vorta#1846).
  * Use Qt6 for the interface, (gh#borgbase/vorta#1685).
  * Integration testing with Borg and increased coverage.
- Changes from version 0.9.0:
  * 0.9 branch now uses PyQt6 under the hood.
- Rename fix-dependencies.patch to vorta-fix-dependencies.patch
  and rebase.
- Spec file tidy up.
buildservice-autocommit accepted request 1080885 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 42)
baserev update by copy to link target
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 1080426 from Jaime Marquínez Ferrándiz's avatar Jaime Marquínez Ferrándiz (jaimeMF) (revision 41)
- Install the appdata.xml file
- update to 0.8.12:
  * see https://github.com/borgbase/vorta/releases/tag/v0.8.12
  * Removes a leftover dependency of paramiko
- update to 0.8.11:
  * see https://github.com/borgbase/vorta/releases/tag/v0.8.11
  * Retain sort settings in extract, diff and source views.
  * Support new Borg diff types.
  * Remove Paramiko dependency.
  * Migrate from appdirs to platformdirs.
  * Add tooltips to many settings in Misc tab.
  * Allow adding a SSH key when no repo was added yet.
- Refresh fix-dependencies.patch
buildservice-autocommit accepted request 1066331 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 40)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1066107 from C J's avatar C J (CJ) (revision 39)
- Add the missing applications menu icon
buildservice-autocommit accepted request 1060722 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 38)
baserev update by copy to link target
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 1060707 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 37)
- update to 0.8.10:
  * see https://github.com/borgbase/vorta/releases/tag/v0.8.10
  * Add Borg v2 compatibility (based on beta4).
  * Improve Linux desktop tray behavior.
  * Improve check and extract commands.
  * Fix blocking issue with temp file when extracting files
buildservice-autocommit accepted request 1034707 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 36)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1034624 from Jaime Marquínez Ferrándiz's avatar Jaime Marquínez Ferrándiz (jaimeMF) (revision 35)
- Update to 0.8.9
  * Supply repository and archive name to borg in BorgListArchiveJob.
  * Add missing brackets fixing BorgListArchiveJob.
  * Add Dutch language update
  * Pin pyobjc to v8 branch
- Update to 0.8.8
  * This version adds compatibility for Borg v1.2.2 and addresses several
    smaller UI bugs.
  * Fix sorting of diff results.
  * Remove legacy tree_view (tree model) implementation.
  * Remove unset repository value from combobox when a repo is selected.
  * Replace --prefix with -a for borg v1.2.2 also.
  * Use isomtime instead of mtime from borg v1.2.2 on.
  * Add compatibility feature V122.
  * Link to report form chooser for critical errors. (#1451)
  * (real-yfprojects/profile-sidebar, real-yfprojects/master) Update
    actions/checkout to v3. (#1433)
  * Add default unset value to repo combobox. By @real-yfprojects (#1429)
  * Enhance community docs and bug reporting. By @real-yfprojects (#1419)
  * Add pull request template.
  * Add CONTRIBUTING file.
  * Create feature_request.md
  * Create bug_form.yaml
  * Create config.yml
  * Update bug_report.md
  * Log the error when parsing a file in ~/.ssh fails. (#1410)
  * Hide SSH dropdown for local repos. By @real-yfprojects (#1407)
  * Add badges to README.md. (#1406)
  * Improve tooltips in archive tab. By @real-yfprojects (#1401)
  * Run hooks on the code base.
  * Configure pre-commit hooks and configure black for tests also.
  * Create .git-blame-ignore-revs (#1395)
  * Move linting to the top in test.yml (#1391)
  * Apply automatic formatting
  * Add config files for autmatic formatting
  * Cleanup temp files. By @marco44 (#1384)
  * Add spaces after assert and enhance git py diff. By @real-yfprojects (#1385)
  * Improve the extract and diff dialog. By @real-yfprojects (#1219)
  * (real-yfprojects/sort-diff-result, sort-diff-result-2) Add icons to display
    mode combobox.
  * Add icon for folder on top button.
  * Improve extract dialog GUI.
  * Add sorting to ExtractDialog.
  * Implement extracting exactly the selected files.
  * Use new treemodel for extract dialog.
  * Keep GUI responsive while processing diff results.
  * Open DiffResultDialog as a normal dialog instead of a sheet.
  * Update diffresult.ui with new features and prettyfy it.
  * Use new treemodel for diff view.
  * Implement fresh TreeModel for TreeViews.
  * Add missing Qt dependency for tests (#1376)
  * Fix seconds and microseconds for fixed schedule and fix scheduling for the same day. (#1368)
  * Log json diff line parsing errors. By @real-yfprojects (#1369)
buildservice-autocommit accepted request 985608 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 34)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 984315 from Jaime Marquínez Ferrándiz's avatar Jaime Marquínez Ferrándiz (jaimeMF) (revision 33)
- Update to 0.8.7
  * Deal with new archive_progress key (#1353)
  * Raise ValueError in case of unknown change type in diff json. By @real-yfprojects (#1350)
  * Fix unlink action when repo combobox is empty. By @real-yfprojects (#1342)
  * Show date of next backup. By @tal66 (#1319)
- Update to 0.8.6
  * Remove call to QTranslator.language() in get_locale. (#1316)
- Update to 0.8.5
  * Fix macOS Archive settings form sizing (#1311)
  * Fix copying the current repo to the clipboard. By @real-yfprojects (#1313)
  * Determine source files for translations dynamically. By @real-yfprojects (#1309)
  * Remove leftovers in repo selector (#1308)
  * Pause scheduling temporarily on failures. By @real-yfprojects (#1299)
  * Only schedule backup after a manual run, improve labels. @real-yfprojects (#1302)
  * Select and delete multiple archives. By @real-yfprojects (#1307)
  * Preserve last creation log per profile for scheduler. By @real-yfprojects (#1296)
  * Don't schedule if no repo is set. By @real-yfprojects (#1288)
  * Hotfix for right-click archive menu. By @real-yfprojects (#1285)
buildservice-autocommit accepted request 979124 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 32)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 978312 from Jaime Marquínez Ferrándiz's avatar Jaime Marquínez Ferrándiz (jaimeMF) (revision 31)
- Update to 0.8.4
  * Major changes:
    * Improve UX and HIG-conformity. By @real-yfprojects (#1176)
    * Rewrite scheduler logic. By @real-yfprojects (#1204)
  * Other improvements:
    * Change default returncode for log. By @real-yfprojects (#1193)
    * Update next backup time label. By @real-yfprojects (#1180)
    * Support new borg compact command (#1205)
    * Change keyring label to improve UX on Gnome. By @real-yfprojects (#1181)
    * Add missing translate strings. By @delfino-nunez (#1229)
    * Fix setting a timer value too large for C++ int. (#1230)
    * Add missing translation marking. By @delfino-nunez (#1240)
    * Use accept-new for host keys. By @delfino-nunez (#1238)
    * Properly set dialog titles. By @delfino-nunez (#1246)
    * Use fnmatch for exclude patterns. By @real-yfprojects (#1253)
    * Add a button to mount full repository. By @real-yfprojects (#1257)
    * Clarify enable_background_question label. By @real-yfprojects (#1262)
    * Improve SecretStorage locking behavior. By @Aeysol (#1255)
    * Set repo stats to N/A after delete or prune. By @real-yfprojects (#1251)
    * Improve keyring logging. By @real-yfprojects (#1263)
    * Better diff selection without extra dialog. By @real-yfprojects (#1235)
    * Add support for special file types in borg diff output. By @real-yfprojects (#1265)
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 952111 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 30)
- Update to 0.8.3
  * Distinguish different errors in case borg check failed.
    By @real-yfprojects (#1163)
  * Close SVG files after reading. By @hroncok (#1135)
  * Shows folder sizes in diff view. By @skrap (#1156)
  * Ignore encoding errors in Wifi names (darwin) (#1158)
  * Upgrade llfuse for Flatpak (#1179)
  * Bump macOS updater to Sparkle 2.0 (#1186)
  * Minor test fixes (#1150, #1147, #1146)
- Rebase patch:
  * fix-dependencies.patch
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 943107 from Marcus Hann's avatar Marcus Hann (marcushann) (revision 29)
- Update to 0.8.2
  * Refactor Borg job scheduling. By @bastiencyr
  * Remove APScheduler dependency and use QTimer directly
  * Python 3.10 compatibility
- Update to 0.8.1
  * Use native threading module in job_manager. (#1096)
  * Fix next_job timer logic. By @jayeclark (#1100)
  * Remove jobs if scheduler setting is changed. (#1105)
  * Remove jobs before deleting profile (#1107)
  * Make sure correct sources are removed (#1110)
  * Address DB Locking issues (#1109)
  * Refactor: Split up vorta/models.py (#1112)
  * Notify on failed repo checks (#1113)
- Update to 0.8.0
  * Implement multiple queues. By @bastiencyr (#1045)
  * Show backup size with excludes applied. By @freder (#961)
  * Remove APScheduler dependency, Python 3.10 support (#1086)
  * Add tooltip containing path name. By @XXXBold (#1072)
  * Increases the maximum allowed number in prune keep. By @lstrz (#1089)
  * Always handle autosave setting when saving SettingsModel. By @phihos (#1093)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 940263 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 28)
- pytest-runner is deprecated
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 915298 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 27)
- Update to 0.7.8:
  * Fix double call to on_user_click
  * Handle malformed .vorta-init.json on import
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 904387 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 26)
- Update to 0.7.7
  * New features:
    + Import/export settings (or bootstrap with default config)
    + Add support for 'diff --json-lines'
  * Bugfixes and refinements:
    + Alert when deleting last profile
    + Put folders first in diff/extract
    + Skip sizing folders on permission error
    + Called set_progress() on wrong class
    + Fix color for eye icon when masking password 
    + Refuse to add inaccessible folders, warn on inaccessible files during backup 
    + Open window on left-click on Linux
    + Fix issue #940 - KeyError in get_dict_from_list
    + Correctly rename profile in dropdown
    + Fix 'list --json-lines' command when only a single result line is output
buildservice-autocommit accepted request 885902 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 25)
baserev update by copy to link target
Displaying revisions 1 - 20 of 44
openSUSE Build Service is sponsored by