Julien Fontanet
47bb79cce1
feat(server/Xo): remove #httpProxy
in favor of `#hasOwnHttpProxy
2019-11-12 16:51:50 +01:00
badrAZ
41dbc20be9
fix(xo-server/plugins): try empty config if none provided ( #4647 )
...
Required by #4581
Plugins with optional configuration should be loadable without explicit user configuration.
2019-11-08 15:27:22 +01:00
Julien Fontanet
10a631ec96
fix(log/README): catchGlobalErrors
expect a logger
2019-11-08 11:07:42 +01:00
Julien Fontanet
830e5aed96
feat(log/README): { createLogger }
...
Related to 0b90befda
2019-11-08 09:58:15 +01:00
Julien Fontanet
7db573885b
fix(cron/tests): mock Date.now() ( #4628 )
...
Related to changes in #4623 (and 07526efe6
).
2019-11-07 11:37:53 +01:00
Julien Fontanet
a74d56ebc6
feat: always specify required Node version
2019-11-07 10:18:05 +01:00
Julien Fontanet
ff7d84297e
fix(server/plugins): prevent duplicate loading ( #4645 )
...
Related to xoa-support#1905
2019-11-06 15:15:13 +01:00
Julien Fontanet
3a76509fe9
chore(xo-server/xapi): use promise-toolbox/retry
( #4635 )
...
Instead of custom implementation.
2019-11-06 10:23:06 +01:00
Julien Fontanet
ac4de9ab0f
chore(backups-cli): move clean-vms
in dedicated module
2019-11-05 15:29:49 +01:00
badrAZ
471f397418
feat(xo-server/backup-ng): clear "_listVmBackupsOnRemote" cache on change ( #4580 )
...
See #4539
This PR gives the possibility to clear the backup list cache using the API and it makes sure that the cache is cleaned after a backup or its deletion on a remote.
2019-11-05 09:44:50 +01:00
badrAZ
73bbdf6d4e
fix(xo-web): missing "noopener noreferrer" ( #4643 )
...
Anchors with `target='_blank'` need `rel='noopener noreferrer'`
2019-11-04 15:24:01 +01:00
Julien Fontanet
7f26aea585
feat(backups-cli): dont report compressed XVAs as broken ( #4642 )
...
Detect compressed XVAs and don't try to validate them with tar heuristic.
2019-11-04 14:33:50 +01:00
Julien Fontanet
1c767b709f
chore(xo-server/setUpApi): fix void lint
2019-10-31 16:45:17 +01:00
badrAZ
0ced82c885
fix(xo-web/sorted-table): missing "noopener noreferrer" ( #4636 )
2019-10-31 11:05:50 +01:00
BenjiReis
21dd195b0d
fix(xo-web): prevent private network creation on bond slave PIFs ( #4633 )
...
Fixes xcp-ng/xcp#300
2019-10-30 17:17:18 +01:00
badrAZ
6aa6cfba8e
fix(xo-server): failed metadata backup reported as successful ( #4598 )
...
Fixes #4596
2019-10-30 17:08:56 +01:00
Julien Fontanet
fd7d52d38b
chore: update dependencies
2019-10-30 14:06:50 +01:00
Julien Fontanet
a47bb14364
chore(vhd-lib): prefix private methods with _
( #4621 )
...
So they are clearly identified, which will help us with a future refactorization.
2019-10-30 10:18:29 +01:00
Julien Fontanet
d6e6fa5735
chore: use Function#bind
instead of lodash/bind
( #4602 ) ( #4614 )
...
Support is good enough: https://kangax.github.io/compat-table/es5/#test-Function.prototype.bind
2019-10-30 09:50:15 +01:00
Rajaa.BARHTAOUI
46da11a52e
chore(CHANGELOG): 5.40.1 ( #4632 )
2019-10-29 15:24:05 +01:00
Pierre Donias
68e3dc21e4
fix(xo-web): update checks for Cloud plugin ( #4631 )
...
See #4615
Introduced by fd06374365
- Every time we checked if the Cloud plugin was installed, we now need to check
if the XOA plugin is installed
- Update the warning messages mentioning the Cloud plugin
2019-10-29 14:25:49 +01:00
Julien Fontanet
7232cc45b4
feat(scripts/bump-pkg): dont create version tags
2019-10-29 13:59:27 +01:00
Julien Fontanet
be5a297248
feat(xo-server/Xo#httpProxy): expose
2019-10-29 12:01:16 +01:00
Rajaa.BARHTAOUI
257031b1bc
chore(CHANGELOG): 5.40.0 ( #4630 )
2019-10-29 10:36:25 +01:00
Julien Fontanet
c9db9fa17a
fix(vhd-lib/Vhd#readHeaderAndFooter): always throw AssertionError
s
2019-10-28 15:58:22 +01:00
Julien Fontanet
13f961a422
feat(server): new setHttpProxy
internal method
...
Related to xoa#38
2019-10-28 14:20:07 +01:00
Rajaa.BARHTAOUI
3b38e0c4e1
chore: patch release ( #4629 )
2019-10-25 16:40:36 +02:00
Julien Fontanet
07526efe61
fix(cron): dont forget to compute next date
...
Introduced by #4626
2019-10-25 15:49:05 +02:00
badrAZ
8753c02adb
chore: technical release ( #4627 )
2019-10-25 15:47:40 +02:00
Julien Fontanet
6a0bbfa447
chore(log): always build on install
...
Necessary because used by other modules during their tests.
2019-10-25 13:29:21 +02:00
Julien Fontanet
21faaeb33d
fix(server/scheduling): start/stop schedules after import ( #4624 )
2019-10-25 10:44:36 +02:00
Julien Fontanet
0525fc5909
fix(cron): prevent early runs ( #4626 )
...
Fixes #4625
2019-10-25 10:22:24 +02:00
badrAZ
a1a53bb285
feat(backup-ng): offline snapshotless backup ( #4470 )
...
Fixes #3449
2019-10-25 09:45:45 +02:00
Rajaa.BARHTAOUI
0c453c4415
feat(xo-web/backup): hide legacy backup menu entry ( #4476 )
...
Fixes #4467
2019-10-24 17:19:16 +02:00
HamadaBrest
d0406f9736
feat(xo-web/hub): update existing template ( #4613 )
...
See xoa#35
2019-10-24 15:11:22 +02:00
BenjiReis
ba74b8603d
feat(xo-server-transport-icinga2): Icinga2 support ( #4573 )
...
Fixes #4563
2019-10-24 14:35:02 +02:00
Julien Fontanet
c675a4d61d
chore(yarn.lock): remove unnecessary entry
2019-10-24 14:16:40 +02:00
Julien Fontanet
965c45bc70
chore(vhd-lib): use @xen-orchestra/log
2019-10-24 12:18:01 +02:00
Rajaa.BARHTAOUI
139a22602a
feat(xo-web/xoa/support): expose support tunnel ( #4616 )
...
Fixes #4513
2019-10-24 09:51:22 +02:00
Julien Fontanet
e0e4969198
fix(backups-cli): should be compatible with Node 7.10
2019-10-23 17:53:07 +02:00
Julien Fontanet
08d69d95b3
chore(server/backup): explicit use of SR UUID ( #4622 )
2019-10-23 15:38:51 +02:00
HamadaBrest
4e6c507ba9
feat(xo-web/hub): extra hub template info ( #4593 )
...
See xoa#35
2019-10-23 12:09:11 +02:00
HamadaBrest
fd06374365
feat(xo-server-cloud): remove ( #4615 )
...
All its features were irrelevant for the open source version and have been merged into `xo-server-xoa`.
See xoa#39
2019-10-22 16:03:51 +02:00
Julien Fontanet
a07ebc636a
fix(docs/from sources): show Node 8.16.2
2019-10-20 12:43:06 +02:00
BenjiReis
4c151ac9aa
chore(xo-server-sdn-controller): complete refactor ( #4570 )
2019-10-18 17:04:26 +02:00
HamadaBrest
05c425698f
feat(xo-web/hub): ability to select SR in hub VM installation ( #4571 )
2019-10-16 15:34:43 +02:00
Julien Fontanet
2a961979e6
chore: use String#trim
instead of lodash/trim
( #4602 )
...
Support is good enough: https://kangax.github.io/compat-table/es5/#test-String_properties_and_methods
2019-10-15 09:43:20 +02:00
Pierre Donias
211ede92cc
fix(xo-web/new/sr): reattach SR ( #4550 )
...
See #4546
2019-10-14 14:57:24 +02:00
Julien Fontanet
256af03772
chore: use typeof
instead of lodash/isString
( #4603 )
2019-10-14 13:58:58 +02:00
Julien Fontanet
654fd5a4f9
chore: use typeof
instead of lodash/isBoolean
( #4604 )
2019-10-14 13:51:45 +02:00