Pierre Donias
1cbd715235
feat(xo-web/new-vm): dont prefill VM description ( #5047 )
...
Fixes #4981
Except if the template is a custom template
2020-06-05 14:52:31 +02:00
Julien Fontanet
703fcbccd6
feat(xo-server/xo.exportConfig): entries
param
...
Can be used to export a subset of the config, example:
```
xo.exportConfig entries=["acls"]
```
This will only export `acls` entries and dependencies (`groups` and `users`).
2020-06-05 13:57:54 +02:00
Julien Fontanet
2f9cbec07e
feat(xo-cli): support @=- to output to stdout
2020-06-05 13:57:54 +02:00
badrAZ
9f0b22d3e9
fix(xo-server#createVm): move VDIs before resize them ( #5044 )
...
See xoa-support#2535
Otherwise resizing might file due to space limitation on the template VDI's SR.
2020-06-05 13:37:18 +02:00
Julien Fontanet
ab5907c09c
feat(xo-server/logs-cli): implement --gc
2020-06-05 10:58:26 +02:00
Olivier Lambert
fae0b168f6
feat(docs/load_balancing): various improvements ( #5048 )
2020-06-04 10:49:26 +02:00
Julien Fontanet
f18e98a63e
chore: reformat code with Prettier
2020-06-03 11:03:03 +02:00
Julien Fontanet
3524886d5d
chore: update dev dependencies
2020-06-03 11:03:03 +02:00
Julien Fontanet
fb44eea06c
fix(xo-server): load globally installed plugin
...
It has been broken by d4526e1ed
Thanks @Danp2 for the report!
2020-06-02 20:44:33 +02:00
Julien Fontanet
3ea4c757e6
feat(backups-cli): clean checksums for missing XVAs
2020-06-02 15:27:36 +02:00
badrAZ
cfb8d79049
feat: release 5.47.1 ( #5043 )
2020-06-02 13:40:36 +02:00
badrAZ
1ea86da7af
feat: technical release (patch) ( #5042 )
2020-06-02 13:02:21 +02:00
Julien Fontanet
e289f2dba2
fix(auth-ldap/authenticate): dont use second param as logger ( #5039 )
2020-06-02 11:11:25 +02:00
Rajaa.BARHTAOUI
7f64cd1801
feat(xo-web/vm/network): show IPs in front of their VIFs ( #5003 )
...
Fixes #4882
2020-06-02 09:26:31 +02:00
Julien Fontanet
d4526e1ed2
feat(xo-server): load @xen-orchestra/server-* plugins
2020-06-01 21:06:04 +02:00
Julien Fontanet
34f42216c8
feat(*/README.md): better badges
2020-06-01 14:41:52 +02:00
Julien Fontanet
a26a24a8ad
fix(normalize-packages): dont replace author in READMEs
2020-06-01 14:06:09 +02:00
Julien Fontanet
4530fd4164
chore(*/package.json): normalize author to Vates SAS
2020-06-01 14:06:09 +02:00
Olivier Lambert
9156b8f48c
feat(docs): merge and clean old docs into new one ( #5025 )
2020-06-01 11:32:27 +02:00
Julien Fontanet
6212109fc1
feat(@vates/read-chunk): 0.1.1
2020-05-29 15:10:20 +02:00
Julien Fontanet
c22a080e23
fix(read-chunk): not an ES module
2020-05-29 15:10:20 +02:00
Julien Fontanet
834a7109f9
fix: add @vates to list of workspaces
2020-05-29 15:10:20 +02:00
badrAZ
7cbf32202d
feat: release 5.47.0 ( #5031 )
2020-05-29 12:29:41 +02:00
Julien Fontanet
d0b9380dca
fix(*/README): license link
2020-05-28 21:24:20 +02:00
Julien Fontanet
13fd9be566
feat(*/README.md): re-generate for all packages
2020-05-28 20:56:14 +02:00
Julien Fontanet
53a9aa6ad2
fix(vhd-lib): dont prefer global install
2020-05-28 20:29:10 +02:00
Julien Fontanet
c2ce4aca1b
feat(async-map/package.json): add description
2020-05-28 20:28:52 +02:00
Julien Fontanet
567f6d7cc0
fix: prefer global install for CLIs
2020-05-28 20:28:28 +02:00
Julien Fontanet
489c0b27f9
fix: use AGPL-3.0-or-later licenses for xo pkgs
2020-05-28 20:27:39 +02:00
Julien Fontanet
343f988584
fix: use AGPL-3.0-or-later license identifier
...
`AGPL-3.0` identifier has been deprecated by SPDX.org
2020-05-28 20:26:55 +02:00
Julien Fontanet
7f676c56c8
feat(normalize-packages): add license to all packages
2020-05-28 16:05:55 +02:00
Julien Fontanet
3c0ca7026f
fix(read-chunk/README): fix pkg name
2020-05-28 16:05:55 +02:00
Rajaa.BARHTAOUI
2ceba11aa7
feat: technical release ( #5028 )
2020-05-28 16:04:13 +02:00
Julien Fontanet
6db5e0b27c
feat(@vates/read-chunk): 0.1.0
2020-05-28 14:49:00 +02:00
Julien Fontanet
dfecb801db
fix(read-chunk/USAGE): fix pkg name
2020-05-28 14:48:27 +02:00
Julien Fontanet
c10bfe3db2
feat(read-chunk): module to read data from stream
2020-05-28 14:45:22 +02:00
Julien Fontanet
20fb2c99bc
feat(normalize-packages): generate README.md from USAGE.md
2020-05-28 14:45:21 +02:00
Pierre Donias
b4a0b5c58b
fix(xo-server/setData): dont wait for update if no changes ( #5027 )
...
If an other_config entry is set to the same value as it was before, the object
will not be updated and the _waitObject promise will "never" resolve.
2020-05-28 14:01:54 +02:00
badrAZ
faa46c2a21
fix(xo-web/modal#form): defer rendering until all props are set ( #5024 )
...
The set default value is not used in the first render due to a race condition between the modal render and the modal value.
To avoid this race condition and multiple renders, the modal should open at the end of the set of its properties.
2020-05-28 11:19:25 +02:00
badrAZ
9691199ae8
feat(xo-web/proxies): start trial if no license available ( #5022 )
...
See xoa#54
2020-05-28 10:58:43 +02:00
Rajaa.BARHTAOUI
f736381933
feat(xo-web/home): ability to list VMs which are (not) backed up ( #4974 )
...
Fixes #4777
2020-05-28 10:10:34 +02:00
Julien Fontanet
f44e5b3b7a
fix(babel-config): remove auto useBuiltIns
...
Too magical, caused too much problems.
2020-05-27 10:25:41 +02:00
Julien Fontanet
6e24bf5f8c
fix(xo-{cli,upload-ova}): remove deprecated dep @babel/polyfill
2020-05-27 10:13:54 +02:00
Julien Fontanet
8fb43e31c5
fix(babel-config): useBuiltIns only if core-js
...
Because `@babel/polyfill` is deprecated.
See https://babeljs.io/docs/en/babel-preset-env#usebuiltins
2020-05-27 10:13:30 +02:00
Julien Fontanet
0860c80e51
fix(*/README): legacy project URLs
2020-05-27 10:04:00 +02:00
Julien Fontanet
66fc25756f
Revert "feat(xo-server): load plugins from mono-repo"
...
This reverts commit 3e3ce543a8
.
This can cause problems due to duplicate loading.
2020-05-27 09:53:46 +02:00
Olivier Lambert
f008e240cd
feat(docs/installation): banner explanation ( #5023 )
2020-05-27 09:44:36 +02:00
BenjiReis
8d7e95d6e9
feat(sdn-controller/new network): choose preferred center ( #5000 )
...
Fixes #4991
2020-05-26 16:56:46 +02:00
Julien Fontanet
3e3ce543a8
feat(xo-server): load plugins from mono-repo
2020-05-26 14:01:43 +02:00
Julien Fontanet
6c447a82f1
chore(audit-core): remove unused dev dep
2020-05-26 13:59:06 +02:00