1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
Commit Graph

14774 Commits

Author SHA1 Message Date
Matthew Jones
84f9c49b6f
Propogate cert validation to inventory updates for vmware 2017-09-18 12:21:27 -04:00
Matthew Jones
2fe5c2ac83 Merge pull request #424 from ansible/isolated_sdist_version
Fix an issue not populating the version metadata for isolated sdist
2017-09-18 08:57:48 -07:00
Ryan Petrello
21e3078853 Merge pull request #425 from ryanpetrello/release_3.2.0
remove support for azure classic
2017-09-18 11:26:55 -04:00
Matthew Jones
0ee3b0e59b
Fix an issue not populating the version metadata for isolated sdist 2017-09-18 10:51:56 -04:00
Ryan Petrello
cfe1f1e8e4
more legacy azure deprecation cleanup 2017-09-18 10:43:16 -04:00
Ryan Petrello
14b0f9aa24
remove reference to legacy rax credentials 2017-09-18 10:43:02 -04:00
Ryan Petrello
4dd265633e
remove legacy azure inventory script
see: ansible/ansible-tower#7629
2017-09-18 10:41:49 -04:00
Chris Meyers
0b40331107
azure migrations
* delete azure credentials
* delete azure inventory sources
2017-09-18 10:35:42 -04:00
Chris Meyers
a08a158672
remove azure 2017-09-18 10:35:32 -04:00
Wayne Witzel III
540bda1d09 Merge pull request #420 from wwitzel3/release_3.2.0
Merge pull request #161 from wwitzel3/devel
2017-09-18 09:54:54 -04:00
Ryan Petrello
97609746c0 Merge pull request #423 from ryanpetrello/stdout_defer
more 3.1.5 result_stdout_text optimizations -> 3.2 so we don't regress
2017-09-18 09:53:17 -04:00
Ryan Petrello
68b924efe5
flake8 fixup 2017-09-18 09:44:39 -04:00
jlmitch5
37487b2427 Merge pull request #412 from jlmitch5/fixFormSaveEnterpriseDisabling
fix config forms from having save button disabled when no license is …
2017-09-18 09:37:30 -04:00
Ryan Petrello
6a4b4edea3
properly detect deferred ORM objects 2017-09-18 09:08:53 -04:00
Matthew Jones
ebbd42322d
Fix an issue with hasattr call 2017-09-18 09:08:44 -04:00
Matthew Jones
c07a4ff93d
Catch any unhandled exceptions grabbing notification templates 2017-09-18 09:08:40 -04:00
Matthew Jones
8091b84344
Fixing up some activity stream deferreds 2017-09-18 09:08:30 -04:00
Jared Tabor
6a9bfa74c4 Merge pull request #422 from jaredevantabor/socket-fix
Socket fix
2017-09-16 09:20:59 -07:00
Jared Tabor
4bbd486389 removing code that puts the UI in an infinite loop 2017-09-16 09:12:32 -07:00
Matthew Jones
a2f4134ee0 Merge pull request #417 from ansible/vmware_cert_validation
Add a setting for vmware inventory cert validation
2017-09-15 17:57:59 -07:00
Jared Tabor
2c7abc8bca Merge pull request #421 from jaredevantabor/socket-fix
Socket Fix
2017-09-15 15:58:58 -07:00
Jared Tabor
f7312691e1 resubscribe to last group if readyState is 0, aka connection isn't open yet 2017-09-15 15:56:32 -07:00
Wayne Witzel III
dafd6acf1a
Merge pull request #161 from wwitzel3/devel
update social auth strategy to have fixes from social-app-django
2017-09-15 17:22:32 -04:00
Michael Abashian
ca72722b39 Merge pull request #419 from mabashian/7647-i18n-search-key
Fixed search key styling with wider text
2017-09-15 15:03:44 -04:00
Ryan Petrello
ff385ddf17 Merge pull request #416 from ryanpetrello/stdout_defer
Add 3.1.5 result_stdout_text optimizations into 3.2 so we don't regress
2017-09-15 14:24:47 -04:00
Michael Abashian
80e692656c Merge pull request #406 from mabashian/7578-jt-admin-edit-v2
Fixed jt admin edit bug
2017-09-15 14:13:04 -04:00
Jared Tabor
6374be15fd Merge pull request #418 from jaredevantabor/socket-fix
another potential socket fix
2017-09-15 10:58:43 -07:00
mabashian
9765623d03
Fixed search key styling with wider text
Signed-off-by: mabashian <mabashia@redhat.com>
2017-09-15 13:55:44 -04:00
Jared Tabor
325e7f3cce checking socket.readyState before emitting socket message 2017-09-15 10:37:35 -07:00
mabashian
8b7639fd3a
Removed extra GET call for extra creds when user cannot edit JT
Signed-off-by: mabashian <mabashia@redhat.com>
2017-09-15 11:54:42 -04:00
Matthew Jones
713e368557 Merge pull request #413 from ansible/invscript_endpoint_performance
Improve script endpoint performance by removing forced ordering
2017-09-15 08:16:02 -07:00
Matthew Jones
47c976ee91
Add a setting for vmware inventory cert validation
This uses the environment var expected by the vmware inventory script.
Defaults to off but can be turned on
2017-09-15 11:14:10 -04:00
Matthew Jones
645d2d852f
Update scan job migration to public project to use the correct URL 2017-09-15 10:19:33 -04:00
Ryan Petrello
7a958a1af1
more result_stdout_text defer optimization for inventory updates
see: https://github.com/ansible/ansible-tower/issues/7568
2017-09-15 09:51:53 -04:00
Ryan Petrello
1bb6c17fe2
trick django-polymorphic into allowing defer() on polymorphic objects
django-polymorphic itself generates queries for polymorphic object
lookups, and these queries for UnifiedJob are *not* properly defering the
`result_stdout_text` column, resulting in more very slow queries.  This
solution is _very_ hacky, and very specific to this specific
version of Django and django-polymorphic, but it works until we can
solve this problem the proper way in 3.3 (by removing large stdout blobs
from the database).

