Chris Meyers
26d393e5c2
2-level memoize
...
* Allows for invalidating an entire function from the memoizer
2017-09-21 15:34:51 -04:00
Ryan Petrello
a298f797b5
Merge pull request #449 from ryanpetrello/fix-7668
...
fix a bug that causes azure inventory syncs w/ region='all' to fail
2017-09-21 15:17:32 -04:00
Michal Wasilewski
4236654b0c
use unless-stopped instead always
2017-09-21 21:15:01 +02:00
Ryan Petrello
328b70ceb8
fix a bug that causes azure inventory syncs w/ region='all' to fail
...
see: https://github.com/ansible/ansible-tower/issues/7668
2017-09-21 15:08:54 -04:00
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
Alex Penketh
6b6dcc46ca
Added In Ansible Version Requirement Into Installation Doc
...
Signed-off-by: Alex Penketh <alex@apenketh.com >
2017-09-21 15:15:29 +02: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
Michal Wasilewski
f00dc426e0
make containers start when docker daemon comes up
2017-09-20 22:29:44 +02: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
AlanCoding
f1219ea001
add back logic to recall script for hostvars
2017-09-20 15:31:13 -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
Wayne Witzel III
e6777577b6
Merge pull request #224 from wwitzel3/fix-shared-deps
...
Fix job shared dependencies.
2017-09-20 14:21:39 -04:00
Wayne Witzel III
095a93d895
remove duplicated get_latest calls
2017-09-20 13:57:01 -04:00
Chris Meyers
c265ed2722
Revert "use request response cache for license checks"
...
This reverts commit 93acae9367023fec153aa7980f2edd9f96822ba2.
2017-09-20 13:47:44 -04:00
Wayne Witzel III
0f4523fabf
Fix up unit and functional tests
2017-09-20 13:22:41 -04:00
AlanCoding
80a944dd31
add back logic to recall script for hostvars
2017-09-20 13:20:04 -04:00
Wayne Witzel III
2889df8013
ensure project sync/inv updates are added to the dependencies
2017-09-20 13:15:02 -04:00
Wayne Witzel III
11b2bc33fe
add scheduler module __init__
2017-09-20 13:14:01 -04:00
Wayne Witzel III
1beaccb9c9
move TaskManager out of init
2017-09-20 13:13:10 -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
Greg Considine
7268dd473d
Merge pull request #212 from gconsidine/ui/eslint-refactor
...
Ui/eslint refactor
2017-09-20 11:35:50 -04:00
Jake McDermott
d6a6087ff9
Merge pull request #216 from jakemcdermott/fix-e2e-navbar-select
...
fix e2e navbar select
2017-09-20 09:43:35 -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
Wayne Witzel III
2ea1aee8ba
Merge pull request #218 from subuk/devel
...
Fix typo in AWXDjangoStrategy constructor
2017-09-20 08:48:56 -04:00
Matvey Kruglov
4c7c1aa8b3
Fix typo in AWXDjangoStrategy constructor
...
Signed-off-by: Matvey Kruglov <kubuzzzz@gmail.com >
2017-09-20 11:47:18 +03: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
jlmitch5
e4fa0e8a39
Merge pull request #215 from Zokormazo/license-info-from-config
...
Move license checking logic to /api/v2/config
2017-09-19 16:39:50 -04:00
Jared Tabor
e23be23a83
Merge pull request #203 from jaredevantabor/i18n-initialization
...
initializing i18nInit module
2017-09-19 13:29:01 -07:00
Jared Tabor
ef4388f414
taging some delete modals for translations
2017-09-19 13:25:45 -07:00
Jake McDermott
1f083b57de
fix e2e navbar select
2017-09-19 16:09:05 -04:00
gconsidine
b7d4f0b5ff
Fix lint error after rebasing
2017-09-19 15:26:38 -04:00
Julen Landa Alustiza
9c2cf6b7ca
Move license checking logic to /api/v2/config
...
Use license_info.features.ldap & license_info.feature.enterprise_auth from /api/v2/config for
auth providers button enabling instead of using info from /api/v2/settings/all
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info >
2017-09-19 21:24:07 +02:00
gconsidine
0b50794614
Update out of date karma and test dependencies
2017-09-19 14:53:23 -04:00
gconsidine
fad12e3a13
Update e2e tests after rebasing
2017-09-19 14:53:23 -04:00
gconsidine
777ef3fe90
Add more linter rules and de-lint
2017-09-19 14:53:23 -04:00