Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fixed errors in jinja filters, and made a new one to replace most of them | slinderud | 2019-03-31 | -2/+3 |
| | ||||
* | Removed `PUT` from `POST` method | Morten Linderud | 2019-01-22 | -1/+1 |
| | | | | | Although nice to have, this isn't compatible with the implementation of the web service. | |||
* | Added python 3.5 compatible string formatting | Morten Linderud | 2019-01-22 | -5/+5 |
| | ||||
* | Added slight rewrite of template webserver | Morten Linderud | 2019-01-21 | -103/+77 |
| | | | | | | Moved to flask for more "free" things. Possibly easier to extend in the future. Added argparser so we are able to define settings from the command line. | |||
* | Fix port-issue | root | 2018-04-01 | -1/+1 |
| | ||||
* | Throw TG18-stuff over the wall | root | 2018-03-31 | -2/+5 |
| | ||||
* | Mange dager med rot på TG18 | root | 2018-03-26 | -0/+3 |
| | ||||
* | Update templating | root | 2018-03-23 | -1/+22 |
| | ||||
* | Commit diverse av Ole Mathias sitt template-greier | root | 2018-03-22 | -1/+1 |
| | ||||
* | Templating: Use localhost and port 8081 | root | 2018-03-21 | -2/+2 |
| | ||||
* | Templating: Merge GET and POST and smarten error-handling | Kristian Lyngstol | 2016-11-15 | -37/+43 |
| | | | | Fixes #153 | |||
* | Templating: Always initialize options | Kristian Lyngstol | 2016-11-14 | -0/+1 |
| | | | | Fixes #152 | |||
* | ... Templating: Fix POST to actually have objects | Kristian Lyngstol | 2016-11-14 | -1/+1 |
| | | | | Templating without the API objects.... | |||
* | Templating with POST support | Kristian Lyngstol | 2016-11-14 | -20/+44 |
| | | | | | | Probably has to be tweaked a bit, but it works. Fixes #146 | |||
* | Return templating-errors to the caller | Kristian Lyngstol | 2016-11-14 | -4/+5 |
| | | | | Fixes #140 | |||
* | Push all numerical snmp-data to graphite | Kristian Lyngstol | 2016-11-10 | -1/+1 |
| | | | | Fixes #126 | |||
* | Move templating URLs around | Kristian Lyngstol | 2016-11-08 | -1/+1 |
| | | | | | Fixes #143 Fixes #141 | |||
* | Templating: Add variable-support and provide demo | Kristian Lyngstol | 2016-11-07 | -2/+13 |
| | | | | | This SHOULD resolve everything needed for FAP from a templating perspective. | |||
* | Fill up switches.txt template | Kristian Lyngstol | 2016-11-07 | -1/+1 |
| | ||||
* | Scaffolding for functional templating :D | Kristian Lyngstol | 2016-11-07 | -3/+3 |
| | ||||
* | Add basic templating engine | Kristian Lyngstol | 2016-11-07 | -0/+45 |
It works fine. Build scaffolding incoming |