aboutsummaryrefslogtreecommitdiffstats
path: root/templating/templating.py
Commit message (Collapse)AuthorAgeLines
* fixed errors in jinja filters, and made a new one to replace most of themslinderud2019-03-31-2/+3
|
* Removed `PUT` from `POST` methodMorten Linderud2019-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 formattingMorten Linderud2019-01-22-5/+5
|
* Added slight rewrite of template webserverMorten Linderud2019-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-issueroot2018-04-01-1/+1
|
* Throw TG18-stuff over the wallroot2018-03-31-2/+5
|
* Mange dager med rot på TG18root2018-03-26-0/+3
|
* Update templatingroot2018-03-23-1/+22
|
* Commit diverse av Ole Mathias sitt template-greierroot2018-03-22-1/+1
|
* Templating: Use localhost and port 8081root2018-03-21-2/+2
|
* Templating: Merge GET and POST and smarten error-handlingKristian Lyngstol2016-11-15-37/+43
| | | | Fixes #153
* Templating: Always initialize optionsKristian Lyngstol2016-11-14-0/+1
| | | | Fixes #152
* ... Templating: Fix POST to actually have objectsKristian Lyngstol2016-11-14-1/+1
| | | | Templating without the API objects....
* Templating with POST supportKristian Lyngstol2016-11-14-20/+44
| | | | | | Probably has to be tweaked a bit, but it works. Fixes #146
* Return templating-errors to the callerKristian Lyngstol2016-11-14-4/+5
| | | | Fixes #140
* Push all numerical snmp-data to graphiteKristian Lyngstol2016-11-10-1/+1
| | | | Fixes #126
* Move templating URLs aroundKristian Lyngstol2016-11-08-1/+1
| | | | | Fixes #143 Fixes #141
* Templating: Add variable-support and provide demoKristian Lyngstol2016-11-07-2/+13
| | | | | This SHOULD resolve everything needed for FAP from a templating perspective.
* Fill up switches.txt templateKristian Lyngstol2016-11-07-1/+1
|
* Scaffolding for functional templating :DKristian Lyngstol2016-11-07-3/+3
|
* Add basic templating engineKristian Lyngstol2016-11-07-0/+45
It works fine. Build scaffolding incoming