1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
Commit Graph

2374 Commits

Author SHA1 Message Date
Jared Tabor
a5b0864a7a made host vs license graph consume live data 2014-07-03 11:49:18 -04:00
Jared Tabor
d6f6930847 job status graph now has live data 2014-07-03 11:12:41 -04:00
Chris Houseknecht
7db48fbe27 Dashboard job widget styles
Fixed search widget responsiveness. Applied same ellipsis styling used on Jobs page.
2014-07-03 09:49:58 -04:00
Chris Houseknecht
d44ab97232 Fixed poor error message on login failure. Fixed JS errors. 2014-07-03 03:10:51 -04:00
Chris Houseknecht
92bba3a87c Inventory edit
After making changes the inventory list was not refreshing.
2014-07-03 02:53:58 -04:00
Chris Houseknecht
9e3700545e Job page autosizing and long names
Autosizing on the jobs page assumed that there would be a certain amount of consistency with respect to row heights. However, really long job template names blow that assumptions and things break. Finally figured out how to add ellipsis via CSS, and that fixed the problem.
2014-07-03 02:19:17 -04:00
Chris Houseknecht
67daa1599b Home hosts page
Fixed broken edit dialog
2014-07-02 20:46:56 -04:00
Chris Houseknecht
061d1acaa5 Job detail page
In host summaries, if name is <deleted host>, don't try to link to job_events page.
2014-07-02 19:28:57 -04:00
Chris Houseknecht
9c3d315bc7 Job detail page
If host_summaries summary_fields.host does not exist, consider host deleted and use <deleted host> for the name. Also, added endless scroll to play list.
2014-07-02 19:23:33 -04:00
Chris Houseknecht
803f0b6d12 Job detail page
Disabled clicking on play or task while live events are happening.
2014-07-02 18:47:08 -04:00
Chris Houseknecht
1c57d49981 Job detail page
Added custom sort routine in drawing routines to explicitly sort primary key values as integers rather than strings.
2014-07-02 18:26:32 -04:00
Chris Houseknecht
befffdb8d9 Fixed js lint errors 2014-07-02 18:08:53 -04:00
Jared Tabor
edfa9836a5 removed 'users' from the dashboard stats, and fixed the sizing/resizing issue with the dashboard stats. Also included a hard max of 10 rows for the jobs widget, which is temporary for tomorrow's demo 2014-07-02 17:52:03 -04:00
Chris Houseknecht
f64ae5afdb Adding wanted js libraries 2014-07-02 17:12:20 -04:00
Chris Houseknecht
239e01cb16 Removig unwanted js libraries 2014-07-02 17:10:57 -04:00
Chris Houseknecht
ffbd685ae4 Job detail page
Set max number of rows for each table to 200
2014-07-02 17:02:29 -04:00
Chris Houseknecht
1b6a4abf1d Job detail page
Removed malihu POS custom scrollbar widget. Installed new angular directive. Removed the waiting spinner on scroll, replacing it with a subtle, small spinning cog under the scrollbar.
2014-07-02 17:02:29 -04:00
Jared Tabor
589e5412d6 fixed the media checking for alignment of hte graph widgets. And added drop down for job status widget 2014-07-02 16:08:13 -04:00
Chris Houseknecht
cebc1d6030 Job detail page
Fixed key sorting. Turns out reverse() doesn't sort keys in reverse, it just reverses them. To sort in reverse: sort().reverse(). Ugh. Fixed JS liting issues for dashboard stuff.
2014-07-02 12:43:31 -04:00
Chris Houseknecht
7e45143fa1 Job detail page
Attempt to get mousewheel (trackpad) scrolling to not be super aggressive.
2014-07-02 12:34:54 -04:00
Jared Tabor
85457eec87 fixed alignment for graph widgets with job widget on dashboard 2014-07-02 10:53:54 -04:00
Jared Tabor
72f3005f8b adjusted borders for graphs to align with the jobs widget 2014-07-02 10:32:26 -04:00
Matthew Jones
f39939b152 Adding some dashboard time-series graphs and new qsstats vendored dependency 2014-07-02 09:26:33 -05:00
Chris Houseknecht
d99e762f36 Mobile menu
Removed the push. When the body of the page is pushed left, it's difficult to know what you were looking at prior to the push.
2014-07-02 10:18:51 -04:00
Chris Houseknecht
1c19957601 Job detail page
Added event/event_display value to event viewer status info.
2014-07-02 10:15:33 -04:00
Chris Houseknecht
0b1308f411 Dashboard
Fixed boarder around job widget. Cleaned up JS lint issues.
2014-07-02 10:04:14 -04:00
Chris Houseknecht
2e075d56f5 Mobile menu
Changed to push left rather than just left. Added a drop-shadow effect.
2014-07-02 09:18:37 -04:00
Jared Tabor
33e5168213 adding code for carousel for dashboard 2014-07-02 09:04:08 -04:00
Chris Houseknecht
e9115c5ca2 Event viewer
Fixed name collision between EventViewer and LogViewer, which caused things to now show up on the log viewer dialog.
2014-07-01 23:37:36 -04:00
Chris Houseknecht
2398e17206 Much improved mobile menu
When screen width goes below 1076px the menu disappears, being replaced by a button. Clicking the button displayed the default twitter bootstrap, which was pretty icky. Now it displays a much nicer slide in menu from the right.
2014-07-01 23:15:12 -04:00
Chris Houseknecht
13dcbb9a79 Main navigation and log styling
Simplified the styling to hopefully clear up the unreproducable, squishing logo issue.
2014-07-01 17:50:59 -04:00
Chris Church
26171c69b9 Added latest rax inventory plugin from core. 2014-07-01 17:20:56 -04:00
Chris Houseknecht
69da1a2f42 Job event viewer
successful status not shows as OK
2014-07-01 17:03:05 -04:00
Chris Houseknecht
e1ee2f4fb0 Callback URL Label
Callback URL is now Provisioning Callback URL. Fixed missing popover footers on job template page as well.
2014-07-01 16:47:47 -04:00
Chris Houseknecht
b6b3869243 Job detail page
Added cancel/delete and relaunch buttons.
2014-07-01 16:26:46 -04:00
Chris Houseknecht
172d7d01d1 Job detail page
Fixed 'missing host' calculation where hosts became reachable in prior tasks. Now the % width of the gap matches the unreachable (or failed) %.
2014-07-01 15:19:13 -04:00
Chris Houseknecht
44fdddd345 Job detail page
Improved unreachable host count in tasks status bar. Once a host is unreachable it shows as missing in subsequent tasks, which is the expected result as it is skipped but not really marked as skipped.
2014-07-01 14:29:45 -04:00
Chris Houseknecht
86586a87eb Job detail page refactor
Made unreachable host color slightly less horrible.
2014-07-01 13:53:02 -04:00
Chris Houseknecht
254c552734 Job detail page
Built new event viewer. Based on LogViewer.js that provides a common log viewing dialog.  Event viewer dialog has the same look and feel.
2014-07-01 13:43:24 -04:00
Chris Houseknecht
52a463305f Search widget spacing
When user switches from a search filter using an input field to one using a drop-down the bottom margin no longer disappears. The disappearing margin caused an unpleasant bounce effect.
2014-06-30 23:41:40 -04:00
Chris Houseknecht
17d9d2000f Fixed JS compile error 2014-06-30 23:22:46 -04:00
Chris Houseknecht
9e6121b63e Logo and menu spacing
Added 5px to navbar-collapse. Fixes FF active/focus border touching the logo. Try as I might, I cannot get FF 30 to stop with the dashed boarder around the active menu item.
2014-06-30 23:19:01 -04:00
Chris Houseknecht
fbef7b5f50 Account menu
Fixed. It now works much like Amazon's account menu and pretty similar to Gooogle mail.
2014-06-30 23:11:04 -04:00
Chris Houseknecht
aab8125fcb Inventory
Fixed inventory edit dialog not showing on inventory tab.
2014-06-30 18:09:40 -04:00
Jared Tabor
6e76ad4918 added functionality for resizing graphs/jobs table, and changed dummy data to better reflect actual expected server response 2014-06-30 17:47:30 -04:00
Chris Houseknecht
826f2b681f Job detail page refactor
Job tasks now include an unreachable count and %. Change unreachable color from grey to a different shade of red. While live events are happening host name filter is disabled and status filter is available. Created a custom status filter that accounts for live event processing. While live event processing is active angular filtering on status is disabled for tasks and plays, otherwise no tasks or plays would show up. However, status filtering does apply to host results and host summaries during live event processing.
2014-06-30 17:34:10 -04:00
Matthew Jones
9da4b8f336 Add unreachable counts to job tasks endpoint 2014-06-30 16:01:52 -05:00
Matthew Jones
8d423cf82e Fix a corner case where a job failure could kill the task manager
because the job failure couldn't grab some extra info for the socketio
service

Fixes: https://trello.com/c/XdjJEhJ0/68-socketio-trackebac
2014-06-30 15:13:45 -05:00
Chris Houseknecht
57443141c9 Job launch
Fixed job launch of job templates page.
2014-06-30 14:23:23 -04:00
Chris Houseknecht
64bfd6ce26 Job detail page refactor
Changed 'successful' to 'OK' throughout the page. Also fixed status tool tip text on unreachable hosts to be 'Unreachable' rather than 'failed'. Fixed tool tips on Plays and Tasks so that they updated in sync with status changes.
2014-06-30 13:15:58 -04:00