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

18006 Commits

Author SHA1 Message Date
Haokun-Chen
fe31f54778
delete empty inputs fields to clear error on credential form 2018-06-18 16:48:41 -04:00
Ryan Petrello
ef6433c6f9
Revert "fix celery task reaper"
This reverts commit 1359208a99.
2018-06-18 16:18:20 -04:00
Ryan Petrello
b4c30576af
Merge pull request #2200 from ryanpetrello/custom_venv_allow_bundled
allow the bundled `ansible` virtualenv to be selected on JT/Project
2018-06-18 15:50:16 -04:00
Ryan Petrello
eb9083c447
allow the bundled ansible virtualenv to be selected on JT/Proj
see: https://github.com/ansible/awx/issues/34
2018-06-18 14:33:09 -04:00
Christian Adams
7aa835abd4
Merge pull request #2210 from rooftopcellist/fix_refresh_token_fallout
fix oauth2 refresh tests for dat112
2018-06-18 14:31:35 -04:00
Marliana Lara
4b59628075
Merge pull request #2175 from marshmalien/fix/1496-inconsistent-ui-character-escaping
Use textContent property instead of innerHTML within sanitize filter
2018-06-18 13:37:36 -04:00
adamscmRH
b498585c27 fix oauth2 refresh tests for dat112 2018-06-18 13:27:18 -04:00
Haokun Chen
af97338190
Merge pull request #2205 from Haokun-Chen/2181
keep expanded output window state after search
2018-06-18 12:42:41 -04:00
Haokun-Chen
11ffc8e28f
keep expanded output window state after search 2018-06-18 12:39:42 -04:00
Haokun Chen
3df8a1df8c
Merge pull request #2170 from Haokun-Chen/1890
disabled toggle for replace/revert button for auditor user
2018-06-18 09:47:02 -04:00
Ryan Petrello
a3a9b04416
Merge pull request #2201 from ryanpetrello/release_3.3.0
fix busted migrations
2018-06-15 20:48:43 -04:00
Ryan Petrello
427271f791
fix busted migrations 2018-06-15 20:38:57 -04:00
Chris Meyers
ee179c3693
Merge pull request #2174 from chrismeyersfsu/fix-reaper_hostname_map
fix celery task reaper
2018-06-15 17:06:04 -04:00
chris meyers
1359208a99 fix celery task reaper
* celery workers have internal queue names that are named after the
system hostname. This may differ from what tower knows the host by,
Instance.hostname
This adds a mapping so we can convert internal celery names to Instance
names for purposes of reaping jobs.
2018-06-15 16:56:53 -04:00
Marliana Lara
2a52dceb1a
Update sanitize filter test 2018-06-15 13:49:35 -04:00
Ryan Petrello
6d17954571
Merge pull request #2185 from ryanpetrello/fix-2184
fix a bug in JobTemplate.extra_credentials summary_fields
2018-06-15 13:49:01 -04:00
Ryan Petrello
45fb262556
fix a bug in JobTemplate.extra_credentials summary_fields
see: https://github.com/ansible/tower/issues/2184
2018-06-15 12:19:40 -04:00
Marliana Lara
9a73d9c616
Use textContent property instead of innerHTML in sanitize filter 2018-06-15 10:43:19 -04:00
Christian Adams
1b5ea07745
Merge pull request #2171 from rooftopcellist/upgrade_oauth_112
Upgrade Django-oauth-toolkit to 1.1.2
2018-06-15 10:22:20 -04:00
Haokun Chen
9fef1e91aa
Merge pull request #2173 from Haokun-Chen/2169
fix alignment of Job details status icon with text
2018-06-15 09:54:53 -04:00
Haokun Chen
5150933890
Merge pull request #2172 from Haokun-Chen/2155
fix Job output search tag styling
2018-06-15 09:54:39 -04:00
adamscmRH
c5f2b9a471 upgrade django-oauth-toolkit to 1.1.2 2018-06-15 09:50:34 -04:00
AlanCoding
16696a6fea
get rid of duplicate counter variable 2018-06-15 09:29:13 -04:00
John Mitchell
26ffad11a5
Merge pull request #2148 from jlmitch5/fixNoLicenseLayoutStyling
fix no license layout styling
2018-06-14 17:32:24 -04:00
John Mitchell
4a26745daf
fix no license layout styling 2018-06-14 17:31:53 -04:00
Marliana Lara
3da4aaa669
Merge pull request #2168 from marshmalien/fix/2144-job-output-line-number-styles
Fix inconsistent line number background color in job output panel
2018-06-14 16:29:08 -04:00
Haokun-Chen
bcdef5a58d fix alignment of Job details status icon with text 2018-06-14 15:52:01 -04:00
Alan Rominger
ad354238e9
Merge pull request #2165 from AlanCoding/bwrap_where_art_thou
log details for unhandled bwrap case
2018-06-14 15:18:09 -04:00
Christian Adams
5ee4333fb0
Merge pull request #2163 from rooftopcellist/related_token_endpoint
Add Related token link
2018-06-14 14:39:13 -04:00
Shane McDonald
8aa651faba Update translations 2018-06-14 14:37:18 -04:00
Haokun-Chen
df3aca7ff7 fix Job output search tag styling 2018-06-14 14:18:13 -04:00
adamscmRH
462e0be8d3 adds related tokens link to app endpoint 2018-06-14 14:12:18 -04:00
AlanCoding
adee02ab51
log details for unhandled bwrap case 2018-06-14 14:01:59 -04:00
Haokun-Chen
8df3c6e901 disabled toggle for replace/revert button for auditor user 2018-06-14 13:56:38 -04:00
Ryan Petrello
d0efa67845
Merge pull request #2161 from ryanpetrello/fix-2038
enforce `True` or `False` for boolean credential injectors
2018-06-14 13:29:58 -04:00
Ryan Petrello
0bcbccba33
enforce True or False for boolean credential injectors
see: https://github.com/ansible/tower/issues/2038
2018-06-14 12:34:54 -04:00
Marliana Lara
b9a4f50592
Fix inconsistent line number background color in job output panel 2018-06-14 11:50:32 -04:00
Christian Adams
485ce3f994
Merge pull request #2164 from rooftopcellist/update_pytest
update dev pytest
2018-06-14 11:45:57 -04:00
adamscmRH
b87d25300a update dev pytest 2018-06-14 10:11:11 -04:00
Yunfan Zhang
2a983e3dec
Merge pull request #2152 from YunfanZhang42/host_filter_case_insensitive
Make search in Smart Filter case insensitive.
2018-06-13 16:21:00 -04:00
Ryan Petrello
07323640bc
Merge pull request #2156 from ryanpetrello/fix-iso-dev
fix a few isolated dev issues
2018-06-13 15:36:59 -04:00
Ryan Petrello
84eacfc360
fix a few isolated dev issues
the main goal of this change is to make `make docker-isolated` work out
of the box

