Julien Fontanet
dd5e11e835
feat(xo-server/api): don't filters error sent to admin users ( #6262 )
...
Previous behavior was hiding all errors not explicitly dedicated to be sent to API users and replacing them with an *unknown error from the peer*.
This was done to avoid leaking sensitive information, but it often hides important info.
Administrators can already see the raw errors in Settings/Logs, therefore it makes sense to not hide them for these users.
2022-06-07 13:34:34 +02:00
Julien Fontanet
3d43550ffe
feat(xo-cli): provide authentication token description
2022-06-07 10:57:28 +02:00
Julien Fontanet
115bc8fa0a
feat(xo-server): authentication tokens can have a description
2022-06-07 10:57:26 +02:00
Julien Fontanet
15c46e324c
feat(xo-server/api): new user.getAuthenticationTokens
2022-06-07 10:04:45 +02:00
Julien Fontanet
df38366066
fix(xo-server/collection/redis#get): correctly filter on properties when id is provided
2022-06-07 10:04:14 +02:00
Julien Fontanet
28b13ccfff
fix(xo-server/collection/redis#get): don't mutate properties param
2022-06-07 09:57:25 +02:00
Julien Fontanet
26a433ebbe
feat(xo-server/createAuthenticationToken): add created_at field
2022-06-07 09:20:34 +02:00
Julien Fontanet
1902595190
feat(xo-server/getAuthenticationTokensForUser): filter and remove expired tokens
2022-06-07 09:15:30 +02:00
Julien Fontanet
80146cfb58
feat(xo-server/proxies): expose auth tokens
...
First step to show expose them in the UI, to make XO Proxies easier to use as HTTP proxies.
2022-06-07 09:02:46 +02:00
Yannick Achy
03d2d6fc94
docs(backups): explain HTTP timeout error and auto power on behavior ( #6263 )
...
Co-authored-by: Jon Sands <fohdeesha@gmail.com>
2022-06-05 12:21:39 +02:00
Julien Fontanet
379e4d7596
chore(xo-server): use @xen-orchestra/xapi/VBD_unplug
2022-06-02 17:08:22 +02:00
Julien Fontanet
9860bd770b
chore(xo-server): use @xen-orchestra/xapi/VBD_destroy
2022-06-02 17:07:18 +02:00
Julien Fontanet
2af5328a0f
chore(xo-server): use @xen-orchestra/xapi/VM_create
2022-06-02 17:02:10 +02:00
Julien Fontanet
4084a44f83
chore(xo-server): use @xen-orchestra/xapi/VDI_exportContent
2022-06-02 16:57:21 +02:00
Julien Fontanet
ba7c7ddb23
chore(xo-server): use @xen-orchestra/xapi/VDI_importContent
2022-06-02 16:54:23 +02:00
Julien Fontanet
2351e7b98c
chore(xo-server): use @xen-orchestra/xapi/VBD_create
2022-06-02 16:37:49 +02:00
Julien Fontanet
d353dc622c
fix(xapi/VBD_create): don't fail if the VBD could not be plugged
...
Otherwise, the creation method would have failed but the VBD would still exist, violating the principle of least surprise.
2022-06-02 16:26:29 +02:00
Julien Fontanet
3ef6adfd02
feat(xapi/VBD_create): returns the new VBD's ref
2022-06-02 16:25:19 +02:00
Julien Fontanet
5063a6982a
chore(xo-server): use @xen-orchestra/xapi/VDI_create
2022-06-02 16:10:16 +02:00
Julien Fontanet
0008f2845c
feat(xapi/VDI_create): move sm_config in second param
...
Similarly to other creation methods, properties that must be explicited are passed in second param.
2022-06-02 14:45:57 +02:00
Julien Fontanet
a0994bc428
fix(scripts/gen-deps-list.js): add missing await
...
Introduced by a0836ebdd
2022-06-01 16:51:31 +02:00
Julien Fontanet
8fe0d97aec
fix(scripts/gen-deps-list.js): fix packages order ( #6259 )
...
`deptree` nodes should be added only once with the full list of their dependencies.
For better display, packages are sorted by names before resolving the graph for nicer display.
2022-06-01 16:07:36 +02:00
Julien Fontanet
a8b3c02780
chore(CHANGELOG): integrate released changes
2022-06-01 15:56:01 +02:00
Julien Fontanet
f3489fb57c
feat(xo-web): 5.97.1
2022-06-01 15:51:16 +02:00
Julien Fontanet
434b5b375d
feat(xo-server): 5.95.0
2022-06-01 15:51:16 +02:00
Julien Fontanet
445120f9f5
feat(@xen-orchestra/proxy): 0.23.1
2022-06-01 15:51:16 +02:00
Julien Fontanet
71b11f0d9c
feat(@xen-orchestra/xapi): 1.1.0
2022-06-01 15:51:16 +02:00
Julien Fontanet
8297a9e0e7
feat(@xen-orchestra/fs): 1.0.3
2022-06-01 15:51:16 +02:00
Florent BEAUCHAMP
4999672f2d
fix(xo-web/backups): scheduled health check is available to enterprise ( #6257 )
...
Introduced by cae3555ca
2022-06-01 15:36:36 +02:00
Thierry Goettelmann
70608ed7e9
fix(scripts/gen-deps-lists.js): various fixes
2022-06-01 14:04:41 +02:00
Julien Fontanet
a0836ebdd7
feat(scripts/gen-deps-list.js): test mode ( #6258 )
2022-06-01 13:53:56 +02:00
Florent BEAUCHAMP
2b1edd1d4c
feat: always log and display full remote errors ( #6216 )
...
Co-authored-by: Julien Fontanet <julien.fontanet@isonoe.net>
2022-05-31 17:30:27 +02:00
Thierry Goettelmann
42bb7cc973
feat: release 5.71.0 ( #6256 )
2022-05-31 16:20:41 +02:00
Julien Fontanet
8299c37bb7
fix(xo-server/pool.rollingUpdate): duplicate poolId declaration
...
Introduced by 7a2005c20
2022-05-31 14:32:13 +02:00
Mathieu
7a2005c20c
feat(xo-server/pool): disable scheduled job when starting RPU ( #6244 )
...
See zammad#5377, zammad#5333
2022-05-31 11:59:52 +02:00
Pierre Donias
ae0eb9e66e
fix(xo-web/health): make "Too many snapshots" table sortable by number of snaphots ( #6255 )
...
See zammad#6439
2022-05-31 11:45:11 +02:00
Julien Fontanet
052126613a
feat(xapi,xo-server): create SRs with other_config.auto-scan=true ( #6246 )
...
Fixes https://team.vates.fr/vates/pl/nf18hnr51f8f3f3brcbra57uar
2022-05-31 11:24:15 +02:00
l-austenfeld
7959657bd6
fix(xo-server/xapi): missing shutdownHost default parameter ( #6253 )
...
Add a default empty object parameter to enable calls to shutdownHost with only one parameter.
This implicitly fixes the density load-balancer, since it calls shutdownHost with only one parameter.
2022-05-31 10:01:47 +02:00
Thierry Goettelmann
9f8bb376ea
feat: technical release ( #6254 )
2022-05-30 17:45:59 +02:00
Julien Fontanet
ee8e2fa906
docs(REST API): use | cat
trick in VDI import example
2022-05-30 16:51:35 +02:00
Julien Fontanet
33a380b173
docs(REST API): add name_label param in VDI import example
2022-05-30 16:50:36 +02:00
Julien Fontanet
6e5b6996fa
docs(REST API): add required content-type in VM import
2022-05-30 16:48:01 +02:00
Julien Fontanet
6409dc276c
docs(REST API): don't use --progress-bar in VDI import example
...
This is not necessary and more in line with other examples.
2022-05-30 16:46:54 +02:00
Julien Fontanet
98f7ce43e3
feat(xo-server/RestApi): VDI import now returns the new VDI's UUID
2022-05-30 16:45:41 +02:00
Julien Fontanet
aa076e1d2d
chore(xo-server/rest-api): use xen-api
shorthand syntax
2022-05-30 16:23:39 +02:00
Julien Fontanet
7a096d1b5c
chore(xo-server/rest-api): remove unnecessary await
s
2022-05-30 16:00:43 +02:00
Julien Fontanet
93b17ccddd
chore(xo-server/api/vm): format with Prettier
...
Introduced by d7d81431e
2022-05-30 16:00:43 +02:00
Julien Fontanet
68c118c3e5
fix(xo-server/api/vm): add missing quote
...
Introduced by d7d81431e
2022-05-30 16:00:43 +02:00
Thierry Goettelmann
c0b0ba433f
feat(backups,xo-web): add cleanVm warnings to task ( #6225 )
2022-05-30 15:39:54 +02:00
Thierry Goettelmann
d7d81431ef
feat(xo-server/vm.migrate): call VM.assert_can_migrate before ( #6245 )
...
Fixes #5301
2022-05-30 15:04:12 +02:00