aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/js
Commit message (Collapse)AuthorAgeLines
* NMS: Moure output hacksKristian Lyngstol2016-03-17-5/+12
|
* NMS: Improve rendering performance SLIGHTLY on blurKristian Lyngstol2016-03-17-10/+24
|
* NMS: BlurKristian Lyngstol2016-03-17-22/+25
| | | | All important blur.
* NMS: Ping and uplinks work nowKristian Lyngstol2016-03-16-27/+27
| | | | Getting packet loss to localhost now...
* NMS: Nuke port-state, update switch-stateKristian Lyngstol2016-03-16-1/+0
| | | | On its way. Not done.
* NMS: Enable simple SNMP viewing.Kristian Lyngstol2016-03-16-1/+27
|
* NMS: Implement improved ping mapKristian Lyngstol2016-03-16-18/+44
| | | | | | | e69-2 is looking good. Now with a separate age-entity. Not really used for anything fancy right now, but could be.
* NMS: Rewrite the SNMP fetcher and whatnotKristian Lyngstol2016-03-16-0/+1
| | | | | | | | | Again. It's using the prototype, and the objects are configurable. I assume this will need some work. Also: I touched ping up to make it work without linknets.
* NMS: Tweak search with blinking pink!Kristian Lyngstol2016-03-14-6/+16
| | | | I'm proud of this silliness.
* NMS: Slowly start cleaning handlersKristian Lyngstol2016-03-13-10/+1
|
* NMS: Fix switch moving bugKristian Lyngstol2016-03-13-1/+4
| | | | | | If you just clicked a switch without moving it would use whatever coordinates were laying around, typically moving the switch onto the previously moved one.
* NMS: Add simple searchingKristian Lyngstol2016-03-13-3/+36
| | | | Not perfect, but not bad either.
* NMS: InfoBox: Catch switch changes tooKristian Lyngstol2016-03-13-0/+4
|
* NMSjs: Enable interactive movement of switches!Kristian Lyngstol2016-03-13-17/+97
| | | | | | | | Fixes #24 God that felt good. It's not very pretty, but it does seem very functional.
* NMSjs: Tweak/fix text drawingKristian Lyngstol2016-03-13-23/+36
|
* NMS: Allow editing switches in GUIKristian Lyngstol2016-03-13-1/+100
| | | | | | It's not pretty, but it works and should cover most of the use-cases. Placement-editing is not meant to be the primary way to edit anything.
* NMSjs: Split the info box out and clean further + tweakKristian Lyngstol2016-03-13-181/+220
|
* NMS: Fix comment changingKristian Lyngstol2016-03-13-0/+1
|
* NMSjs: Get rid of more cruft.Kristian Lyngstol2016-03-13-506/+330
|
* NMSjs: Bump map handlers and moreKristian Lyngstol2016-03-12-19/+55
| | | | | The idea is that map handlers just register for events instead of this periodic update.
* NMS: Remove superfluous debug/tweak stuffKristian Lyngstol2016-03-12-45/+1
| | | | Uncluttering the UI and reducing the need for complexity in the code.
* NMSjs: Massive rework of map drawingKristian Lyngstol2016-03-12-536/+332
| | | | | | Still half-way done, but it's looking better. Confirmed working right now: Comment spotter and disco.
* NMSjs: Start applying the nmsData logic aka: break *Kristian Lyngstol2016-03-12-366/+98
| | | | | | | | | | | Things are currently somewhat broken, as expected. No handlers are updated. All in all, this isn't a disaster because it reveals a lot of crud that should never have been tied in with this logic to begin with. Will continue working on it after dinner.
* NMS: Prototype of nms-data seriously updatedKristian Lyngstol2016-03-12-53/+134
| | | | I think it's ready now...
* NMS: front: Prototyping of new generic pollerKristian Lyngstol2016-03-10-0/+142
| | | | Not used yet
* NMS: Prep for frontend poller-rewriteKristian Lyngstol2016-03-10-11/+57
| | | | | The biggest thing here is the addition of a generic poller and a generic "hash" from the backend so equality can easily be checked.
* NMS: Generalize switch info box and add mgmtKristian Lyngstol2016-03-09-45/+48
| | | | | | | Makes it possible to show all info the server returns, even if it's a bit ugly. The management info isn't updated automatically (yet).
* Merge playback of historical and live dataNicolai Tellefsen2016-03-06-90/+92
| | | | | | | Implemented various playback functions to control both historical playback and normal "live" playback. This functionality has been gathered under nms.playback. The separate ping and ports timers are still available if needed, but not currently in use.
* Add timezone compensation to epoch convertersNicolai Tellefsen2016-03-06-1/+16
|
* Optimize setNow()Nicolai Tellefsen2016-03-05-10/+2
|
* Make nowPicker use nms.now as default valueNicolai Tellefsen2016-03-05-0/+2
|
* NMS: Add basic playback functionsNicolai Tellefsen2016-03-05-63/+84
|
* Merge branch 'timetravel-gui'Nicolai Tellefsen2016-03-04-14/+3118
|\
| * Add basic time travel UINicolai Tellefsen2016-03-04-14/+3118
| |
* | nms: Rename API end points and separate public/privateKristian Lyngstol2016-03-04-6/+6
|/
* Stop trafficUpdater() from passing along NaN valuesNicolai Tellefsen2016-03-01-1/+2
|
* Add management support to updateSwitches()Nicolai Tellefsen2016-03-01-0/+2
|
* Read switch-placements from switches.plNicolai Tellefsen2016-03-01-6/+49
|
* nms: Make NMS great againKristian Lyngstol2016-02-21-0/+4497
Or: Move nms2 to root