Rajaa.BARHTAOUI
ef09a42a89
feat(xo-web): disconnect VDI from Health view ( #2655 )
...
See #2505
2018-03-08 14:48:30 +01:00
Julien Fontanet
74d8f2a859
fix(xo-server): test with Babel 7
2018-03-08 11:00:00 +01:00
Julien Fontanet
48910f9c0f
fix(xo-server/remote-handlers): do not swallow sync() value
2018-03-08 10:51:24 +01:00
Julien Fontanet
788a1accbd
feat(xo-server): update to Babel 7 ( #2731 )
2018-03-08 10:11:14 +01:00
Julien Fontanet
b254e7e852
chore: update dependencies
2018-03-08 00:13:54 +01:00
Julien Fontanet
e288fa1b8a
feat(xo-web): 5.17.1
2018-03-07 21:22:18 +01:00
Julien Fontanet
eb9ec68494
feat(xo-server): 5.17.1
2018-03-07 21:21:33 +01:00
Julien Fontanet
10ab4f2d79
fix(xo-server): work around minor Babel issue
2018-03-07 21:11:20 +01:00
badrAZ
b1986dc275
feat(Backups NG): second iteration ( #2718 )
2018-03-07 20:57:28 +01:00
Julien Fontanet
831e36ae5f
fix(xo-server/exportDeltaVm): cannot assign ro name_label
2018-03-07 20:41:20 +01:00
Julien Fontanet
77a2d37d98
fix(xo-server/exportDeltaVm): do not leak the snapshot name
...
Fixes #2727
2018-03-07 20:30:09 +01:00
Julien Fontanet
37b90e25dc
fix(xo-server/jobs): userId
s are strings
...
Fixes #2728
2018-03-07 20:17:22 +01:00
Julien Fontanet
41f16846b6
chore(xo-server): addChecksumToReadStream → createChecksumStream ( #2725 )
...
`addChecksumToReadStream` was overly complicated and its usage was limited.
`createChecksumStream` is similar but does not pipe the readable stream in by itself.
2018-03-06 17:48:21 +01:00
Julien Fontanet
3e89c62e72
chore(xo-server): replace eventToPromise with fromEvent
2018-03-06 16:40:29 +01:00
Julien Fontanet
b7d3762c06
chore(xo-server): delete unused schedules on clean
2018-03-06 16:39:00 +01:00
Julien Fontanet
481bc9430a
chore(xo-server/utils): remove unnecessary moment-timezone import
2018-03-06 16:38:07 +01:00
Julien Fontanet
13f2470887
chore(xo-server): remove createRawObject
...
Replace both `createRawObject()` and `Object.create()` by `{ __proto__: null }`.
2018-03-06 16:36:41 +01:00
Julien Fontanet
0308fe4e6e
chore(xo-server): add checksum handling for VM import
2018-03-06 16:36:13 +01:00
Julien Fontanet
197273193e
chore(xo-server): explicitly check for a schedule
2018-03-06 16:35:42 +01:00
Julien Fontanet
e4b11a793b
chore(xo-server): move checksum streams into own module
2018-03-06 16:34:22 +01:00
Julien Fontanet
927d3135c4
chore(xo-server): rename removeSchedule to deleteSchedule
2018-03-06 16:32:59 +01:00
Julien Fontanet
aa533c20d6
fix(xo-server): respect compression param
2018-03-06 16:31:11 +01:00
Julien Fontanet
7fd615525a
chore(xen-api): TODO do not cancel a finished task
2018-03-06 16:26:05 +01:00
Julien Fontanet
6abf3fc0af
feat: add code of conduct
2018-03-06 10:18:05 +01:00
Julien Fontanet
6bb0929822
chore(xo-server/backupNg): remove unnecessary destructuring
2018-03-03 10:51:57 +01:00
Julien Fontanet
feebc04e55
chore(xo-server/BackupsNg): remove schedule default value
...
A backup NG job cannot be run without a schedule anyway
2018-03-03 10:26:45 +01:00
Julien Fontanet
2d406cd7c1
chore(xo-server/backupNg): rename importVmbackup{Ng,}
2018-03-03 10:25:01 +01:00
Julien Fontanet
788bfe632f
chore(xo-server/exportDeltaVm): pass cancel token to _snapshotVm
2018-03-03 10:21:10 +01:00
Julien Fontanet
1149102f37
chore(xo-server/exportDeltaVm): pass name to _snapshotVm
...
Instead of setting it manually afterward.
2018-03-03 10:20:35 +01:00
Julien Fontanet
8bd949f618
chore(xo-server/exportDeltaVm): use _snapshotVm directly
2018-03-03 10:19:51 +01:00
Julien Fontanet
489b142a66
chore(xo-server): remove unnecessary getObject in exportDeltaVm
2018-03-03 10:15:24 +01:00
Julien Fontanet
cbbbb6da4f
chore(xo-server): doc attrs of VMs created by Backup NG
2018-03-03 10:14:06 +01:00
Julien Fontanet
6701c7e3af
chore(xo-server): use checksumFile helper unlink
2018-03-03 10:07:09 +01:00
Julien Fontanet
ecd460a991
feat(xo-web): 5.17.0
2018-03-02 19:57:24 +01:00
Julien Fontanet
b4d7648ffe
feat(xo-server): 5.17.0
2018-03-02 19:57:04 +01:00
Julien Fontanet
eb3dfb0f30
feat(Backups NG): first iteration ( #2705 )
2018-03-02 19:56:08 +01:00
Julien Fontanet
2b9ba69480
fix(xo-server): getJob return the correct job
2018-03-02 19:53:16 +01:00
Julien Fontanet
8f784162ea
chore(xo-server): Xapi#exportDeltaVm make streams writable
2018-03-02 19:52:35 +01:00
Julien Fontanet
a2ab64b142
chore(xo-server): Xapi#exportDeltaVm accept a snapshot
2018-03-02 19:52:00 +01:00
Julien Fontanet
052817ccbf
chore(xo-server): RemoteHandler#rename handle cheksum
2018-03-02 19:51:03 +01:00
Julien Fontanet
48b2297bc1
chore(xo-server): handle nested job props ( #2712 )
2018-03-02 19:29:08 +01:00
Nicolas Raynaud
e76a0ad4bd
feat(xo-server): improve VHD merge speed ( #2643 )
...
Avoid re-opening/closing the files multiple times, introduce a lot of latency in remote FS.
2018-03-02 19:08:01 +01:00
Olivier Lambert
baf6d30348
fix(changelog): remove useless spaces
2018-03-02 18:31:32 +01:00
Olivier Lambert
7d250dd90b
feat(changelog): move and update changelog
2018-03-02 18:30:22 +01:00
Rajaa.BARHTAOUI
efaabb02e8
feat(xo-web): confirm modal before host emergency shutdown ( #2714 )
...
Fixes #2230
2018-03-02 18:05:58 +01:00
Julien Fontanet
0c3b98d451
fix(xo-server): forward createOutputStream errors with checksum
2018-03-02 15:29:26 +01:00
Julien Fontanet
28d1539ea6
fix(xo-server): fix Xapi#snapshotVm
...
It was broken by #2701 .
2018-03-02 10:53:49 +01:00
Julien Fontanet
8ad02d2d51
feat(xo-web): ActionButton accept data-* props instead of handlerParam ( #2713 )
2018-03-02 09:57:26 +01:00
Julien Fontanet
1947a066e0
chore: disable flow for test
...
Still some config issues which I have to fix.
2018-03-01 16:30:02 +01:00
Julien Fontanet
d99e643634
chore(xo-server): inject schedule in jobs ( #2710 )
2018-03-01 16:27:51 +01:00