Julien Fontanet
ed5460273f
feat(vhd-lib): 0.1.2
2018-06-15 15:27:21 +02:00
Julien Fontanet
b91f8b21b9
feat(fs): 0.1.0
2018-06-15 15:26:48 +02:00
Julien Fontanet
5cea18e577
feat(delta NG): check VDIs before export ( #3069 )
2018-06-15 15:22:12 +02:00
Julien Fontanet
148eaa6a72
fix(xo-server/backup NG): retention checks ( #3072 )
...
They were broken by the introduction of `copyRetention`.
2018-06-15 12:13:55 +02:00
Rajaa.BARHTAOUI
80794211af
feat(xo-server,xo-web/snapshots): fast-clone to create VM from snapshot ( #3030 )
...
Fixes #2937
2018-06-14 15:01:19 +02:00
Rajaa.BARHTAOUI
75dcbae417
chore(xo-web/backup): deprecate legacy backup creation ( #3035 )
...
Fixes #2956
2018-06-14 14:18:17 +02:00
Rajaa.BARHTAOUI
b19682b3c5
fix(xo-web/New VM): networks predicate in Self Service mode ( #3027 )
...
Fixes #3011
2018-06-14 13:25:08 +02:00
badrAZ
dd3b97cae2
feat(backup/overview): add tooltip to migrate action button ( #3067 )
...
Fixes #3042
2018-06-14 11:06:28 +02:00
Julien Fontanet
79891235f3
chore(CHANGELOG): add missing entry related to prev commit
2018-06-13 15:34:11 +02:00
Julien Fontanet
1e2f72ab6b
feat(backup NG): new setting copyRetention ( #2976 )
...
Fixes #2895
2018-06-13 15:24:46 +02:00
Julien Fontanet
66d02e3808
feat(xo-server/backup NG): more logs ( #3066 )
2018-06-13 13:11:03 +02:00
Julien Fontanet
275e1f8f4c
chore(xo-server): Xapi#_assertHealthyVdiChains is sync
2018-06-13 12:01:41 +02:00
Julien Fontanet
84dbbb0fbb
chore(xo-server/backups-ng): add FIXME
2018-06-13 11:33:05 +02:00
Julien Fontanet
a36ef5209c
fix(backup NG): only display the concerned tasks ( #3063 )
...
Allows us to add other tasks if necessary without breaking xo-web listing and the backup reports.
2018-06-12 13:18:46 +02:00
badrAZ
3497889302
fix(backup-ng): only display the concerned tasks
2018-06-12 11:53:43 +02:00
badrAZ
0a2f6b4ce7
feat(xo-web/backupNg/new): improve backupNg feedback ( #2873 )
...
See #2711
2018-06-12 11:52:19 +02:00
Julien Fontanet
f8be44d746
chore(xo-server): remove Xapi#barrier legacy type param
2018-06-11 18:00:16 +02:00
Julien Fontanet
379253c5ae
chore(xen-api): lodash.forEach is unnecessary here
2018-06-11 17:57:02 +02:00
Julien Fontanet
aed1ba474c
chore(xen-api): remove unnecessary test
...
`eventWatchers` is defined if event watching is enabled which is always the case here.
2018-06-11 17:55:47 +02:00
badrAZ
bc72e67442
feat(backup NG): new option to shutdown VMs before snapshot ( #3060 )
...
Fixes #3058
2018-06-11 17:25:18 +02:00
Julien Fontanet
26c965faa9
feat(xen-api/examples): handle cancelation
2018-06-11 15:48:43 +02:00
Pierre Donias
b3a3965ed2
feat(xo-web/SR): copy VDIs' UUIDs from Disks tab ( #3059 )
...
Fixes #3051
2018-06-11 14:57:37 +02:00
Jon Sands
d7fa68248c
grammar updates v17 ( #141 )
...
* remove special chars
* grammar updates v17
* fix duplicate deploy instructions, commands
fix vm start command using old VM name, clean up duplicate deploy
instructions. Also add "first login" info with default credentials
2018-06-09 09:54:50 +02:00
Julien Fontanet
7f88b46f4c
chore(xen-api/examples): update deps
2018-06-08 15:36:29 +02:00
badrAZ
dd60d82d3d
fix(xo-web/Backup-ng/logs): ability to retry a single failed/interrupted VM backup ( #3052 )
...
Fixes #2912
2018-06-08 10:52:38 +02:00
Julien Fontanet
4eeb995340
chore(CHANGELOG): update for next release
2018-06-08 10:32:00 +02:00
Julien Fontanet
1d29348e30
feat(xo-server-backup-reports): 0.12.1
2018-06-07 18:46:53 +02:00
Pierre Donias
a24db3f896
fix(xo-web/SortedTable): show grouped actions when all items selected ( #3049 )
...
Fixes #3048
2018-06-07 17:26:58 +02:00
Julien Fontanet
cffac27d0a
feat(xo-server/jobs): implement cancelation ( #3046 )
...
Related to #3047
This is the first step toward Backup NG cancelation, the server side stuff should be ok (but need testing), so the next step is to expose it in the UI.
2018-06-07 17:20:06 +02:00
Julien Fontanet
b207cbdd77
feat(fs/read): read part of a file in an existing Buffer ( #3036 )
...
Easier to use and probably more efficient than `createReadStream` for this specific usage.
2018-06-07 17:19:33 +02:00
badrAZ
10baecefb9
fix(xo-server-backup-reports): not display size and speed if not have a transfer/merge ( #3038 )
2018-06-07 16:34:49 +02:00
badrAZ
42620323a9
fix(xo-web/Backup-ng): add label to Edit action ( #3045 )
...
Fixes #3043
2018-06-07 16:21:31 +02:00
Julien Fontanet
4d91006994
feat(xo-server/backupNg.getAllLogs): sort tasks ( #3041 )
2018-06-07 14:04:46 +02:00
badrAZ
a81f0b9a93
feat(xo-web/Backup NG/logs): display whether the export is delta/full ( #3023 )
...
See #2711
2018-06-07 12:30:44 +02:00
Julien Fontanet
2cee413ae1
chore(PR template): should reference issue
2018-06-07 12:14:58 +02:00
Nicolas Raynaud
53099eacc8
chore(xo-vmdk-to-vhd): split a file and rename some consts ( #2966 )
2018-06-06 16:49:18 +02:00
badrAZ
b628c5c07e
fix(xo-server-backup-reports): handle the case when a transfer/merge fail ( #3020 )
2018-06-06 15:21:46 +02:00
Julien Fontanet
12889b6a09
fix(xo-server/Xapi#importDeltaVm): correctly copy task prop ( #3034 )
2018-06-06 14:26:19 +02:00
badrAZ
0c23ca5b66
feat(xo-web/Backup NG/logs): details are now dynamic ( #3031 )
2018-06-06 14:25:31 +02:00
Pierre Donias
d732ee3ade
fix(xo-web/file restore NG): restrict to Premium ( #3032 )
2018-06-06 13:37:28 +02:00
badrAZ
65cb0bc4cf
fix(xo-server-backup-reports): correctly send status to Nagios ( #3019 )
...
Fixes #2991
2018-06-05 17:55:06 +02:00
badrAZ
1ba68a94e3
fix(xo-server): vm.xenTools.*
must be numbers ( #3022 )
2018-06-05 14:30:30 +02:00
Julien Fontanet
084430451a
feat(xo-web): 5.20.1
2018-05-31 21:00:34 +02:00
Julien Fontanet
458a4d4efe
fix(xo-web/backup NG logs): dont display size/speed if size is 0
2018-05-31 20:59:47 +02:00
Jon Sands
92a67bf5fb
remove special chars ( #140 )
2018-05-31 20:26:07 +02:00
Jon Sands
b20a46da76
first pass of new concurrency section ( #139 )
2018-05-31 20:07:42 +02:00
Julien Fontanet
62eeab2a74
feat(xo-web): 5.20.0
2018-05-31 18:33:13 +02:00
Julien Fontanet
790b43910d
feat(xo-server): 5.20.0
2018-05-31 18:33:13 +02:00
Julien Fontanet
ba65461c4d
feat(xo-server-usage-report): 0.5.0
2018-05-31 18:29:45 +02:00
Julien Fontanet
5bd468791f
feat(xo-server-backup-reports): 0.12.0
2018-05-31 18:28:21 +02:00