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
gconsidine
cec9507504
Use eslint on ui/lib and ui/features code
2017-09-19 14:53:23 -04:00
Matthew Jones
6b7126ab6b
Updating contributing for What should I work on?
2017-09-19 13:46:45 -04:00
Marliana Lara
bb6fab08a3
Merge pull request #141 from marshmalien/side-nav-tooltips
...
Side navigation panel tooltips
2017-09-19 13:45:10 -04:00
Aaron Tan
ee762d4bbd
Merge pull request #211 from jangsutsr/fix_114
...
Add Tower Configuration setting AUTH_LDAP_GROUP_TYPE_MEMBER_ATTR
2017-09-19 13:28:30 -04:00
Aaron Tan
d271757eba
Fix issue #114
...
Add Tower Configuration setting AUTH_LDAP_GROUP_TYPE_MEMBER_ATTR.
Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2017-09-19 11:15:45 -04: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
Marliana Lara
9b7eb52772
Replace translate filter and retrieve tooltip text from strings file
2017-09-19 10:27:23 -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
Matthew Jones
b46c6e4aad
Merge pull request #207 from matburt/add_krb_support
...
Add krb package dependencies to support windows connections
2017-09-19 06:55:47 -07:00
Matthew Jones
52aa38e742
Merge pull request #197 from ansible/fix_secret_key
...
Fix an issue where we ignored the secret key during install
2017-09-19 06:36:54 -07:00
Matthew Jones
476dae5418
Add krb package dependencies to support windows connections
2017-09-19 09:23:27 -04:00
Alan Rominger
bc4b622e6b
Merge pull request #199 from AlanCoding/inv_no_yaml
...
Inventory file suggestion adjustments from user feedback
2017-09-19 08:40:20 -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
Jared Tabor
3b83d6639a
initializing i18nInit module
2017-09-18 16:29:49 -07:00
AlanCoding
f455f1b257
Inventory file suggestion adjustments from user feedback
...
- ditch yaml files as suggestions
- automatically greenlight any hosts or inventory titled file
2017-09-18 15:29:03 -04:00
Matthew Jones
f5ccb51ef2
Fix an issue where we ignored the secret key during install
2017-09-18 15:11:04 -04: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
Marliana Lara
5c108bfa1b
Add side nav panel tooltips
2017-09-18 13:53:21 -04:00
Bill Nottingham
710aaaa2c8
Merge pull request #195 from JeLuF/patch-1
...
Fix typo ("directory" misspelled)
2017-09-18 13:47:40 -04:00
JeLuF
1925a439d7
Fix typo ("directory" misspelled)
2017-09-18 19:34:56 +02: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
87b58e6bc2
Apply ephemeral cache for some memoize tasks recently merged
2017-09-18 12:31:33 -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
64415872a0
Merge branch 'release_3.2.0' into devel
2017-09-18 10:55:45 -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
Alan Rominger
4c28e04e5e
Merge pull request #191 from AlanCoding/step_parent
...
do not use parent_model with GenericAPIView
2017-09-18 10:36:59 -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