Akita Noek
f4df24647c
Merge pull request #2194 from anoek/1742
...
Behave better when deleting items you are currently editing
2016-06-08 14:53:25 -04:00
Akita Noek
c1f40f9cbf
Better "go to parent state" code
2016-06-08 14:33:18 -04:00
Leigh
d4c4b9b961
fix scoping of scheduels form add/edit interval freq spinner, resolves #2165 ( #2231 )
2016-06-08 13:50:57 -04:00
Chris Meyers
1d928feda9
Merge pull request #2229 from chrismeyersfsu/fix-backup_custom_ui
...
add restore tests
2016-06-08 13:16:53 -04:00
Matthew Jones
908111f656
Remove mongo key from being installed on the dev container
2016-06-08 12:34:59 -04:00
Matthew Jones
20fe9e9614
Updating docker dev workflow
...
* Moving to new docker compose file format
* Adding some things that will be needed for python dependencies
2016-06-08 12:25:14 -04:00
Leigh
d29889a4bc
Fix Inventory Manage > Inventory Sync schedules > add/edit ( #2220 )
...
* fix Inventory Manage > Inventory Sync > add/edit, resolves #2164
* fix misassignment / jslint error
2016-06-08 10:32:53 -04:00
Leigh
7506ee3509
fix Azure RM credential lookup in Inventory > Manage > Group Add/Edit, resolves #2188 ( #2195 )
2016-06-08 10:32:43 -04:00
Michael Abashian
27d6ccc2ea
Merge pull request #2213 from mabashian/recent-jobs-status-tooltip
...
Added tooltip/link to the dashboard recent jobs status icons
2016-06-08 10:02:00 -04:00
Michael Abashian
5129a64004
Merge pull request #2215 from mabashian/job-details-date-format
...
Format date strings using longDate filter in templates
2016-06-08 10:01:34 -04:00
Chris Meyers
4601d2396e
Merge pull request #2223 from chrismeyersfsu/imp-move_factory_fixture
...
move factory fixture
2016-06-08 09:37:47 -04:00
chris meyers
f9ffe6d52e
move factory fixture
...
* Move factory fixture back one directory so unit tests can now take
advantage of them; while still allowing functional tests to use them
2016-06-08 09:24:49 -04:00
Wayne Witzel III
61fb16b8c1
Merge pull request #2222 from wwitzel3/release_3.0.0
...
CredentialAccess should check for the owner_role earlier
2016-06-08 06:11:07 -07:00
Wayne Witzel III
1fb4a68047
CredentialAccess should check for the owner_role earlier
2016-06-08 04:23:29 -04:00
Graham Mainwaring
8319877a43
Merge pull request #2217 from ghjm/vagrant_atlas
...
Update web site Vagrant instructions
2016-06-07 14:09:54 -07:00
Michael Abashian
ff18b82f10
Leverage longDate to format date strings where we were previously using a static format. This allows us to leverage the users locale when formatting and maintains consistency across Tower.
2016-06-07 16:58:53 -04:00
Matthew Jones
870175555f
Remove pywinrm from tower venv
2016-06-07 16:51:43 -04:00
Matthew Jones
3b2a6eda4e
Upgrade pywinrm per @nitzmahone's recommendation
2016-06-07 16:51:20 -04:00
Michael Abashian
9c047f3f3c
Added tooltip/a href to the dashboard recent jobs status icons
2016-06-07 15:54:11 -04:00
Jared Tabor
dc4255def0
Merge pull request #2203 from jaredevantabor/job-template-ids
...
Changing 'template_id' to 'id' for job templates
2016-06-07 12:25:22 -07:00
kensible
0e9819a784
Merge pull request #2175 from kensible/2152-continuingAudit
...
UI tweaks, fixes list #2151
2016-06-07 15:08:08 -04:00
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
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
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
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
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
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