Julien Fontanet
|
167dfd2c40
|
chore: prepare instead of build in CI
|
2022-11-24 17:11:45 +01:00 |
|
Julien Fontanet
|
36f7f193aa
|
feat: run linter in CI
|
2022-11-24 17:00:59 +01:00 |
|
Julien Fontanet
|
ca4a82ec38
|
fix: make test-lint script ignore xo-web
Too many errors in this legacy package.
|
2022-11-24 16:26:40 +01:00 |
|
Julien Fontanet
|
37aea1888d
|
chore: fix lint issues
|
2022-11-24 16:26:40 +01:00 |
|
Julien Fontanet
|
92f3b4ddd7
|
chore(backups/RemoteAdapter): remove unused invalidateVmBackupListCache
|
2022-11-24 16:26:40 +01:00 |
|
Mathieu
|
647995428c
|
feat(lite/pool/dashboard): top 5 RAM usage (#6419)
|
2022-11-24 15:57:11 +01:00 |
|
Mathieu
|
407e9c25f3
|
feat(xo-web/licenses): text to explicit where to bind xcp-ng licenses (#6551)
See zammad#11037
|
2022-11-24 15:42:16 +01:00 |
|
Julien Fontanet
|
1612ab7335
|
fix(backups-cli/clean-vms): remove incorrect console.log
Introduced by 94c755b10
|
2022-11-23 23:03:46 +01:00 |
|
Julien Fontanet
|
b952c36210
|
fix(vhd-lib/merge): VhdAbstract.rename → handler.rename
Missing changed from c5b3acfce
|
2022-11-23 15:02:56 +01:00 |
|
Florent BEAUCHAMP
|
96b5cb2c61
|
feat(xo-vmdk-to-vhd): overprovision vmdk size to generate ova in one pass (#6487)
|
2022-11-23 14:48:18 +01:00 |
|
Florent Beauchamp
|
c5b3acfce2
|
fix(vhd-lib): remove unsafe VhdAbstract.rename implementation
actual implementation was deleting the target vhd even if the source did not exist, leading to ptential data loss
|
2022-11-23 14:31:37 +01:00 |
|
Julien Fontanet
|
20a01bf266
|
feat(lint-staged): format all files with Prettier
|
2022-11-22 18:20:01 +01:00 |
|
Julien Fontanet
|
a33b88cf1c
|
chore: format with Prettier
|
2022-11-22 17:30:14 +01:00 |
|
Julien Fontanet
|
09a2f45ada
|
feat: run test script for all pkgs with changed files
|
2022-11-22 17:30:14 +01:00 |
|
Julien Fontanet
|
83a7dd7ea1
|
chore: remove custom scripts/lint-staged
|
2022-11-22 17:30:14 +01:00 |
|
Julien Fontanet
|
afc1b6a5c0
|
Revert "feat: run pre-commit script for all packages"
This reverts commit f5b91cd45d.
|
2022-11-22 17:30:14 +01:00 |
|
Thierry Goettelmann
|
7f4f860735
|
feat(lite/color mode): "auto" mode + "D" shortcut to toggle (#6536)
The shortcut is only enabled in dev environment
|
2022-11-22 15:35:31 +01:00 |
|
Julien Fontanet
|
d789e3aa0d
|
chore: update to husky@8
|
2022-11-22 15:33:43 +01:00 |
|
Julien Fontanet
|
f5b91cd45d
|
feat: run pre-commit script for all packages
|
2022-11-22 11:37:40 +01:00 |
|
Julien Fontanet
|
92ab4b3309
|
chore(lite): format with Prettier (#6545)
|
2022-11-22 11:33:03 +01:00 |
|
Florent Beauchamp
|
2c456e4c89
|
fix(vhd-lib): create directory for merged blocks
|
2022-11-22 11:05:51 +01:00 |
|
Florent Beauchamp
|
1460e63449
|
fix(vhd-lib): write state at the begining
|
2022-11-22 11:05:51 +01:00 |
|
Julien Fontanet
|
8291124c1f
|
feat(xo-server/remote.{create,set}): prevent xo-vm-backups suffix
Fixes zammad#10930
|
2022-11-21 16:58:24 +01:00 |
|
Julien Fontanet
|
fc4d9accfd
|
feat(mixin): add usage
|
2022-11-21 11:04:51 +01:00 |
|
Julien Fontanet
|
80969b785f
|
feat(xo-server/proxy.register): authenticationToken is now optional
It's automatically generated if missing, which can be useful when manually registering a proxy.
|
2022-11-20 23:51:48 +01:00 |
|
Julien Fontanet
|
3dfd7f1835
|
fix(xo-server/proxy.register): requires either address or vmUuid
|
2022-11-20 23:50:51 +01:00 |
|
Julien Fontanet
|
65daa39ebe
|
fix(xo-cli): fix invalid parameters error message
Introduced by d7f29e736
The error format has changed due to the switch of xo-server to Ajv.
|
2022-11-20 23:44:50 +01:00 |
|
Julien Fontanet
|
5ad94504e3
|
feat(xo-web/downloadLog): use .json extension for JSON values
|
2022-11-20 23:20:01 +01:00 |
|
Julien Fontanet
|
4101bf3ba5
|
fix(xo-web): injected task.parent should not be enumerable
Shared task objects are direclty altered and adding an enumerable cyclic property might break JSON.stringify in other components.
|
2022-11-20 23:19:35 +01:00 |
|
Thierry Goettelmann
|
e9d52864ef
|
fix(lite): remove @trivago/prettier-plugin-sort-imports package breaking monorepo (#6531)
|
2022-11-18 11:32:27 +01:00 |
|
Julien Fontanet
|
aef2696426
|
feat(log): respect env.{DEBUG,NODE_DEBUG} by default
Previously, env.{DEBUG,NODE_DEBUG} were only handled if `log/configure` has been imported, now it's the case by default.
|
2022-11-18 10:42:13 +01:00 |
|
Julien Fontanet
|
94c755b102
|
fix(backups-cli/clean-vms): use getSyncedHandler
|
2022-11-18 10:42:13 +01:00 |
|
Gabriel Gunullu
|
279b457348
|
test(xo-remote-parser): from Jest to test (#6537)
|
2022-11-17 14:35:01 +01:00 |
|
Julien Fontanet
|
b5988bb8b7
|
chore(backups-cli): convert to ESM
|
2022-11-17 10:44:48 +01:00 |
|
Mathieu
|
f73b1d8b40
|
feat(lite): add loader in pool dashboard (#6468)
|
2022-11-17 10:15:03 +01:00 |
|
Gabriel Gunullu
|
b2ccb07a95
|
test(complex-matcher): from Jest to test (#6535)
|
2022-11-16 23:24:32 +01:00 |
|
Thierry Goettelmann
|
9560cc4e33
|
chore(lite): upgrade packages (#6532)
|
2022-11-16 11:18:04 +01:00 |
|
Julien Fontanet
|
e87c380556
|
chore: update dev deps
|
2022-11-15 15:16:29 +01:00 |
|
Julien Fontanet
|
b0846876f7
|
feat: release 5.76.2
|
2022-11-14 15:55:02 +01:00 |
|
Julien Fontanet
|
477ed67957
|
feat(xo-server): 5.106.1
|
2022-11-14 14:52:01 +01:00 |
|
Thierry Goettelmann
|
5acacd7e1e
|
feat(lite): add merge prop to UiButtonGroup (#6494)
|
2022-11-14 11:08:26 +01:00 |
|
Thierry Goettelmann
|
8d542fe9c0
|
fix(lite): UiButton should follow UiButtonGroup transparent prop (#6493)
|
2022-11-14 11:06:54 +01:00 |
|
Thierry Goettelmann
|
b0cb249ae9
|
docs(lite): update README about UiIcon (#6520)
|
2022-11-14 10:22:07 +01:00 |
|
Julien Fontanet
|
185509a0cf
|
fix(xo-server/proxy.upgradeAppliance): use getObject method on correct object
Introduced by 572359892
|
2022-11-10 18:12:57 +01:00 |
|
Julien Fontanet
|
08298d3284
|
feat: limit concurrency of root build script
Should fixes https://xcp-ng.org/forum/post/54567
|
2022-11-10 18:09:05 +01:00 |
|
Mathieu
|
7a4cec5093
|
fix(dashboard/health): filter correctly unhealthyVdis (#6519)
See zammad#10720
|
2022-11-10 15:35:05 +01:00 |
|
rajaa-b
|
f44f5199c6
|
feat(lite): uncollapse hosts by default (#6428)
|
2022-11-10 15:12:37 +01:00 |
|
kursantkvi
|
81abc091de
|
feat(xo-web/intl): Russian localization (#6526)
|
2022-11-10 10:02:16 +01:00 |
|
Pierre Donias
|
7e4f4c445d
|
feat: release 5.76.1 (#6523)
|
2022-11-08 16:24:01 +01:00 |
|
Pierre Donias
|
5a673c1833
|
feat: technical release (#6521)
|
2022-11-08 11:12:48 +01:00 |
|