Commit Graph
17185 Commits
Author SHA1 Message Date
Paul Gear 5c03729081 Make UCD CPU idle look less sickly yellow 2015-04-18 19:04:18 +10:00
Paul Gear 5ac7d6da95 Merge branch 'master' of git://github.com/librenms/librenms 2015-04-18 18:56:54 +10:00
Paul Gear 6913fd8822 Sharpen main device_bits & port_bits graphs
Did this by lightening the max area, slightly darkening the main area, and highlighting with a darker-still outline
2015-04-18 18:56:40 +10:00
Dave Leaver 9f975fa0a9 Merge pull request #487 from franckl/patch-1
Update for README.md
2015-04-18 09:26:09 +12:00
Neil Lathwood 47d36f448d Merge pull request #823 from f0o/nginx-path
Added nginx-hack to fix missing $_SERVER[PATH_INFO]
2015-04-17 20:51:30 +01:00
laf 0da8a79a5f Fixed function calls 2015-04-17 20:42:28 +01:00
laf 008393e2b8 Added procera logo 2015-04-17 20:38:55 +01:00
Daniel Preussker 823ab3579a Merge pull request #825 from nwautomator/master
Add Juniper inventory support
2015-04-17 19:24:16 +00:00
laf 31d3950dbf Changed node shape to be box 2015-04-17 20:22:57 +01:00
laf 5f076fe63e Updated query and color for 0% links 2015-04-17 20:15:31 +01:00
Chris Freas ab45804e62 Add Juniper inventory support 2015-04-17 14:59:47 -04:00
Daniel Preussker 10016f02e4 Merge pull request #824 from nwautomator/master
I agree to the conditions of the Contributor Agreement contained in doc/...
2015-04-17 18:59:02 +00:00
Chris Freas a608d7648d I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2015-04-17 14:57:23 -04:00
laf d26e282834 Changed vis settings and added link utilisation 2015-04-17 19:56:46 +01:00
franckl 5cd7b4b727 Update for README.md
corrected a typo.
2015-04-17 14:52:06 -04:00
f0o 169353d6ef Added nginx-hack to fix missing $_SERVER[PATH_INFO] 2015-04-17 17:56:38 +00:00
laf c9f086484a Updated map to include graphs 2015-04-17 16:24:51 +01:00
Daniel Preussker d4104e3f5d Merge pull request #822 from laf/issue-821
Added fallback to grab serial and version for ibm switches
2015-04-17 11:28:09 +00:00
laf 4f12359c1a Added fallback to grab serial and version for ibm switches 2015-04-17 11:20:44 +01:00
Daniel Preussker 0252674236 Merge pull request #773 from laf/issue-746
Added basic detection for packetlogic devices
2015-04-17 07:28:07 +00:00
David Morse 3a696ad732 0.6.7 release 2015-04-16 15:05:15 -06:00
David Morse 57a2604365 rev jquery version 2015-04-16 15:01:31 -06:00
Javi Sánchez-Marín 9863656b5c style(jshint): adapt code to pass jshint 2015-04-16 20:26:19 +02:00
Javi Sánchez-Marín 3006d4f393 style(jshint): add jshint config and setup grunt task 2015-04-16 20:26:19 +02:00
Javi Sánchez-Marín 576b5ae3f0 fix(gridster): ensure coords instances are destroyed on widgets
…when removing a widget, or when destroying the gridster instance.
Before this change, if you called destroy without `remove` set to true,
coords instances was leaking jQuery data objects.

Also nullified the gridmap, and faux_grid arrays.
2015-04-16 20:26:19 +02:00
Javi Sánchez-Marín cda560f4f3 fix(gridster): resize_widget also accepts HTMLElements
for consistency with the `remove_widget`
2015-04-16 20:26:18 +02:00
Javi Sánchez-Marín 7de5bbabc0 feat(gridster): add config to set custom show/hide widget methods
by default jQuery’s `hide` and `show` methods are used. You could also
use fadeIn/fadeOut or write your own kind of jQuery plugin like
`$.fn.showInAFancyWay` and use `showInAFancyWay` as the value in the
show_method config option.

