AlanCoding
f753bea24f
Test-based fixes to launch config password handling
...
Fix bug creating WFJT schedule with passwords:
discard survey_passwords field if given in WFJT
prompts processing method.
Fixed by porting prior JT fix to WFJT method of
same name.
Fix bug where API browser will show encrypted form
of variables in the POST submission box after
failed attempt:
copy extra_data so encrypted data values are not
added in still-linked request.data
Fix a bug where submitted extra_data $encrypted$ string
literal was saved because survey_passwords was empty
when there was no diff from prior.
Allow not answering required password questions with a
non-empty default value when saving a launch config.
The literal $encrypted$ string now gets passed into the
prompts / survey validator.
2018-06-20 14:18:38 -04:00
Ryan Petrello
bb657de6a7
Merge pull request #2231 from ryanpetrello/expedite-isolated-heartbeat
...
expedite the heartbeat when an isolated node is registered
2018-06-19 16:38:56 -04:00
Marliana Lara
07665d545d
Merge pull request #2230 from marshmalien/fix/2229-side-nav-styles
...
Fix side navigation width and text styles
2018-06-19 15:41:45 -04:00
Ryan Petrello
ff2f7aa950
expedite the heartbeat when an isolated node is registered
2018-06-19 15:37:02 -04:00
Haokun Chen
8df186bc91
Merge pull request #2227 from Haokun-Chen/2157
...
make Instance Group in job details a link
2018-06-19 15:09:55 -04:00
Marliana Lara
540f4fa956
Update instance group breadcrumb strings
2018-06-19 15:07:37 -04:00
Haokun-Chen
38526b831b
make Instance Group in job details a link
2018-06-19 14:47:42 -04:00
Marliana Lara
520293dd2e
Fix side navigation width and text styles
2018-06-19 14:00:02 -04:00
Ryan Petrello
2be8e8d55a
Merge pull request #2217 from ryanpetrello/fix-job-reaper
...
stop setting celery's hostname dynamically (it's passed via the cli)
2018-06-19 13:05:14 -04:00
Michael Abashian
1dffb542b8
Merge pull request #2204 from jakemcdermott/fix-2190
...
job output window - use tail for max counter when it is greater than api counter
2018-06-19 12:51:28 -04:00
Michael Abashian
389ed995d5
Merge pull request #2218 from jakemcdermott/fix-2159
...
job output window - improve scrolling behavior
2018-06-19 12:51:05 -04:00
Bill Nottingham
3dd2b97a53
Merge pull request #2223 from wenottingham/info-for-the-info-gods
...
Switch token/basic auth logging to INFO.
2018-06-19 12:29:24 -04:00
Ryan Petrello
471ff69257
stop setting celery's hostname dynamically (it's passed via the cli)
2018-06-19 12:16:00 -04:00
Bill Nottingham
482f45b860
Switch token/basic auth logging to INFO, to match login/logout logging.
2018-06-19 11:37:19 -04:00
Haokun Chen
598d6e8445
Merge pull request #2188 from Haokun-Chen/1849
...
fix credential form private key passphrase and authorize password error
2018-06-19 11:11:30 -04:00
Jake McDermott
106494e650
use tail for max counter when it is greater than api counter
2018-06-19 09:49:05 -04:00
Jake McDermott
8f34725f7e
don't reset scroll position on page-first
2018-06-19 09:46:17 -04:00
Jake McDermott
a6c4f15a86
set page-up post-scroll height to beginning of new dataset
2018-06-19 09:45:41 -04:00
Shane McDonald
93ddda13fd
Merge pull request #2216 from ansible/rollback-task-reaper-pr
...
Revert "fix celery task reaper"
2018-06-18 19:24:29 -04:00
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 1359208a995582f779e194be2584d9a4c4beeb09.
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
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