-
Notifications
You must be signed in to change notification settings - Fork 101
chore: pull types from wip PR for upcoming Model.wait_for_idle #1203
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
Merged
jujubot
merged 21 commits into
juju:main
from
dimaqq:chore-type-hints-for-wait-for-idle
Nov 22, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a0fac06
chore: pull types from wip PR for upcoming Model.wait_for_idle
dimaqq ee6414e
chore: type hints for wait_for_idle specifically
dimaqq 99d8fc1
chore: no need to `assert connection`
dimaqq 8cf92b3
chore: use StatusStr for known status values
dimaqq bc93dfd
chore: update tox.ini for the new pacakge
dimaqq 945bac4
chore: keep python versions independent in testing
dimaqq af5fb47
chore: better url.URL docstring
dimaqq bc881e4
chore: guard access to model.info on connection
dimaqq 35499f4
chore: simpler tox.ini
dimaqq 018aa2d
chore: test the new StatusStr vs severity_map
dimaqq 3a56b5d
chore: simplify worst status selection
dimaqq 3784fe8
chore: try building in a newer environment
dimaqq 2f07806
chore: rely on pyproject.toml when building docs
dimaqq fbe1e63
chore: make pylxd optional, as it brings in ws4py from 2018
dimaqq e2740a1
chore: update Model.info docstring
dimaqq 2fdcaef
chore: dedent, drop setuptools in dev
dimaqq 08b0e0b
chore: readthedocs by trial and error
dimaqq 9f45c06
chore: readthedocs by trial and error
dimaqq f2c6c50
chore: readthedocs by trial and error
dimaqq 39ca34c
chore: note the sphinx issue
dimaqq f6efcf7
Merge branch 'chore-lighter-tox' into chore-type-hints-for-wait-for-idle
dimaqq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,6 +46,7 @@ jobs: | |
| name: Unit tests | ||
| runs-on: ubuntu-latest | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| python: | ||
| - "3.8" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.