gconsidine
35c01be946
Fix a few colors out of sync w/ style guide
...
* Darken tab background
* lighten panel dismiss icon
* make input buttons f2f2f2 like input backgrounds
2017-08-04 13:47:54 -04:00
Aaron Tan
4fd637a06b
Merge pull request #184 from jangsutsr/7382_move_inv_delete_activity_stream_into_view
...
Move inventory delete activity stream into view
2017-08-04 12:22:38 -04:00
Marliana Lara
2fae1d22f9
Merge pull request #179 from marshmalien/fix/7381-cred-lookup-spacing-firefox
...
Fix spacing issue of Credential Lookup in Firefox
2017-08-04 11:40:29 -04:00
Michael Abashian
b2dbc5666f
Merge pull request #170 from mabashian/sanitize-parent-object
...
Sanitize notification/schedule list titles
2017-08-04 11:11:02 -04:00
Ryan Petrello
59d52df6d9
Merge pull request #187 from ryanpetrello/delete_readonly_settings
...
don't delete settings that are marked as `read_only`
2017-08-04 10:57:26 -04:00
Aaron Tan
bba1e46218
Move inventory delete activity stream into view
2017-08-04 10:37:34 -04:00
jlmitch5
278e0335ca
Merge pull request #183 from jlmitch5/fixIScriptsActivityStream
...
Fix i scripts activity stream
2017-08-04 10:21:53 -04:00
Ryan Petrello
b4d69cb5c7
don't delete settings that are marked as read_only
2017-08-04 10:06:35 -04:00
Chris Meyers
06535171af
Merge pull request #186 from chrismeyersfsu/fix-7373
...
fix fact cache timeout env var key name
2017-08-04 09:40:13 -04:00
Chris Meyers
4b830e1176
fix fact cache timeout env var key name
2017-08-04 09:39:18 -04:00
Alan Rominger
8fd7a94c62
Merge pull request #185 from AlanCoding/display_keys
...
include read_only settings in list for special case
2017-08-04 09:24:05 -04:00
Ryan Petrello
144e61c874
Merge pull request #182 from ryanpetrello/fix-7375
...
add a configurable for disabling the auto-generated isolated RSA key
2017-08-04 09:19:35 -04:00
AlanCoding
59be2796be
include read_only settings in list for special case
2017-08-04 08:29:57 -04:00
Chris Meyers
d0c50f8ede
Merge pull request #176 from chrismeyersfsu/fix-6916
...
standardize on 502 for insights errors
2017-08-03 18:54:25 -04:00
Aaron Tan
19bd051011
Merge pull request #165 from jangsutsr/7352_prevent_setting_scm_fields_for_non_scm_is
...
Prevent setting SCM fields for non-SCM inventory sources
2017-08-03 18:04:13 -04:00
John Mitchell
4c0c2391f8
fix inv scripts activity stream access on list view
2017-08-03 17:51:57 -04:00
Ryan Petrello
7db9b48e9c
add a configurable for disabling the auto-generated isolated RSA key
...
some users won't want to utilize the RSA key we auto-generate for
isolated node SSH access, but will instead want to manage SSH
authentication by hand outside of Tower
see: https://github.com/ansible/ansible-tower/issues/7380
2017-08-03 17:16:28 -04:00
Jared Tabor
3a1ce5fa8f
Merge pull request #167 from jaredevantabor/fact-view
...
Dynamic Fact View
2017-08-03 14:14:05 -07:00
Ryan Petrello
5994069de3
Merge pull request #181 from ryanpetrello/fix-7375
...
add special case read-only support for isolated public/private keys
2017-08-03 16:48:07 -04:00
Ryan Petrello
b34adcb10d
add special case read-only support for isolated public/private keys
...
We recently made AWX_ISOLATED_PRIVATE_KEY and AWX_ISOLATED_PUBLIC_KEY
read-only so that they're not inadvertently modified and/or deleted
(which would cause isolated task execution to break). Tower's notion of
a read-only setting, though, is really more like "hard-coded in a .py
file". What we really need is support for settings that are not
user configurable/changeable, but that we still want to display to users
from the DB.
In leiu of a complicated change to `awx.conf.settings`, this change
provides special support to these two settings so they behave in the
manner we expect.
see: https://github.com/ansible/ansible-tower/issues/7375
2017-08-03 16:41:23 -04:00
Chris Meyers
729d86c485
standardize on 502 for insights errors
2017-08-03 16:12:09 -04:00
Marliana Lara
5f4b51d292
Fix spacing issue of Credential Lookup in Firefox
2017-08-03 16:05:06 -04:00
jlmitch5
430473f01e
Merge pull request #160 from jlmitch5/linkOutInvSrcStdout
...
fix link out to inventory source on standard out page
2017-08-03 13:56:57 -04:00
Alan Rominger
a87f6bfe62
Merge pull request #174 from AlanCoding/task_callback_logs
...
Improve logging for errors in job success/fail hooks
2017-08-03 12:17:29 -04:00
AlanCoding
1eddd29098
Improve logging for errors in job success/fail hooks
...
This sets the instance=None and continues with dependent
subtask processing in handle_work_error, whereas execution had
been getting halted by a DNE error.
2017-08-03 11:37:59 -04:00
Aaron Tan
c1c5b01a07
Merge pull request #172 from jangsutsr/7375_make_isolated_conn_keys_readonly
...
Make isolated connection keys read-only
2017-08-03 10:55:11 -04:00
Alan Rominger
d9fa600182
Merge pull request #169 from AlanCoding/isolated_verbose
...
provide the job id in isolated management logs
2017-08-03 10:46:39 -04:00
Aaron Tan
e03ab95701
Make isolated connection keys read-only
2017-08-03 10:32:28 -04:00
AlanCoding
5d254d781a
provide the job id in isolated management logs
2017-08-03 10:29:48 -04:00
Chris Meyers
6bf7d850f4
Merge pull request #151 from chrismeyersfsu/fix-6555_2
...
lay the foundation for checking license on upgrade
2017-08-03 10:28:35 -04:00
Marliana Lara
8cc7404207
Merge pull request #157 from marshmalien/fix/6792-ProjectUpdateCancellation
...
Disable cancel button after initial click
2017-08-03 09:45:47 -04:00
mabashian
608c79ed56
Sanitize notification/schedule list titles
2017-08-03 09:43:13 -04:00
Michael Abashian
ec4092b715
Merge pull request #164 from mabashian/unused-partials
...
Removed unused partials
2017-08-03 09:39:50 -04:00
Michael Abashian
3de72d9fac
Merge pull request #163 from mabashian/search-states-dynamic-true
...
Added dynamic: true to states with search that were missing it
2017-08-03 09:39:40 -04:00
Michael Abashian
bf14aad2fa
Merge pull request #162 from mabashian/7303-credential-type-tweaks
...
Credential Type UX tweaks
2017-08-03 09:39:22 -04:00
Michael Abashian
f3fc0965fd
Merge pull request #159 from mabashian/7371-adhoc-add-host
...
Fixed adhoc routing
2017-08-03 09:37:20 -04:00
Michael Abashian
ddb47c4e81
Merge pull request #156 from mabashian/5225-responsive-workflow-editor
...
Fixed workflow maker responsiveness
2017-08-03 09:36:58 -04:00
Michael Abashian
d5769a26a9
Merge pull request #153 from mabashian/7203-inv-job-status
...
Inventory list popover fixes
2017-08-03 09:36:37 -04:00
Michael Abashian
77f4e21e19
Merge pull request #149 from mabashian/7283-xss-schedules
...
Sanitize schedule titles
2017-08-03 09:36:13 -04:00
Michael Abashian
270217a612
Merge pull request #148 from mabashian/7274-first-last-pagination
...
Only show first/last arrows when they are needed
2017-08-03 09:34:35 -04:00
Alan Rominger
22d538702a
Merge pull request #147 from AlanCoding/underscores
...
add underscores to Role serializer resource_type
2017-08-03 09:01:18 -04:00
Jared Tabor
93da7c9626
changing default number of rows for host facts based
...
on the presence/abscence of facts
2017-08-02 15:54:06 -07:00
Greg Considine
4e1363dd98
Merge pull request #166 from gconsidine/ui/fix/explosion
...
Fix route protection that led to infinite redirect
2017-08-02 17:58:56 -04:00
Aaron Tan
195c0bdfe4
Prevent setting SCM fields for non-SCM inventory sources
2017-08-02 17:22:15 -04:00
gconsidine
0d7fc97259
Fix route protection that led to infinite redirect
...
* On login without license data, the user is redirected to the license
page. The license route checked for a condition and returned false.
Explicitly returning false redirects the user -- omitting a return
value lets the user proceed.
2017-08-02 17:21:00 -04:00
mabashian
b3e1e4a569
Removed unused partials
2017-08-02 16:52:11 -04:00
mabashian
08f8e3b837
Added dynamic: true to states with search that were missing it
2017-08-02 16:41:11 -04:00
mabashian
5f7f549231
Updated input/injector popover text. Changed credential "type" column header to "kind". Hide credential types not managed by tower in types list.
2017-08-02 16:25:15 -04:00
Marliana Lara
e1c9388831
Merge pull request #161 from marshmalien/ux/fix/buttonWidth
...
Change input group width to auto
2017-08-02 16:22:36 -04:00
Marliana Lara
26935528c3
Change input group width to auto
2017-08-02 16:22:00 -04:00