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

14858 Commits

Author SHA1 Message Date
AlanCoding
dba83674a2
fix task manager running task structures
- prevent dual-entry for first item in running jobs due to
   setdefault syntax
 - fix issue where queues (celery tasks) only returned the last
   item in the inspector output due to looping problem
   this caused reaper bugs in production
2017-09-21 14:38:58 -04:00
John Mitchell
25e503219f
tweaks to styling of capacity bar 2017-09-21 11:07:50 -04:00
Jared Tabor
44af8ac629 Merge pull request #446 from jaredevantabor/translations
Translations
2017-09-21 14:37:22 +00:00
Jared Tabor
4aa841f44b Final fix for socket connection when emitting messages before connection is open
using setTimeout
2017-09-20 20:07:17 -07:00
Jared Tabor
28c1718965 tagging ON/OFF toggles for translations 2017-09-20 17:58:52 -07:00
Jared Tabor
557780bf08
adding translation tag for "No records matched your search" 2017-09-20 17:52:13 -07:00
Jared Tabor
d0cb11acb3 Merge pull request #444 from jaredevantabor/socket-fix
send last socket message if last socket didn't go thru due to socket …
2017-09-20 23:04:43 +00:00
John Mitchell
2306c34689
update instance capacity bar to be grey when instance or group is offline 2017-09-20 17:49:02 -04:00
Shane McDonald
1e03654c0b Pull updated translations 2017-09-20 17:29:20 -04:00
Wayne Witzel III
7960525c20 Merge pull request #440 from wwitzel3/release_3.2.0
Merge pull request #224 from wwitzel3/fix-shared-deps
2017-09-20 16:50:08 -04:00
Alan Rominger
428eca1c35 Merge pull request #439 from AlanCoding/custom_hostvars
add back logic to re-call script for hostvars
2017-09-20 15:43:52 -04:00
Chris Meyers
0d08509e6d Merge pull request #437 from chrismeyersfsu/fix-feature_cache
cache license validation
2017-09-20 14:00:44 -05:00
Chris Meyers
062ff7153d resurrect cchurch's license feature caching 2017-09-20 14:57:24 -04:00
Wayne Witzel III
439beeab3b
Merge pull request #224 from wwitzel3/fix-shared-deps
Fix job shared dependencies.
2017-09-20 14:56:22 -04:00
Jared Tabor
0b1d8ccd92 send last socket message if last socket didn't go thru due to socket not open 2017-09-20 18:40:37 +00:00
Chris Meyers
c265ed2722 Revert "use request response cache for license checks"
This reverts commit 93acae9367023fec153aa7980f2edd9f96822ba2.
2017-09-20 13:47:44 -04:00
AlanCoding
80a944dd31
add back logic to recall script for hostvars 2017-09-20 13:20:04 -04:00
Alan Rominger
9db91b4344 Merge pull request #436 from AlanCoding/set_node_early
set execution_node right when jobs are accepted
2017-09-20 12:43:51 -04:00
AlanCoding
892ca98709
set execution_node right when jobs are accepted 2017-09-20 11:49:09 -04:00
Wayne Witzel III
c868f7e91f Merge pull request #435 from wwitzel3/release_3.2.0
just fall through to the DjangoStrategy constructor
2017-09-20 09:02:58 -04:00
Wayne Witzel III
bab4cbbcf7
just fall through to the DjangoStrategy constructor 2017-09-20 08:50:39 -04:00
Jared Tabor
d31afdc749 Merge pull request #433 from jaredevantabor/socket-fix
using settimeout if socket.readyState = 0
2017-09-19 16:37:31 -07:00
Jared Tabor
44be46a436 using settimeout if connection not opened 2017-09-19 16:28:12 -07:00
Jared Tabor
55662efd4c Merge pull request #431 from jaredevantabor/delete-translations
taging some delete modals for translations
2017-09-19 13:45:50 -07:00
Jared Tabor
ef4388f414 taging some delete modals for translations 2017-09-19 13:25:45 -07:00
Ryan Petrello
3fb6b5594d Merge pull request #429 from ryanpetrello/fix-6810
Fix an issue not populating the version metadata for isolated sdist
2017-09-19 10:44:41 -04:00
Alan Rominger
88ffb32d4f Merge pull request #427 from AlanCoding/inv_for_the_people
Inventory file suggestion adjustments from user feedback
2017-09-19 10:36:02 -04:00
Ryan Petrello
1af9c43b5b
Fix an issue not populating the version metadata for isolated sdist
see: https://github.com/ansible/ansible-tower/issues/6810
2017-09-19 10:25:21 -04:00
Jared Tabor
458779d897 Merge pull request #428 from jaredevantabor/socket-fix2
adding more console.logs for socket debugging
2017-09-18 20:25:25 -07:00
Jared Tabor
b593adcf84 adding more console.logs for socket debugging 2017-09-18 19:59:20 -07:00
AlanCoding
120b5297e3
Inventory file suggestion adjustments from user feedback
- ditch yaml files as suggestions
 - automatically greenlight any hosts or inventory titled file
2017-09-18 14:28:29 -04:00
Michael Abashian
50d6981695 Merge pull request #410 from mabashian/7629-remove-deprecated-azure
Removed UI references to deprecated Azure inv source and cred
2017-09-18 13:08:25 -04:00
mabashian
c63c523089 Pull azure regions from azure_rm_region_choices not azure_region_choices
Signed-off-by: mabashian <mabashia@redhat.com>
2017-09-18 12:40:46 -04:00
mabashian
e6631d1516 Removed UI references to deprecated Azure inv source and cred
Signed-off-by: mabashian <mabashia@redhat.com>
2017-09-18 12:40:45 -04:00
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