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
Alan Rominger
e8b79cde4a
Merge pull request #499 from AlanCoding/adhoc_local
...
[3.2.1] Disallow Ansible vars in adhoc launch serializer + wayne's change
2017-10-05 15:30:06 -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
e48bebb761
Merge pull request #495 from ryanpetrello/fix-7713
...
work around an ansible 2.4 inventory caching bug
2017-10-03 16:26:41 -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
f3c5607d6e
Merge pull request #485 from jaredevantabor/smart-search
...
Smart Search fix for ansible_facts
2017-09-29 15:26:24 -07: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
3d71c93262
Merge pull request #484 from jaredevantabor/insights
...
Insights
2017-09-29 12:42:38 -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
Christopher Wang
e8b45d3be1
Merge pull request #478 from mabashian/inv-completed-jobs-pagination-fix
...
Fixed inventory completed jobs pagination bug by setting default page size
2017-09-27 16:46:59 -04:00
Matthew Jones
f4c9617f95
Check for inventory sources already updated from start args
...
In the case where the host didn't exist in the inventory source and
was found in the first inventory sync
2017-09-27 16:31:22 -04:00
mabashian
8a8a064821
Fixed inventory completed jobs pagination bug by setting default page size
2017-09-27 16:11:35 -04:00
Marliana Lara
0b11a0d642
Merge pull request #475 from marshmalien/fix/remove-host-filter-import
...
Remove host-filter-modal import
2017-09-27 16:06:07 -04:00
Matthew Jones
7861cda6fe
Remove the logic blocking dependent inventory updates on callbacks
2017-09-27 16:00:05 -04:00
John Mitchell
32920739ef
fix instance group percentage
2017-09-27 15:56:36 -04:00
Marliana Lara
0eadd69934
Remove host-filter-modal import
2017-09-27 15:47:27 -04:00
Marliana Lara
a886747676
Merge pull request #473 from marshmalien/fix/7691-host-filter-modal-hover
...
Fix partial hover highlight of host filter modal row
2017-09-27 14:59:26 -04:00
Marliana Lara
d4d2f04fc3
Fix partial hover highlight of host filter modal row
2017-09-27 14:38:19 -04:00
Michael Abashian
1e9b5824a4
Merge pull request #472 from mabashian/7688-groups-pagination
...
Fixed nested groups pagination
2017-09-27 13:00:30 -04:00
Michael Abashian
dcdb094c92
Merge pull request #471 from mabashian/7676-smart-inv-related-search
...
Fixed host_filter searching related fields
2017-09-27 12:06:34 -04:00
mabashian
cfe8a6580b
Removed leading slash on basePath
2017-09-27 10:40:49 -04:00
mabashian
61b741030d
Fixed host nested groups pagination
2017-09-27 10:34:55 -04:00
mabashian
6c19bbb6de
Added trailing slash to basePath
2017-09-27 10:00:28 -04:00
mabashian
0193377d18
Fixed nested groups pagination
2017-09-27 09:54:00 -04:00
Wayne Witzel III
e233926a4a
Merge pull request #467 from wwitzel3/release_3.2.0
...
add --comment-only option to the migrate_to_database_settings mgmt cmd
2017-09-26 19:07:46 -04:00
mabashian
1752a97315
Fixed host_filter searching related fields
2017-09-26 16:51:08 -04:00
Wayne Witzel III
ba23f1728a
add --comment-only option to the migrate_to_database_settings mgmt command
2017-09-26 14:51:59 -04:00
Alan Rominger
2ec675cf54
Merge pull request #465 from AlanCoding/retry_retry
...
broaden inventory deletion retry condition
2017-09-26 14:48:13 -04:00
AlanCoding
bfccd49a64
broaden inventory deletion retry condition
2017-09-26 10:45:30 -04:00
Aaron Tan
723f4b0a7a
Merge pull request #463 from jangsutsr/7666-fix
...
Restore SAML enterprise user auth logic
2017-09-26 10:03:08 -04:00
Aaron Tan
9bae656676
Restore SAML enterprise user auth logic
...
Connect #7666 of ansible-tower and follow up original fix tower #455 .
The original fix solves the problem of duplicated db keys, but breaks a
rule of enterprise users that 'Enterprise users cannot be
created/authenticated if non-enterprise users with the same name has
already been created in Tower.'. This fix resumes that rule.
Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2017-09-26 09:51:42 -04:00
John Mitchell
a6e6298575
remove notice from unnecessary partials
2017-09-25 18:08:58 -04:00