Commit Graph

11 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
14580e9501 telling the world we support Markdown files 2018-04-10 17:14:01 +02:00
Julien Neuhart
563733f496 beautify main.go 2018-04-10 15:35:01 +02:00
Julien Neuhart
23edd518fd renaming github.com/gulien to github.com/thecodingmachine 2018-04-06 12:19:14 +02:00
Julien Neuhart
ab745ca409 more tests + small refactoring (no more App struct) 2018-04-04 17:28:21 +02:00
Julien Neuhart
1564219f8b adding first tests + small refactoring for tests 2018-04-04 15:17:04 +02:00
Julien Neuhart
2dc64b70e1 godoc for logger package + typo in godoc of main package + typo in gotenberg.yml 2018-03-30 12:00:46 +02:00
Julien Neuhart
91f5240cfd removing server timeouts as some process might take time + improving default commands' timeouts + godoc for app and main packages 2018-03-30 11:09:23 +02:00
Julien Neuhart
a882b7e5c5 reworking errors + now using a working dir for our converter 2018-03-30 09:19:37 +02:00
Julien Neuhart
e847c86baa huge refactoring 2018-03-29 20:13:19 +02:00