Julien Fontanet
|
555b1a16da
|
fix(xo-server-logs): level-sublevel → subleveldown
|
2020-02-25 10:31:42 +01:00 |
|
Julien Fontanet
|
52b956e677
|
fix(xo-server-logs): use indirect dep level
|
2020-02-25 10:31:35 +01:00 |
|
Julien Fontanet
|
0296cbe9e9
|
chore(xo-server/package.files): better-stacks.js no longer exists
|
2020-02-24 17:55:58 +01:00 |
|
Julien Fontanet
|
8315d7790a
|
fix(xo-server-logs): better-stacks.js no longer exists
|
2020-02-24 17:55:58 +01:00 |
|
Rajaa.BARHTAOUI
|
dd60d289ff
|
feat(xo-web/menu): warning in case of missing patches (#4683)
Fixes #4475
|
2020-02-21 16:14:07 +01:00 |
|
Pierre Donias
|
8c61fd0bf7
|
fix(xo-web/update): put current version first (#4795)
|
2020-02-21 14:15:41 +01:00 |
|
Pierre Donias
|
814e08edd4
|
fix(xo-web/vm/disks): don't pass null to Size component (#4811)
Fixes support#2181
- `vdi.size` should always be defined
- `null` was passed when `vdi.size` was `0`
|
2020-02-20 15:51:32 +01:00 |
|
badrAZ
|
44956dff85
|
fix(xo-server/proxies#deployProxy): unregister created proxy on failure (#4812)
|
2020-02-20 15:06:51 +01:00 |
|
badrAZ
|
18685d061a
|
feat(proxy): ability to set the deployed VM network configuration (#4810)
|
2020-02-20 12:03:25 +01:00 |
|
Julien Fontanet
|
692d5be166
|
chore(xo-web/xoa/update): this._lowState.state → state
|
2020-02-18 16:21:17 +01:00 |
|
Julien Fontanet
|
60bdaef716
|
fix(xo-web/xoa/update): fix test for register-needed
|
2020-02-18 16:21:17 +01:00 |
|
Julien Fontanet
|
cb51f44a45
|
fix(xo-web/xoa-updater): handle all *-upgrade-needed states
Otherwise adding new namespaces in the updater will break state handling.
|
2020-02-18 16:21:17 +01:00 |
|
Julien Fontanet
|
88f43a8124
|
fix(xo-web/xoa/update): dont fail if channels is undefined
Which is always the case during loading.
|
2020-02-18 14:35:39 +01:00 |
|
Julien Fontanet
|
7de7cdba60
|
fix(xo-web/xoa/update): channels is an object not an array
|
2020-02-18 14:34:59 +01:00 |
|
BenjiReis
|
ba140c60e3
|
chore(sdn-controller/ovsdb-client): dont use set when not necessary (#4806)
|
2020-02-18 12:09:19 +01:00 |
|
BenjiReis
|
95a5c7a001
|
fix(sdn-controller/_hostUpdated): use splice instead of slice to remove newHost (#4805)
|
2020-02-17 17:23:58 +01:00 |
|
BenjiReis
|
b399da72d8
|
fix(sdn-controller): missing namespace for other_config/private-network-uuid (#4804)
|
2020-02-17 17:23:27 +01:00 |
|
BenjiReis
|
f9a10d8932
|
chore(xo-server-sdn-controller): various cleaning in the code (#4699)
|
2020-02-17 13:45:09 +01:00 |
|
Julien Fontanet
|
549ce6fbf9
|
feat(xo-server-auth-ldap): schedule release 0.7.0
|
2020-02-13 17:32:48 +01:00 |
|
BenjiReis
|
e63d27a035
|
feat(xo-server-sdn-controller): dynamically handle (dis)connected servers (fixes #4649) (#4677)
* feat(xo-server-sdn-controller): Dynamically monitor xapis dis/connection to XO (fixes #4649)
* fill changelog.unreleased.md
* adapt ro PR comments
* rename methods
* refactor code
* Update packages/xo-server-sdn-controller/src/index.js
Co-Authored-By: badrAZ <azizbibadr@gmail.com>
* refactor
* Update CHANGELOG.unreleased.md
Co-Authored-By: Julien Fontanet <julien.fontanet@isonoe.net>
* Update CHANGELOG.unreleased.md
Co-Authored-By: Julien Fontanet <julien.fontanet@isonoe.net>
* use native array map
* Better name for setControllerNeeded
* add try/catch block
* use correct check on objects
* fix previous commit
* remove useless emit
Co-authored-by: badrAZ <azizbibadr@gmail.com>
Co-authored-by: Julien Fontanet <julien.fontanet@isonoe.net>
|
2020-02-13 12:04:22 +01:00 |
|
badrAZ
|
ab3621fe3c
|
fix(xo-server-usage-report): dynamic date (#4799)
Fixes #4779
|
2020-02-13 11:22:24 +01:00 |
|
Pierre Donias
|
8b99f2ecbc
|
fix(xo-server/disk): remove unused resize method (#4796)
- resizing a VDI can be done with `vdi.set`
- `disk.resize` doesn't check Self Service constraints
|
2020-02-11 16:02:14 +01:00 |
|
Rajaa.BARHTAOUI
|
433b309907
|
feat: relase 5.43.2 (#4794)
|
2020-02-11 11:08:45 +01:00 |
|
badrAZ
|
ac40cec138
|
feat(xo-web/new-vm): ability to set VM max vCPUS (#4729)
Fixes #4703
|
2020-02-11 10:43:45 +01:00 |
|
Rajaa.BARHTAOUI
|
93702ece48
|
feat(xo-server): 5.56.2 (#4793)
|
2020-02-11 10:29:38 +01:00 |
|
Julien Fontanet
|
1678474830
|
chore: update yarn.lock
|
2020-02-11 10:24:38 +01:00 |
|
badrAZ
|
4260099c23
|
fix(xen-servers#getXenServer): should return raw server (#4791)
|
2020-02-11 10:05:33 +01:00 |
|
Julien Fontanet
|
6139cb50bc
|
fix(server/backup): fix vms pattern when calling proxy (#4792)
|
2020-02-11 09:58:09 +01:00 |
|
Julien Fontanet
|
49e334d726
|
feat(@xen-orchestra/backups): 0.1.1
|
2020-02-11 09:25:04 +01:00 |
|
Julien Fontanet
|
6beded153b
|
feat(backups/extractIdsFromSimplePattern): throw on invalid pattern
|
2020-02-11 09:23:26 +01:00 |
|
Julien Fontanet
|
750308a16a
|
fix(backups/extractIdsFromSimplePattern): returns [] for undefined pattern
|
2020-02-11 09:22:09 +01:00 |
|
Julien Fontanet
|
57fa00b765
|
feat(bump-pkg): without version, simply update other packages
|
2020-02-10 15:58:03 +01:00 |
|
Julien Fontanet
|
b57d4fdbec
|
feat(xen-api): 0.28.0
|
2020-02-10 15:40:39 +01:00 |
|
Julien Fontanet
|
93aca81265
|
feat(xen-api): way to add methods on record
Example: calling `Vm#foo()` will call `XenApi#VM_foo(vmRef)`.
|
2020-02-10 15:40:08 +01:00 |
|
Julien Fontanet
|
5c704e142e
|
feat(xen-api): add $call and $callAsync on records
|
2020-02-10 15:38:20 +01:00 |
|
Julien Fontanet
|
1a4a77066e
|
chore(xen-api/_watchEvents): add FIXME
|
2020-02-10 15:37:42 +01:00 |
|
Julien Fontanet
|
a690b9d825
|
feat(xen-api): export isOpaqueRef
|
2020-02-10 15:37:06 +01:00 |
|
Julien Fontanet
|
b70969fd03
|
feat(@xen-orchestra/backups): 0.1.0
|
2020-02-10 15:35:36 +01:00 |
|
Julien Fontanet
|
daf5fff83f
|
feat(backups): add a bunch of utils
|
2020-02-10 15:34:20 +01:00 |
|
Rajaa.BARHTAOUI
|
aef1f9b857
|
feat: release 5.43.1 (#4785)
|
2020-02-06 10:58:42 +01:00 |
|
Rajaa.BARHTAOUI
|
c1c8ea7df0
|
feat: technical release (#4784)
|
2020-02-06 10:18:41 +01:00 |
|
BenjiReis
|
b75034b40c
|
fix(xo-server-sdn-controller): match VLAN when selecting PIF on network creation (#4757)
Fixes #4737
|
2020-02-05 14:49:08 +01:00 |
|
Pierre Donias
|
cb41a79b36
|
fix(xo-web): use window.open instead of window.location (#4782)
Fixes #4709
Changing the location closes the WebSocket connection.
|
2020-02-05 10:51:07 +01:00 |
|
Pierre Donias
|
cedc20ce6a
|
fix(doc/self): snapshots don't use the quota (#4781)
Since 75521f8757
|
2020-02-05 10:21:24 +01:00 |
|
Julien Fontanet
|
43bc1e9116
|
fix(auth-saml): add missing type for disableRequestedAuthnContext
|
2020-02-04 16:14:57 +01:00 |
|
Julien Fontanet
|
6fa1379c1e
|
chore(xo-server): julien-f-unzip → unzipper (#4717)
`julien-f-unzip` does not work with recent versions of Node.
|
2020-02-04 15:55:34 +01:00 |
|
Pierre Donias
|
cb16438b1c
|
fix(xo-server/store): store.get returns a promise (#4776)
Fixes xoa-support#2137
|
2020-02-04 11:14:41 +01:00 |
|
badrAZ
|
e6c8d6cc7d
|
fix(xo-server/proxy.update): only check address/VM duplicates on change (#4723)
See xoa#49
|
2020-02-03 09:37:54 +01:00 |
|
Rajaa.BARHTAOUI
|
f0e87e71ab
|
chore(CHANGELOG): 5.43.0 (#4771)
|
2020-01-31 16:43:55 +01:00 |
|
Rajaa.BARHTAOUI
|
cdd28b8e31
|
feat: technical release (patch) (#4769)
|
2020-01-31 14:28:59 +01:00 |
|