Pierre Donias
cda39ec256
fix(xo-web/backup/edit): tags overwritten by default ones ( #5136 )
...
Introduced by 1c042778b6
See xoa-support#2663
It was due to a race condition between the fetch of the default excluded tags
and the fetch of the job (and its schedules) which made the component populate
the form with the job's information.
Changes:
- `Edit` waits for the `job` and the `schedules` before rendering its child
- `New`'s wrapper waits for the `remotes` and the `suggestedExcludedTags` before
rendering `New`
- `New`: `updateParams` is now called in `initialize` because we don't need to
wait for the job and the schedules any more to be able to populate the form
2020-07-07 09:40:40 +02:00
Olivier Lambert
3720a46ff3
feat(docs/supported_hosts): no pro support for XS < 6.5 ( #5137 )
2020-07-06 20:03:47 +02:00
Julien Fontanet
7ea50ea41e
fix(xo-server/callProxyMethod): dont use HTTP proxy
2020-07-06 17:06:37 +02:00
Pierre Donias
60a696916b
feat: release 5.48.1 ( #5133 )
2020-07-03 15:25:39 +02:00
Pierre Donias
b6a255d96f
feat: technical release (patch) ( #5132 )
2020-07-03 14:24:40 +02:00
marcpezin
44a0cce7f2
fix(docs/license_management): replace confusing screenshot about activation ( #5131 )
2020-07-03 12:03:07 +02:00
Nicolas Raynaud
f580e0d26f
fix(import/OVA): fix big size parsing in OVA files ( #5129 )
2020-07-03 11:48:39 +02:00
Rajaa.BARHTAOUI
6beefe86e2
feat(xo-web/backup): don't open edition in new tab ( #5130 )
2020-07-03 11:45:06 +02:00
Julien Fontanet
cbada35788
fix(xo-server/file restore): dont fail on LVM partitions
...
Fixes xoa-support#2640
Introduced by 48ce7df43
The issue was due to object spreading copying only own properties but `path` is now an inherited property due to `dedupeUnmount`.
2020-07-03 11:05:04 +02:00
Julien Fontanet
44ff2f872d
feat(xo-server/getBackupNgLogs): dont fail on undefined/null errors
...
See xoa-support#2663
This should almost never happen but if it does, it should not prevent logs from being consolidated.
2020-07-03 09:22:28 +02:00
Julien Fontanet
2198853662
feat(xo-server/logs-cli): can match on missing props
2020-07-03 09:22:28 +02:00
badrAZ
4636109081
fix(xo-web/(file-)restore-legacy): ignore proxy remotes ( #5124 )
...
Legacy restore doesn't support proxy remotes
2020-07-02 16:23:36 +02:00
Pierre Donias
1c042778b6
feat(xo-server,xo-web/smart backup): exclude XO Proxy VMs by default ( #5128 )
2020-07-02 15:06:47 +02:00
Rajaa.BARHTAOUI
34b5962eac
fix(xo-web/backup/health): missing noop function ( #5126 )
...
Introduced by committing a suggestion https://github.com/vatesfr/xen-orchestra/pull/5062#discussion_r446135166
without taking into account that the `noop` function is not already defined.
2020-07-02 15:05:55 +02:00
Rajaa.BARHTAOUI
fc7af59eb7
chore(xo-web/home): remove 'tags' filter from selector ( #5121 )
...
See https://github.com/vatesfr/xen-orchestra/pull/5118#discussion_r447586676
2020-07-02 14:52:59 +02:00
Olivier Lambert
7e557ca059
feat(docs/supported hosts): add CH 8.2 LTS in the list of supported hosts ( #5127 )
2020-07-02 09:30:16 +02:00
Julien Fontanet
1d0cea8ad0
feat(xo-server/logs-cli): add --delete command
2020-07-01 18:04:45 +02:00
Julien Fontanet
5c901d7c1e
fix(xo-server/logs-cli): dont fail on non-string value
2020-07-01 18:01:34 +02:00
Julien Fontanet
1dffab0bb8
feat(xen-api): 0.29.0
2020-07-01 17:11:19 +02:00
Julien Fontanet
ae89e14ea2
feat(xo-server/getRemoteHandler): throw for proxy remotes
2020-07-01 11:46:28 +02:00
Pierre Donias
908255060c
feat: release 5.48.0 ( #5123 )
2020-06-30 17:25:16 +02:00
Pierre Donias
88278d0041
feat: technical release (patch) ( #5122 )
2020-06-30 16:51:20 +02:00
Julien Fontanet
86bfd91c9d
feat(xo-server/backup): logs proxy support
2020-06-30 15:45:40 +02:00
Julien Fontanet
0ee412ccb9
feat(xo-server/callProxyMethod): allow proxy.address to contain port
2020-06-30 15:20:58 +02:00
Julien Fontanet
b8bd6ea820
chore(xo-server/callProxyMethod): use parse.result to handle errors
2020-06-30 12:14:45 +02:00
Julien Fontanet
98a1ab3033
fix(xo-server/callProxyMethod): destroy lines stream in case of error
2020-06-30 12:14:45 +02:00
Julien Fontanet
e360f53a40
fix(xo-server/callProxyMethod): all lines should be JSON parsed
2020-06-30 12:14:45 +02:00
Julien Fontanet
237ec38003
fix(xo-server/callProxyMethod): lines is an object stream
2020-06-30 12:14:45 +02:00
Julien Fontanet
30ea1bbf87
feat(xo-server/callProxyMethod): expectStream as named option
2020-06-30 12:14:45 +02:00
Pierre Donias
0d0aef6014
feat: technical release (patch) ( #5120 )
2020-06-30 11:40:44 +02:00
badrAZ
1b7441715c
feat(xo-server-perf-alert): regroup items with missing stats in one email ( #4413 )
...
Fixes #5104
2020-06-30 09:30:20 +02:00
badrAZ
e3223b6124
fix(xo-web/audit): ref not correctly forwarded ( #5106 )
...
Introduced by 9f29a047a7
The high level component (audit UI) need to call a `SortedTable` method. The only way to do it is to have access to its ref.
All components between the high level component and the `SortedTable` should forward this ref. Unfortunately, the commit 9f29a047a7
decorate the `StortedTable` with `withRouter` without forwarding its ref which breaks the audit check integrity feedback.
2020-06-29 15:44:33 +02:00
Julien Fontanet
41fb06187b
fix(coalesce-calls/README): fix import
2020-06-29 15:39:14 +02:00
Julien Fontanet
adf0e8ae3b
feat(@vates/coalesce-calls): 0.1.0
2020-06-29 15:33:53 +02:00
Rajaa.BARHTAOUI
42dd1efb41
feat(xo-web/home): remove unnecessary condition ( #5116 )
...
Introduced by f736381933
Backup filter: remove the needless condition to go to the first page.
2020-06-29 15:24:28 +02:00
badrAZ
b6a6694abf
fix(xo-server-test/job with non-existent VM): logged as failed task ( #5112 )
...
Since c061505bf8
, missing VMs are logged as a failure tasks
2020-06-29 14:04:23 +02:00
Pierre Donias
04f2f50d6d
feat: technical release ( #5115 )
2020-06-26 15:56:40 +02:00
Rajaa.BARHTAOUI
6d1048e5c5
feat(xo-web/backup/health): show detached backups ( #5062 )
...
See #4716
2020-06-26 14:45:01 +02:00
Pierre Donias
fe722c8b31
feat(xo-web/licenses): rebind license to this XOA ( #5110 )
...
See xoa#55
Requires xoa#58
When an XOA license is bound to another XOA, allow the user to move it to the
current XOA (thus unbinding it from the other one).
2020-06-26 13:12:53 +02:00
badrAZ
0326ce1d85
feat(xo-server-audit): ignore common methods without side effects ( #5109 )
...
Ignoring these methods reduce the number of records in the audit which makes it easier to analyze and store.
2020-06-25 16:55:57 +02:00
Rajaa.BARHTAOUI
183ddb68d3
fix(changelog): missing a parenthesis ( #5113 )
2020-06-25 15:53:30 +02:00
badrAZ
d7fe1afc08
fix(xo-server#listVmBackups): provide schedule ID ( #5101 )
...
Introduced by b138438036
Schedule ID is used by [xo-server-test](c1d588264c/packages/xo-server-test/src/_xoConnection.js (L216)
)
2020-06-25 10:20:17 +02:00
Rajaa.BARHTAOUI
ae9aeaf5fd
feat(xo-server,xo-web/SR): expose thin/thick provisioning ( #5081 )
...
Fixes #2208
2020-06-24 16:21:23 +02:00
Rajaa.BARHTAOUI
ec9476216f
feat(xo-web/sr/disks): add tooltip for disabled migration ( #4884 )
2020-06-24 16:07:48 +02:00
badrAZ
619f2ef119
fix(VM): support old ipv4 protocol ( #5098 )
...
See xoa-support#2540
Indroduced by 7f64cd1801
2020-06-24 15:44:52 +02:00
Rajaa.BARHTAOUI
52020abde8
feat(xo-web/home): don't use SortedTable for VMs (not) backed up ( #5046 )
...
Introduced by f736381933
2020-06-24 14:12:37 +02:00
badrAZ
1bd504d67e
feat: differentiate PV drivers and management agent ( #5007 )
...
Fixes #4783
2020-06-24 11:50:45 +02:00
badrAZ
edc4414de4
fix(xo-server/remotes): inability to get remotes info ( #5093 )
...
Introduced by 218bd0f
2020-06-23 11:12:16 +02:00
Olivier Lambert
c1d588264c
feat(docs/backups): crop delta images ( #5097 )
2020-06-19 10:00:25 +02:00
badrAZ
94b84b75ad
feat(xo-web/backup): document full backup interval functionality ( #5052 )
...
Fixes #4986
2020-06-19 09:43:13 +02:00