Julien Fontanet
77b166bb3b
chore: update dev deps
2023-05-22 10:01:54 +02:00
Julien Fontanet
684282f0a4
fix(mixins/Tasks): correctly serialize errors
2023-05-17 11:29:28 +02:00
Gabriel Gunullu
3738edfa83
test(@xen-orchestra/fs): from Jest to test ( #6820 )
2023-05-17 09:54:51 +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
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
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
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
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
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
Mathieu
c0465eb4d9
feat: technical release ( #6799 )
2023-04-27 15:12:42 +02:00
Florent BEAUCHAMP
a562c74492
feat(backups/health check): support custom checks via XenStore ( #6784 )
2023-04-27 09:02:00 +02:00
Mathieu
49e2d128ad
feat: technical release ( #6796 )
2023-04-26 15:45:14 +02:00
Florent BEAUCHAMP
3430ee743b
feat(xapi/VDI_exportContent) : implement NBD block level retry ( #6763 )
2023-04-26 11:32:38 +02:00
Thierry Goettelmann
83299587b0
feat(lite): subscriptions to XAPI collections ( #6697 )
2023-04-25 17:11:57 +02:00
Florent BEAUCHAMP
75989cf92d
fix(backups/restore): fix boolean/int cast for backups created on XS<7.1 ( #6772 )
2023-04-25 10:26:06 +02:00
Julien Fontanet
f1cc284b6f
feat(xo-server/host.restart): suspendResidentVms param ( #6791 )
...
Related to #6750
2023-04-25 10:22:40 +02:00
Julien Fontanet
0444cf0b3b
fix(backups): disable VHD stream validation by default
...
Introduced by 68b2c287e
Fixes https://xcp-ng.org/forum/post/61118
Current code is too heavy on the main thread, disable by default until a better solution is fixed.
2023-04-24 16:53:04 +02:00
Julien Fontanet
6e25b7a83a
chore(backups/importDeltaVm): add suspend_VDI to warning when missing
2023-04-19 17:38:20 +02:00
Julien Fontanet
136718df7e
fix(backups/importDeltaVm): handle suspend_VDI === 'OpaqueRef:NULL'
...
Fixes https://xcp-ng.org/forum/post/61169
Introduced by 4d55c5ae4
2023-04-19 17:38:20 +02:00
Julien Fontanet
f3c5e817a3
feat(mixins/Tasks): db, log consolidation, abortion & watch
2023-04-19 16:23:53 +02:00
Julien Fontanet
54d885fa9c
Revert "feat(backups/writeVhd): check file has expected size ( #6703 )" ( #6773 )
...
This reverts commit 77b1adae37 .
2023-04-17 13:53:54 +02:00
Thierry Goettelmann
091b0a3ef3
fix(lite/component-stories): replace markdown-it with marked + ComponentStory.vue fix ( #6733 )
2023-04-13 09:02:22 +02:00
Julien Fontanet
86aaa50946
feat(mixins/Hooks): start* listeners can return teardown functions
2023-04-12 15:59:38 +02:00
Julien Fontanet
68b2c287eb
feat(backups): validate VHD streams ( #6770 )
2023-04-12 12:05:55 +02:00
Thierry Goettelmann
61f1316c42
feat(lite): revamp UiTable ( #6742 )
2023-04-12 10:19:43 +02:00
Julien Fontanet
4d55c5ae48
fix(backups): restore VM with memory as suspended ( #6774 )
...
Fixes #5061
2023-04-07 16:02:52 +02:00
Thierry Goettelmann
c077e9a699
fix(lite): loading status ( #6767 )
2023-04-06 10:10:58 +02:00
Julien Fontanet
8f55884602
chore: format with Prettier
2023-04-05 11:22:10 +02:00
Mathieu
7e4bd30f04
fix(lite/treeview): fix host highlighting ( #6747 )
...
From a VM view, after selecting an host, the previously selected host remains highlighted
2023-04-04 12:16:52 +02:00
Julien Fontanet
eb8f098aaf
feat(xo-server/vm.create): store creation date/template/user ( #6731 )
2023-04-04 09:34:04 +02:00
Mathieu
5237fdd387
feat(lite): handle involuntary console disconnection ( #6706 )
2023-04-03 10:42:56 +02:00
Gabriel Gunullu
6a780d94a3
feat: technical release ( #6764 )
2023-03-31 13:35:31 +02:00
Florent BEAUCHAMP
a4d1d41b6a
refactor(xapi/VDI_exportContent): can export from NBD ( #6716 )
2023-03-30 18:21:39 +02:00
Thierry Goettelmann
b873c147a6
chore(lite): upgrade human-format and remove its TS declaration file ( #6762 )
2023-03-30 10:36:39 +02:00
Gabriel Gunullu
5e7fb7a881
feat: technical release ( #6759 )
2023-03-29 16:51:38 +02:00
Pierre Donias
3f7454efad
feat(lite/settings): add XCP-ng info ( #6715 )
2023-03-29 10:35:37 +02:00
Thierry Goettelmann
e5c890e29b
feat(lite/stories): first stories for components ( #6616 )
2023-03-29 10:34:26 +02:00
Julien Fontanet
34f6be868e
feat(backups,xo-web): store SR name label in logs
...
Similar to bbf92be65 & 92a00465e
2023-03-28 18:30:47 +02:00
Julien Fontanet
bbf92be652
feat(backups/Backup): add VM name label to log
2023-03-28 10:52:13 +02:00
Florent BEAUCHAMP
e19c7b949d
feat(vmware-explorer): improve error handling ( #6734 )
2023-03-27 17:11:41 +02:00
Thierry Goettelmann
a85a8ea208
feat(lite): enhance UiModal ( #6744 )
...
Increased `font-size` and removed ugly `min-height`.
2023-03-27 15:43:41 +02:00
Florent Beauchamp
c2e0c97d94
refactor(@xen-orchestra/fs): remove unused code
2023-03-24 18:03:04 +01:00