Skip to content

Commit

Permalink
wip: green unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu1nness committed Jan 24, 2025
1 parent f6a16c3 commit 0eb65a9
Show file tree
Hide file tree
Showing 29 changed files with 1,059 additions and 12,386 deletions.
3 changes: 3 additions & 0 deletions actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ force-refresh-start:
Force upgrade of this unit.
Potential of data loss and downtime.
pre-refresh-check:
description: Check if charm is ready to refresh

set-tls-private-key:
description: Set the privates key, which will be used for certificate signing requests (CSR). Run for each unit separately.
params:
Expand Down
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ parts:
source: .
after:
- poetry-deps
poetry-export-extra-args: ['--only', 'main,charm-libs']
poetry-export-extra-args: ['--without-hashes', '--only', 'main,charm-libs']
build-packages:
- libffi-dev # Needed to build Python dependencies with Rust from source
- libssl-dev # Needed to build Python dependencies with Rust from source
Expand Down
Loading

0 comments on commit 0eb65a9

Please sign in to comment.