multipass-test:staging

Last commit made on 2023-10-31
Get this branch:
git clone -b staging https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
staging
Repository:
lp:multipass-test

Recent commits

642f5d9... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3271

3271: [sftp] Remove sshfs append workaround r=townsend2010 a=sharder996

Fixes #3129

Co-authored-by: sharder996 <email address hidden>

7e4dc40... by Chris Townsend <email address hidden>

Merge #2993

2993: Snapshots r=townsend2010 a=ricab

Fixes #208

Co-authored-by: Ricardo Abreu <email address hidden>
Co-authored-by: ScottH <email address hidden>

2f856e5... by Ricardo Abreu

[utils] Fix formatting

6baa7a4... by Ricardo Abreu

[utils] Fix ignored custom filter in trim

bc394d8... by Ricardo Abreu

[utils] Bind `std::isspace` safely

d40e8e6... by Ricardo Abreu

[utils] Separate template declaration/definition

For better readability.

5eb6460... by Ricardo Abreu

[utils] Avoid repeating isspace lambda

bc29248... by Ricardo Abreu

[utils] Generalize trimmers

Generalize trim utilities to operate on both lvalues and rvalues. Take
the chance to drop the `std::function` wrapper for the filter predicate.

a0f1612... by Ricardo Abreu

[vm] Use generic trim util on file contents

e24e524... by Ricardo Abreu

[utils] Implement remaining string trimmers