summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Reverting checking of LDAP groupsJohn Westcott IV2022-09-281-8/+11
| * | | | | | | Updating comments and remove unneeded variableJohn Westcott IV2022-09-261-7/+10
| * | | | | | | Fixing bug, updating comments and adding debugging loggingJohn Westcott IV2022-09-261-9/+18
| * | | | | | | Refactor of LDAP backend to be more efficentJohn Westcott IV2022-09-241-23/+82
* | | | | | | | Merge pull request #13022 from kurokobo/fix-execution-nodeHao Liu2022-10-101-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | fix: extend expiration date for receptor certificate for execution nodekurokobo2022-10-081-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #12989 from ansible/dependabot/npm_and_yarn/awx/ui/devel/p...Alex Corey2022-10-072-26/+26
|\ \ \ \ \ \ \
| * | | | | | | Bump @patternfly/react-core from 4.231.8 to 4.239.0 in /awx/uidependabot[bot]2022-10-072-26/+26
|/ / / / / / /
* | | | | | | Merge pull request #12985 from ansible/dependabot/npm_and_yarn/awx/ui/devel/s...Alex Corey2022-10-072-8/+8
|\ \ \ \ \ \ \
| * | | | | | | Bump styled-components from 5.3.5 to 5.3.6 in /awx/uidependabot[bot]2022-10-012-8/+8
* | | | | | | | Merge pull request #12986 from ansible/dependabot/npm_and_yarn/awx/ui/devel/p...Alex Corey2022-10-072-38/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump @patternfly/react-icons from 4.75.1 to 4.90.0 in /awx/uidependabot[bot]2022-10-012-38/+8
| |/ / / / / / /
* | | | | | | | Merge pull request #12694 from AlanCoding/whoamiAlan Rominger2022-10-066-41/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | Shortcut Instance.objects.me when possibleAlan Rominger2022-10-056-41/+29
* | | | | | | | | Merge pull request #13005 from marshmalien/13002-fix-source-add-scheduleSarah Akus2022-10-062-16/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix undefined launchConfig error in schedule formMarliana Lara2022-10-062-16/+7
|/ / / / / / / / /
* | | | | | | | | Merge pull request #12969 from AlanCoding/code_deletionsAlan Rominger2022-10-0611-83/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unnecessary imports by deleting NOQA markersAlan Rominger2022-10-0510-71/+27
| * | | | | | | | | Remove current_user variable no longer usedAlan Rominger2022-10-052-12/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #13009 from TheRealHaoLiu/update-instance-install-bundle-r...Hao Liu2022-10-051-3/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | update instance install bundle requirementHao Liu2022-10-051-3/+1
|/ / / / / / / / /
* / / / / / / / / hostname validation in InstanceSerializer (#12979)Sarabraj Singh2022-10-054-0/+164
|/ / / / / / / /
* | | | | | | | Better handle IPv6 in util function update_scm_url (#12995)Rick Elrod2022-10-042-3/+94
* | | | | | | | Merge pull request #12736 from Sunidhi-Gaonkar1/develShane McDonald2022-10-042-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Adding ppc64le support parametersSunidhi-Gaonkar12022-09-222-2/+8
* | | | | | | | | A few super minor nits in api views/serializers (#12996)Rick Elrod2022-10-042-5/+4
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #12728 from john-westcott-iv/ig_fallback21.7.0John Westcott IV2022-10-0321-291/+456
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Updating migration file againJohn Westcott IV2022-09-291-2/+2
| * | | | | | | implementing Alan's recommendations for ig_fallbackSarabraj Singh2022-09-294-3/+8
| * | | | | | | Altering prefered_instance_groups for ad_hoc_commands and inventory objectsJohn Westcott IV2022-09-293-16/+23
| * | | | | | | Updating the migration idJohn Westcott IV2022-09-291-2/+2
| * | | | | | | Add prevent_instance_group_fallback to awxkitJohn Westcott IV2022-09-292-1/+2
| * | | | | | | Fixing warnings from rebaseJohn Westcott IV2022-09-292-5/+2
| * | | | | | | Adding prevent instance group fallback to inventory and jt defail screensJohn Westcott IV2022-09-293-2/+59
| * | | | | | | Fixing UI testsJohn Westcott IV2022-09-292-0/+2
| * | | | | | | Updating migration fileJohn Westcott IV2022-09-291-3/+3
| * | | | | | | Creating options (like job template) on inventory screenJohn Westcott IV2022-09-291-7/+15
| * | | | | | | Removing debug message and adding help details about empty groupsJohn Westcott IV2022-09-294-3/+8
| * | | | | | | Updating modules for prevent_instance_group_fallbackJohn Westcott IV2022-09-293-0/+43
| * | | | | | | Fixing inventoy help textJohn Westcott IV2022-09-291-2/+3
| * | | | | | | Adding prevent_instance_group_fallbackJohn Westcott IV2022-09-299-269/+308
* | | | | | | | fix name to be consistent (#12975)Elijah DeLee2022-09-292-150/+281
|/ / / / / / /
* | | | | | | Merge pull request #12976 from TheRealHaoLiu/seperate-vars-from-inventoryHao Liu2022-09-283-21/+33
|\ \ \ \ \ \ \
| * | | | | | | instance install bundle group varsHao Liu2022-09-283-21/+33
* | | | | | | | [ui] Don't double-entity encode on event stdout (#12950)Rick Elrod2022-09-281-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #12461 from andreadecorte/fix_docLila Yasin2022-09-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix notification doc for Workflow Job Template moduleAndrea Decorte2022-07-041-1/+1
* | | | | | | | move grafana/prometheus docs to own README (#12960)Elijah DeLee2022-09-282-22/+45
* | | | | | | | always display awx_status_totalElijah DeLee2022-09-282-4/+5
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #12959 from ansible/new-health-check-startedJeff Bradberry2022-09-285-4/+46
|\ \ \ \ \ \ \