- Nov 27, 2024
-
- Nov 13, 2024
-
-
8160bf36 cargo: bump `tempfile` to at least 3.7.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !494
-
- Nov 12, 2024
-
-
Ben Boeckel authored
This drops a transitive dependency on the unmaintained `instant` crate. Fixes: https://rustsec.org/advisories/RUSTSEC-2024-0384
-
- Nov 07, 2024
-
-
7d7c4103 ci: disable incremental compilation Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !493
-
Ben Boeckel authored
CI doesn't do incremental compilation, so disable it to avoid extra work in CI. Additionally, incremental compilation is not supported by `sccache`, so it can then also be cached.
-
- Nov 04, 2024
-
-
2bf9bfed api/paged/pagination: test `Pagination::page_limit` 1d680013 api/paged/lazy: test `LazilyPagedState` 7cb9b5ba api/paged/lazy: test `Page` methods ccd6930d api/sudo: test that `sudo` leaves endpoints untouched bb489ca3 api/retry: test that `retry` doesn't do so with 4xx errors d88ea1b4 api/paged/link_header: test more corner cases 196e643d api/paged: test that the `&Endpoint` pageable impl doesn't change things 2274618c api/ignore: test that the `async` implementation catches errors ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !492
-
- Nov 03, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Beyond the `sudo` query parameter at least.
-
Ben Boeckel authored
-
Ben Boeckel authored
Mutation discovered that testing did not cover half-enclosed items. Basically, detecting either bracket/quote was sufficient with the tested data.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
The default ordering might be keyset-capable, so use the `Default` implementation to detect it.
-
Ben Boeckel authored
-
Ben Boeckel authored
When the content is not UTF-8, the actual encoding used needs to be sent in the query. Also add a test that exercises the codepath. As a side effect, the encoding is always specified when `content` is provided.
-
- Nov 02, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
The `milestone_id` member should be used instead.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
The `skip_groups` test covers the set merging, but could not tell if `skip_group` was a no-op as a result.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Oct 31, 2024
-
-
6925a5b3 gitlab-ci: remove `dependencies` from jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !491
-
Ben Boeckel authored
Historically, `needs` specifies the jobs which need to complete successfully and `dependencies` specifies the jobs which provide artifacts which should be used. Modern GitLab discourages using both as `needs` now supports an `artifacts` key to say "depend on but do not use artifacts", so remove `dependencies` and use `needs:artifacts` where necessary. See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
-