Commit Graph

598 Commits

Author SHA1 Message Date
Manu 33576453cd Properly populate SSH keys. Fixes #7 2018-11-13 09:19:55 +08:00
Manu 3ec781081d Pass on error message for repo adding. Fixes #12 2018-11-13 09:08:24 +08:00
Manu 617c8d1c37 Fixes Sentry issue VORTA-MACOS-1T - missing mount cmd after failed preparation. 2018-11-13 08:12:17 +08:00
Manu b13b6f91c1 Bump version: 0.3.1 → 0.3.2 2018-11-09 22:47:47 +08:00
Manu 810a8026fa Fix typo when selecting notificaton platform. Fixes #11 2018-11-09 22:26:22 +08:00
Manu 11d02005f6 Bump version: 0.3.0 → 0.3.1 2018-11-09 14:01:29 +08:00
Manu 57c0c4d47b Limit objc dependency. Fix maximize issue. 2018-11-09 14:01:16 +08:00
Manu 20ab578a17 Fix issue with window maximization. 2018-11-07 00:10:34 +08:00
Manu 3b2570cd02 Bump version: 0.2.9 → 0.3.0 2018-11-06 14:47:30 +08:00
Manu 64b391fae1 Add more tests and sample borg output. 2018-11-06 14:47:04 +08:00
Manu 33f7919bb5 Add notifications. Fixes for #2. 2018-11-06 13:13:49 +08:00
Manu 755f57d66b Bump version: 0.2.8 → 0.2.9 2018-11-05 23:12:43 +08:00
Manu 15a007a074 Attempt to fix unresponsive parent process on macOS. 2018-11-05 23:07:42 +08:00
Manu 5f494fb38e Refactor Borg commands into modules. Add pruning and checking to background scheduler. 2018-11-04 23:37:46 +08:00
Manu aff7816201 Implement prune and list commands. Refactor BorgThread package. 2018-11-04 16:23:17 +08:00
Manu 3ee8a35ded Refactor BorgThread into new class to support different commands. 2018-11-03 16:55:38 +08:00
Manu 951e4b8cef Bump version: 0.2.7 → 0.2.8 2018-11-03 02:07:13 +08:00
Manu 054146cead Bump version: 0.2.6 → 0.2.7 2018-11-03 02:05:36 +08:00
Manu 78e4b6d8a7 Add migration for changed wifi. Fix selection issue with unlinking repo. 2018-11-03 01:55:13 +08:00
Manu 9b98afe444 Bump version: 0.2.5 → 0.2.6 2018-11-03 00:33:49 +08:00
Manu 7220f6bea7 Add current version to Sentry log. 2018-11-03 00:33:37 +08:00
Manu 85708995ff Bump version: 0.2.4 → 0.2.5 2018-11-02 23:46:48 +08:00
Manu 7eefe354ae Fixes to packaging 2018-11-02 23:46:14 +08:00
Manu cdfe2ecbb7 Bump version: 0.2.3 → 0.2.4 2018-11-02 21:51:05 +08:00
Manu 180f4a1d80 Update icon resources. 2018-11-02 21:50:54 +08:00
Manu 20252cfca7 Refactor BorgThread into 2 separate classes. 2018-11-02 21:44:49 +08:00
Manu ae7f52de09 Bump version: 0.2.2 → 0.2.3 2018-11-02 19:24:38 +08:00
Manu 69f0e74ca2 Implement removing a repo. 2018-11-02 19:22:00 +08:00
Manu 54cd7c9dc9 Improve the connection between BorgThread and all other Widgets to show an accurate status. Allow copying public SSH key to clipboard. 2018-11-02 18:35:31 +08:00
Manu 0da0af1dae Bump version: 0.2.1 → 0.2.2 2018-11-02 14:06:31 +08:00
Manu 72a8a1fcd4 Readme and screencast update. Add stubs for SSH/repo editing. 2018-11-02 14:06:25 +08:00
Manu bfc8d55370 Bump version: 0.2.0 → 0.2.1 2018-11-02 00:53:53 +08:00
Manu 3a5eafd061 Replace peewee_migrate with native solution. Fix window activation. 2018-11-02 00:53:41 +08:00
Manu 8bf2c54c38 Add support for database migrations. 2018-11-01 20:02:29 +08:00
Manu dc2a156855 Extend snapshot Model. 2018-11-01 19:35:07 +08:00
Manu da4b9dbbed Workaround for pyinstaller-keyring issue. 2018-11-01 15:02:56 +08:00
Manu 6e4fcb9583 Improve packaging 2018-11-01 13:11:37 +08:00
Manu a9d01a4db4 Fixes attribute error in #1. 2018-11-01 09:10:11 +08:00
Manu 5bc5a198cf Bump version: 0.1.0 → 0.2.0 2018-11-01 00:10:57 +08:00
Manu f05b020771 Refactoring around single backup function. 2018-11-01 00:09:01 +08:00
Manu 44cbd0e127 Fix scheduler issues. 2018-10-31 20:44:29 +08:00
Manu c896388ae8 Subclass QApplication. 2018-10-31 19:14:12 +08:00
Manu 7549e73189 Start adding tests. Work on scheduler-tab. (both WIP) 2018-10-31 01:46:37 +08:00
Manu 4f0de320c4 Make BorgThread more independent. Fix issue when calling from apscheduler. 2018-10-30 01:25:28 +08:00
Manu b9d4d57f33 Add EventLog 2018-10-29 21:23:42 +08:00
Manu 015b25f34b Add scheduler view (WIP) 2018-10-29 14:59:24 +08:00
Manu ff37a8e6e0 Improve finding assets, make cancelling more reliable. 2018-10-29 13:49:25 +08:00
Manu df04edb222 Change to src-based layout. Start work on scheduler. 2018-10-29 13:12:45 +08:00