Chris Houseknecht
b13008421b
License
...
Fixed text typos. Fixed title for missing license.
2014-08-13 11:28:01 -04:00
James Laska
65d82fca15
Combine sosreport plugins into a single plugin
2014-08-13 11:09:43 -04:00
Chris Houseknecht
23257f1217
Help for selecting from a list
...
Help text for projects, users and credentials was referring to a 'Create New' button. It now references the '+' button. Also, added the footer message 'esc or click to close'.
2014-08-13 10:38:39 -04:00
Chris Church
9d7e240c9d
Better detection of permission denied when reading /etc/awx/settings.py to display appropriate error message.
2014-08-13 09:53:40 -04:00
Chris Houseknecht
2e39e093af
Security- Login
...
Fixed login modal issue where logging out and immediately clicking Sign In button without entering username/password would log back in as prior user.
2014-08-13 09:22:21 -04:00
Chris Church
1b7d94732b
Replaced Windows Azure with Microsoft Azure in strings/comments.
2014-08-13 08:20:32 -04:00
Chris Church
3408ac8f88
Display error message if awx-manage/tower-manage are run as a user other than root or awx.
2014-08-13 01:04:04 -04:00
Bill Nottingham
bb404c24e0
Change e-mail to email in GCE help, to match the other help entries and the UI field name.
2014-08-13 00:22:59 -04:00
Chris Church
b3aac6bb9e
Update status choices for projects, inventory sources and job templates to only return options applicable to the specific object type.
2014-08-13 00:11:57 -04:00
Chris Church
b61eae4bac
Updated API docs to reflect new features in 2.0.
2014-08-12 23:34:18 -04:00
Chris Church
578f4b9c3b
Fix inventory import to look for group and host vars files with .yml, .yaml and .json extensions in addition to no extension.
2014-08-12 22:58:11 -04:00
Jared Tabor
88c1b05f50
House fixed issue on job template form when project was deleted, changed, or reloaded from a previous saved form
2014-08-12 16:58:32 -04:00
Matthew Jones
c2b3d815da
Only count hosts with an active inventory when tallying license hosts
2014-08-12 15:59:46 -04:00
Chris Houseknecht
25a49b0198
License
...
Updated license text per https://docs.google.com/a/ansible.com/document/d/1bvcfoV8j5z0OB7ZQsDwYY1WB58odnchp9vCic2F__eo
2014-08-12 13:32:12 -04:00
Matthew Jones
a66a844fab
Make splunk inventory test optional if you are on sqlite
2014-08-12 12:14:55 -04:00
Matthew Jones
0d3befaa2d
Make sure we prefer a normal license to the ami system license
2014-08-12 11:31:09 -04:00
Matthew Jones
86f361b720
Tweak name of vmware because jlaska asked me too
2014-08-12 11:19:43 -04:00
Jared Tabor
e7408a9733
adjusted filter div width on Job Status graph widget
2014-08-12 10:57:11 -04:00
Matthew Jones
6dae240849
Query database running tasks after querying celery to prevent race
...
condition that could cause us to think the task was orphaned
2014-08-12 10:35:59 -04:00
Chris Houseknecht
aac6cc6a5a
Login dialog
...
Added keycode 13 to the kedown bind for Alert dialogs.
2014-08-12 10:25:20 -04:00
Jared Tabor
a38bb7c79c
problem with version on About Tower and View License
2014-08-12 10:22:30 -04:00
Matthew Jones
620fc56f57
Fix a reference issue in the task impact job determination logic
2014-08-12 09:48:41 -04:00
Chris Houseknecht
c8bf994eb4
E2E tests
...
Starting to get protractor to work
2014-08-11 17:10:05 -04:00
Chris Houseknecht
83f724bd19
Fixed jshint error
2014-08-11 16:47:13 -04:00
Chris Houseknecht
50382890e5
Job detail
...
Removed empty value from the status drop-down on the host event viewer. Selecting the empty value caused a second empty value to appear. All empty values now gone. User can only choose valid status options. Default choice is All.
2014-08-11 15:58:57 -04:00
Luke Sneeringer
9e134ba8b9
Merge branch 'master' of github.com:ansible/ansible-commander
...
Conflicts:
setup/roles/packages_el/vars/default.yml
2014-08-11 14:51:16 -05:00
Matthew Jones
7db3623521
Fix up sosfile strings in setup.py
2014-08-11 15:31:18 -04:00
Matthew Jones
f0b1546653
Add sosreport support to Tower
2014-08-11 15:09:30 -04:00
Jared Tabor
a20460db4d
got rid of horizontal scroll bar on about dialog modal
2014-08-11 14:48:03 -04:00
Matthew Jones
28552d8b4b
Add config POST documentation details
2014-08-11 13:27:07 -04:00
Matthew Jones
6d2d0aa1a5
Fix an issue where we would only list manual projects in the unified job
...
template api list
2014-08-11 13:16:54 -04:00
Matthew Jones
8940003a88
Limit the task impact to just one host if we are launching from a callback
2014-08-11 12:04:52 -04:00
Chris Church
fa5c7194b8
Remove unit tests from sdist.
2014-08-11 11:41:40 -04:00
Chris Church
d6b3e3079a
Disable extra actions on save for inventory sources when running inventory import.
2014-08-11 11:41:40 -04:00
Jared Tabor
11e7b9b73a
changed height/width of About Tower dialog logo
2014-08-11 11:18:05 -04:00
Luke Sneeringer
d438dd31f4
Make VMWare script less willing to set client to None.
2014-08-11 10:05:50 -05:00
Chris Houseknecht
299908bfe0
About dialog
...
Made cow centered on small viewport. Added resizable option to Modal module. The About dialog is no longer resizable.
2014-08-11 10:57:00 -04:00
Matthew Jones
04eeffe2a7
Make sure we clear owned-credentials when we delete a user
2014-08-11 10:48:49 -04:00
Chris Houseknecht
7d6cf7e2d0
Breadcrumbs
...
When adding an organization to a project breadcrumbs did not appear. Fixed.
2014-08-11 10:21:31 -04:00
Chris Church
499fe47a7c
Add commented out _meta hostvars back to test inventory script.
2014-08-09 21:33:57 -04:00
Chris Church
7461eabc6a
Updated ec2 inventory from core: ansible/ansible#8516
2014-08-09 20:10:27 -04:00
Chris Houseknecht
5de05aaa4c
Job detail page
...
'Loading' message was not switching to 'No matching hosts' when completed search returns no results.
2014-08-08 16:44:17 -04:00
Jared Tabor
4f8a86b3fe
fixed issue with deleting a project and then trying to add a new one in the job template page
2014-08-08 16:08:57 -04:00
Chris Houseknecht
1f5f45a162
License
...
Updated language changes. Dropping mention of 'grace period' when trial flag set. Showing existing license JSON in the license text field when appropriate. Updated unit tests.
2014-08-08 14:40:40 -04:00
Jared Tabor
f9b6014519
more fixes to About Tower dialog modal
2014-08-08 14:03:30 -04:00
Luke Sneeringer
6747d0690a
Suppress warnings on CentOS when installing gmp
...
...and other warnings.
https://trello.com/c/heqXqTNM/187-centos-6-5-gmp-error-during-run-requires-setup-playbook-improvements
2014-08-08 11:38:33 -05:00
Jared Tabor
affa675819
changed vmware host credential label to read vCenter Host
2014-08-08 11:00:39 -04:00
Jared Tabor
0e9b1fa9e1
switched to cowsay About dialog, but still need correct logo from Todd
2014-08-08 10:50:57 -04:00
Chris Houseknecht
0db0972eb1
License
...
Started making language revisions per 8/7 status meeting notes.
2014-08-07 18:02:18 -04:00
Chris Houseknecht
b9b52f49fc
Unit Testing
...
Looking at protractor as a possible option. It does end-to-end testing, which may be redundant with QA's work, but it may also be exactly what's needed.
2014-08-07 17:20:40 -04:00