Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing how associations work in awx collection (#13626) | John Westcott IV | 2023-07-17 | 3 | -7/+117 |
| | | | | Co-authored-by: Alan Rominger <arominge@redhat.com> Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com> | ||||
* | Allow `job_template` collection module to set verbosity to 5 (#14244) | Sean Sullivan | 2023-07-17 | 1 | -2/+2 |
| | |||||
* | Tell Makefile and pre-commit.sh that they are bash | Rick Elrod | 2023-07-14 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | On some systems, /bin/sh is a bash symlink and running it will launch bash in sh compatibility mode. However, bash-specific syntax will still work in this mode (for example using == or pipefail). However, on systems where /bin/sh is a symlink to another shell (think: Debian-based) they might not have those bashisms. Set the shell in the Makefile, so that it uses bash (since it is already depending on bash, even though it is calling it as /bin/sh by default), and add a shebang to pre-commit.sh for the same reason. Signed-off-by: Rick Elrod <rick@elrod.me> | ||||
* | Migrate from django-redis to Django's built-in Redis caching support (#14210) | Rick Elrod | 2023-07-13 | 4 | -34/+2 |
| | | | Signed-off-by: Rick Elrod <rick@elrod.me> | ||||
* | Upgrade django to 4.2.3 (#14228) | John Westcott IV | 2023-07-13 | 2 | -3/+3 |
| | |||||
* | HostMetricSummaryMonthly command + views + scheduled task (#13999) | Martin Slemr | 2023-07-12 | 13 | -34/+692 |
| | | | Co-authored-by: Alan Rominger <arominge@redhat.com> | ||||
* | add organization column notification template list (#13998) | Erez Tamam | 2023-07-12 | 4 | -1/+29 |
| | |||||
* | Restore pre-upgrade pg_notify notifcation behavior (#14222) | Alan Rominger | 2023-07-11 | 1 | -1/+18 |
| | |||||
* | Refined release documentation (#14221) | John Westcott IV | 2023-07-10 | 2 | -12/+290 |
| | |||||
* | Fix black pre-commit hook (#14212)22.5.0 | John Westcott IV | 2023-07-06 | 1 | -1/+1 |
| | |||||
* | Add settings.RECEPTOR_LOG_LEVEL, update work signing key path (#14098) | Seth Foster | 2023-07-06 | 2 | -1/+4 |
| | |||||
* | Schedules form - pass time prop as string. (#14206) | kialam | 2023-07-06 | 3 | -5/+9 |
| | |||||
* | Fix DELETE 500 KeyError due to eventless model events (#14172) | Alan Rominger | 2023-07-05 | 1 | -2/+10 |
| | |||||
* | Added CSRF Origin in settings (#14062) | John Westcott IV | 2023-07-05 | 9 | -1/+56 |
| | |||||
* | Add optional pgbouncer to dev environment (#14083) | Rick Elrod | 2023-07-05 | 4 | -0/+32 |
| | | | Signed-off-by: Rick Elrod <rick@elrod.me> | ||||
* | Add combined roles/collection requirements on project sync (#14081) | John Westcott IV | 2023-07-05 | 1 | -40/+51 |
| | |||||
* | Rename/relocate receptor crt in install bundle (#14201) | Cesar Francisco San Nicolas Martinez | 2023-07-05 | 1 | -1/+1 |
| | |||||
* | Fix selinux errors with Redis mount in dev env | Shane McDonald | 2023-07-03 | 1 | -1/+1 |
| | |||||
* | Fix spelling errors in readme of awx_collection/tools | John Westcott IV | 2023-06-30 | 1 | -2/+2 |
| | | | | Signed-off-by: John Westcott <john.westcott.iv@redhat.com> | ||||
* | Enhancing vault integration | John Westcott IV | 2023-06-30 | 15 | -49/+218 |
| | | | | | | | | | | Added persistent storage Auto-create vault and awx via playbooks Create a new pattern for custom containers where we can do initialization Auto-install roles needed for plumbing via the Makefile | ||||
* | Fix filter experience when assigning access to teams (#14175) | Vidya Nambiar | 2023-06-29 | 1 | -1/+1 |
| | |||||
* | add the bulk api swagger topic for API reference docs (#14181) | jainnikhil30 | 2023-06-28 | 1 | -0/+5 |
| | |||||
* | Fixed bug where a weekly rrule string without a BYDAY would result in the UI ↵ | Michael Abashian | 2023-06-28 | 1 | -1/+1 |
| | | | | throwing a TypeError (#14182) | ||||
* | Use the proper queryset to filter project update events (#14166) | Alan Rominger | 2023-06-27 | 1 | -2/+2 |
| | |||||
* | Upgrade Github actions issue labeler to fix 404 errors (#14163) | Alan Rominger | 2023-06-26 | 1 | -1/+1 |
| | |||||
* | Add hashivault option as docker-compose optional container (#14161) | Alan Rominger | 2023-06-26 | 6 | -1/+86 |
| | | | Co-authored-by: Sarabraj Singh <singh.sarabraj@gmail.com> | ||||
* | Try to fix CI by adding dropped coreapi lib (#14165) | Alan Rominger | 2023-06-26 | 1 | -0/+1 |
| | |||||
* | Add example for ad_hoc_command module (#14106)22.4.0 | Akira Yokochi | 2023-06-23 | 1 | -0/+7 |
| | |||||
* | Remove reference to unmaintained runner image (#14143) | Alan Rominger | 2023-06-23 | 1 | -1/+1 |
| | |||||
* | [wsrelay] Give connection tasks time to clean up | Rick Elrod | 2023-06-23 | 1 | -5/+16 |
| | | | | | | | | | When we close/cancel a connection to a web node, give the task time to clean up after itself and cleanly exit. Otherwise, the Python GC might clean up the task too early and this leads to ugly log messages like this: "Task was destroyed but it is pending!" Signed-off-by: Rick Elrod <rick@elrod.me> | ||||
* | Tooling for running collection tests locally ad hoc (#14160) | Alan Rominger | 2023-06-22 | 2 | -0/+86 |
| | |||||
* | Using execution_environment option in ad_hoc_command module (#14105) | Akira Yokochi | 2023-06-22 | 2 | -0/+36 |
| | |||||
* | Add --interval to launch monitor command (#14068) | Gabriel Muniz | 2023-06-22 | 2 | -4/+11 |
| | | | Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com> | ||||
* | Rename work signing private key filename (#14156) | Seth Foster | 2023-06-22 | 1 | -1/+1 |
| | |||||
* | Add instance_groups on resource_list_param_keys in awx_collection (#14146) | Lorenzo Tanganelli | 2023-06-21 | 1 | -0/+1 |
| | |||||
* | In collection, give changed status in workflow_job_template when destroying ↵ | Sean Sullivan | 2023-06-21 | 1 | -0/+1 |
| | | | | nodes (#13928) | ||||
* | Fix for Save on the Jobs settings page not responding (#14103) | Benjamin Dudas | 2023-06-21 | 1 | -2/+4 |
| | | | Co-authored-by: Michael Abashian <mabashia@redhat.com> | ||||
* | Add None check back to get_post_fields (#14155) | Jesse Wattenbarger | 2023-06-21 | 1 | -0/+3 |
| | |||||
* | Improve performance for awx cli export (#13182) | Artsiom Musin | 2023-06-21 | 3 | -18/+24 |
| | | | Co-authored-by: Jesse Wattenbarger <jwattenb@redhat.com> | ||||
* | Rename work signing private key filename (#14151) | Seth Foster | 2023-06-21 | 1 | -1/+1 |
| | |||||
* | Fixed typo in integration test for group module (#14140) | Akira Yokochi | 2023-06-21 | 1 | -1/+1 |
| | |||||
* | Add new ANSIBLE_COLLECTIONS_PATH in preparation for deprecation of plural ↵ | Gabriel Muniz | 2023-06-20 | 1 | -0/+1 |
| | | | | version (#14079) | ||||
* | Fix PR and issue labeler job permissions (#14134) | John Westcott IV | 2023-06-15 | 2 | -4/+4 |
| | |||||
* | Add AWS Secretsmanager plugin (#13778) | Gabriel Muniz | 2023-06-15 | 9 | -0/+661 |
| | | | Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com> | ||||
* | Removed automatic failure of job template launch when last project update is ↵ | Gabriel Muniz | 2023-06-15 | 2 | -2/+18 |
| | | | | | failed and update on launch is enabled (#13796) Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com> | ||||
* | Add dynamically configurable debug settings (#14008) | Gabriel Muniz | 2023-06-15 | 17 | -6945/+8530 |
| | | | Co-authored-by: Michael Abashian <mabashia@redhat.com> | ||||
* | Address comments from @jjwatt | Rick Elrod | 2023-06-14 | 1 | -18/+10 |
| | | | | Signed-off-by: Rick Elrod <rick@elrod.me> | ||||
* | Compensating for NUL unicode characters | John Westcott IV | 2023-06-14 | 2 | -4/+18 |
| | | | | | | | | NUL characters are not allowed in text fields in the database We used to strip them out of stdout but the exception changed And we want to be sure to strip them out of JSONBlob fields | ||||
* | Making all non-complicated JSONBlobs JSONFields | John Westcott IV | 2023-06-14 | 10 | -21/+177 |
| | |||||
* | Performing test maintainance | John Westcott IV | 2023-06-14 | 1 | -10/+7 |
| |