charmcraft:aml/reactive-in-bash

Last commit made on 2024-03-07
Get this branch:
git clone -b aml/reactive-in-bash https://git.launchpad.net/charmcraft

Branch merges

Branch information

Name:
aml/reactive-in-bash
Repository:
lp:charmcraft

Recent commits

9bd42aa... by Alex Lowe

chore: rewrite the reactive plugin with bash

The older plugin calling its own file made failures difficult to navigate.

764ffba... by Alex Lowe

chore: update ruff configs (#1576)

3445f5f... by Alex Lowe

style(type): enable stricter pyright rules (#1574)

45704d0... by Alex Lowe

chore: make spread config a bit nicer (#1575)

1b65006... by Alex Lowe

style(lint): enable some previously-ignored ruff rules (#1577)

ee5984b... by Alex Lowe

refactor: remove unused extension command implementations (#1572)

Moves the tests to the craft-application implementations too.

053d5a2... by Alex Lowe

refactor: remove unused clean command implementation (#1571)

Now that we're using the craft-application `clean` command we don't need
to compare to the 2.x clean command.

This removes the regression tests and the old implementation

71de3fb... by Alex Lowe

test(remote-build): limit remote-build smoke test to one arch (#1573)

2ecb709... by Alex Lowe

chore: merge feature/ca-2 to main (#1569)

bf44acd... by Alex Lowe

chore: merge branch main into feature/ca-2