charmcraft:large-spread-tests

Last commit made on 2024-05-09
Get this branch:
git clone -b large-spread-tests https://git.launchpad.net/charmcraft

Branch merges

Branch information

Name:
large-spread-tests
Repository:
lp:charmcraft

Recent commits

307337d... by Alex Lowe

Merge branch 'main' into large-spread-tests

e2ad204... by Alex Lowe

ci: remove cla-check from merge groups (#1680)

a21958a... by Alex Lowe

ci: remove cla-check from merge groups (#1679)

aceaf98... by Alex Lowe

ci: enable codeQL on main (#1677)

This got left out when the master branch was renamed to main

1762b90... by Alex Lowe

ci: enable merge groups for CI (#1676)

This doesn't set up a full merge queue, but it starts the process, as it
allows all the CI items that run on PRs to also run on merge groups.

d52e064... by Alex Lowe

build(deps): update all dependencies (#1675)

98d16f5... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency jaraco.classes to v3.4.0 (#1647)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jaraco.classes](https://togithub.com/jaraco/jaraco.classes) |
`==3.3.1` -> `==3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/jaraco.classes/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/jaraco.classes/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/jaraco.classes/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/jaraco.classes/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jaraco/jaraco.classes (jaraco.classes)</summary>

###
[`v3.4.0`](https://togithub.com/jaraco/jaraco.classes/compare/v3.3.1...v3.4.0)

[Compare
Source](https://togithub.com/jaraco/jaraco.classes/compare/v3.3.1...v3.4.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/canonical/charmcraft).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

26ab876... by Alex Lowe

fix: fix login crash (#1673)

Fixes #1672

b24ccd5... by Alex Lowe

fix: make tox tests succeed (#1674)

Includes both a fix for the environment variable and a workaround for
https://github.com/canonical/operator/issues/1212

097a4e9... by Claudio Matsuoka

feat: add test command and templates (#1660)

The `charmcraft test` command invokes spread to run test suites on
local and remote machines. A pre-defined spread configuration and
multipass back-end are supplied.