1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
Commit Graph

8038 Commits

Author SHA1 Message Date
Matthew Jones
97e980a258 Merge pull request #2182 from wenottingham/no-more-munin
munin is dead. Long live munin!
2016-06-07 13:48:58 -05:00
Matthew Jones
f889113711 Granularize venv selection
Not a good idea to select the virtualenv in the base class.  Force
selection to happen in the concrete classes by calling a helper method
to set up the proper virtualenv.   This should fix any issues where
tower is selecting the wrong virtualenv to run against.
2016-06-07 14:47:20 -04:00
Michael Abashian
03dd11d292 Added the ability to set tooltips on form generator buttons. Added tooltip to the ADD SURVEY button on the job templates form. 2016-06-07 14:43:12 -04:00
Chris Meyers
1870ce345c Merge pull request #2179 from chrismeyersfsu/fix-backup_security2
fix known path security problem
2016-06-07 14:36:58 -04:00
Akita Noek
be014f012a Merge pull request #2178 from anoek/1445
Added default values to the required job template survey questions
2016-06-07 14:23:46 -04:00
Jared Tabor
f1f36f44b2 Changing 'template_id' to 'id' for job templates
which was recently changed for bread crumb names
2016-06-07 11:22:41 -07:00
Matthew Jones
8adcc4092c Use defaults when validating jt properties.
Don't assume attrs will be populated.  Check the instance also
2016-06-07 14:14:24 -04:00
Matthew Jones
bdf5ee1fea Import latest ec2.py and fix an issue
Upgrading ec2.py to fix an issue where the module wasn't obeying
"replace_dash_in_groups" property.
2016-06-07 14:01:00 -04:00
Akita Noek
5cb403dffd Made survey text fields min length default to 0 instead of 1 2016-06-07 13:54:21 -04:00
Akita Noek
68cfc71899 Fixed show/hide button being slightly too short on default password input field 2016-06-07 13:30:20 -04:00
Ken Hoes
bc618b5f83 Fixed activity stream icon hover states per PR feedback 2016-06-07 13:29:20 -04:00
Akita Noek
abcd2219fc Fixed 'show' button working the first click for the default password survey field 2016-06-07 13:21:21 -04:00
Akita Noek
aa24608660 Fixed "always invalid" red indicator around survey default password field 2016-06-07 13:19:00 -04:00
Akita Noek
8a884894c5 Merge pull request #2169 from anoek/1192
Fixed stdout viewing on management job pages
2016-06-07 13:09:04 -04:00
Graham Mainwaring
9b64d0f635 Merge pull request #2191 from ghjm/ansible_tower_service_httpd
Update setup on EL6 so we control the correct httpd service
2016-06-07 09:24:14 -07:00
Michael Abashian
79a7476019 Management jobs schedule edit form styling cleanup. Made spinners and dropdowns look like the rest of our spinners and dropdowns. 2016-06-07 11:42:54 -04:00
Akita Noek
7f6f3febeb jshint 2016-06-07 11:25:33 -04:00
Akita Noek
c601ca7738 jshint 2016-06-07 11:22:52 -04:00
Wayne Witzel III
6cc2e05ddf Merge pull request #2192 from wwitzel3/release_3.0.0
combining job_template api tests
2016-06-07 08:10:21 -07:00
Leigh
3b6e528837 fix host event stdout tab, add stderr tab, remove stdout/err msgs from details view, style fixes, resolves #2125 (#2187) 2016-06-07 11:03:35 -04:00
Akita Noek
f24818148c Navigate to list view if you delete an object you are editing
This patch covers all the cases I could find of places where you could
delete items that you are currently editing. When this happens, we
should now exit the edit mode and return to the list view for whatever
we were viewing.

 Related to #1742
