Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | NMS: Prep for frontend poller-rewrite | Kristian Lyngstol | 2016-03-10 | -3/+6 | |
| | | | | | 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 SQL | Kristian Lyngstol | 2016-03-10 | -1/+1 | |
| | |||||
* | NMS: Tweak caching and updates | Kristian Lyngstol | 2016-03-10 | -7/+34 | |
| | |||||
* | nms: Fix comments (presumably) | Kristian Lyngstol | 2016-03-10 | -2/+2 | |
| | |||||
* | NMS: Support all fields during switch insert | Kristian Lyngstol | 2016-03-10 | -10/+20 | |
| | | | | | | It's not particularly pretty, but it works OK. Next: Modifications. | ||||
* | nms: Further simplify and fix the API | Kristian Lyngstol | 2016-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 Lyngstol | 2016-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" things | Kristian Lyngstol | 2016-03-04 | -2/+2 | |
| | | | | Better to have proper isolation than this crud. | ||||
* | nms: Split pub/switches in two | Kristian Lyngstol | 2016-03-04 | -31/+65 | |
| | | | | Makes authentication simpler. | ||||
* | nms: Rename API end points and separate public/private | Kristian Lyngstol | 2016-03-04 | -0/+336 | |