- specify the proper version for awx-expect --version
- update some deprecated playbook bits
- change the isolated container to privileged so bwrap will work
- fix awx-manage test_isolated_connection
- expedite the first isolated heartbeat so you don't have to wait 10m;
  this is accomplished by _not_ setting Instance.last_isolated_check to
  now() at insertion time (which causes the next check not to happen for
  10 minutes)
- fix a bug that caused isolated node execution to fail when bwrap was
  enabled

see: https://github.com/ansible/tower/issues/2150

This reverts commit 9863fe71dc.
2018-06-13 14:17:58 -04:00
Yunfan Zhang
f332c0b8c3 Make search in host_filter case insensitive. 2018-06-13 14:16:48 -04:00
Jared Tabor
e921f8e42b
Merge pull request #2081 from jaredevantabor/i18n
UI i18n Audit
2018-06-13 14:13:12 -04:00
Marliana Lara
39d6b924e9
Merge pull request #2145 from marshmalien/fix/2143-remove-instance-modal-header-panel
Remove panel header directive from instance modals
2018-06-13 12:49:39 -04:00
Jared Tabor
1a8b5426f8
UI i18n Audit: Translates strings throughout the UI
Translations for dashboard lists -> tooltips

Changing "Portal Mode" to "My View," in part due to translations.

Adding "Job Template" to strings to be translated from OPTIONS on API

Marking translations for JT that has a project that needs to be re-synced.

Marking translations for survey maker

Marking translations for lookup modal directive

Marking translations for empty, "Go To Notifications To Add Template"

Adds strings service for scheduler, and marking strings for translation

Translations for teams linkout from orgs, as well as cred types

Translations for instance groups

Marks translations for the Network UI

Translates strings on the workflow editor

Translations for workflow results

Translations for host event modal and some missing translations on

the stdout page.
2018-06-13 12:49:22 -04:00
Marliana Lara
13a5554b4e
Merge pull request #2142 from marshmalien/fix/863-input-lookup-component-styles
Fix input lookup component styles
2018-06-13 12:45:44 -04:00
Michael Abashian
7912f56f02
Merge pull request #2138 from mabashian/2126-search-multiple-requests
Fixed issue where search actions were sending two requests
2018-06-13 10:12:37 -04:00
Marliana Lara
acb1336721
Fix input lookup button height 2018-06-13 09:39:45 -04:00
mabashian
ab53fd0874 Fix smart search directive unit tests 2018-06-12 16:24:32 -04:00