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

14312 Commits

Author SHA1 Message Date
Aaron Tan
148af54af7 Prevent passing "all" to GCE_ZONE 2017-08-04 14:30:37 -04:00
Marliana Lara
23e2af5e62 Make multicredential field scrollable 2017-08-04 14:19:52 -04:00
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
AlanCoding
e28e74b466 fix logger bug introduced in task except 2017-08-04 13:22:16 -04:00
AlanCoding
aca1efa552 do not use inventory source instance groups 2017-08-04 13:11:59 -04:00
AlanCoding
300b392d5a manually update SCM inv src on bulk update 2017-08-04 12:43:24 -04:00
AlanCoding
dfda406090 remove can_update from RBAC checks 2017-08-04 12:39:05 -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
Matthew Jones
31bc58e7f4 Base the task container image on the web image
Remove DEBUG from the image
2017-08-03 23:33:07 -04:00
Matthew Jones
fc00c220eb Minor update to compilemessages utility for better print syntax
This also lets it run under python3
2017-08-03 23:33:07 -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
Chris Meyers
3c89aeaba4 fix single update_on_project_update per-inventory 2017-08-03 18:54:05 -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
Shane McDonald
9c56a18ced Remove PACKAGE_BUILD logic from Makefile
Also fix some whitespace
2017-08-03 16:22:59 -04:00
Shane McDonald
f13c56e3d9 Fix docdir location 2017-08-03 16:18:55 -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
Jared Tabor
73c118b914 fixing race condition with config service
for enterprise/basic licenses, the user should be immediately routed
to the license page if they do not have a license.
2017-08-03 12:33:10 -07:00
mabashian
2f7f6d84fb Fixed scm inv source source vars 2017-08-03 14:34:49 -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
Matthew Jones
af3652bb2f Updates to production container builds for new repository 2017-08-03 10:39:04 -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
mabashian
63f0aa7324 Fixed bug displaying json/yaml variables validation errors when the user attempts to save 2017-08-03 10:08:48 -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