Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-06-14 | Check for a list of all option instead of string (#14046) | Artsiom Musin | 1 | -1/+1 | |
2023-06-14 | Lazy init VERSION vars in Makefile (#14093) | Jesse Wattenbarger | 1 | -1/+1 | |
2023-06-14 | bugfix collection role module target_teams and instance_groups options (#14119) | Sean Sullivan | 2 | -11/+13 | |
2023-06-14 | Fix ARM builds (#14125) | Shane McDonald | 1 | -1/+3 | |
2023-06-13 | Changed pin of rsyslog version (#14117) | John Westcott IV | 1 | -1/+1 | |
2023-06-12 | Remove install bundle download restriction (#14092) | Hao Liu | 1 | -1/+1 | |
2023-06-12 | Update Patternfly and related deps. (#14086) | kialam | 8 | -575/+106 | |
2023-06-12 | Remove whitespace artifacts from black with f-strings (#14112) | Alan Rominger | 2 | -3/+3 | |
2023-06-09 | Rename/relocate receptor cert and keys (#14091) | Hao Liu | 3 | -11/+9 | |
2023-06-07 | Fix task_system logs twice (#14096) | Seth Foster | 1 | -2/+0 | |
2023-06-07 | Awx.credential plugin.tss (#13985) | delinea-sagar | 1 | -1/+1 | |
2023-06-07 | Fix : awx.awx.group preserve hosts fails when there are no hosts (#13913) | Darshan | 2 | -3/+27 | |
Co-authored-by: Sean Sullivan <ssulliva@redhat.com> | |||||
2023-06-06 | Remove random UUIDs from swagger json (#14089) | Seth Foster | 1 | -0/+4 | |
2023-06-06 | Generate random UUID by default for added remote nodes (#14074) | Cesar Francisco San Nicolas Martinez | 3 | -9/+8 | |
2023-06-05 | Two silly internal cleanups | Rick Elrod | 2 | -7/+2 | |
- Nix an unused function from run_dispatcher. This stopped being used in 558e92806b0e692939faf113029ad322960c7369 but was never removed. - Fix a typo in run_ws_heartbeat: hearbeat -> heartbeat that has existed since the beginning of this daemon. Signed-off-by: Rick Elrod <rick@elrod.me> | |||||
2023-06-05 | Add management command to precreate partitioned tables (#14076) | Gabriel Muniz | 3 | -4/+33 | |
2023-06-05 | Update Mesh.js to allow for running AWX at non-root path (URL prefixing) ↵ | rakesh561 | 4 | -4/+4 | |
(#14020) Co-authored-by: Michael Abashian <mabashia@redhat.com> | |||||
2023-06-02 | Fix /api/swagger endpoint (available only in development mode) (#13197) | Shane McDonald | 6 | -65/+46 | |
Co-authored-by: John Westcott IV <john.westcott.iv@redhat.com> | |||||
2023-06-02 | Send real client remote address in TACACS+ authentication packet (#14077) | John Westcott IV | 11 | -3/+128 | |
Co-authored-by: ekougs <ekougs@gmail.com> | |||||
2023-06-02 | [rsyslog] Enable disk-assisted queuing on output (#14005) | Rick Elrod | 9 | -17/+65 | |
Right now we only enable queuing on the rsyslog main_queue. This adds a parameter to also enable it on the omhttp output action. As omhttp can take time to process messages (e.g. blocking on the result of its HTTP requests), this change allows for queuing messages up and hopefully preventing some messages from getting lost when the log server is slow to respond. Signed-off-by: Rick Elrod <rick@elrod.me> | |||||
2023-06-01 | Adds RTL tests to new component, and to Instances List (#12927) | Alex Corey | 11 | -158/+620 | |
2023-06-01 | Apply conservative database connection reduction changes (#14066) | Alan Rominger | 4 | -6/+8 | |
This is expected to free up 4 additional database connections per traditional node compare to roughly 12 in total before this change Out of these 3 are accomplished by using existing connection for recently added services then 1 is obtained by closing the connection for the idle callback receiver main process Signed-off-by: jessicamack <jmack@redhat.com> Co-authored-by: jessicamack <jmack@redhat.com> | |||||
2023-06-01 | Removes dependabot for opening ui dependency pr's (#14075) | Michael Abashian | 1 | -19/+0 | |
2023-06-01 | Manually run subquery for parent event updates (#14044) | Alan Rominger | 1 | -2/+12 | |
Fixes a long query when processing playbook_on_stats events | |||||
2023-05-31 | AAP-8038 - enable/disable services on reboot (#13415) | lucas-benedito | 1 | -4/+7 | |
Co-authored-by: Lucas Benedito <lbenedit@redhat.com> | |||||
2023-05-31 | Fix ovirt source (#12882) | sll552 | 1 | -0/+1 | |
2023-05-31 | Adds missing rel="noopener noreferrer" to each link element with ↵ | Michael Abashian | 13 | -4/+18 | |
target="_blank" (#13959) | |||||
2023-05-31 | Adds managed_by_policy checkbox to instances form. Adds warnings when ↵ | Michael Abashian | 6 | -4/+87 | |
associating or disassociating instances from instance groups. (#13994) | |||||
2023-05-31 | Use PATCH request when updating wf nodes (#14063) | Marliana Lara | 2 | -25/+19 | |
2023-05-26 | Add instance_group to bulk api (#13982) | Gabriel Muniz | 1 | -12/+11 | |
Co-authored-by: Elijah DeLee <kdelee@redhat.com> Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com> | |||||
2023-05-24 | Related #13336 - DNS resolution is preventing awx_collection to work with ↵ | Baptiste Agasse | 1 | -4/+6 | |
http[s]_proxy (#13524) Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com> | |||||
2023-05-24 | Rename heartbeet daemon to ws_heartbeat (#14041) | Rick Elrod | 7 | -55/+26 | |
Signed-off-by: Rick Elrod <rick@elrod.me> | |||||
2023-05-24 | Spelling and codespelling corrections from community PR | Joel Tenta | 9 | -56/+51 | |
- Made the choice not to pull in the CI tools due to the possibility of it blocking PRs. Co-Authored By: Lila Yasin <89486372+djyasin@users.noreply.github.com> | |||||
2023-05-24 | Updated sqlparse library (#13962) | John Westcott IV | 2 | -2/+5 | |
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com> | |||||
2023-05-23 | Adding capability of pretty error pages (#13852) | John Westcott IV | 9 | -0/+533 | |
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com> | |||||
2023-05-23 | Change logging setting for task analytic scheduler (#14031) | Hao Liu | 1 | -4/+4 | |
2023-05-22 | [dev docs] Re-document websockets infrastructure (#13992) | Rick Elrod | 3 | -5/+197 | |
Re-add documentation for how AWX websockets and channels work, in the post-web/task split world. Signed-off-by: Rick Elrod <rick@elrod.me> | |||||
2023-05-18 | Escape parenthesis in labeler for tech preview ui label | Michael Abashian | 1 | -1/+1 | |
2023-05-18 | Updates issue_labeler.yml to handle tech preview ui auto-labeling | Michael Abashian | 1 | -0/+2 | |
2023-05-18 | Adds a component label for the tech preview ui in bug_report.yml | Michael Abashian | 1 | -0/+1 | |
2023-05-18 | Remove unused settings and associated code (#13898) | Alan Rominger | 4 | -26/+6 | |
2023-05-17 | Add subsystem metrics for the dispatcher (#13989) | Alan Rominger | 4 | -216/+561 | |
This adds a handful of metrics to /api/v2/metrics/ recorded from the dispatcher main process Adds logic in the dispatcher period tasks to calculate these for the last collection interval Reports worker count, task count, scale up events, and availability Add data to demo grafana dashboard | |||||
2023-05-16 | Materialize label page after getting 204 code (#14010) | Alan Rominger | 1 | -3/+12 | |
2023-05-15 | [collection] Fix sanity tests on ansible-core 2.15 (#14007) | Rick Elrod | 3 | -1/+5 | |
Signed-off-by: Rick Elrod <rick@elrod.me> | |||||
2023-05-15 | Skip constructed_inventory in a more correct loop (#14004) | Alan Rominger | 1 | -5/+7 | |
2023-05-15 | [wsrelay] Handle heartbeet shutdown and redis drop (#13991) | Rick Elrod | 1 | -13/+36 | |
This fixes two different exceptions in wsrelay. * One resulted from heartbeet getting ability in #13858 to gracefully shut down. When we saw the message come through, we didn't fully clean up the connection to the web node. * The second resulted when Redis disappeared. We still want to exit in that case, but it's better to log a message and exit gracefully instead of crashing out. Signed-off-by: Rick Elrod <rick@elrod.me> | |||||
2023-05-11 | Fixing using QuerySet.iterator() after prefetch_related() without specifying ↵ | John Westcott IV | 1 | -1/+1 | |
chunk_size is deprecated | |||||
2023-05-11 | Removing deprecated django.utils.timezone.utc alias in favor of ↵ | John Westcott IV | 2 | -6/+7 | |
datetime.timezone.utc | |||||
2023-05-11 | Replacing depricated index_togeather with new indexes | John Westcott IV | 3 | -24/+1086 | |
2023-05-11 | Upgrading djgno to 4.2 LTS | John Westcott IV | 5 | -20/+18 | |