Ryan Petrello
2f738415b8
fix busted webhook notifications
...
whoops, I broke it
2020-10-30 13:05:37 -04:00
Jake McDermott
31275122a1
Merge pull request #4653 from wenottingham/taking-inventory-of-ourselves
...
Enable source vars for all inventory types
2020-10-29 11:06:39 -04:00
Bill Nottingham
0fbc02864e
Enable source vars for all inventory types
...
Update plugin popover to point to the plugin docs.
2020-10-28 19:58:14 -04:00
Ryan Petrello
a75874a5d0
Merge pull request #4650 from jbradberry/tower-instance-group-absent
...
Fix a typo in checking the 'absent' state for the tower_instance_group module
2020-10-28 14:38:01 -04:00
Jeff Bradberry
ff7fe2acdf
Fix the 'absent' state in tower_instance_group
2020-10-28 14:27:03 -04:00
Ryan Petrello
98d2e1a898
Merge pull request #4622 from jbradberry/import-export-groups-hosts
...
Rework the export of full dependent objects
2020-10-28 13:55:12 -04:00
Jeff Bradberry
b8b1e3d760
Rework the export of full dependent objects
...
and include hosts and groups in the export.
2020-10-28 13:43:14 -04:00
Ryan Petrello
e5c0889361
Merge pull request #4649 from ryanpetrello/webhook-unicode-bug
...
fix a display bug in webhook notifications with unicode characters
2020-10-28 13:08:15 -04:00
Ryan Petrello
41d3b164ea
fix a display bug in webhook notifications with unicode characters
...
see: https://github.com/ansible/awx/issues/7400
2020-10-28 13:03:34 -04:00
Caleb Boylan
581a0b67f0
Merge pull request #4645 from squidboylan/fix_collections_tests
...
fix lookup plugin fqcn issue
2020-10-26 11:37:31 -07:00
Caleb Boylan
98f572a50e
fix lookup plugin fqcn issue
2020-10-26 10:02:11 -07:00
Chris Meyers
d2ceb39d73
Merge pull request #4616 from chrismeyersfsu/fix-same_jt_abuse
...
Fix same jt abuse
2020-10-26 09:13:08 -04:00
Chris Meyers
6e8996f59f
Merge pull request #4626 from chrismeyersfsu/enhancement-graph_jobs_3_8_0
...
terminal graph of job status changes
2020-10-23 10:22:04 -04:00
Chris Meyers
79d7c6d9b3
make optimization code work with container groups
...
* Task manager fit_ optimization code caused problems with container
group code.
* Note that we don't actually get the benefit of the optimization for
container groups. We just make it so that the code doesn't blow up. It
will take another pass to apply optimizations to the container group
task manager path.
2020-10-23 10:17:30 -04:00
Chris Meyers
ce052922c6
terminal graph of job status changes
...
* Visualize how jobs go from pending, waiting, running over time
2020-10-23 10:15:32 -04:00
Chris Meyers
7baf681b55
Merge pull request #4623 from chrismeyersfsu/enhancement-db_application_name_3_8_0
...
fill in postgres application_name on connection
2020-10-22 12:04:41 -04:00
Ryan Petrello
a26d20cbf2
Merge pull request #4631 from ryanpetrello/galaxy-creds-cli
...
allow the CLI to associate Galaxy credentials to Organizations
2020-10-21 10:40:55 -04:00
Ryan Petrello
c373d5307f
allow the CLI to associate Galaxy credentials to Organizations
...
$ awx organizations associate Default --galaxy_credential "Ansible Galaxy"
2020-10-21 09:39:33 -04:00
Jake McDermott
36abc9b123
Merge pull request #4630 from jakemcdermott/current-date
...
[3.8] Use current year in about modal
2020-10-20 15:31:31 -04:00
Jake McDermott
7bc7cb00ac
Use current year in about modal
2020-10-20 15:13:58 -04:00
Jake McDermott
f85548abeb
Merge pull request #4628 from mabashian/4310-license-string
...
Replace SETTINGS > SYSTEM with SETTINGS > SYSTEM to get around issue with translating this string
2020-10-20 12:34:19 -04:00
mabashian
7a9b55c21b
Replace SETTINGS > SYSTEM with SETTINGS > SYSTEM to get around issue with translating this string
2020-10-20 10:31:30 -04:00
Chris Meyers
84cb7be079
fill in postgres application_name on connection
...
* Tried to fill in application_name in awx/__init__.py but I think that
is too late
* Fill in database application_name with enough information to easily
trace the connection from postgres back to the node and pid that
initiated the connection.
* Set application_name in django settings so that application_name is
set _before_ the first postgres connection is established.
2020-10-20 08:32:09 -04:00
Chris Meyers
11cc6362b5
reduce per-job database query count
...
* Do not query the database for the set of Instance that belong to the
group for which we are trying to fit a job on, for each job.
* Instead, cache the set of instances per-instance group.
2020-10-19 11:01:11 -04:00
Chris Meyers
bdabe36029
reduce parent->child lock contention
...
* We update the parent unified job template to point at new jobs
created. We also update a similar foreign key when the job finishes
running. This causes lock contention when the job template is
allow_simultaneous and there are a lot of jobs from that job template
running in parallel. I've seen as bad as 5 minutes waiting for the lock
when a job finishes.
* This change moves the parent->child update to OUTSIDE of the
transaction if the job is allow_simultaneous (inherited from the parent
unified job). We sacrafice a bit of correctness for performance. The
logic is, if you are launching 1,000 parallel jobs do you really care
that the job template contains a pointer to the last one you launched?
Probably not. If you do, you can always query jobs related to the job
template sorted by created time.
2020-10-19 11:01:05 -04:00
softwarefactory-project-zuul[bot]
cd72bb6cb2
Merge pull request #8393 from mabashian/remove-mathjs
...
Remove mathjs as a dependency
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-14 18:36:01 +00:00
softwarefactory-project-zuul[bot]
26616a409f
Merge pull request #8386 from john-westcott-iv/issue_8338
...
Fixing resetting of variables and adding unit test for condition
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-14 18:11:46 +00:00
Jake McDermott
3c71ab1bd7
Remove math licenses
2020-10-14 14:07:53 -04:00
softwarefactory-project-zuul[bot]
47cffd3c02
Merge pull request #8392 from mabashian/upgrade-angular-1.8.1
...
Upgrade angular to 1.8.1
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
2020-10-14 17:17:29 +00:00
softwarefactory-project-zuul[bot]
63249dc241
Merge pull request #8351 from nixocio/ui_issue_7721
...
Update AddDropDownButton to show down caret
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-14 17:13:13 +00:00
John Westcott IV
0d8b1d172c
Fixing linting and spelling
2020-10-14 12:39:15 -04:00
mabashian
851c802ea8
Remove mathjs as a dependency
2020-10-14 12:18:51 -04:00
mabashian
1d65b8cd53
Upgrade angular to 1.8.1
2020-10-14 11:16:51 -04:00
John Westcott IV
f0449adcf8
Fixing resetting of variables and adding unit test for condition
2020-10-13 16:46:05 -04:00
softwarefactory-project-zuul[bot]
1ecd38a4ee
Merge pull request #8369 from nixocio/ui_issue_5685
...
Add general updates for User screen
Reviewed-by: Kersom
https://github.com/nixocio
2020-10-13 18:56:53 +00:00
softwarefactory-project-zuul[bot]
defb65d3d5
Merge pull request #8319 from asohh/devel
...
Added Groups/Hosts/Sources count to inventory list rows #7674
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-13 15:10:36 +00:00
softwarefactory-project-zuul[bot]
f283a6ef68
Merge pull request #8382 from ryanpetrello/cli-docs-clarification
...
clarify the instructions for building CLI docs
Reviewed-by: Christian Adams <rooftopcellist@gmail.com>
https://github.com/rooftopcellist
2020-10-13 13:44:11 +00:00
softwarefactory-project-zuul[bot]
f9e8c03ec6
Merge pull request #7090 from jladdjr/updates_to_same_inv_should_happen_serially
...
Updates to a given inventory should happen serially
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-13 13:28:01 +00:00
Ryan Petrello
77d0958490
clarify the instructios for building CLI docs
2020-10-13 09:04:35 -04:00
softwarefactory-project-zuul[bot]
058049aa1b
Merge pull request #8376 from ryanpetrello/15-0-0-galaxy-note
...
Clarify behavioral changes from content syncing behavior in 15.0.0+
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-12 20:22:37 +00:00
softwarefactory-project-zuul[bot]
bad064b577
Merge pull request #8370 from ryanpetrello/fix-bad-extra-vars-warning
...
fix a confusing error message when extra vars aren't valid JSON/YAML
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-12 20:17:15 +00:00
Ryan Petrello
faf0fa9040
Clarify behavioral changes from content syncing behavior in 15.0.0+
...
see: https://github.com/ansible/awx/issues/8341
2020-10-12 15:51:08 -04:00
Ryan Petrello
0cdcbdfea6
fix a confusing error message when extra vars aren't valid JSON/YAML
...
see: https://github.com/ansible/awx/issues/8359
2020-10-12 12:56:13 -04:00
Jim Ladd
05ac2c1ec2
Updates to a given inventory should happen serially
2020-10-12 09:34:37 -07:00
nixocio
1dd7651d49
Add general updates for User screen
...
* Add type of login used as part of UserListItem.
* Add type of login used as part of UserDetail.
* Hide password field, UserForm, in case login method is LDAP or Social.
* Make username field, UserForm, not required in case login is LDAP or
Social.
See: https://github.com/ansible/awx/issues/5685
2020-10-12 12:03:31 -04:00
softwarefactory-project-zuul[bot]
49c0b77c60
Merge pull request #8326 from wenottingham/param-a-lot
...
Fix 500 when required LDAP group parameters aren't set.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-12 15:58:27 +00:00
softwarefactory-project-zuul[bot]
119c907279
Merge pull request #8353 from jbradberry/zedr-wfjt-inventories
...
Zedr wfjt inventories
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-12 15:55:01 +00:00
Adrian Sorge
8f37afeec4
Changed Listgroup to div
2020-10-10 14:21:19 +01:00
Jeff Bradberry
a07dabae9e
Attempt to infer related pages on export when the link is missing
2020-10-09 14:06:28 -04:00
softwarefactory-project-zuul[bot]
e6c124962b
Merge pull request #8352 from nixocio/ui_issue_6857
...
Mark missing words for translation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-09 16:01:40 +00:00