Chris Houseknecht
f134de0be3
Job detail page
...
Fixed https://trello.com/c/lRz0fKuM/293-play-missing-from-job-detail-page
Now a play with no tasks and no matching hosts appears during live events and after the job finishes and page is reloaded from the API.
2014-08-14 13:13:00 -04:00
James Laska
156f9bb83d
Fix jshint failure
2014-08-14 11:49:39 -04:00
Chris Houseknecht
da029bb274
Job detail page
...
Fix for https://trello.com/c/lRz0fKuM/293-play-missing-from-job-detail-page
2014-08-14 11:18:48 -04:00
Jared Tabor
8a705e66b6
added a small adjustment to inventory group modal Schedule tab issue
2014-08-14 10:47:49 -04:00
Jared Tabor
320fefe238
fixed issue with schedule tab dissappearing on edit modal upon resizing modal window
2014-08-14 10:12:35 -04:00
James Laska
3986197912
Create packaging symlinks for sosreport
2014-08-14 09:18:18 -04:00
James Laska
3f2d7df408
Use distutils.version instead of pkg_resources
2014-08-14 09:18:18 -04:00
Luke Sneeringer
331019be60
Add missing import.
2014-08-14 08:30:15 -04:00
Chris Houseknecht
d445b29ae9
Job detail page
...
Included the fa-external-link icon in the View stdout for more detail link in support of the garbled playbook.
2014-08-13 19:19:08 -04:00
Chris Houseknecht
adbe2d182f
Job detail page
...
Added support for the garbled playbook: https://trello.com/c/UA2oIdhd/284-needs-to-be-a-better-indication-when-a-play-is-failed-due-to-syntax-issue-without-events
2014-08-13 19:16:37 -04:00
Chris Houseknecht
8f7d2fd78b
Fixed JS lint errors.
2014-08-13 18:41:25 -04:00
Chris Houseknecht
b54f9066b9
Job Detail Page
...
Changed to match new graph spec: https://trello.com/c/4xDbmXXW/285-pi-chart-mathematics-does-not-show-of-hosts-with-activity-x
2014-08-13 18:28:48 -04:00
Chris Houseknecht
14aa9e4004
Job details
...
https://trello.com/c/i4MeikiL/266-unable-to-select-play-after-job-completes
When play button clicked to resume live event processing an additional draw loop (setInterval) was being started. Multiple draw loops might be running at the end of the job, and only the most one was gettings stopped. The others kept running. User would click a play, the screen would be repainted one or more times by the remaining draw loops, seleting the first play and irst task in the list regardless of the user selection. Fixed by always checking for and killing the current draw loop before starting a new one.
2014-08-13 16:33:14 -04:00
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