| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
debugger (#14942)
Enable VSCode debugger integration when attaching VSCode to with AWX docker-compose development environment container
- add debugpy launch target in `.vscode/launch.json` to enable launching awx processes with debugpy
- add vscode tasks in `.vscode/tasks.json` to facilitate shutting down corresponding supervisord managed processes while launching process with debugpy
- modify nginx conf to add django runserver as fallback to uwsgi (enable launching API server via debugpy)
|
|
|
|
|
| |
AAP-12273 remove incorrect sentance conjugation
Co-authored-by: David O Neill <daoneill@redhat.com>
|
|
|
| |
Fix awx-autoreload, recent change made autoreload no longer take the command parameter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Credential Lookup with multiple types
Allow looking up a credential with one of multiple type IDs.
* Allow Azure cred for SCM
Allow selecting an Azure Resource Manager credential for Git-based SCMs.
This is in order to enable using Azure Service Principals for project updates.
* Implement Azure Service Principal Git
This adds support for using an Azure Service Principal for project updates.
---------
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
|
|
|
|
|
|
|
|
|
| |
mode (#14961)
Add pip>=21.3 to dev requirement required for installing django-ansible-base in editable mode
https://peps.python.org/pep-0660/
PEP 660 – Editable installs for pyproject.toml based builds (wheel based)
|
|
|
|
|
| |
* Bump axios UI dep to 1.6.z
* Add proxy-from-env license
|
|
|
|
|
| |
* Add terraform state inventory source
* Update inventory source plugin test
Signed-off-by: Helen Bailey <hebailey@redhat.com>
|
|
|
|
|
| |
Not auto-reload explicitly STOPPED processes
In development/debug workflow sometime we explicitly STOP processes this will make sure auto-reload does not start them back up
|
| |
|
| |
|
|
|
|
|
| |
Fix test that fail on rerun
due to expecting exact IDs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add resources api to controller
* update setting
models are not the source of truth in AWX
* Force creation of ServiceID object in tests
* fix typo
* settings fix for CI
---------
Co-authored-by: Alan Rominger <arominge@redhat.com>
|
|
|
| |
Tried to dig as to why we ever needed this and could not find the answer. We removed it and ran all the tests and the tests passed so assuming it's no longer needed.
|
|
|
|
| |
`pytest awx/main/tests/docs --release=$(VERSION_TARGET)`
where --release is required breaks test discovery and running in vscode (from within the container)
|
|
|
| |
Removing Podman var to use Docker again in the collection ci
|
| |
|
|
|
|
|
|
| |
* No harm in adding it to the list. If a JWT auth header is provided,
then process it (valid or not). If a JWT is not provided, move on to
the next auth.
|
|
|
|
| |
dependent on https://github.com/ansible/awx-ee/pull/235
|
|
|
| |
Promote multi-arch awx manifest
|
| |
|
|
|
|
|
|
|
| |
CVE-2023-47627
CVE-2023-49083
CVE-2023-41040
CVE-2024-22195
CVE-2023-46137
|
| |
|
|
|
|
|
| |
Fix deadlock scenario where dispatcher child process stuck in reading from queue loop after dispatcher parent process decided to quit
Co-authored-by: Alan Rominger <arominge@redhat.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
unable to have Japanese, Chinese and Korean Characters in email messages
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- avoid looping
- avoid using multiple files, only one should be provided and processed per type
- use first_found and variables to locate existing file
- skip if no file exists
|
|
|
|
|
|
| |
counts
Signed-off-by: James Talton <jtalton@redhat.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
build amd64 and ARM image for
- awx
- awx_devel
- awx_kube_devel
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Typo in "Launch Template" french message
Signed-off-by: Thaïs DOUCET <tdoucet@amiltone.com>
|
|
|
|
| |
Signed-off-by: Sasa Jovicic <sjovicic@anexia-it.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow dev image to build on fork
Fix uppercase repo owner error in CI
example
```
Run docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
LC_ALL: C.UTF-8
CI_GITHUB_TOKEN: ***
DEV_DOCKER_OWNER: TheRealHaoLiu
COMPOSE_TAG: devel
py_version: 3
invalid reference format: repository name must be lowercase
```
---------
Co-authored-by: Rick Elrod <rick@elrod.me>
|
| |
|
| |
|
| |
|
| |
|