Commit Graph

14 Commits

Author SHA1 Message Date
Julien Neuhart
2871fb1ffe improving logging (#5)
* small refactoring of error messages

* (very) small refactoring of structs instantiation

* improving logging with debug messages

* using INFO level as default + changing previous debug message to info message
2018-05-04 17:43:19 +02:00
Julien Neuhart
4997b73bac new feature: users are now able to provide more file types to convert by adding entries in their configuration file (#3)
* new feature: users are now able to provide more file types to convert by adding entries in their configuration file

* removing README blueprint: was not working correctly

* improving code coverage of config package
2018-05-03 17:18:55 +02:00
Julien Neuhart
c8be370953 adding test for handler package for simulating multiple requests at once 2018-04-12 12:06:43 +02:00
Julien Neuhart
37e2958e7b improving tests code coverage of app package 2018-04-11 17:57:18 +02:00
Julien Neuhart
d43fb62cd8 improving tests coverage of http package + using a real word request when testing enforceContentTypeHandler 2018-04-11 17:38:34 +02:00
Julien Neuhart
2e03070618 refactoring handlers package tests 2018-04-11 13:42:54 +02:00
Julien Neuhart
50f81f16f6 improving cleanup in handlers 2018-04-10 15:32:01 +02:00
Julien Neuhart
ad21fb3c8c removing commented test 2018-04-10 13:42:14 +02:00
Julien Neuhart
3860c151de preparing mardown file handling in Dockerfiles + refactoring build directory 2018-04-10 13:26:23 +02:00
Julien Neuhart
bca02f6198 refactoring: now detecting file type using filename from form data. Also, only one accepted content type 2018-04-08 21:49:02 +02:00
Julien Neuhart
23edd518fd renaming github.com/gulien to github.com/thecodingmachine 2018-04-06 12:19:14 +02:00
Julien Neuhart
bf28499e18 fixing test in process package + tests for app package 2018-04-05 17:57:15 +02:00
Julien Neuhart
3d8247ec50 tests for context package + typos 2018-04-04 17:59:45 +02:00
Julien Neuhart
ab745ca409 more tests + small refactoring (no more App struct) 2018-04-04 17:28:21 +02:00