Manu
4a3d994f92
Bump version to v0.8.3
2022-01-27 08:15:28 +04:00
Manu
1c21c3c44f
Upgrade llfuse for Flatpak ( #1179 )
2022-01-26 18:42:31 +04:00
Manu
4d399fe2ab
Remove unnecessary qtbot.wait ( #1172 )
2022-01-24 17:05:57 +04:00
yfprojects
23c47673c0
Distinguish different errors in case `borg check` failed. By @real-yfprojects ( #1163 )
2022-01-09 14:39:39 +04:00
Manu
4b5b7e20ef
Ignore encoding errors in Wifi names (darwin) ( #1158 )
2022-01-06 16:53:54 +04:00
Jonah Petri
eadb3e709a
Shows folder sizes in diff view. By @skrap ( #1156 )
2022-01-04 21:37:40 +04:00
Manu
6f29460ca7
Add Bastien to contributors ( #1148 )
2021-12-28 08:59:42 +04:00
Manu
0390a666e7
Minor/test fixes ( #1150 )
...
* Reorder asserts in test_ssh_dialog
* Prevent borg-check from running during tests
2021-12-24 14:26:21 +04:00
Manu
8b763a9af9
Remove unused setuptools-git dependency ( #1147 )
...
* Remove unused setuptools-git dependency
* Exclude macOS and pip temp files
2021-12-24 14:16:52 +04:00
Manu
60075318a6
Create missing parents of autostart folder. See #930 ( #1146 )
2021-12-24 14:04:15 +04:00
Manu
896d84415e
Remove unused pytest-runner dependency. Fixes #1136 ( #1137 )
2021-12-17 20:04:40 +04:00
Manu
2d85641d55
Update translations, ensure new store module is included ( #1139 )
2021-12-17 19:56:37 +04:00
Miro Hrončok
e6b247f9f0
Close SVG files after reading. By @hroncok ( #1135 )
2021-12-11 22:51:24 +04:00
Manu
17eb71a346
Bump version to v0.8.2
2021-11-27 20:41:45 +04:00
Manu
332d5ac0a8
Update translations
2021-11-27 20:41:42 +04:00
Manu
becb6a48d0
Fix macOS CI build ( #1123 )
2021-11-27 20:37:18 +04:00
Manu
324104bdf4
Properly save folder stats based on profile ( #1118 )
...
And bug in removing jobs when removing profile
2021-11-19 17:26:59 +04:00
Manu
0dafa9de85
Bump version to v0.8.1
2021-11-17 13:32:02 +04:00
Manu
13a25a79a2
Update translations
2021-11-17 13:31:24 +04:00
Manu
8f1fc6deb7
Notify on failed repo checks ( #1113 )
2021-11-17 13:29:22 +04:00
Manu
4c3e97a76c
Refactor: Split up vorta/models.py ( #1112 )
2021-11-17 13:14:11 +04:00
Manu
0c77fdde97
Address DB Locking issues ( #1109 )
2021-11-16 10:32:40 +04:00
Manu
5b769b104f
Make sure correct sources are removed ( #1110 )
2021-11-16 09:25:46 +04:00
Manu
09fe3aa5b8
More accurate text, when Borg is running. ( #1111 )
2021-11-15 17:21:07 +04:00
Manu
0b2a7c02c3
Remove jobs before deleting profile ( #1107 )
2021-11-15 15:18:11 +04:00
Manu
d8b61a0e33
Remove jobs if scheduler setting is changed. ( #1105 )
2021-11-15 15:02:27 +04:00
Jay Clark
228e580def
Fix next_job timer logic. By @jayeclark ( #1100 )
2021-11-12 18:31:41 +04:00
Manu
b38e986683
Use native threading module in job_manager. ( #1096 )
2021-11-12 11:05:31 +04:00
Manu
b2a08b9eb0
Update all translations
2021-11-04 14:45:11 +04:00
Manu
b88600b762
Bump version to v0.8.0
2021-11-04 14:41:38 +04:00
Philipp Hossner
fba6a2fbe7
Always handle autosave setting when saving SettingsModel ( fixes #1092 ) ( #1093 )
2021-11-02 17:10:47 +04:00
Bastien
cdb1ee26ac
Fix for #1075 ( #1090 )
2021-10-28 15:02:09 +04:00
Luka
fbbd788629
Increases the maximum allowed number in prune keep hourly to 9999 and daily to 999. ( #1089 )
...
Signed-off-by: lstrz <lstrz@users.noreply.github.com>
2021-10-27 14:56:28 +04:00
Manu
c7a1077fec
Remove APScheduler dependency, Python 3.10 support ( #1086 )
2021-10-27 08:37:28 +04:00
Manu
c963aaf3f2
Pin tzlocal version required for apscheduler ( #1085 )
2021-10-23 08:33:21 +04:00
Frederic Brodbeck
9bad152a80
Show backup size with excludes applied. By @freder ( #961 )
2021-10-18 15:41:37 +04:00
XXXBold
9919070e49
Add tooltip containing path name. By @XXXBold ( #1072 )
2021-10-13 18:40:19 +04:00
Bastien
54d8bbe6b1
Implement multiple queues. By @bastiencyr ( #1045 )
...
Scheduler now has the ability to run jobs on multiple repositories concurrently and run multiple jobs on one repo (by queuing them).
For each repository, there is one queue. I have represented a queue by a 'site'. Between sites (ie repository), tasks run concurrently. On one site, tasks run one by one. The user also run tasks by adding them to the queue but he can't run multiple backups because start backup button is disabled when a job is running.
2021-10-04 15:31:41 +04:00
Manu
06dc2489d7
Add new SSH key error ( #1070 )
2021-09-29 17:10:37 +04:00
Manu
901992f026
Bump version to v0.7.8
2021-08-26 13:02:10 +04:00
Philipp Hossner
ff010b3bc4
Handle malformed .vorta-init.json on import. Fixes #1053 . By @phihos ( #1054 )
...
Show error dialog when .vorta-init.json is malformed.
2021-08-12 08:32:08 +04:00
Olivier Le Moal
7d2dbe001d
Fix double call to on_user_click. By @olivierlemoal ( #1031 )
2021-08-02 15:02:37 +04:00
Manu
ea40d7b359
Bump version to v0.7.7
2021-06-21 10:01:18 +04:00
Manu
05efc27a2c
Update translations. Add SK .ts file. Fixes #1013
2021-06-21 10:00:42 +04:00
Manu
5d5415035a
Remove PyQt5 pinning. Fixes #1011 ( #1022 )
...
* Remove PyQt5 pinning. Fixes #1011
* Bump Borg version in GH workflow.
2021-06-21 09:30:01 +04:00
bastiencyr
5700f096bb
Fix for diff command ( #1019 )
...
Fixes #1016
2021-06-20 14:15:19 +04:00
Manu
eb037dd41b
Build fixes
2021-06-08 18:50:56 +04:00
Manu
748e546b9c
Bump version to v0.7.6
2021-06-08 18:09:43 +04:00
Philipp Hossner
5192bd132c
Import/export settings (or bootstrap with default config). By @phihos ( #955 )
2021-06-05 15:15:38 +04:00
bastiencyr
0862c827d8
Alert when deleting last profile. By @bastiencyr. ( #1006 )
...
Fixes #918
2021-06-04 11:33:16 +04:00