-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge master
into feature/py3
to fix OCaml CI failures using #5726
#5733
Merge master
into feature/py3
to fix OCaml CI failures using #5726
#5733
Commits on Jun 14, 2024
-
xapi-rrdd: change tests to reduce amount of logs produced
Using alcotest allows us to ignore the output of the scale tests which produced more than 8 thousand lines, for no good reason. Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 28bba2f - Browse repository at this point
Copy the full SHA 28bba2fView commit details -
rrd-transport: generate opam metadata using dune
Use it to drop the dependency on ounit in the metadata Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for e4ed6c0 - Browse repository at this point
Copy the full SHA e4ed6c0View commit details -
http-lib: generate opam metadata using dune
Use it to drop the dependency on ounit in the metadata Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 69c077d - Browse repository at this point
Copy the full SHA 69c077dView commit details -
wsproxy: test with alcotest instead of ounit
Generate wproxy's opam metadata with dune Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 432d08d - Browse repository at this point
Copy the full SHA 432d08dView commit details -
vhd-format-lwt: run tests using alcotest
This also reduces amount of time from 27 to 19 seconds in my box Now the opam metadata is generated by dune Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 1b442ca - Browse repository at this point
Copy the full SHA 1b442caView commit details -
xen-api-client: run tests with alcotest
Also generate opam metadata with dune This is the last user of ounit in the repository Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for da3712b - Browse repository at this point
Copy the full SHA da3712bView commit details -
xapi-sdk: add empty packge to be able to run tests for it
The go sdk needs to tun tests, and opam needs these to be attached to a package, so introduce xapi-sdk to do so Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 736e420 - Browse repository at this point
Copy the full SHA 736e420View commit details -
This allows new packages to be introduces. Otherwise the CI fails when trying to resolve the depexts of the newly-added package because they don't exist in any opam repositories Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 0a1822f - Browse repository at this point
Copy the full SHA 0a1822fView commit details
Commits on Jun 17, 2024
-
Merge pull request xapi-project#5684 from psafont/lesstestlogs
Testing: reduce amount of logs produced, drop ounit2
Configuration menu - View commit details
-
Copy full SHA for b944326 - Browse repository at this point
Copy the full SHA b944326View commit details -
CP-49647 use URI for newcli.ml
Signed-off-by: Christian Lindig <christian.lindig@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 37bb814 - Browse repository at this point
Copy the full SHA 37bb814View commit details -
CP-49677 implement Http.Url using URI
The struture of Http.Url is unfortunate and we currently can't cange it but we can use a better and more concise implementation using URI. Signed-off-by: Christian Lindig <christian.lindig@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 44064ab - Browse repository at this point
Copy the full SHA 44064abView commit details -
Signed-off-by: Christian Lindig <christian.lindig@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 6af8250 - Browse repository at this point
Copy the full SHA 6af8250View commit details -
doc/README.md: Improve the Hugo Quick start guide for an easier start
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for ab02111 - Browse repository at this point
Copy the full SHA ab02111View commit details
Commits on Jun 18, 2024
-
.codecov.yml: Remove scripts (Codecov is confused, we move scripts/ t…
…o python3/) Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 360d9c3 - Browse repository at this point
Copy the full SHA 360d9c3View commit details -
CA-394444: Update task cancellation in
message_forwarding.ml
Add ``shutdown` to the list of operation that `hard_shutdown` can cancel. Currently, ``shutdown` is missing from the list of operation that `hard_shutdown` needs to cancel. Signed-off-by: Gabriel Buica <danutgabriel.buica@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 199baec - Browse repository at this point
Copy the full SHA 199baecView commit details -
Merge pull request xapi-project#5699 from xenserver-next/improve-hugo…
…-dev-howto-readme
Configuration menu - View commit details
-
Copy full SHA for 242e626 - Browse repository at this point
Copy the full SHA 242e626View commit details -
CA-394444: Update
vm_operation_table
Adds ``shutdown` to `vm_operation_table`. `VM.shutdown` operations were displayed as `(unknown operation)`. This should display the operation correctly in logs and during `xe task-list`. Signed-off-by: Gabriel Buica <danutgabriel.buica@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 5c906eb - Browse repository at this point
Copy the full SHA 5c906ebView commit details -
Merge pull request xapi-project#5701 from GabrielBuica/private/dbuica…
…/CA-394444 CA-394444: `hard_shutdown` stuck behind a `pending` `shutdown`
Configuration menu - View commit details
-
Copy full SHA for b3bba59 - Browse repository at this point
Copy the full SHA b3bba59View commit details -
Hugo docs: Add dark mode support, theme variant selector and print
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for fa8a661 - Browse repository at this point
Copy the full SHA fa8a661View commit details -
Merge pull request xapi-project#5703 from xenserver-next/enable-auto-…
…dark-mode-and-print Hugo docs: Add dark mode support, theme variant selector and print
Configuration menu - View commit details
-
Copy full SHA for 7348b74 - Browse repository at this point
Copy the full SHA 7348b74View commit details
Commits on Jun 19, 2024
-
Don't generate link-local address for interfaces
When creating the bridge for virtual machines we don't want to set link-local address because it will give an access to the host for VMs. Required link-local are managed by XAPI directly. Signed-off-by: Guillaume <guillaume.thouvenin@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for acf6b96 - Browse repository at this point
Copy the full SHA acf6b96View commit details -
Make
cluster-stack-version
show up in the CLISigned-off-by: Vincent Liu <shuntian.liu2@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for c14aa08 - Browse repository at this point
Copy the full SHA c14aa08View commit details
Commits on Jun 20, 2024
-
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
Configuration menu - View commit details
-
Copy full SHA for ff67298 - Browse repository at this point
Copy the full SHA ff67298View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6221e2 - Browse repository at this point
Copy the full SHA d6221e2View commit details
Commits on Jun 21, 2024
-
Removed headers from the templates.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for c3aab47 - Browse repository at this point
Copy the full SHA c3aab47View commit details -
Renamed files and reordered table of contents.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for cffd225 - Browse repository at this point
Copy the full SHA cffd225View commit details -
IH-583 Create standalone implementations of systemd functions
To avoid linking against libsystemd through ocaml-systemd. sd_notify and sd_booted were reimplemented, guided by the recent work in xen (commits 78510f3a1522f2856330ffa429e0e35f8aab4277 and caf864482689a5dd6a945759b6372bb260d49665) and the standalone implementation suggested in systemd's manual pages. Signed-off-by: Andrii Sultanov <andrii.sultanov@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 44dbd7b - Browse repository at this point
Copy the full SHA 44dbd7bView commit details -
IH-583 Use standalone implementations of systemd functions
Use standalone implementations of sd_notify and sd_booted in forkexecd, networkd, and xcp-rrdd. Additionally, remove unidiomatic ignore usage and handle failure explicitly instead. Signed-off-by: Andrii Sultanov <andrii.sultanov@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 062ab83 - Browse repository at this point
Copy the full SHA 062ab83View commit details -
IH-583 Create tests for the standalone implementations of systemd fun…
…ctions Add new cram tests that exercise Daemon.systemd_notify Signed-off-by: Andrii Sultanov <andrii.sultanov@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for 7e74dad - Browse repository at this point
Copy the full SHA 7e74dadView commit details -
Merge pull request xapi-project#5723 from kc284/master
Tweaks to the API reference generator
Configuration menu - View commit details
-
Copy full SHA for 4770d5e - Browse repository at this point
Copy the full SHA 4770d5eView commit details
Commits on Jun 24, 2024
-
Merge pull request xapi-project#5711 from Vincent-lau/private/shul2/s…
…tack-version-cli Make `cluster-stack-version` show up in the CLI
Configuration menu - View commit details
-
Copy full SHA for e6af4ab - Browse repository at this point
Copy the full SHA e6af4abView commit details -
Merge pull request xapi-project#5721 from last-genius/private/asultan…
…ov/standalone-systemd
Configuration menu - View commit details
-
Copy full SHA for 231b94d - Browse repository at this point
Copy the full SHA 231b94dView commit details -
Fix failing builds by attaching package to the cram test
Signed-off-by: Andrii Sultanov <andrii.sultanov@cloud.com>
Configuration menu - View commit details
-
Copy full SHA for d8f7355 - Browse repository at this point
Copy the full SHA d8f7355View commit details
Commits on Jun 25, 2024
-
Merge pull request xapi-project#5686 from xcp-ng/gtn-dont-generate-li…
…nk-local-address
Configuration menu - View commit details
-
Copy full SHA for 9566c5d - Browse repository at this point
Copy the full SHA 9566c5dView commit details -
Merge pull request xapi-project#5725 from last-genius/private/asultan…
…ov/standalone-systemd
Configuration menu - View commit details
-
Copy full SHA for ac9279b - Browse repository at this point
Copy the full SHA ac9279bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 248369f - Browse repository at this point
Copy the full SHA 248369fView commit details