Julien Neuhart
ca0784fa59
adding tests for page ranges
2019-10-05 12:09:39 +02:00
Julien Neuhart
70dfea5876
adding pageRanges formField
2019-10-04 17:49:26 +02:00
Julien Neuhart
d65d9c9a4c
fixing ineffassign issues
2019-10-03 11:59:48 +02:00
Julien Neuhart
8f721cd12a
fixing tests
2019-09-30 16:38:52 +02:00
Julien Neuhart
fef16f6b28
removing useless whitespace
2019-09-30 15:53:48 +02:00
Julien Neuhart
24e6a86bf5
rolling back from previous implementation, now using master version of unoconv
2019-09-26 18:07:43 +02:00
Julien Neuhart
88f74d5e9c
process balancing: better implementation (wip)
2019-09-23 18:29:24 +02:00
Julien Neuhart
171f93662f
process load balancing: broken but in progress
2019-09-19 17:28:29 +02:00
Julien Neuhart
36847e6a06
fixing wrong status code if alreay echo http error
2019-08-27 16:50:27 +02:00
Julien Neuhart
95c6ecb724
adding PM2 processes details as response of ping endpoint if LOG_LEVEL=DEBUG
2019-08-20 15:23:02 +02:00
Julien Neuhart
1e3fc97f2b
finalizing xhttp package tests
2019-08-20 10:46:21 +02:00
Julien Neuhart
51b78ef5f3
fixing typos
2019-08-20 10:46:05 +02:00
Julien Neuhart
daf7cb9d6b
adding xhttp package tests for checking that endpoints return a correct status code according if google chrome and/or unoconv are disabled in the configuration
2019-08-19 17:21:30 +02:00
Julien Neuhart
08c97f280f
typo in http client variable name
2019-08-19 16:50:32 +02:00
Julien Neuhart
9c836a34ee
handling webhookURLTimeout
2019-08-19 16:49:59 +02:00
Julien Neuhart
e839430270
adding WebhookURLTimeoutArg for retrieving and validating webhookURLTimeout form field
2019-08-19 16:44:13 +02:00
Julien Neuhart
cf5e530ed9
special case handling: if one file has been sent and it is empty, return a correct invalid HTTP code AND remove the resource folder
2019-08-19 16:29:58 +02:00
Julien Neuhart
bcf06f0d69
fixes #104
2019-08-18 20:03:47 +02:00
Julien Neuhart
4f3fe28905
adding missingt test in context package
2019-08-18 19:24:08 +02:00
Julien Neuhart
f695861731
adding resource package tests
2019-08-18 18:58:54 +02:00
Julien Neuhart
554474776c
refactoring tests util methods + adding context tests
2019-07-24 14:56:12 +02:00
Julien Neuhart
3ee4540f7d
fixing method HasResource
2019-07-24 10:20:36 +02:00
Julien Neuhart
c7d9e24c00
now using Gateway timeout status code in case of timeout
2019-07-23 15:11:37 +02:00
Julien Neuhart
0d827e490e
using (again) Golang binaries from official Docker image instead of standard install without checkum + added a TODO for healtheck
2019-07-23 14:25:31 +02:00
Julien Neuhart
7bfbda4490
huge refactoring
2019-07-23 13:57:18 +02:00
Julien Neuhart
f6b357691c
minor refactoring of const + better timeout handling in pinter package + api package tests
2019-07-10 11:46:58 +02:00
Julien Neuhart
0c1e4e6888
WIP: tests of api pkg
2019-07-09 22:22:22 +02:00
Julien Neuhart
c7ecdcf625
handling context timeout/cancelled in printer package
2019-07-09 19:39:14 +02:00
Julien Neuhart
9af00d6d58
fixes waitTimeout, waitDelay not working with float
2019-07-08 17:24:17 +02:00
Julien Neuhart
70b185a37a
improving logging
2019-07-08 11:06:26 +02:00
Julien Neuhart
5af01505c2
better op names + fixing issue with op chaining in errors
2019-07-08 10:28:43 +02:00
Julien Neuhart
5f6ab2fc08
all logs now have an op field
2019-07-07 19:54:44 +02:00
Julien Neuhart
c8f7ea934c
wip refactoring: better logging and error systems
2019-07-07 17:45:07 +02:00
Julien Neuhart
a4aa8dafac
WIP: refactoring logging system
2019-07-01 17:11:23 +02:00
Thomas Bøgh Fangel
bbd0a893b1
adds configurable debugging of startup of processes and print out some info from the chrome viable() function for debugging purposes
2019-06-13 16:08:04 +02:00
Julien Neuhart
02f1231e7d
New environment variables : DISABLE_HEALTHCHECK_LOGGING and DEFAULT_LISTEN_PORT ( #78 )
...
* skip logging when healthcheck url is called; closes #74 (#75 )
Signed-off-by: Casey Kuhlman <casey@monax.io >
* Configure listen port via environment variable (#77 )
* skip logging when healthcheck url is called; closes #74
Signed-off-by: Casey Kuhlman <casey@monax.io >
* skip logging when healthcheck url is called; closes #74
Signed-off-by: Casey Kuhlman <casey@monax.io >
* adds the ability to establish the listen port via env var
Signed-off-by: Casey Kuhlman <casey@monax.io >
* minor refactoring of @compleatang work
* fixing typo
2019-06-03 15:05:09 +02:00
Julien Neuhart
194670c3bf
5.0.0 ( #66 )
2019-04-14 17:07:45 +02:00
Julien Neuhart
871b52a288
adding filename form field + updating echo package to v4 ( #57 )
2019-03-26 17:35:38 +01:00
Julien Neuhart
4827a45f22
adding flat open document support ( fixes #47 )
2019-02-18 13:46:58 +01:00
Julien Neuhart
571c3e04c4
adding form field web fonts timeout
2019-02-01 09:40:16 +01:00
Julien Neuhart
25f7ba3ee6
4.0.0 ( #42 )
...
* adding URL conversions
* updating gotenberg version in documentation
* pkg: input as variadic string (#39 )
* pkg: input as variadic string
* pkg: fix link to github doc
* update doc about v4 client
* make doc
* fixing missing variadic inputs in doc
* adding more fonts
* updating PHP documentation
2019-01-28 15:18:12 +01:00
Julien Neuhart
3ed99133d4
removing paper size for Office conversion
2019-01-25 15:48:40 +01:00
Julien Neuhart
7bcc3d081e
adding liveness section in documentation
2019-01-03 15:56:53 +01:00
Peltoche
8c7458812d
Add a /ping endpoint
...
This endpoint can be used to check the service liveness. It can be used
for the kubernetes liveness and readiness probs.
2019-01-03 15:21:57 +01:00
Julien Neuhart
4c1699df6c
webhook: resulting file was deleted because of defer outside of goroutine
2018-12-13 18:15:28 +01:00
Julien Neuhart
404535c512
fixing/simplifying godoc
2018-12-13 17:06:29 +01:00
Julien Neuhart
e5636a2afa
adding .txt and .rtf files support ( #20 )
2018-12-12 16:34:34 +01:00
Julien Neuhart
c6f6a87499
now using latest version of unoconv, allowing to specify paper size and orientation + updating go client ( #24 )
2018-12-12 16:16:35 +01:00
Julien Neuhart
6ee1932cbf
improving API tests: now verifying response content type and status code
2018-12-11 14:16:43 +01:00
Julien Neuhart
52c14a79a1
fixing GoDoc + some test function names
2018-12-10 20:21:31 +01:00