aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | NMS: Remove .vimrc reference from DockerfileNicolai Tellefsen2016-03-12-1/+0
| | | | | | | | | | | | | | | | | | | | The reference to .vimrc broke the build-process after it was removed from the repository.
* | | | NMSjs: Massive rework of map drawingKristian Lyngstol2016-03-12-731/+333
|/ / / | | | | | | | | | | | | | | | 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/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Do URL decoding and ISO 8601 time formatingKristian Lyngstol2016-03-12-8/+7
| | | | | | | | | | | | Finally found something that lacks correctness in postgres.
* | | NMS: Fix switch updates (better)Kristian Lyngstol2016-03-12-14/+18
| |/ |/|
* | NMS: Add (back) offset.Kristian Lyngstol2016-03-11-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | The use case is primarily about supporting generic ?offset=5m independently from now=2015-04-02T15:00:30. Two reasons for this: 1. It allows easy generic client-side code to get two slightly offset time series. 2. It makes it possible to get the most recent data + an offset without having to refer to set now=(clock) to real time. Also: Untested, so its probably broken.
* | NMS: front: Prototyping of new generic pollerKristian Lyngstol2016-03-10-0/+151
| | | | | | | | Not used yet
* | NMS: Add FreezeThaw dependencyKristian Lyngstol2016-03-10-0/+1
| | | | | | | | Needed for hash generation. No idea how solid it is, but worth a shot.
* | NMS: Prep for frontend poller-rewriteKristian Lyngstol2016-03-10-14/+67
| | | | | | | | | | 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: ... fix minor leftover with switches SQLKristian Lyngstol2016-03-10-1/+1
| |
* | NMS: Tweak caching and updatesKristian Lyngstol2016-03-10-7/+34
| |
* | nms: Fix comments (presumably)Kristian Lyngstol2016-03-10-3/+3
|/
* nms: Update schemaKristian Lyngstol2016-03-10-0/+0
|
* NMS: Support all fields during switch insertKristian Lyngstol2016-03-10-10/+20
| | | | | | It's not particularly pretty, but it works OK. Next: Modifications.
* 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).
* nms: Fixed postgresql password in DockerfileNicolai Tellefsen2016-03-07-0/+1
| | | | | Imported nms-dump.sql.gz might overwrite the password defined by our dockerfiles. Added an ALTER command to update password after db import.
* Merge playback of historical and live dataNicolai Tellefsen2016-03-06-92/+94
| | | | | | | 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-66/+87
|
* Merge branch 'timetravel-gui'Nicolai Tellefsen2016-03-04-39/+3721
|\
| * Add basic time travel UINicolai Tellefsen2016-03-04-39/+3721
| |
* | NMS: Update schemaKristian Lyngstol2016-03-04-0/+0
| |
* | nms: Further simplify and fix the APIKristian Lyngstol2016-03-04-9/+12
| | | | | | | | | | | | Now this works: tools/add_switches.txt.pl < switches.txt | POST http://demo:demo@localhost/private/switch-add
* | NMS: Sort api "doc"Kristian Lyngstol2016-03-04-25/+32
| | | | | | | | | | No, this isn't even close to finished. Needs documentation on the actual API and output and whatnot.
* | NMS: Remove now redundant "Security" thingsKristian Lyngstol2016-03-04-25/+2
| | | | | | | | Better to have proper isolation than this crud.
* | nms: Remove redundant filesKristian Lyngstol2016-03-04-0/+0
| | | | | | | | speedometer probably doesn't work now anyway until it's heavily updated.
* | nms: Split pub/switches in twoKristian Lyngstol2016-03-04-31/+65
| | | | | | | | Makes authentication simpler.
* | nms: Rename API end points and separate public/privateKristian Lyngstol2016-03-04-21/+32
|/
* Moooore. Cleanup.Joachim Tingvold2016-03-02-0/+0
|
* More cleanup.Joachim Tingvold2016-03-02-140/+20
|
* Cleaned up some.Joachim Tingvold2016-03-02-3/+7
|
* nms: Tweak switches.pl and add switch-state.plKristian Lyngstol2016-03-02-5/+154
|
* Stop trafficUpdater() from passing along NaN valuesNicolai Tellefsen2016-03-01-1/+2
|
* Add management support to updateSwitches()Nicolai Tellefsen2016-03-01-0/+2
|
* Deleted duplicate files.Joachim Tingvold2016-03-01-499/+0
|
* Merge pull request #29 from niccofyren/make-switches-great-againniccofyren2016-03-01-6/+49
|\ | | | | Read switch-placements from switches.pl
| * Read switch-placements from switches.plNicolai Tellefsen2016-03-01-6/+49
|/
* Readme work. missing last steps of the process.Magnus Kirø2016-02-29-0/+18
|
* tabs to spaces!Magnus Kirø2016-02-29-15/+15
|
* Stupid me, forgot to replace tabs with spaces!Magnus Kirø2016-02-29-59/+57
|
* Added buildfolder to local gitignore file. Dont need autogenerated stuff in ↵Magnus Kirø2016-02-29-0/+1
| | | | reop.
* Dont use tabs for spaces its just ugly, so I pretyfied it.Magnus Kirø2016-02-29-36/+36
|
* added .idea folder to gitignore. Dont need IDE configs in repo.Magnus Kirø2016-02-29-0/+1
|
* Merge branch 'master' of github.com:tech-server/tgmanageKristian Lyngstol2016-02-29-11/+26
|\
| * nms: Adjust switches_add.plKristian Lyngstol2016-02-29-11/+26
| | | | | | | | | | | | | | It now accepts an array of switches, and the output of add_switches.txt.pl can be used directly as input, ignoring duplicates. Still not done. Need placements etc.
* | nms: Update add_switches.txt.pl to output an arraryKristian Lyngstol2016-02-29-10/+10
| |
* | Switches and patchlists tg16Kristian Lyngstol2016-02-29-0/+262
|/