OlivierFL
0f00c7e393
fix(lite): typings errors when running yarn type-check ( #7278 )
2024-01-04 11:33:30 +01:00
OlivierFL
95492f6f89
fix(xo-web/menu): don't subscribe to proxies if not admin ( #7249 )
2024-01-04 11:05:53 +01:00
Olivier Floch
046fa7282b
feat(xo-web): open github issue url with query params when clicking on bug report button
2024-01-04 11:04:27 +01:00
Olivier Floch
6cd99c39f4
feat(github): add github issue form template
2024-01-04 11:04:27 +01:00
Julien Fontanet
48c3a65cc6
fix(xo-server): VM_import() returns ref, not record
...
Introduced by 70b0983
2024-01-04 09:36:42 +01:00
OlivierFL
8b0b2d7c31
fix(xo-web/menu): don't subscribe to unhealthy vdi chains if not admin ( #7265 )
2024-01-03 18:11:34 +01:00
Julien Fontanet
d8280087a4
fix(xo-server/collection/redis#_extract): don't ignore empty records
2024-01-03 17:11:50 +01:00
Julien Fontanet
c14261a0bc
fix(xo-cli): close connection on sign in error
...
Otherwise the CLI does not stop.
2024-01-03 17:06:29 +01:00
Julien Fontanet
3d6defca37
fix(xo-server/emergencyShutdownhost): disable host first
2024-01-03 16:26:07 +01:00
Julien Fontanet
d062a5175a
chore(xo-server/emergencyShutdownhost): unnecessary var
2024-01-03 16:25:12 +01:00
Julien Fontanet
f218874c4b
fix(xo-server/_createProxyVm): {this → _app}.getObject
...
Fixes zammad#20646
Introduced by 70b0983
2024-01-03 10:58:19 +01:00
Julien Fontanet
b1e879ca2f
feat: release 5.90.0
2023-12-29 11:03:07 +01:00
Julien Fontanet
c5010c2caa
feat(xo-web): 5.133.0
2023-12-29 10:48:02 +01:00
Julien Fontanet
2c40b99d8b
feat(xo-web): scoped tags ( #7270 )
...
Based on #7258 developed by @fbeauchamp.
- use inline blocks to respect all paddings/margins
- main settings are in easily modifiable variables
- text color is either black or white based on the background color luminance
- make sure tags and surrounding action buttons are aligned
- always display value in black on white
- delete button use tag color if dark, otherwise black
- Tag component accept color param
2023-12-28 23:10:35 +01:00
Mathieu
0d127f2b92
fix(lite): fix changelog entry ( #7269 )
2023-12-28 15:56:21 +01:00
Mathieu
0464886e80
feat(lite): 0.1.7 ( #7268 )
2023-12-28 15:49:09 +01:00
Mathieu
d655a3e222
feat: technical release ( #7266 )
2023-12-27 16:07:51 +01:00
b-Nollet
579f0b91d5
feat(xo-web,xo-server): restart VM to change memory ( #7244 )
...
Fixes #7069
Add modal to restart VM to increase memory.
2023-12-26 23:46:43 +01:00
Florent BEAUCHAMP
72b1878254
fix(vhd-lib/createStreamNbd): skip original table offset before overwriting ( #7264 )
...
Introduced by fc1357db93
2023-12-26 22:29:24 +01:00
MlssFrncJrg
74dd4c8db7
feat(lite/nav): display VM count in host when menu is minimized ( #7185 )
2023-12-26 13:30:23 +01:00
mathieuRA
ef4ecce572
feat(xo-server/PIF): add XO tasks for PIF.reconfigureIp
2023-12-26 11:22:35 +01:00
mathieuRA
1becccffbc
feat(xo-web/host/network): display and edit the IPv6 PIF field
2023-12-26 11:22:35 +01:00
mathieuRA
b95b1622b1
feat(xo-server/PIF): PIF.reconfigureIp handle IPv6
2023-12-26 11:22:35 +01:00
Manon Mercier
36d6e3779d
docs: XenServer → XCP-ng/XenServer ( #7255 )
...
I would like to replace every "XenServer" I find in the doc by "XCP-ng/XenServer".
This follows an internal conversation we had with Olivier and Yann.
2023-12-26 11:21:16 +01:00
Pierre Donias
b0e000328d
feat(lite): XOA quick deploy ( #7245 )
2023-12-22 15:58:54 +01:00
Pierre Donias
cc080ec681
feat: technical release ( #7259 )
2023-12-22 15:05:17 +01:00
Julien Fontanet
0d4cf48410
feat(xo-cli rest): explicit error if not registered
...
Fixes https://xcp-ng.org/forum/post/68698
2023-12-22 11:33:08 +01:00
OlivierFL
2ec164c560
feat(xo-web/menu): add warning icon in proxies menu ( #7237 )
...
See Zammad#19126
Add a warning icon in Proxies menu if unable to check proxy upgrade
2023-12-22 09:53:00 +01:00
b-Nollet
d38dce9302
feat(xo-server/vm.stop): add forceShutdownDelay ( #7247 )
2023-12-22 09:13:36 +01:00
Florent BEAUCHAMP
4c775f6b86
fix(xo-server): missing data in mirror backup job ( #7254 )
...
Mirror Backup jobs weren't storing all the data necessary for sending the report
2023-12-21 17:39:39 +01:00
b-Nollet
dd6c858737
fix(xo-server): replacing wrong param name ( #7256 )
...
Introduced by 1da05e239d
When the `Task` class is imported from `@vates/tasks`, `Task.run()` parameter uses `properties` key instead of `data` . This is corrected in this PR.
2023-12-21 17:38:58 +01:00
Julien Fontanet
194db8d0dd
fix(xo-server/Redis#{add,update}): return complete record
...
Introduced by 32afd5c46
Fixes https://xcp-ng.org/forum/post/68664
The returned record should not be serialized and should contain the identifier.
2023-12-21 15:47:11 +01:00
Julien Fontanet
5b00cf3ecd
chore(xo-server/PluginMetadata#merge): don't return record
2023-12-21 15:47:11 +01:00
Julien Fontanet
afa957b305
chore(xo-server/updateCloudConfig): don't return record
2023-12-21 15:47:11 +01:00
Julien Fontanet
ea1921625e
chore(xo-server/create{Group,User}): simplify code
2023-12-21 15:47:11 +01:00
Julien Fontanet
65a154a1b3
chore(xo-server/updateJob): don't return record
2023-12-21 15:47:11 +01:00
Julien Fontanet
2249c90be9
chore(xo-server/subjects): update accept array
2023-12-21 15:47:11 +01:00
Julien Fontanet
1b55d5e2b4
chore(xo-server/scheduling): use builtin (un)serialize
2023-12-21 15:47:11 +01:00
Julien Fontanet
9f5be8029a
chore(xo-server/remotes): update accept array
2023-12-21 15:47:11 +01:00
Julien Fontanet
16458b953f
chore(xo-server/jobs): use builtin (un)serialize
2023-12-21 15:47:11 +01:00
Julien Fontanet
d63a567a1c
chore(xo-server/CloudConfigs): remove useless method
2023-12-21 15:47:11 +01:00
Florent Beauchamp
d36e10e73f
feat(xo-server/rest-api): expose NBD settings in VDI exports
2023-12-21 11:54:08 +01:00
Florent Beauchamp
5d80a58754
fix(vhd-lib/createStreamNbd): fix off by one block length computation
2023-12-21 11:54:08 +01:00
Florent Beauchamp
77b14a316f
feat(xo-server/vdi.exportContent): expose NBD settings
2023-12-21 11:54:08 +01:00
Florent BEAUCHAMP
213eb6a56a
feat(xo-web/sr): show coalescing status ( #7241 )
2023-12-21 11:29:32 +01:00
OlivierFL
2c298ef47a
fix(lite): infinite loader when no stats on pool dashboard ( #7236 )
2023-12-21 11:27:06 +01:00
Pierre Donias
b7b7af8cff
fix(CHANGELOG): more specific description for mirror backup report fix ( #7253 )
...
Introduced by #7235
See https://github.com/vatesfr/xen-orchestra/pull/7235#discussion_r1431612789
2023-12-21 11:21:06 +01:00
Pierre Donias
5cf5d14449
feat: technical release ( #7252 )
2023-12-20 16:39:27 +01:00
Julien Fontanet
e0bf9ee9d5
fix(proxy): wait the HTTP server to listen
2023-12-20 15:23:48 +01:00
Florent BEAUCHAMP
54808967f6
fix(backups): handle undefined isVhdDifferencing ( #7248 )
...
Introduced by e13d55bfa9
Fixes https://xcp-ng.org/forum/post/68600
2023-12-20 15:23:23 +01:00