Skip to content

Commit

Permalink
🚧 Temporarily reference the interfaces fork
Browse files Browse the repository at this point in the history
This links the corresponding WIP topic branch for demo purposes.

TODO: Revert this commit before merging the PR.
  • Loading branch information
webknjaz committed Oct 2, 2024
1 parent 2a3bfda commit 895d2c2
Show file tree
Hide file tree
Showing 56 changed files with 67 additions and 59 deletions.
16 changes: 12 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,11 @@ repos:
alias: mypy-py313
name: MyPy, for Python 3.13
additional_dependencies:
# yamllint disable rule:line-length
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git
@ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# yamllint enable rule:line-length
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
Expand All @@ -211,9 +213,11 @@ repos:
alias: mypy-py312
name: MyPy, for Python 3.12
additional_dependencies:
# yamllint disable rule:line-length
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git
@ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# yamllint enable rule:line-length
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
Expand All @@ -237,9 +241,11 @@ repos:
alias: mypy-py311
name: MyPy, for Python 3.11
additional_dependencies:
# yamllint disable rule:line-length
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git
@ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# yamllint enable rule:line-length
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
Expand All @@ -265,9 +271,11 @@ repos:
hooks:
- id: pylint
additional_dependencies:
# yamllint disable rule:line-length
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git
@ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# yamllint enable rule:line-length
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3 # needed by credentials.awx_secretsmanager
Expand Down
2 changes: 1 addition & 1 deletion dependencies/direct/py-constraints.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# #
###############################################################################

awx_plugins.interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx_plugins.interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
2 changes: 1 addition & 1 deletion dependencies/lock-files/build-docs-cp311-darwin-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/lock-files/build-docs-cp311-darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/lock-files/build-docs-cp311-linux-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/lock-files/build-docs-cp312-darwin-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/lock-files/build-docs-cp312-darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/lock-files/build-docs-cp312-linux-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/lock-files/build-docs-cp313-darwin-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/lock-files/build-docs-cp313-darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/lock-files/build-docs-cp313-linux-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/lock-files/py311-cp311-darwin-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via django
attrs==24.2.0
# via hypothesis
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/lock-files/py311-cp311-darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via django
attrs==24.2.0
# via hypothesis
awx-plugins-interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
awx-plugins-interfaces @ git+https://github.com/webknjaz/ansible--awx_plugins.interfaces.git@feature/shared-awx-stuff
# via
# -c dependencies/direct/py-constraints.in
# awx-plugins-core (pyproject.toml)
Expand Down
Loading

0 comments on commit 895d2c2

Please sign in to comment.