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

2336 Commits

Author SHA1 Message Date
Chris Houseknecht
73edea6786 Job detail page re-refactor
First pass at job host events dialog
2014-07-07 18:05:42 -04:00
Chris Houseknecht
74834abc00 Fixed JS compile error. 2014-07-07 17:44:28 -04:00
Chris Houseknecht
04357bd471 Job detail page re-refactor
First pass at host events viewer.
2014-07-07 17:44:28 -04:00
Jared Tabor
38b7a6d413 added filter for job status graph widget 2014-07-07 15:58:45 -04:00
Matthew Jones
854e31e218 Adding some graph data, will be splitting this out in the near future 2014-07-07 14:02:02 -04:00
Matthew Jones
a9b0faf979 Fix a bug where we would clear the use timezone directive for the rest of the life of the apache process 2014-07-07 13:09:26 -04:00
Chris Church
6813a082f0 Add refresh_inventory flag for job_template callback to refresh inventory before trying to find a matching host. 2014-07-03 15:59:56 -04:00
Jared Tabor
90423db9b7 fixed auth error introduced by earlier changes to dashboard 2014-07-03 15:22:39 -04:00
Chris Houseknecht
d34bf8675d Jobstdout bug fix
Forced scroll to bottom during live event processing fixed. Bottom spinner right margin fixed.
2014-07-03 14:46:14 -04:00
Chris Houseknecht
ac3e76236a Job stdout
Replaced scrolling widget with new angular directive and simplified approach to endless scroll. Fixed non-response to job failing before any job_events actually received. Now if playbook run completely fails, the stdout gets displayed without having to refresh browser.
2014-07-03 12:37:48 -04:00
Chris Church
1d1137a8d8 Use correct variable name ininventory import. 2014-07-03 12:23:17 -04:00
Jared Tabor
034073c92c linted previous 2 pushes 2014-07-03 11:57:25 -04:00
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