2016-06-07 10:49:34 -04:00
Matthew Jones
c4b06ce7c0 Force survey min/max type during comparisons 2016-06-07 10:42:03 -04:00
Bill Nottingham
541758916f Fix flake8 warning. 2016-06-07 10:23:14 -04:00
Ken Hoes
15a61b8639 Matched job listing 2016-06-07 10:22:24 -04:00
Wayne Witzel III
112d271ccb combining job_template api tests 2016-06-07 10:13:51 -04:00
Michael Abashian
2a351d1d21 Merge pull request #2180 from mabashian/breadcrumb-audit
Added missing breadcrumbs
2016-06-07 09:11:28 -04:00
Michael Abashian
731e2384bb Handle the three different owner types (organization, user, team) with separate links 2016-06-06 17:01:16 -04:00
Chris Church
2cb69ffce0 Fixed assertion error for inventory tree serializer. 2016-06-06 16:48:47 -04:00
Bill Nottingham
74561e218c munin is dead. Long live munin!
Wait, not that.
2016-06-06 16:46:19 -04:00
Akita Noek
ae06286a01 Added 'type' to credential serializer owner summary fields 2016-06-06 16:22:37 -04:00
Akita Noek
aa6e136859 Fixed stdout viewing on management job pages
#1192
2016-06-06 15:56:42 -04:00
Akita Noek
7fc62cd401 Merge pull request #2163 from anoek/2162
Fix monkey-punching soft-XSS
2016-06-06 15:56:00 -04:00
Akita Noek
d63cb61fff Merge pull request #2171 from anoek/extra-vars-styling
Styled extra-vars on management jobs
2016-06-06 15:55:55 -04:00
Akita Noek
52ba5792df Merge pull request #2172 from anoek/2167
Fixed stdout fullscreen functionality
2016-06-06 15:55:50 -04:00
Akita Noek
0067e7006f Fix app crash from our pagination when editing invalid things
Addresses the most important part of #1742 , next patch will be to make
it so we just navigate away from the detail page if we delete the item
we're on.
2016-06-06 15:47:25 -04:00
Michael Abashian
a376211906 Merge pull request #2153 from mabashian/notifications-empty-list
Notification empty list text
2016-06-06 15:45:34 -04:00
Michael Abashian
f9e10776f9 Merge pull request #2136 from mabashian/inv-man-delete-groups
Inv Manage Delete Group Bug Fixes
2016-06-06 15:45:22 -04:00
Michael Abashian
8290f55a9d Added numerous missing breadcrumbs mostly involving edit pages and scheduling pages. 2016-06-06 15:35:58 -04:00
Akita Noek
7e0122615e Added default values to the required job template survey questions
This is really to fix #1445, the problem being that "" does not pass
float validity, and the show/hide was triggering a check which included
the hidden-but-still-there float fields. So this is an easy work around,
and I think it's better UX as well since these values are required to be
filled in in many cases.

Fix survey maker add button after toggling password visibility
2016-06-06 14:53:25 -04:00
Chris Meyers
e11600d493 Merge pull request #2173 from chrismeyersfsu/fix-dep
tell the user that ubuntu 12.04 is deprecated
2016-06-06 14:33:10 -04:00
Wayne Witzel III
e002062242 Merge pull request #2176 from wwitzel3/release_3.0.0
refactoring survey spec tests and fixtures
2016-06-06 11:17:04 -07:00
Wayne Witzel III
8f3c0ff884 refactoring survey spec tests and fixtures 2016-06-06 13:39:25 -04:00
Akita Noek
218f93cfdf Fixed missing double quotes 2016-06-06 13:36:28 -04:00
Ken Hoes
dee0a86655 UI tweaks, fixes list #2151 2016-06-06 13:35:23 -04:00
Matthew Jones
5d32d6e17a Add password to survey spec documentation 2016-06-06 13:24:21 -04:00
Matthew Jones
936db91560 Fix scan jobs not auto-starting inventory syncs
Originally it would exclude any depdendies if inventory or project was none
2016-06-06 12:30:38 -04:00
Matthew Jones
7e7a611366 Scan job success notification could fail
We can't assume a project is part of a scan job template so here we'll
short circuit that
2016-06-06 12:07:54 -04:00
Matthew Jones
b0de8038d0 Fix validation issues for scan job templates
Also adding some jobtemplate serializer-based validation unit tests
2016-06-06 12:01:56 -04:00
Akita Noek
aba2bcb1f3 Fixed stdout fullscreen functionality
Resolved #2167
2016-06-06 11:45:27 -04:00
Chris Meyers
e4f3b41ccd Merge pull request #2166 from chrismeyersfsu/feature-upgrade_passwords
don't change password by default on upgrade
2016-06-06 11:43:02 -04:00