If you want to keep the previos behaviour, you need to set
`hide_method` option to `’fadeOut’`

Breaking Changes

`remove_widget` and `remove_all_widgets` methods not return a promise
instead of the gridster instance
2015-04-16 20:26:18 +02:00
Javi Sánchez-Marín e258d595b0 tests(gridster): add basic test suite for gridster
Tests are build with mocha + chai, and you can run them from the command line with `grunt karma` or opening `test/index.html` in your browser.

This is a first approach, there are hundreds of tests more that should be added.
I’ve ported some tests on PRs but more needs to be done.
2015-04-16 20:26:18 +02:00
Javi Sánchez-Marín 2002c45595 feat(gridster.css): remove possible default pading 2015-04-16 20:26:18 +02:00
Javi Sánchez-Marín 93cd01ecc3 chore(gridster): remove unused code 2015-04-16 20:26:18 +02:00
Ashley WhetterandJavi Sánchez-Marín 8080daccd1 docs(gridster): fixed a typo in Gridster class documentation 2015-04-16 20:26:18 +02:00
aegisrunestoneandJavi Sánchez-Marín c6226306c2 fix(gridster): changed "instanceof jQuery" to "instanceof $"
Original code will break if jquery noconflict is applied, where $ and jQuery produces jQuery instance of different versions.
2015-04-16 20:26:18 +02:00
Stijn VerreptandJavi Sánchez-Marín d947175257 fix(gridster): wrong addition solved in add_faux_rows/cols by adding parseInt
Closes #426, #425
2015-04-16 20:26:18 +02:00
Javi Sánchez-Marín d3f25f3fbb feat(draggable): autoscrolling
If the element being dragged is inside a scrollable container, keeping the
mouse in one of the sides of the container will trigger scroll.
2015-04-16 20:26:18 +02:00
Javi Sánchez-Marín 43148b87e5 feat(gridster): browserify compatibility 2015-04-16 20:26:18 +02:00
Neil Lathwood 9e54a88610 Merge pull request #818 from f0o/issue-808
CSV Exports
2015-04-16 15:54:16 +01:00
f0o 6ca392a462 CSV Exports 2015-04-16 10:39:49 +00:00
Daniel Preussker d49f4827fb Merge pull request #817 from SaaldjorMike/hide-divider2
Hide divider when no plugins are enabled
0.1
2015-04-16 09:21:59 +00:00
Daniel Preussker 6472fdd485 Merge pull request #815 from laf/issue-794
Updated Cisco detection
2015-04-16 09:17:28 +00:00
laf 5092c6d9ac Updated the way cisco detection works 2015-04-16 09:29:41 +01:00
Mike Rostermund 840d1b7cda Hide divider when no plugins are enabled 2015-04-16 01:50:13 +02:00
Dave Leaver 3c97c40b0e Merge pull request #484 from SamuelBolduc/master
Added "main" property to bower.json to make it compatible with wiredep
2015-04-16 10:07:29 +12:00
laf 49751fe0d3 oid lookup added 2015-04-15 21:35:31 +01:00
Neil Lathwood a3568f54d9 Merge pull request #816 from alangregory/datacom
Datacom basic support added with snmp Mibs
2015-04-15 21:20:14 +01:00
laf 8b8d449253 Updated oid on poller 2015-04-15 21:17:14 +01:00
Alan Gregory a0503d63bd Update Files and Added processor 2015-04-15 16:40:33 -03:00
laf 1d883afd0f Updated poller file to use oid 2015-04-15 20:36:02 +01:00
laf cacb094343 Added check for oid as well 2015-04-15 20:30:47 +01:00
Alan Gregory d4cbc81b67 Datacom basic support added 2015-04-15 16:09:18 -03:00
Samuel Bolduc b66b9d72de Added "main" property to bower.json to make it compatible with wiredep 2015-04-15 14:48:02 -04:00