Stephen Birarda
|
faacd986b3
|
remove deleted backups from content archives tables
|
2018-02-16 16:01:40 -08:00 |
|
Stephen Birarda
|
cb747c9cdf
|
refresh backups for availability and restore status
|
2018-02-16 16:01:40 -08:00 |
|
Stephen Birarda
|
40078450dd
|
add API to recover from content archive
|
2018-02-16 16:01:40 -08:00 |
|
Clément Brisset
|
b05c576fc5
|
Merge pull request #12409 from birarda/feat/content-archives-tables
Add content archive tables to DS content page
|
2018-02-16 15:56:16 -08:00 |
|
Stephen Birarda
|
de75fe8e9f
|
CR fix for typo in comment
|
2018-02-16 15:37:14 -08:00 |
|
Stephen Birarda
|
2020ce5907
|
add API to recover from content archive
|
2018-02-16 15:37:14 -08:00 |
|
Stephen Birarda
|
6f8381d378
|
use automatic content archives group const
|
2018-02-16 15:34:55 -08:00 |
|
Stephen Birarda
|
910f3425f8
|
fix latest backup refreshing with no caching
|
2018-02-16 15:34:55 -08:00 |
|
Stephen Birarda
|
41b0bb8c58
|
connect download link from content archive tables
|
2018-02-16 15:34:55 -08:00 |
|
Stephen Birarda
|
2b39419795
|
keeping AYS DRY and hooking up restore/delete for content archives
|
2018-02-16 15:34:55 -08:00 |
|
Stephen Birarda
|
b019895fce
|
handle entity file upload from new content upload
|
2018-02-16 15:34:55 -08:00 |
|
Stephen Birarda
|
2d9f2ebf81
|
fix active with anchor and settings dropdowns on non-settings pages
|
2018-02-16 15:34:55 -08:00 |
|
Stephen Birarda
|
dd5a705836
|
move rolling interval backup rules to automatic content archives
|
2018-02-16 15:34:55 -08:00 |
|
Stephen Birarda
|
29ceffd7cc
|
add sections to content page for backup/restore
|
2018-02-16 15:34:54 -08:00 |
|
Stephen Birarda
|
97f7b71db2
|
Merge pull request #12427 from huffman/fix/http-connection-crash
Fix rolling backups, delete backup, and recovery id
|
2018-02-16 16:34:40 -07:00 |
|
Ryan Huffman
|
f4cde44e6a
|
Fix indentation of brace initialization
|
2018-02-16 15:25:29 -08:00 |
|
Ryan Huffman
|
a2072062f1
|
Fix recovery filename not being reset when recovery complete
|
2018-02-16 14:33:37 -08:00 |
|
Ryan Huffman
|
41d7d7efbb
|
Fix initializer list style
|
2018-02-16 14:33:19 -08:00 |
|
Ryan Huffman
|
936629ec1a
|
Update DomainContentBackupManager to use emplace_back where available
|
2018-02-16 14:13:12 -08:00 |
|
Ryan Huffman
|
27c26bab86
|
Fix ambiguous int64_t in HTTPConnection
|
2018-02-16 13:57:38 -08:00 |
|
Ryan Huffman
|
0230abea79
|
Fix backup loading not getting auto backups
|
2018-02-16 13:54:35 -08:00 |
|
Ryan Huffman
|
ec3580f596
|
Fix recovery ID not being recorded
|
2018-02-16 13:08:57 -08:00 |
|
Ryan Huffman
|
bb8caa0ce3
|
Update HTTPConnection to not use QIODevice when given a QByteArray
|
2018-02-16 13:07:45 -08:00 |
|
Ryan Huffman
|
efa55c0a63
|
Update backup delete to not break rolling backups and remove unused asset files
|
2018-02-16 13:07:17 -08:00 |
|
Clément Brisset
|
218edf878e
|
Merge pull request #12425 from birarda/bug/availability-and-description-filter
Fix isAvailable for AssetsBackupHandler and overwrite of description filter
|
2018-02-15 19:21:00 -08:00 |
|
Stephen Birarda
|
29349d7bb2
|
fix for isAvailable boolean in AssetsBackupHandler
|
2018-02-15 19:18:51 -08:00 |
|
Stephen Birarda
|
4bb8435ef8
|
don't overwrite general description object with filtered one
|
2018-02-15 19:18:22 -08:00 |
|
Stephen Birarda
|
61ccd82916
|
Merge pull request #12423 from Atlante45/feat/backups-integration
Return Backup and Recovery status and progress
|
2018-02-15 19:26:56 -07:00 |
|
Atlante45
|
b30f98d541
|
CR
|
2018-02-15 18:20:14 -08:00 |
|
Atlante45
|
f6e9d2c6dd
|
Fix race condition in Asset Server
|
2018-02-15 18:16:30 -08:00 |
|
Atlante45
|
697f0c443c
|
Fix warning
|
2018-02-15 17:43:02 -08:00 |
|
Atlante45
|
2b85634a21
|
Fix build error
|
2018-02-15 17:03:55 -08:00 |
|
Atlante45
|
cae3e0a9dc
|
Add status func to ContentSettingsBackupHandler
|
2018-02-15 17:00:24 -08:00 |
|
Atlante45
|
771e4cd9f4
|
Hook up status and progress
|
2018-02-15 16:48:21 -08:00 |
|
Atlante45
|
57410e4f1c
|
Remove ES restart after restore
|
2018-02-15 16:48:21 -08:00 |
|
Atlante45
|
b76e1b9750
|
Add backup status getters
|
2018-02-15 16:48:21 -08:00 |
|
Atlante45
|
a7ca539899
|
Simplify BackupHandler pattern
|
2018-02-15 16:48:21 -08:00 |
|
Ryan Huffman
|
1120b12b8c
|
Fix argument to isAvailable
|
2018-02-15 16:47:48 -08:00 |
|
Ryan Huffman
|
2942a53a1d
|
Add recovery mode and full backup information to DS
|
2018-02-15 16:47:48 -08:00 |
|
Ryan Huffman
|
dd0b8a0c2f
|
Add backup download API to DS
|
2018-02-15 16:47:23 -08:00 |
|
Ryan Huffman
|
9e99c5c744
|
Add restart of ES during backup recovery
|
2018-02-15 16:47:23 -08:00 |
|
Clément Brisset
|
f67931c936
|
Merge pull request #12420 from birarda/feat/content-settings-backup-handler
Add a content settings backup handler
|
2018-02-15 16:46:22 -08:00 |
|
Stephen Birarda
|
e71f2fa387
|
use QtHelpers macro for blocking invoke
|
2018-02-15 16:03:03 -08:00 |
|
Stephen Birarda
|
e06c95f586
|
make settings manager methods used for backup/restore thread safe
|
2018-02-15 15:55:13 -08:00 |
|
Stephen Birarda
|
f5cad5683d
|
make sure backup handlers end up on the correct thread
|
2018-02-15 15:39:25 -08:00 |
|
Stephen Birarda
|
f624e1b464
|
add a content settings backup handler
|
2018-02-15 15:10:51 -08:00 |
|
Stephen Birarda
|
e0e04b8bb2
|
Merge pull request #12413 from Atlante45/feat/backups-integration
Asset Server deplays queries until fully setup
|
2018-02-15 15:40:56 -07:00 |
|
Atlante45
|
3297e39c14
|
CR
|
2018-02-15 13:39:18 -08:00 |
|
Atlante45
|
d6e2814081
|
Write assets to disk when recovering full backup
|
2018-02-15 11:28:52 -08:00 |
|
Atlante45
|
9fca92facd
|
Move EntitiesBackupHandler to its own file
|
2018-02-15 11:28:52 -08:00 |
|