Julien Fontanet
77b166bb3b
chore: update dev deps
2023-05-22 10:01:54 +02:00
Julien Fontanet
76bd54d7de
chore: update dev deps
2023-05-17 14:48:41 +02:00
Julien Fontanet
684282f0a4
fix(mixins/Tasks): correctly serialize errors
2023-05-17 11:29:28 +02:00
Julien Fontanet
2459f46c19
feat(xo-cli rest): accept query string in path
...
Example:
```
xo-cli rest post vms/<uuid>/actions/snapshot?sync
```
2023-05-17 11:27:29 +02:00
Julien Fontanet
5f0466e4d8
feat: release 5.82.2
2023-05-17 10:05:11 +02:00
Gabriel Gunullu
3738edfa83
test(@xen-orchestra/fs): from Jest to test ( #6820 )
2023-05-17 09:54:51 +02:00
Julien Fontanet
769e27e2cb
feat: technical release
2023-05-16 16:32:33 +02:00
Julien Fontanet
8ec5461338
feat(xo-server): 5.114.2
2023-05-16 16:31:54 +02:00
Julien Fontanet
4a2843cb67
feat(@xen-orchestra/proxy): 0.26.23
2023-05-16 16:31:33 +02:00
Julien Fontanet
a0e69a79ab
feat(xen-api): 1.3.1
2023-05-16 16:30:54 +02:00
Roni Väyrynen
3da94f18df
docs(installation): add findmnt command to sudoers config example ( #6835 )
2023-05-16 15:20:47 +02:00
Mathieu
17cb59b898
feat(xo-web/host-item): display warning for when HVM disabled ( #6834 )
2023-05-16 14:58:14 +02:00
Mathieu
315e5c9289
feat(xo-web/proxy): make proxy address editable ( #6816 )
2023-05-16 12:12:31 +02:00
Julien Fontanet
01ba10fedb
fix(xen-api/putResource): really fix (302) redirection with non-stream body
...
Replaces the incorrect fix in 87e6f7fde
Introduced by ab96c549a
Fixes zammad#13375
Fixes zammad#13952
Fixes zammad#14001
2023-05-15 16:23:18 +02:00
Mathieu
13e7594560
fix(xo-web/SortedTable): handle pending state for collapsed actions ( #6831 )
2023-05-15 15:27:17 +02:00
Thierry Goettelmann
f9ac2ac84d
feat(lite/tooltips): enhance and simplify tooltips ( #6760 )
...
- Removed the `disabled` option.
- The tooltip is now disabled when content is an empty string or `false`.
- If content is `true` or `undefined`, it will be extracted from element's `innerText`.
- Moved `v-tooltip` from `InfraHostItem` and `InfraVmItem` to `InfraItemLabel`.
2023-05-15 11:55:43 +02:00
Thierry Goettelmann
09cfac1111
feat(lite): enhance Component Story skeleton generator ( #6753 )
...
- Updated form to use our own components
- Added a warning for props whose type cannot be extracted
- Fixed setting name for scopes containing a dash
- Handled cases when a prop can be multiple types
- Better guess of prop type
- Remove `.widget()` for `.model()`
- Remove `.event('update:modelValue')` for `.model()`
2023-05-15 11:23:42 +02:00
Thierry Goettelmann
008f7a30fd
feat(lite): add VM tab bar ( #6766 )
2023-05-15 11:15:52 +02:00
Thierry Goettelmann
ff65dbcba7
feat(lite): extract and update "unreachable hosts modal" ( #6745 )
...
Extraction of unreachable host modal to its own component + Move the subtitle to the description.
Refer to #6744 for final design.
2023-05-15 11:11:19 +02:00
ggunullu
264a0d1678
fix(@vates/nbd-client): add custom coverage threshold to tap test
...
By default, Tap require 100 % coverage of all lines, branches, functions and statements.
We enforce a custom threshold to match the current state of the state and avoid regression.
See https://github.com/vatesfr/xen-orchestra/actions/runs/4956232764/jobs/8866437368
2023-05-15 10:18:02 +02:00
ggunullu
7dcaf454ed
fix(eslint): treat *.integ.js as test files
...
Introduced by 3f73138fc3
2023-05-15 10:18:02 +02:00
Julien Fontanet
17b2756291
feat: release 5.82.1
2023-05-12 16:47:21 +02:00
Julien Fontanet
57e48b5d34
feat: technical release
2023-05-12 15:40:38 +02:00
Julien Fontanet
57ed984e5a
feat(xo-web): 5.117.1
2023-05-12 15:40:16 +02:00
Julien Fontanet
100122f388
feat(xo-server): 5.114.1
2023-05-12 15:39:36 +02:00
Julien Fontanet
12d4b3396e
feat(@xen-orchestra/proxy): 0.26.22
2023-05-12 15:39:16 +02:00
Julien Fontanet
ab35c710cb
feat(@xen-orchestra/backups): 0.36.1
2023-05-12 15:38:46 +02:00
Florent BEAUCHAMP
4bd5b38aeb
fix(backups): fix health check task during CR ( #6830 )
...
Fixes https://xcp-ng.org/forum/post/62073
`healthCheck` is launched after `cleanVm`, therefore it should be closing the parent task, not `cleanVm`.
2023-05-12 10:45:32 +02:00
Julien Fontanet
836db1b807
fix(xo-web/new/network): correct type for vlan ( #6829 )
...
BREAKING CHANGE: API method `network.create` no longer accepts a `string` for `vlan` param.
Fixes https://xcp-ng.org/forum/post/62090
Either `number` or `undefined`, not an empty string.
2023-05-12 10:36:59 +02:00
Julien Fontanet
73d88cc5f1
fix(xo-server/vm.convertToTemplate): handle VBD_IS_EMPTY ( #6808 )
...
Fixes https://xcp-ng.org/forum/post/61653
2023-05-12 09:12:41 +02:00
Julien Fontanet
3def66d968
chore(xo-vmdk-to-vhd): move notes.md to docs/
...
So that it will be correctly ignored when publishing the package.
2023-05-12 09:10:00 +02:00
Gabriel Gunullu
3f73138fc3
fix(test-integration): run integration tests only in ci ( #6826 )
...
Fixes issues introduced by
- be6233f
- adc5e7d
After the switching from Jest to Tap/Test, those tests were no longer executed during the test-integration script.
2023-05-11 17:47:48 +02:00
Julien Fontanet
bfe621a21d
feat: technical release
2023-05-11 14:35:15 +02:00
Julien Fontanet
32fa792eeb
feat(xo-web): 5.117.0
2023-05-11 14:23:02 +02:00
Julien Fontanet
a833050fc2
feat(xo-server): 5.114.0
2023-05-11 14:17:40 +02:00
Julien Fontanet
e7e6294bc3
feat(xo-vmdk-to-vhd): 2.5.4
2023-05-11 14:09:23 +02:00
Julien Fontanet
7c71884e27
feat(@vates/task): 0.1.2
2023-05-11 14:03:57 +02:00
Florent BEAUCHAMP
3e822044f2
fix(xo-vmdk-to-vhd): wait for OVA stream to be written before reading more data ( #6800 )
2023-05-11 12:23:06 +02:00
Julien Fontanet
d457f5fca4
chore(xo-server): use Task.run() helper
2023-05-11 11:10:00 +02:00
Julien Fontanet
1837e01719
fix(xo-server): new Task() now expects data instead of name option
...
Introduced by 036f3f6bd
2023-05-11 11:08:31 +02:00
Julien Fontanet
f17f5abf0f
fix(xo-server/pif.reconfigureIp): accepts empty strings for dns, gateway, ip and netmask params
2023-05-11 09:08:05 +02:00
Florent BEAUCHAMP
82c229c755
fix(xo-server): better handling of importing running VM from ESXi ( #6825 )
...
Fixes https://xcp-ng.org/forum/post/59879
Fixes `Cannot read properties of undefined (reading 'stream')` error message
2023-05-10 18:25:37 +02:00
Julien Fontanet
c7e3ba3184
feat(xo-web/plugins): names can be clicked to filter out other plugins
2023-05-10 17:40:11 +02:00
Thierry Goettelmann
470c9bb6c8
fix(lite): handle escape key on CollectionFilter and CollectionSorter modals ( #6822 )
...
UiModal `@close` event was not defined on `CollectionFilter` and `CollectionSorter` modals.
2023-05-10 14:44:30 +02:00
Thierry Goettelmann
bb3ab20b2a
fix(lite): typo in component name ( #6821 )
2023-05-10 10:11:06 +02:00
Julien Fontanet
90ce1c4d1e
test(task/combineEvents): initial unit tests
2023-05-09 15:16:41 +02:00
Julien Fontanet
5c436f3870
fix(task/combineEvents): defineProperty → defineProperties
...
Fixes zammad#14566
2023-05-09 15:12:12 +02:00
Mathieu
159339625d
feat(xo-server/vm.create): add resourceSet tags to created VM ( #6812 )
2023-05-09 14:33:59 +02:00
Julien Fontanet
87e6f7fded
fix(xen-api/putResource): fix (302) redirection with non-stream body
...
Fixes zammad#13375
Fixes zammad#13952
Fixes zammad#14001
2023-05-09 14:09:33 +02:00
Pierre Donias
fd2c7c2fc3
fix(CHANGELOG): fix version number ( #6805 )
2023-04-28 14:52:44 +02:00