Skip to content

Commit 60010ea

Browse files
Merge pull request #183 from canonical/7.0
7.0 - API adjustments, Pebble check events, and container exec improvements
2 parents 6080dbd + f3cc865 commit 60010ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+4610
-3234
lines changed

.github/workflows/quality_checks.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- 7.0
78

89
jobs:
910
linting:
@@ -41,4 +42,4 @@ jobs:
4142
- name: Install dependencies
4243
run: python -m pip install tox
4344
- name: Run unit tests
44-
run: tox -vve unit
45+
run: tox -vve unit

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
venv/
2+
.venv/
23
build/
3-
docs/build/
4+
docs/_build/
45
*.charm
56
.tox/
67
.coverage
@@ -11,3 +12,4 @@ __pycache__/
1112
dist/
1213
*.pytest_cache
1314
htmlcov/
15+
.vscode

0 commit comments

Comments
 (0)