summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | default to AIMWebService if no val providedJoe Garcia2022-10-261-1/+3
| | | | | |
| * | | | | Remove references to AIM everywhereJoe Garcia2022-10-264-8/+8
| | | | | |
| * | | | | Add Web Service ID & update brandingJoe Garcia2022-10-261-2/+9
| | | | | |
* | | | | | Set AWS_SESSION_TOKEN in addition to AWS_SECURITY_TOKEN (#13297)Ilija Matoski2022-12-152-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set AWS_SESSION_TOKEN in addition to AWS_SECURITY_TOKEN * added AWS_SESSION_TOKEN to inventoryupdate-1 test
* | | | | | Merge pull request #13306 from vidyanambiar/aap-7507Sarah Akus2022-12-144-0/+92
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes 'Not Found' error on looking up credentials
| * | | | | | minor rearrangement of importsVidya Nambiar2022-12-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vidya Nambiar <vnambiar@redhat.com>
| * | | | | | revert change to package.jsonVidya Nambiar2022-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vidya Nambiar <vnambiar@redhat.com>
| * | | | | | Fixes 'Not Found' error on looking up credentialsVidya Nambiar2022-12-075-1/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove redundant console logs typo Signed-off-by: Vidya Nambiar <vnambiar@redhat.com>
* | | | | | | Merge pull request #13324 from mannyci/develJohn Westcott IV2022-12-141-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix typo in controller_api lookup plugin
| * | | | | | | fix typoManas Maiti2022-12-121-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #13257 from ↵Alex Corey2022-12-142-8/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ansible/dependabot/npm_and_yarn/awx/ui/devel/luxon-3.1.1 Bump luxon from 3.0.3 to 3.1.1 in /awx/ui
| * | | | | | | | Bump luxon from 3.0.3 to 3.1.1 in /awx/uidependabot[bot]2022-12-062-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [luxon](https://github.com/moment/luxon) from 3.0.3 to 3.1.1. - [Release notes](https://github.com/moment/luxon/releases) - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/3.0.3...3.1.1) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #13259 from ↵Alex Corey2022-12-142-26/+41
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ansible/dependabot/npm_and_yarn/awx/ui/devel/patternfly/react-core-4.264.0 Bump @patternfly/react-core from 4.250.1 to 4.264.0 in /awx/ui
| * | | | | | | | | Bump @patternfly/react-core from 4.250.1 to 4.264.0 in /awx/uidependabot[bot]2022-12-062-26/+41
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 4.250.1 to 4.264.0. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.250.1...@patternfly/react-core@4.264.0) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #13329 from akus062381/add-new-triage-replySarah Akus2022-12-131-0/+10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | add new triage reply
| * | | | | | | | | add new triage replyakus0623812022-12-131-0/+10
|/ / / / / / / / /
* | | | | | / / / Fix BROADCAST_WEBSOCKET_PORT for Kube dev (#13243)Rick Elrod2022-12-132-2/+2
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `settings/minikube.py` gets imported conditionally, when the environment variable `AWX_KUBE_DEVEL` is set. In this imported file, we set `BROADCAST_WEBSOCKET_PORT = 8013`, but 8013 is only used in the docker-compose dev environment. In Kubernetes environments, 8052 is used for everything. This is hardcoded awx-operator's ConfigMap. - Also rename `minikube.py` because it is used for every kind of development Kube environment, including Kind. Signed-off-by: Rick Elrod <rick@elrod.me>
* | | | | | | | Merge pull request #13295 from AlanCoding/raw_instance_dataAlan Rominger2022-12-131-0/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove un-editable Instance fields from pre-filled edit data in API browser
| * | | | | | | | Remove uneditable Instance fields from API browserAlan Rominger2022-12-061-0/+7
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #13291 from AlanCoding/policy_want_a_crackerAlan Rominger2022-12-131-1/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add missing disassociate trigger for policy task
| * | | | | | | | Add missing disassociate trigger for policy taskAlan Rominger2022-12-061-1/+6
| |/ / / / / / /
* | | | | | | | Merge pull request #13315 from fosterseth/update_task_manager_md21.10.1Seth Foster2022-12-121-18/+122
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | update task manager docs after refactoring
| * | | | | | | | Update task manager docsSeth Foster2022-12-121-18/+122
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - DependencyManager and WorkflowManager - bulk reschedule - global task manager timeout - blocking logic Co-authored-by: Elijah DeLee <kdelee@redhat.com> Co-authored-by: John R Barker <john@johnrbarker.com>
* | | | | | | | update capacity docs to cover hybrid node caseElijah DeLee2022-12-121-0/+1
| |_|_|/ / / / |/| | | | | | | | | | | | | this came up in conversation and I saw this was not in this doc as an example
* | | | | | | Add broadcast_websocket to LOG_AGGREGATOR_LOGGERSRick Elrod2022-12-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... so that errors from it get logged to external loggers by default. Signed-off-by: Rick Elrod <rick@elrod.me>
* | | | | | | Fix duped stats name and Redis for wsbroadcastRick Elrod2022-12-083-6/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes several things related to our wsbroadcast stats handling. This was found during the ongoing wsrelay work. There are really three fixes here: - Logging was not actually enabled for the analytics.broadcast_websocket module, so that has been added to our loggers config. - analytics.broadcast_websocket was not actually able to connect to Redis due to 68614b83c00982259be18b0e6e22550f8dd0449a as part of the work in #13187. But there was no easy way to know this because the logging issue meant no exceptions showed up anywhere reasonable. - Relatedly, and also as part of #13187, we jumped from `prometheus-client` 0.7.1 up to 0.15.0. This included a breaking change where a `Counter` ending with `_total` will clash with a `Gauge` of the same name but without `_total`. I am not 100% sure of the reasoning here, other than "OpenMetrics compatibility". Refs #13301 Refs #13187 Signed-off-by: Rick Elrod <rick@elrod.me>
* | | | | | Merge pull request #13296 from AlanCoding/signing_bugAlan Rominger2022-12-071-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix bug, sign work based signing, not verification
| * | | | | Fix bug, sign work based signing, not verificationAlan Rominger2022-12-061-1/+1
|/ / / / /
* | | | | Merge pull request #13289 from jbradberry/improve-psql-pagingJeff Bradberry2022-12-061-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Make sure that the psql pager does not clear the screen afterwards
| * | | | Make sure that the psql pager does not clear the screen afterwardsJeff Bradberry2022-12-061-1/+1
|/ / / / | | | | | | | | | | | | Also, avoid paging if there is a single page.
* | | | Merge pull request #13252 from max-len/patch-1Seth Foster2022-12-031-1/+1
|\ \ \ \ | | | | | | | | | | Update install.rst
| * | | | Update install.rstMax Lendrich2022-11-301-1/+1
| | | | | | | | | | | | | | | Fix doc for current pip==22.3
* | | | | Merge pull request #13274 from rooftopcellist/fix-messages-cmdShane McDonald2022-12-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix make messages target by specify lang
| * | | | | Fix make messages target by specify langChristian M. Adams2022-12-021-1/+1
| | | | | |
* | | | | | Merge pull request #13268 from simaishi/fix_staticShane McDonald2022-12-031-6/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Copy UI static files to /var/lib/awx only for ui-devel build
| * | | | | | Copy UI static files to /var/lib/awx only for ui-devel buildSatoe Imaishi2022-12-011-6/+6
| | | | | | |
* | | | | | | Merge pull request #13209 from marshmalien/5990-related-group-columnSarah Akus2022-12-024-67/+288
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add inventory host list related groups column
| * | | | | | | Add inventory host list related groups columnMarliana Lara2022-11-214-67/+288
| | | | | | | |
* | | | | | | | Merge pull request #13277 from jbradberry/psql-pager21.10.0Jeff Bradberry2022-12-021-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Configure dbshell to use the 'less' pager
| * | | | | | | | Configure dbshell to use the 'less' pagerJeff Bradberry2022-12-021-1/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #13273 from john-westcott-iv/pin_django_split_settingsLila Yasin2022-12-023-2/+44
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Pinning django-split-settings per build issue
| * | | | | | | | Pinning django-split-settings per build issueJohn Westcott IV2022-12-023-2/+44
| |/ / / / / / /
* | | | | | | | Merge pull request #13166 from AlexSCorey/6171-t-FailureToLoadOrphanedJobsSarah Akus2022-12-022-13/+94
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixes page crash when job template has been deleted. Adds unit tests
| * | | | | | | | Fixes page crash when job template has been deleted. Adds unit testsAlex Corey2022-12-022-13/+94
| |/ / / / / / /
* / / / / / / / Delete network.feature doc (#13107)Hao Liu2022-12-021-76/+0
|/ / / / / / / | | | | | | | | | | | | | | not implemented and no longer needed
* | | | | | | Merge pull request #13266 from shanemcd/leave-lang-aloneShane McDonald2022-12-011-1/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove LANG declaration in Makefile
| * | | | | | | Remove LANG declaration in MakefileShane McDonald2022-12-011-1/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Not sure why this was there to begin with....
* | | | | | | Merge pull request #13164 from djyasin/6116-incorrect-error-messagesLila Yasin2022-12-011-6/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix for incorrect error messages on incomplete credentials.
| * | | | | | | Fixed indentation of 1354-1357.Lila2022-11-291-4/+4
| | | | | | | |
| * | | | | | | Decreased indentation of messaging block and removed credential_name since ↵Lila2022-11-291-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we are no longer using that var.