see: https://github.com/ansible/ansible-tower/issues/7568
2017-09-15 09:51:43 -04:00
Jared Tabor
436df168f0 Merge pull request #415 from jaredevantabor/socket-fix
deleting socket on logout
2017-09-14 15:51:15 -07:00
Jared Tabor
7ccedfb1df adding console.log for debug purposes in prod, will delete later 2017-09-14 15:50:35 -07:00
Jared Tabor
bd95197709 deleting socket on logout 2017-09-14 15:45:35 -07:00
Greg Considine
5897aebdf9 Merge pull request #414 from gconsidine/ui/fix/host-filter-parsing
Fix host filter parsing
2017-09-14 17:40:41 -04:00
gconsidine
dd62e8ce92
Replace use of string.includes due lack of browser support 2017-09-14 17:27:27 -04:00
gconsidine
eab3cb8efd
Add support for quoted without spaces and falsey input 2017-09-14 15:57:52 -04:00
gconsidine
57c9224b5c
Fix host filter parsing 2017-09-14 15:31:29 -04:00
John Mitchell
8c2b9905d1
fix config forms from having save button disabled when no license is given 2017-09-14 13:59:58 -04:00
Matthew Jones
39994186df
Improve script endpoint performance by removing forced ordering 2017-09-14 13:05:31 -04:00
mabashian
549737405b
Fixed multi credential service unit test failures
Signed-off-by: mabashian <mabashia@redhat.com>
2017-09-14 09:14:27 -04:00
Chris Meyers
28a26e6e81 Merge pull request #408 from chrismeyersfsu/7500_process_workflow_cornercase_for_user_capability
memoize workflow license feature check
2017-09-14 08:29:41 -04:00
Jared Tabor
acbf9f517b Merge pull request #409 from jaredevantabor/socket-fix
move socketPromise.resolve() until handshake message is received
2017-09-13 18:55:39 -07:00
Jared Tabor
9cf683ea75 move socketPromise.resolve() until handshake message is received
instead of happening after the socket.onopen event.
2017-09-13 18:49:15 -07:00
mabashian
f90771ee1a
More fixes for JT admin edit use cases
Signed-off-by: mabashian <mabashia@redhat.com>
2017-09-13 16:48:04 -04:00
Greg Considine
93927717c8 Merge pull request #403 from gconsidine/ui/fix/host-search-with-spaces
Add support for quoted values containing spaces in search
2017-09-13 14:34:05 -04:00