summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fixing LDAP reconcile loopJohn Westcott IV2023-01-091-13/+62
|/ / /
* | | Merge pull request #13075 from keithjgrant/13059-running-job-output-gapSarah Akus2023-01-051-7/+19
|\ \ \ | | | | | | | | Fix gap between API-loaded job events and WS-streamed events
| * | | clean up follow mode quirksKeith J. Grant2022-12-211-4/+10
| | | |
| * | | refresh events when first websocket event streamsKeith J. Grant2022-12-211-3/+9
| |/ /
* | | Merge pull request #13403 from fosterseth/fix_console_colorsSeth Foster2023-01-051-0/+4
|\ \ \ | | | | | | | | Fix console color logs
| * | | Fix console color logsSeth Foster2023-01-051-0/+4
| | | |
* | | | Merge pull request #13194 from mabashian/13193-related-name-exactMichael Abashian2023-01-052-1/+7
|\ \ \ \ | |/ / / |/| | | Adds support for exact name searching against related fields to the ui
| * | | update testKeith J. Grant2023-01-051-1/+1
| | | |
| * | | Adds support for exact name searching against related fields to the uiMichael Abashian2023-01-051-0/+6
|/ / /
* | | Merge pull request #13372 from vidyanambiar/aap-7757Sarah Akus2023-01-043-6/+27
|\ \ \ | |_|/ |/| | Fix for Save button not responding on Job Settings page
| * | Fix for Save button not responding on Job Settings pageVidya Nambiar2022-12-223-6/+27
| | | | | | | | | | | | Signed-off-by: Vidya Nambiar <vnambiar@redhat.com>
* | | Merge pull request #13395 from shanemcd/pin-rsyslogShane McDonald2023-01-041-1/+1
|\ \ \ | | | | | | | | Pin rsyslog to avoid crash
| * | | Pin rsyslog to prevent crashShane McDonald2023-01-041-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | With the latest version of rsyslog we had a test failing with: AssertionError: Response data: {'error': "b'rsyslog internal message (3,-2455): could not transfer the specified internal posix capabilities settings to the kernel, capng_apply=-5\\n [v8.2102.0-107.el9 try https://www.rsyslog.com/e/2455 ]\\n'"} Downgrading fixes it
* | | Merge pull request #12961 from fosterseth/fix_results_tracebackSeth Foster2023-01-031-3/+12
|\ \ \ | | | | | | | | Result_traceback should not include job stdout
| * | | Result_traceback should not include job stdoutSeth Foster2022-12-211-3/+12
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | If a job fails, we do receptor work results and put that output into result_traceback. We should only do this if 1. Receptor unit has failed 2. Runner callback processed 0 events Otherwise we risk putting too much data into this field.
* | | Merge pull request #13196 from keithjgrant/13189-job-tracebackSarah Akus2023-01-032-4/+7
|\ \ \ | | | | | | | | Fix job error traceback in job output
| * | | fix traceback offset/counter # in UIKeith J. Grant2022-11-152-4/+7
| | | |
* | | | Merge pull request #13366 from fosterseth/bump_receptorctl_1.3.0Seth Foster2022-12-212-2/+2
|\ \ \ \ | | | | | | | | | | bump receptorctl version to 1.3.0
| * | | | bump receptorctl version to 1.3.0Seth Foster2022-12-212-2/+2
| | |/ / | |/| |
* | | | Merge pull request #13365 from dsavineau/downgrade_hiredisShane McDonald2022-12-213-2/+14
|\ \ \ \ | |/ / / |/| | | Pin hiredis to 2.0.0
| * | | Pin hiredis to 2.0.0Dimitri Savineau2022-12-213-2/+14
|/ / / | | | | | | | | | | | | | | | | | | The hiredis 2.1.0 release doesn't provide source distribution on PyPi so users can't build that python package from sources. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
* | | Merge pull request #13361 from relrod/sanityAlan Rominger2022-12-217-102/+37
|\ \ \ | | | | | | | | [collection] Run sanity tests outside of our container
| * | | Add comment about Ansible-core being installed by defaultAlan Rominger2022-12-211-0/+1
| | | | | | | | | | | | Co-authored-by: John R Barker <john@johnrbarker.com>
| * | | Changes to run sanity tests locallyAlan Rominger2022-12-212-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a Makefile arg for the ansible-test sanity CLI args defaults to --docker in the future we probably need to customize python versions Copy the rule exception for Ansible 2.15 this helps people who are running from Ansible devel
| * | | Run sanity tests outside of our containerRick Elrod2022-12-216-95/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also just ignore one sanity test for the export module, instead of ignoring all of them. Also use latest ansible-test, and make it work on GHA (by using podman instead of docker). Signed-off-by: Rick Elrod <rick@elrod.me>
* | | | Pin channels-redis to 4.3.1 to fix an async issue (#13348)21.10.2Rick Elrod2022-12-215-6/+72
|/ / / | | | | | | | | | | | | | | | Refs django/channels_redis#332 Refs #13313 Signed-off-by: Rick Elrod <rick@elrod.me>
* | | Merge pull request #13352 from AlanCoding/dont_pass_subtasksAlan Rominger2022-12-205-71/+73
|\ \ \ | | | | | | | | Remove `subtasks` keyword arg that can exceed pg_notify max message length
| * | | Avoid unbounded kwargs by fetching subtasks inside handle_work_errorAlan Rominger2022-12-195-71/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update tests to new handle_work_error call pattern Handle blame correctly with multiple serial deps add new test case corresponding to this scenario
* | | | Run collection sanity tests in CI (#13356)Alan Rominger2022-12-2022-122/+73
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Run collection sanity tests in CI This requires adding a Makefile install of ansible-core Fake the version to make semver check happy * Fixes from ansible-test sanity failures * Exclude the export module due to awxkit requirement * Fix broken ansible-test rule exceptions remove Ansible 2.14 exclusions that make ansible-test ERROR, saying they are not needed
* | | Include listener_port in the defaults for Instance.objects.register (#13328)Jeff Bradberry2022-12-191-1/+5
| | |
* | | Merge pull request #13340 from gamuniz/change_wf_scmbranch_behaviorSarah Akus2022-12-193-1/+5
|\ \ \ | |/ / |/| | Change workflow create/edit to null scm_branch when not provided.
| * | fix expected test resultGabe Muniz2022-12-161-1/+1
| | |
| * | The current behavior of workflow job templates is to pass in an empty string ↵Gabe Muniz2022-12-162-0/+4
| | | | | | | | | | | | as scm_branch on allsaves and edits. This becomes problematic when using job templates/workflows which allow prompt on launch for scm_branch as it may override the scm_branch set for the individual workflow nodes to an empty string. That behavior limits the usefulness of prompting scm branch as it can no longer by selected while creating workflows as they'll be overwritten.
* | | Throw a warning if custom secret key was specified but not given (#13128)John Westcott IV2022-12-172-6/+16
| | | | | | | | | | | | | | | * Throw a warning if custom secret key was specified but not given * Fixing unit tests
* | | Break up and conditionally add the RBAC checks for ActivityStream (#13279)Jeff Bradberry2022-12-161-32/+52
|/ / | | | | | | This should vastly improve the queries executed when accessing any of the activity stream endpoints as a normal user, in many cases.
* | Merge pull request #13308 from jbradberry/rebuild-org-ee-admin-rolesJeff Bradberry2022-12-161-0/+18
|\ \ | | | | | | Ensure that the Organization.execution_environment_admin_role always gets built
| * | Replace the role fixup post_migrate handler with a data migrationJeff Bradberry2022-12-122-14/+18
| | |
| * | Add a post_migrate signal handler to rebuild the Org rolesJeff Bradberry2022-12-071-0/+14
| | | | | | | | | | | | particularly, the execution_environment_admin_role.
* | | Merge pull request #13343 from simaishi/add_pkgconfigSatoe Imaishi2022-12-163-0/+22
|\ \ \ | | | | | | | | Add back pkgconfig for offline build
| * | | Add back pkgconfig for offline buildSatoe Imaishi2022-12-163-0/+22
|/ / /
* | | Merge pull request #13344 from shanemcd/fix-toxShane McDonald2022-12-161-1/+0
|\ \ \ | | | | | | | | Remove unneeded pass_env in tox config
| * | | Remove unneeded pass_env in tox configShane McDonald2022-12-161-1/+0
|/ / / | | | | | | | | | | | | | | | I don't recall us ever using Travis so I'm not sure why this is here. https://tox.wiki/en/latest/changelog.html#v4-0-6-2022-12-10
* | | Fix lookup plugins sanity (#13238)Jake Jackson2022-12-155-74/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | * fix pytz * fix NameError * fix tests and add sanity ignore files for import test until distutils replaced * change static method to regular method and update test to instantiate class
* | | Merge pull request #13330 from AlanCoding/ask_me_for_tagsAlan Rominger2022-12-152-0/+5
|\ \ \ | | | | | | | | Fill in rest of ask_tags handling for WFJT module
| * | | Add tags prompt to integration testAlan Rominger2022-12-141-0/+3
| | | |
| * | | Fill in rest of ask_tags handling for WFJT moduleAlan Rominger2022-12-131-0/+2
| | | |
* | | | Updating python3-saml (#13263)John Westcott IV2022-12-154-34/+6
| | | | | | | | | | | | Moved to forked version to get latest lxml to allow other pacakges to update
* | | | Merge pull request #13126 from infamousjoeg/cyberark-ccp-branding-webserviceidJulen Landa Alustiza2022-12-154-9/+18
|\ \ \ \ | | | | | | | | | | CyberArk Central Credential Provider Lookup custom Web Service ID & update branding
| * \ \ \ Merge branch 'devel' into cyberark-ccp-branding-webserviceidJoe Garcia2022-11-1173-258/+204283
| |\ \ \ \
| * | | | | Fixed webservice_id check to stringJoe Garcia2022-10-261-2/+2
| | | | | |