Ryan Petrello
f26bdb3e96
migrate existing survey passwords to be encrypted
...
see: https://github.com/ansible/ansible-tower/issues/7046
2017-10-10 14:38:46 -04:00
Ryan Petrello
4be4e3db7f
encrypt job survey data
...
see: https://github.com/ansible/ansible-tower/issues/7046
2017-10-10 14:38:46 -04:00
Ryan Petrello
a0cfbb93e9
fix busted 3.2.2 activity stream migration
...
see: ansible/ansible-tower#7704
2017-10-10 14:38:45 -04:00
Alan Rominger
4ea92f0dcb
Merge pull request #306 from AlanCoding/new_perf_logging
...
[3.2.2] new method of performance logging
2017-10-10 14:38:45 -04:00
AlanCoding
9ee18d02c8
new method of performance logging
2017-10-10 14:38:45 -04:00
Aaron Tan
a11e33458f
Include Tower configurations into activity stream
...
Relates #7386 of ansible-tower.
Due to the uniqueness of Tower configuration datastore model, it is not
fully compatible with activity stream workflow. This PR introduced
setting field for activitystream model along with other changes to make
Tower configuration a special case for activity streams.
Signed-off-by: Aaron Tan <jangsutsr@gmail.com >
2017-10-10 14:38:45 -04:00
Ryan Petrello
4fd190e4c8
Merge pull request #468 from ryanpetrello/smarter-credtype-migrations
...
[3.2.2] add new credential types in a more stable way in migrations
2017-10-10 14:38:45 -04:00
Ryan Petrello
f4a252a331
add new credential types in a more stable way in migrations
...
instead of writing individual migrations for new built-in credential
types, this change makes the "setup_tower_managed_defaults" function
idempotent so that it only adds the credential types you're missing
2017-10-10 14:38:45 -04:00
Aaron Tan
f4ab979b59
Prevent slugify username from social sso backends
...
Relates #7684 of ansible-tower.
Slugify username in python-social-auth means disallowing
any non-alphanumerial characters, which is an over-kill
for awx/tower, thus disabling it.
Signed-off-by: Aaron Tan <jangsutsr@gmail.com >
2017-10-10 14:38:45 -04:00
Ryan Petrello
74f2509482
support ovirt4 as a built-in inventory source
...
see: https://github.com/ansible/ansible-tower/issues/6522
2017-10-10 14:38:44 -04:00
Ryan Petrello
94b4dabee2
disable GCE inventory caching w/ a .ini file
...
see: https://github.com/ansible/ansible-tower/issues/7609
see: https://github.com/ansible/tower/pull/451#pullrequestreview-64454393
2017-10-10 14:38:44 -04:00
Ryan Petrello
94d44e8791
disable GCE inventory source cache
...
by default, the GCE inventory script caches results on disk for
5 minutes; disable this behavior
see: https://github.com/ansible/ansible-tower/issues/7609
2017-10-10 14:38:44 -04:00
Ryan Petrello
d24166bd68
Merge pull request #442 from ryanpetrello/fix-7554
...
properly encode LDAP DN values on validation
2017-10-10 14:38:43 -04:00
Ryan Petrello
7a21a45781
properly encode LDAP DN values on validation
...
see: https://github.com/ansible/ansible-tower/issues/7554
2017-10-10 14:38:43 -04:00
Ryan Petrello
c8f4320b58
allow the credential type to be changed for unused credentials
...
see: https://github.com/ansible/ansible-tower/issues/7607
2017-10-10 14:38:43 -04:00
Ryan Petrello
91ec0a4482
Merge pull request #430 from ryanpetrello/fix-7620
...
don't show polymorphic_ctype in unique validation error messaging
2017-10-10 14:38:43 -04:00
Ryan Petrello
71a725c5f8
Merge pull request #432 from ryanpetrello/fix-7513
...
add awx meta variables to adhoc command extra_vars
2017-10-10 14:38:43 -04:00
Ryan Petrello
96572fe3d4
don't show polymorphic_ctype in unique validation error messaging
...
see: https://github.com/ansible/ansible-tower/issues/7620
2017-10-10 14:38:43 -04:00
Ryan Petrello
554a9586c6
add awx meta variables to adhoc command extra_vars
...
see: https://github.com/ansible/ansible-tower/issues/7513
2017-10-10 14:38:37 -04:00
Ryan Petrello
f2f42c2c8a
don't append to the activity stream on LDAP group disassociate
...
for organizations w/ a large number of ldap orgs/teams, this results in
a _huge_ number of extraneous activity stream entries
see: https://github.com/ansible/ansible-tower/issues/7655
2017-10-10 14:38:18 -04:00
Alan Rominger
70f8ec78de
Merge pull request #517 from AlanCoding/vars_exception
...
fallback to empty dict when processing extra_data
2017-10-10 09:30:06 -04:00
AlanCoding
e2c398ade2
fallback to empty dict when processing extra_data
2017-10-10 08:13:45 -04:00
AlanCoding
d4fc4bcd61
fix migration problem from 3.1.1
2017-10-09 15:49:38 -04:00
AlanCoding
4237b9ed5c
move 0005a migration to 0005b
2017-10-09 15:48:52 -04:00
AlanCoding
edda5e5420
feedback on ad hoc prohibited vars error msg
2017-10-06 14:07:38 -04:00
Matthew Jones
721674f0cd
Merge pull request #502 from wwitzel3/release_3.2.1
...
[3.2.1] Fix broken migration from 3.1.1/3.1.2 -> 3.2.1
2017-10-06 13:19:34 -04:00
Wayne Witzel III
8f883d8d43
Fix migrations to support 3.1.2 -> 3.2.1+ upgrade path
2017-10-06 09:25:43 -04:00
Wayne Witzel III
5bcf704b76
Merge pull request #501 from wwitzel3/release_3.2.1
...
[3.2.1] Fix missing update_capacity paramenter
2017-10-06 00:37:07 -04:00
Wayne Witzel III
2818bb5833
fix missing parameter to update_capacity method
2017-10-06 00:23:12 -04:00
AlanCoding
81c14ce942
fix WARNING log when launching ad hoc command
2017-10-05 13:42:23 -04:00
AlanCoding
eacbeef660
Validate against ansible variables on ad hoc launch
...
Share code between this check for ad hoc and JT callback
2017-10-05 12:14:05 -04:00
Wayne Witzel III
02e3f45422
do not allow ansible connection type of local for ad_hoc
2017-10-04 17:55:36 -04:00
Chris Meyers
00afc87af1
Merge pull request #493 from chrismeyersfsu/fix-scan_job_migrations_unicode2
...
fix scan job migration unicode issue
2017-10-03 16:28:54 -04:00
Ryan Petrello
4c5ec2fb3a
work around an ansible 2.4 inventory caching bug
...
see: https://github.com/ansible/awx/issues/246
2017-10-03 15:45:11 -04:00
Chris Meyers
cad8710ac7
fix scan job migration unicode issue
2017-10-03 11:31:43 -04:00
Wayne Witzel III
96fd07d0f3
Assert isolated nodes have capacity set to 0 and restored based on version
2017-10-02 14:43:19 -04:00
Wayne Witzel III
692007072d
Set capacity to zero if the isolated node has an old version
2017-10-02 14:43:18 -04:00
jlmitch5
06210624ce
Merge pull request #486 from jlmitch5/fixModalOnModalBS
...
fix workflow maker lookup issues
2017-09-29 19:55:20 -04:00
John Mitchell
713c9614a9
fix workflow maker lookup issues
2017-09-29 19:50:17 -04:00
Jared Tabor
c9ffc0e7c1
adding extra logic check for ansible_facts in smart search
...
a change related to related-group-searches caused a regression when
searching for ansible_facts
2017-09-29 15:02:50 -07:00
Jared Tabor
140af9ea47
adding "admin_role" as a default query param for insights cred lookup
2017-09-29 12:25:21 -07:00
Jared Tabor
8980e70918
changing insights cred lookup to not use hard coded cred type
...
and rather, do a comparison against the credential_type endpoint
2017-09-29 12:18:30 -07:00
John Mitchell
c57d39dcd9
fix rounding of capacity percentage
2017-09-28 11:18:55 -04:00
Matthew Jones
9219f0f682
Catch potential unicode errors when looking up addrinfo
2017-09-27 20:14:47 -04:00
Jared Tabor
feb0cd5e7c
Merge pull request #479 from jaredevantabor/instance-groups-queryparams
...
fixing typo with adding query params for instance groups modal
2017-09-27 14:17:39 -07:00
jlmitch5
e877651a1e
Merge pull request #476 from jlmitch5/fixIGPercentage
...
fix instance group percentage
2017-09-27 17:11:17 -04:00
Jared Tabor
3c29baea61
fixing typo with adding query params for instance groups modal
...
it was missing the query params for order_by and page_size
2017-09-27 13:57:02 -07:00
John Mitchell
b05925cc0e
move percentage capacitty to variable
2017-09-27 16:53:31 -04:00
Matthew Jones
a5c028cd45
Merge pull request #477 from ansible/remove_callback_blocked_dependency
...
Remove the logic blocking dependent inventory updates on callbacks
2017-09-27 16:53:12 -04:00
Matthew Jones
3e38a0c17d
Add unit test for inventory_sources_already_updated
2017-09-27 16:52:05 -04:00