Wayne Witzel III
|
aa469d730e
|
Wait for Slack RTM API websocket connection to be established
|
2018-01-24 13:48:42 +00:00 |
|
Ryan Petrello
|
fa9c6287f7
|
Merge pull request #620 from ryanpetrello/fix-815
don't overwrite env['ANSIBLE_LIBRARY'] when fact caching is enabled
|
2018-01-15 13:55:42 -05:00 |
|
Ryan Petrello
|
2955842c44
|
don't overwrite env['ANSIBLE_LIBRARY'] when fact caching is enabled
see: https://github.com/ansible/awx/issues/815
see: https://github.com/ansible/ansible-tower/issues/7830
|
2018-01-15 13:39:46 -05:00 |
|
Ryan Petrello
|
64028dba66
|
Merge pull request #619 from ryanpetrello/file_based_tower_fact_cache
replace our memcached-based fact cache implementation with local files
|
2018-01-15 11:57:18 -05:00 |
|
Ryan Petrello
|
e1d50a43fd
|
only allow facts to cache in the proper file system location
|
2018-01-15 11:45:49 -05:00 |
|
Ryan Petrello
|
983b192a45
|
replace our memcached-based fact cache implementation with local files
see: https://github.com/ansible/ansible-tower/issues/7840
|
2018-01-15 09:16:44 -05:00 |
|
Ryan Petrello
|
e0c04df1ee
|
Merge pull request #618 from ryanpetrello/become_who_you_were_meant_to_be
add support for new "BECOME" prompt in Ansible 2.5+
|
2018-01-12 11:45:08 -05:00 |
|
Ryan Petrello
|
563f730268
|
add support for new "BECOME" prompt in Ansible 2.5+
see: https://github.com/ansible/ansible-tower/issues/7850
|
2018-01-12 10:40:40 -05:00 |
|
Ryan Petrello
|
89b9d7ac8b
|
Merge pull request #617 from ryanpetrello/release_3.2.3
fix a bug in inventory generation for isolated nodes
|
2018-01-11 11:04:09 -05:00 |
|
Ryan Petrello
|
b8758044e0
|
fix a bug in inventory generation for isolated nodes
see: https://github.com/ansible/ansible-tower/issues/7849
related: https://github.com/ansible/awx/pull/551
|
2018-01-11 10:41:58 -05:00 |
|
Ryan Petrello
|
4c40791d06
|
properly handle unicode for isolated job buffers
from: https://docs.python.org/2/library/stringio.html#module-cStringIO
"Unlike the StringIO module, this module is not able to accept Unicode
strings that cannot be encoded as plain ASCII strings."
see: https://github.com/ansible/ansible-tower/issues/7846
|
2018-01-10 10:56:59 -05:00 |
|
Greg Considine
|
fac7fd45f8
|
Merge pull request #614 from gconsidine/ui/fix/toggle-button-container
Adjust style of toggle button to accommodate text that exceeds 42px
|
2017-12-11 16:09:44 -05:00 |
|
Matthew Jones
|
34c206fab0
|
Bump psql-container pg version to 9.6
|
2017-12-11 12:01:28 -05:00 |
|
gconsidine
|
a2f64f1053
|
Adjust style of toggle button to accommodate text that exceeds 42px
|
2017-12-11 11:47:21 -05:00 |
|
Shane McDonald
|
334d47f3ab
|
Pull updated translations
|
2017-12-11 09:42:06 -05:00 |
|
Ryan Petrello
|
4724b6a3d6
|
Merge pull request #613 from ryanpetrello/release_3.2.2
change how we detect the current user at LDAP login to avoid a nuanced recursion error
|
2017-12-08 15:46:32 -05:00 |
|
Ryan Petrello
|
ce94ba4c83
|
change how we detect the current user to avoid a nuanced recursion error
see: https://github.com/ansible/ansible-tower/issues/7802
|
2017-12-08 15:35:47 -05:00 |
|
Ryan Petrello
|
0dc4fa975b
|
Merge pull request #612 from ryanpetrello/release_3.2.2
fix a race condition in "host.last_job" when jobs are deleted
|
2017-12-06 13:43:45 -05:00 |
|
Ryan Petrello
|
1fb890f4eb
|
fix a race condition in "host.last_job" when jobs are deleted
see: https://github.com/ansible/ansible-tower/issues/7815
|
2017-12-06 11:30:19 -05:00 |
|
Shane McDonald
|
15e8fd5eca
|
Pull updated translations
|
2017-12-05 14:17:18 -05:00 |
|
Ryan Petrello
|
06e751fea1
|
Merge pull request #611 from ryanpetrello/release_3.2.2
more unit tests for survey default handling
|
2017-12-05 09:18:48 -05:00 |
|
Ryan Petrello
|
fe93ef5488
|
more unit tests for survey default handling
|
2017-12-05 09:04:57 -05:00 |
|
Ryan Petrello
|
2c12f1b66e
|
Merge pull request #610 from ryanpetrello/faster-result-stdout-cleanup
don't fetch stdout when purging jobs - it's slow and causes OOMs
|
2017-12-04 15:41:16 -05:00 |
|
Ryan Petrello
|
33dedc88c8
|
don't fetch stdout when purging jobs - it's slow and causes OOMs
see: https://github.com/ansible/ansible-tower/issues/7751
|
2017-12-04 15:14:55 -05:00 |
|
Alan Rominger
|
759867c863
|
Merge pull request #609 from AlanCoding/more_encryption_tests
encryption tests around the contract with survey functionality
|
2017-12-04 14:20:30 -05:00 |
|
Alan Rominger
|
d4613d448c
|
Merge pull request #608 from AlanCoding/empty_string_defaults
allow password default reuse with empty default
|
2017-12-04 14:19:32 -05:00 |
|
AlanCoding
|
dbd68c5747
|
encryption tests around the contract with survey functionality
|
2017-12-04 11:45:07 -05:00 |
|
AlanCoding
|
d23d7c422d
|
allow password default reuse with empty default
|
2017-12-04 10:49:36 -05:00 |
|
Ryan Petrello
|
4b793dc58a
|
Merge pull request #606 from ryanpetrello/test-7806
improve validation for empty default passwords
|
2017-12-04 10:19:06 -05:00 |
|
Ryan Petrello
|
112757e202
|
properly handle JT launch POST for required survey fields w/ no default
see: ansible/ansible-tower#7805
|
2017-12-04 09:45:21 -05:00 |
|
Ryan Petrello
|
12380fe1b1
|
add more tests for survey default encryption
see: https://github.com/ansible/ansible-tower/issues/7805
see: https://github.com/ansible/ansible-tower/issues/7806
see: https://github.com/ansible/ansible-tower/issues/7807
|
2017-12-04 09:45:14 -05:00 |
|
Ryan Petrello
|
b987b7daa0
|
Merge pull request #605 from ryanpetrello/release_3.2.2
fix another survey encryption-related bug
|
2017-12-01 17:30:43 -05:00 |
|
Ryan Petrello
|
6c7851b51f
|
fix another survey encryption-related bug
|
2017-12-01 17:11:00 -05:00 |
|
Aaron Tan
|
1ff0591553
|
Merge pull request #603 from jangsutsr/fix-7737-1
Follow up fix #542
|
2017-12-01 16:07:14 -05:00 |
|
Aaron Tan
|
58ad214dcf
|
Follow up fix #542
Relates
https://github.com/ansible/ansible-tower/issues/7737#issuecomment-348566452
Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
|
2017-12-01 15:58:33 -05:00 |
|
Ryan Petrello
|
a71cee9300
|
Merge pull request #604 from ryanpetrello/survey_spec_validation_refactor
refactor survey spec validation into a separate testable function
|
2017-12-01 15:44:07 -05:00 |
|
Ryan Petrello
|
1057b93570
|
refactor survey spec validation into a separate testable function
|
2017-12-01 15:34:07 -05:00 |
|
Alan Rominger
|
e0edfeac7c
|
Merge pull request #602 from AlanCoding/clean_defaults
block user from entering encrypted as bare default
|
2017-12-01 14:54:42 -05:00 |
|
AlanCoding
|
47f45bf9b3
|
block user from entering encrypted as bare default
|
2017-12-01 14:44:06 -05:00 |
|
Ryan Petrello
|
8d162f9044
|
Merge pull request #601 from ryanpetrello/flake8-fixes
backport a few fixes from awx to address busted ci
|
2017-12-01 12:48:06 -05:00 |
|
AlanCoding
|
6269b43456
|
update tests to new Ansible core code
|
2017-12-01 12:31:56 -05:00 |
|
AlanCoding
|
67867cf0c8
|
flake8: comply with new E722 rule
|
2017-12-01 12:16:44 -05:00 |
|
Ryan Petrello
|
7538b4ce15
|
Merge pull request #600 from ryanpetrello/fix-7800-migration
upgrade survey encryption migration to work around an old survey bug
|
2017-12-01 12:13:18 -05:00 |
|
Ryan Petrello
|
8c6a1e348d
|
upgrade survey encryption migration to work around an old survey bug
see: https://github.com/ansible/ansible-tower/issues/7800
|
2017-12-01 11:34:47 -05:00 |
|
Shane McDonald
|
3cd80ef67a
|
Update pot files
|
2017-11-30 15:29:29 -05:00 |
|
Wayne Witzel III
|
f3310236e4
|
Merge pull request #599 from wwitzel3/release_3.2.2
Fix git project sync bug.
|
2017-11-30 11:22:29 -05:00 |
|
Wayne Witzel III
|
ed28faa3db
|
Use TMP instead of TMPDIR and only set it in RunProjectUpdate
|
2017-11-30 16:10:12 +00:00 |
|
Ryan Petrello
|
fc4b02b79f
|
Merge pull request #597 from ryanpetrello/jenkins-no-like-unicode
removing some cruft we thought would help us catch bugs (it didn't)
|
2017-11-29 16:39:20 -05:00 |
|
Ryan Petrello
|
a3dd9eb4b7
|
removing some cruft we thought would help us catch bugs (it didn't)
|
2017-11-29 16:23:07 -05:00 |
|
Ryan Petrello
|
d773d163f7
|
Merge pull request #595 from ryanpetrello/fix-workflow-survey-encrypt
more survey password encryption bug squashing
|
2017-11-29 15:09:40 -05:00 |
|