Commit Graph

2773 Commits

Author SHA1 Message Date
Chris Houseknecht c763302c06 Inventory edit dialog
Fixed https://trello.com/c/id6ngxh4/314-odd-wording-on-tower-2-0-dev201408141545-inventory-group-source-overwrite
2014-08-16 03:13:47 -04:00
Chris Houseknecht 92f813aa55 License
Fixed https://trello.com/c/ya3zFzDX/277-slightly-goofy-looking-nested-scrolling-in-view-license-widget
2014-08-16 03:03:04 -04:00
Chris Houseknecht b9c17df31b Fixed JS lint errors. 2014-08-16 02:54:52 -04:00
Chris Houseknecht e83150f6e1 Projects
Fixed https://trello.com/c/qJ1vWQeQ/317-project-sync-icon-enabled-while-project-update-inprogress
Project update status was not reflected correctly. Issue was PostRefresh not handling success/failed status correctly.
2014-08-16 02:52:11 -04:00
Chris Houseknecht 8c7c81bebc Fixed JS lint errors. 2014-08-16 00:46:28 -04:00
Chris Houseknecht 5a5398664a Jobs page
Fix for https://trello.com/c/tWDz8Jd7/320-js-failure-when-attempting-to-delete-a-queued-job. Plus cleaned up the prompting around job delete. Job delete and cancel should behave the same except for the request method sent to the API. Also, removed 'On' from date titles to help keep the tiles from breaking as the viewport shrinks.
2014-08-16 00:39:07 -04:00
Chris Houseknecht 5bc8255d8f Job detail page
Fixed https://trello.com/c/JW7zmAsD/312-job-detail-duplicate-tasks-listed-when-double-clicking-a-play
2014-08-15 23:02:47 -04:00
Chris Houseknecht e25778d0ed Permissions
Fixed missing help text: https://trello.com/c/Lt3HCHkb/319-unknown-permissions-box-when-adding-user-team-permissions
2014-08-15 16:57:41 -04:00
Chris Houseknecht ceeea4d527 License
Changes for https://trello.com/c/gl5PegTL/253-update-license-nags-based-on-marketing-feedback and
https://docs.google.com/a/ansible.com/document/d/1bvcfoV8j5z0OB7ZQsDwYY1WB58odnchp9vCic2F__eo/edit?pli=1
2014-08-15 16:32:38 -04:00
Matthew Jones fc0ca8cd22 Include vCenter when mentioning vmware in long form 2014-08-15 16:19:02 -04:00
Jared Tabor f99dd0f5fd changed text from No matching task/play/host to Waiting... 2014-08-15 15:47:37 -04:00
Jared Tabor 436c600f78 changed some Host Event text to make modal windows consistent on job detail page to fix card 305 2014-08-15 15:13:23 -04:00
Matthew Jones b957fe651e Revert "Alter save mechanism on Django 1.4"
This reverts commit a5efb16ac4f397835bd5eab52d9d8fbdbfc0d91c.

Conflicts:
	awx/main/models/base.py
2014-08-15 14:22:38 -04:00
Chris Houseknecht d869f82dc2 Login dialog
If the attempt to get the license ('/api/v1/config') or user info ('/api/v1/me') fails, force user back to the login page. Additionally, call Authorization.logout() to make sure any residual token or user info is cleared.

Tweaked the login HTML so that ng-show on the login dialog header message will cause the message to show when the sessionExpired variable is null or undefined.
2014-08-15 14:10:33 -04:00
Luke Sneeringer d7d9c9f285 Revert attempt to make group deletion alter the group name.
This reverts commits:
  * a2df65aab7e0473e3881b8ca4c1fb6eae4c878f1
  * 595e2d9a0a24df633036aba1d94cc611335c8584
  * 89df892e9ab1768f82f76295863dd1189b278a2c
2014-08-14 16:47:48 -04:00
Jared Tabor bc3a421aaa fixed problem with modal windows which solved trello card 269 2014-08-14 16:42:52 -04:00
Matthew Jones d29a82bcaa Change the rabbit process count query for munin graphs... sometimes
there isn't a rabbitmq-server process
2014-08-14 15:52:25 -04:00
Chris Houseknecht c80b07143b Fixed JS lint errors. 2014-08-14 15:18:47 -04:00
Jared Tabor 6bf8e82d7c fixed column spacing on job status graph filters 2014-08-14 15:07:25 -04:00
Luke Sneeringer a34b5f6b1b Ensure that manual pre_save and post_save sends created. 2014-08-14 15:06:00 -04:00
Luke Sneeringer c4825dbf6c Fix VMware capitalization 2014-08-14 14:59:37 -04:00
Luke Sneeringer c028b2fce8 Make group deletion free up the group name. 2014-08-14 14:56:01 -04:00
Chris Houseknecht 038a1cfb95 Job detail page
Fixed https://trello.com/c/bfSOKm8x/281-on-job-details-page-when-one-task-completely-fails-the-next-task-shows-up-with-a-green-light-beside-it
2014-08-14 14:36:42 -04:00
Jared Tabor 5e898f1878 added label to job status graph filters to address trello card 286 2014-08-14 14:28:44 -04:00
James Laska c45147e35f sosreport plugin docs recommend add_cmd_output 2014-08-14 13:45:49 -04:00
James Laska 8fcc7bb71b Account for sosreport-3.0 plugin format 2014-08-14 13:41:43 -04:00
Jared Tabor a426febece fixed trello card 274 caused by job template accordians 2014-08-14 13:35:04 -04:00
Chris Houseknecht e8832672db Job detail page
Fixed https://trello.com/c/H4O8aLeG/294-host-summary-includes-delete-host-where-it-could-display-host-name
2014-08-14 13:24:50 -04:00
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