2681 Commits

Author SHA1 Message Date
Matthew Jones
d967cdc244 Fix a missing import causing failing unit tests 2014-08-13 15:41:49 -04:00
Matthew Jones
dfb2200d8d Force a flush of the file object prior to closing it when running tasks 2014-08-13 15:39:42 -04:00
Jared Tabor
1656a49623 edited the mercurial url description for project form page 2014-08-13 14:11:30 -04:00
Luke Sneeringer
d58c6f43d0 Add LETTERS constant. 2014-08-13 13:42:31 -04:00
Luke Sneeringer
764420c560 Make mark_inactive_recursive plow over the name. 2014-08-13 13:41:28 -04:00
Matthew Jones
e0526a09e0 Fixes an issue where we could reference a collections.OrderedDict on py2.6 where it's not available. Switching to the vendored ordereddict module 2014-08-13 13:20:46 -04:00
Chris Houseknecht
41a0f786ed Eventviewer
Not displaying results for 'unreachable-host-X' events under Summary section. Issue was that event_data.res returned from the API as a string rather than an object. The UI expected an object.
2014-08-13 12:58:24 -04:00
Luke Sneeringer
7721a52584 Make schedules accept gce/vmware/wa credentials. 2014-08-13 12:00:42 -04:00
Luke Sneeringer
43cbfc2b33 Alter save mechanism on Django 1.4 2014-08-13 11:39:47 -04:00
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