Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-02-21 | added # -*-coding:utf-8-*- to test if this fixes issues with users being ↵ | Chad Ferman | 1 | -0/+1 | |
unable to have Japanese, Chinese and Korean Characters in email messages | |||||
2024-02-21 | Fix playbook errors found by debugging | Alan Rominger | 1 | -6/+6 | |
2024-02-21 | Fix missing var name change | Alan Rominger | 1 | -1/+1 | |
2024-02-21 | Style consistency for task 'when' | Alan Rominger | 1 | -1/+3 | |
2024-02-21 | fix project_update role/collection install | Brian Coca | 1 | -12/+22 | |
- 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 | |||||
2024-02-21 | Enhance the dashboard job summary endpoint to contain canceled and error job ↵ | James Talton | 1 | -1/+29 | |
counts Signed-off-by: James Talton <jtalton@redhat.com> | |||||
2024-02-21 | Do not rely on unreliable dir output and use exists query | Alan Rominger | 1 | -7/+9 | |
2024-02-21 | Make the migration middleware faster, second attempt | Alan Rominger | 1 | -4/+18 | |
2024-02-21 | Deleted duplicate graphics that were converted to drawio. | Thanhnguyet Vo | 2 | -0/+0 | |
2024-02-21 | Fixed graphics, illustrations, tables, examples, sizing | Thanhnguyet Vo | 11 | -31/+42 | |
2024-02-20 | Multi-arch build for AWX images in ghcr.io (#14899) | Hao Liu | 4 | -45/+85 | |
build amd64 and ARM image for - awx - awx_devel - awx_kube_devel | |||||
2024-02-20 | Add support for terraform credentials in awxkit (#14902) | Cesar Francisco San Nicolas Martinez | 1 | -0/+1 | |
2024-02-20 | Fix mistake in french message | Jérémy Lal | 1 | -1/+1 | |
2024-02-20 | Fix: Ajout de traduction sur la langue FR | Fdubois97 | 1 | -8/+8 | |
2024-02-20 | Fix typo in french message | Thaïs DOUCET | 1 | -1/+1 | |
Typo in "Launch Template" french message Signed-off-by: Thaïs DOUCET <tdoucet@amiltone.com> | |||||
2024-02-20 | Fix: login rerouting only works on the user's current tab (PR:#14399) | Sasa Jovicic | 1 | -1/+4 | |
Signed-off-by: Sasa Jovicic <sjovicic@anexia-it.com> | |||||
2024-02-20 | Ability to user awxkit with websocket custom urls | César Francisco San Nicolás Martínez | 2 | -2/+17 | |
2024-02-19 | Add YAML tab for Job Output event modal. | Mikhail Yohman | 2 | -12/+50 | |
2024-02-19 | Allow dev image to build on fork (#14898) | Hao Liu | 2 | -3/+9 | |
* 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> | |||||
2024-02-19 | Label any changes to requirements folder with dependencies label | Alan Rominger | 1 | -2/+1 | |
2024-02-19 | Run prettier | Michael Abashian | 2 | -6/+11 | |
2024-02-19 | fixes problems with workflow nodes information section | ivarmu | 2 | -5/+14 | |
2024-02-19 | Updated release notes so they don't need to be revised so often. | Thanhnguyet Vo | 1 | -13/+7 | |
2024-02-19 | Disable install_bundle endpoint for ingress node | Seth Foster | 1 | -1/+1 | |
As we do for control nodes, disable the install_bundle endpoint for ingress nodes. This can be done by checking if instance managed is True. Signed-off-by: Seth Foster <fosterbseth@gmail.com> | |||||
2024-02-18 | Add tests for websocket endpoints | Chris Meyers | 2 | -8/+140 | |
* authorized/not authorized tests for wsrelay endpoint * not authorized test for web browser websockets * skeleton of a test for authorized web browser websockets | |||||
2024-02-18 | Add pytest-asyncio to test channels websockets | Chris Meyers | 1 | -0/+1 | |
2024-02-16 | Remove `tower_legacy` module_utils that appears unused (#14421) | Alan Rominger | 4 | -125/+2 | |
* Remove tower_legacy module that appears unused * Update license details | |||||
2024-02-16 | Update release doc to check for awxkit tar files. (#14892) | Jake Jackson | 2 | -1/+5 | |
add a step to release process to confirm tar file is published | |||||
2024-02-15 | Fix the persistent breakage when cleaning up branches23.8.1 | Jeff Bradberry | 1 | -8/+4 | |
The github workflow that we have set up for branch deletion doesn't work: - the `on: delete` event does not support the `branches:` filter - the `mode` flag for the aws_s3 module does not have `delete` as one of the options. The proper option appears to be `delobj`. | |||||
2024-02-15 | Revert "Drop cython dep" (#14884) | Alan Rominger | 3 | -0/+179 | |
* Revert "Remove cython lib" This reverts commit 46f816e7a41655169efc1b1357dce9a19b5c1da7. * Revert "WIP consider droping cython dep" This reverts commit 54b32c10f0229a207f62dbfadbaf885c9a41bd8b. * Update Cython comment | |||||
2024-02-15 | Added mesh ingress content to instances chapter. (#14854) | TVo | 16 | -85/+136 | |
* Added mesh ingress content to instances chapter. * Changes to incorp feedback from @TheRealHaoLiu. * Added mesh ingress content to instances chapter. * Line 75 Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> * Line 117 Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> * Line 126 Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> * Wording changes and update graphics --------- Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> | |||||
2024-02-15 | Respect old downtime setting name if user has already set it | Alan Rominger | 3 | -3/+3 | |
2024-02-15 | Update command for sos-report | Hao Liu | 1 | -1/+1 | |
wsbroadcast has been renamed to wsrelay | |||||
2024-02-14 | Add python 3.12 dependency (#14869) | Daniel Gonçalves | 1 | -0/+1 | |
Signed-off-by: Daniel Gonçalves <daniel.gonc@lves.fr> | |||||
2024-02-14 | Support websocket per-endpoint auth | Chris Meyers | 1 | -1/+37 | |
* Channels doesn't really give you an interface to support per-endpoint auth ... so this adds one. * The web browser and node <--> node communication have different auth needs. | |||||
2024-02-14 | Fixes "Task was destroyed but it is pending" | Chris Meyers | 1 | -1/+1 | |
* asyncio.gather expects *tasks .. gotta unpack the list | |||||
2024-02-14 | adding iputils | root | 1 | -0/+1 | |
2024-02-14 | Add dockerx make target for building awx for arm64 | Christian M. Adams | 1 | -0/+23 | |
Signed-off-by: Christian M. Adams <chadams@redhat.com> | |||||
2024-02-14 | GH13983 - Add additional check for bad templates | David O Neill | 2 | -5/+21 | |
2024-02-14 | Update .github/workflows/stage.yml | Christian Adams | 1 | -2/+2 | |
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> | |||||
2024-02-14 | Update .github/workflows/stage.yml | Christian Adams | 1 | -1/+1 | |
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> | |||||
2024-02-14 | Build multi-arch awx-operator images when releasing | Christian M. Adams | 1 | -11/+17 | |
2024-02-14 | shhhhhhhhhhhhhhh | Chris Meyers | 1 | -1/+1 | |
Hopefully silence some setuptools | |||||
2024-02-14 | More locked down websocket path | Chris Meyers | 1 | -1/+1 | |
* Previously, the nginx location would match on /foo/websocket... or /foo/api/websocket... Now, we require these two paths to start at the root i.e. <host>/websocket/... /api/websocket/... * Note: We now also require an ending / and do NOT support <host>/websocket_foobar but DO support <host>/websocket/foobar. This was always the intended behavior. We want to keep <host>/api/websocket/... "open" and routing to daphne in case we want to add more websocket urls in the future. | |||||
2024-02-14 | remove the ldap volume when cleaning all volumes | thedoubl3j | 1 | -1/+1 | |
2024-02-13 | Unbreak the pip-compile command when multiple files are passed in (#14875) | Jeff Bradberry | 1 | -1/+1 | |
2024-02-13 | Switch to docker_compose_v2 in tools playbook (#14872)23.8.0 | Hao Liu | 1 | -2/+2 | |
Switch to docker_compose_v2 Fix ``` "Configuration error - kwargs_from_env() got an unexpected keyword argument 'ssl_version'"} ``` | |||||
2024-02-13 | Retries on vault on seal (#14873) | Hao Liu | 1 | -0/+4 | |
Sometime we tried to unseal when vault is not ready yet | |||||
2024-02-13 | Remove cython lib | Alan Rominger | 1 | -176/+0 | |
2024-02-13 | WIP consider droping cython dep | Alan Rominger | 2 | -3/+0 | |