Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DPE-5599][Juju 3.6] Break PR/worflow & nightly tests + DPW update #467

Merged
merged 29 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
73be5ca
[DPE-5599][Juju 3.6] Break PR/worflow & nightly tests + DPW update
phvalguima Oct 2, 2024
7ac64dc
Rename ci.yaml to workflow.yaml
phvalguima Oct 2, 2024
b756e9b
Move away from agent to snap channel versions
phvalguima Oct 2, 2024
6d5789b
Create nightly.yaml
phvalguima Oct 2, 2024
944ebce
Update release.yaml
phvalguima Oct 2, 2024
8c3e68c
Update nightly.yaml
phvalguima Oct 2, 2024
3ab2bda
Update release.yaml
phvalguima Oct 2, 2024
115df1c
Update workflow.yaml
phvalguima Oct 2, 2024
1aba2af
Update CONTRIBUTING.md
phvalguima Oct 2, 2024
b1c0a8f
Update charmcraft.yaml
phvalguima Oct 2, 2024
3273889
Update charmcraft.yaml
phvalguima Oct 2, 2024
038794c
Update and rename workflow.yaml to ci.yaml
phvalguima Oct 2, 2024
88491f2
Delete .github/workflows/nightly.yaml
phvalguima Oct 2, 2024
f44d252
Update release.yaml
phvalguima Oct 2, 2024
057b694
Move to 3.5.4 as we want the latest stable juju
phvalguima Oct 3, 2024
4c1fe43
Update ci.yaml
phvalguima Oct 3, 2024
cb9151f
Update ci.yaml
phvalguima Oct 3, 2024
1c131cb
Update ci.yaml
phvalguima Oct 3, 2024
b42c024
Update ci.yaml
phvalguima Oct 3, 2024
5aff704
Update ci.yaml
phvalguima Oct 3, 2024
5dee779
Update ci.yaml
phvalguima Oct 3, 2024
8a85ec2
Update pyproject.toml
phvalguima Oct 3, 2024
b80eb56
Update charmcraft.yaml
phvalguima Oct 3, 2024
2d660ec
Update tox.ini
phvalguima Oct 3, 2024
55c45ed
Update tox.ini
phvalguima Oct 3, 2024
7f764ef
Update tox ini to use external poetry
phvalguima Oct 3, 2024
fac6591
Fix poetry.lock
phvalguima Oct 3, 2024
1bfde76
Update project toml
phvalguima Oct 7, 2024
932fd4f
Update release.yaml
phvalguima Oct 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions poetry.lock
phvalguima marked this conversation as resolved.
Show resolved Hide resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ codespell = "^2.3.0"
shellcheck-py = "^0.10.0.1"

[tool.poetry.group.unit.dependencies]
ops = "<2.17"
phvalguima marked this conversation as resolved.
Show resolved Hide resolved
pytest = "^8.2.2"
pytest-asyncio = "^0.21.2"
coverage = {extras = ["toml"], version = "^7.5.1"}
Expand Down
Loading