grafana/pkg/macaron
Serge Zaitsev 9b2d7d6d69
Gradually remove Macaron web framework (#36325)
* add macaron code to the code base

* remove unused secure cookies support from macaron

* clean up modules

* remove com dependency

* fix silly typos

* little cleanup, remove recovery middleware

* remove logger middleware

* remove static handler and remove unused context methods

* bring inject into macaron codebase

* remove unused applicator

* add back macaron license

* more cleanups in macaron code

* remove unused injector Set method

* remove unused context methods: param to int conversion, body helper type, cookie helpers

* remove action from context

* remove complex environment handling, we only use Env variable

* restore ReplaceAllParams to fix the tests
2021-07-08 14:19:40 +02:00
..
context.go Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00
go.mod Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00
inject.go Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00
LICENSE.txt Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00
macaron.go Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00
render.go Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00
response_writer.go Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00
return_handler.go Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00
router.go Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00
tree.go Gradually remove Macaron web framework (#36325) 2021-07-08 14:19:40 +02:00