Commit Graph

53 Commits

Author SHA1 Message Date
Fernandez Ludovic
d23068be44 docs: update license 2022-02-13 15:55:00 +01:00
Pierre-Yves Aillet
c88402491b
add access logs 2022-02-13 15:50:07 +01:00
Fernandez Ludovic
36f93ee1a6 chore: update linter 2022-02-13 15:17:14 +01:00
Fernandez Ludovic
752a8492c7 docs: add cacert flag 2022-02-13 15:13:36 +01:00
Fernandez Ludovic
cfac507e9c docs: improve documentation 2022-02-13 15:08:26 +01:00
Fernandez Ludovic
9a05fd8b8d docs: improve examples 2022-02-13 14:58:02 +01:00
jtagcat
24e337834f
docs: add example with compose ft. flags (#51)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-02-13 14:53:08 +01:00
Fernandez Ludovic
c36625cb56 chore: clean the start of the server 2021-12-03 18:55:03 +01:00
Fernandez Ludovic
a067f0ee4c fix: rename WHOAMI_PORT to WHOAMI_PORT_NUMBER
k8s creates env var based on service name,
then WHOAMI_PORT exists and contains a URL instead of a number.
2021-12-03 18:49:47 +01:00
Fernandez Ludovic
28f833757e chore: update linter, Go, and seihon 2021-12-03 10:13:32 +01:00
Juan Carlos García del Canto
04e535038e
Allow to pass port using an environment variable (#44) 2021-10-27 14:51:23 +02:00
Fernandez Ludovic
09cbe40f67 chore: fix github action cache. 2021-07-17 05:58:42 +02:00
Douglas De Toni Machado
9baca36b2c
Add mutual TLS support 2021-06-24 16:54:12 +02:00
Fernandez Ludovic
6516f0ace6 chore: use GitHub Actions. 2020-12-05 16:51:32 +01:00
Romain
9378a1e1d2
Refactor: rebranding (#34) 2020-09-16 09:53:35 +02:00
Fernandez Ludovic
1ef68230de feat: display name in /api endpoint. 2020-06-20 19:55:29 +02:00
Fernandez Ludovic
b112c2640e chore: update dependencies. 2020-05-09 17:31:09 +02:00
Fernandez Ludovic
90425015d5 chore: update linter. 2020-05-09 17:30:12 +02:00
Ludovic Fernandez
c4809bbe21
feat: add a name to be more human friendly. (#29) 2020-03-11 13:11:36 +01:00
Fernandez Ludovic
741a054a0c chore: update golangci-lint. 2020-02-28 01:09:42 +01:00
Yinon Avraham
9bf5b44f24 Fix typo in default unit for data size (#24) 2019-10-20 23:53:38 +02:00
Yinon Avraham
bf0a64d4c2 Document the 'wait' and 'unit' query params (#23) 2019-10-16 09:18:17 +02:00
Fernandez Ludovic
99174922cb chore: allow to build tags on CI. 2019-10-06 20:07:51 +02:00
Fernandez Ludovic
c88b974352 feat: multi-arch Docker image. 2019-10-06 20:00:21 +02:00
Fernandez Ludovic
affedf56a2 chore: add linter. 2019-09-17 01:18:37 +02:00
Fernandez Ludovic
c0fd58d016 doc: improve readme. 2019-09-17 01:10:56 +02:00
Fernandez Ludovic
e5a3e4f79d doc: improve readme. 2019-09-17 00:54:04 +02:00
Fernandez Ludovic
245b477e37 doc: improve readme. 2019-09-17 00:42:28 +02:00
Fernandez Ludovic
3e0740e194 chore: add CI configuration. 2019-09-17 00:40:58 +02:00
Fernandez Ludovic
d8aeedd011 doc: improve readme. 2019-09-17 00:39:02 +02:00
Fernandez Ludovic
510476dca9 chore: improve Dockerfile. 2019-09-17 00:38:14 +02:00
Fernandez Ludovic
fa9f921632 chore: update dependencies. 2019-09-17 00:37:29 +02:00
Michael
27713d1e8d Update to go1.12 (#21) 2019-09-03 11:41:03 +02:00
Michael
5e438f6f9e Add remoteAddr information (#20) 2019-09-03 11:40:33 +02:00
Fernandez Ludovic
48ed709a3a refactor: code review. 2019-01-10 00:28:38 +01:00
Alan Scherger
c835c52085 Use go modules (#15) 2019-01-09 23:58:52 +01:00
Ryan Campbell
2bc53608e9 add req.Host and req.Method to api handler response (#13)
This is useful information to return when (for example) testing a
reverse proxy.
2018-10-29 14:26:25 +01:00
Gérald Croës
90c7fab968 adds a /data path (#14) 2018-10-29 14:25:39 +01:00
Ludovic Fernandez
2305eab132
Add badge 2018-10-18 00:27:48 +02:00
Ludovic Fernandez
0160af70f9
Create LICENSE 2018-10-18 00:07:50 +02:00
Ludovic Fernandez
72d3d9cd1c New build system (#9) 2018-08-09 11:05:36 +02:00
Gérald Croës
585d48ff07 Fixed the container name (#8)
* Fixed the container name
* whoamI -> whoami
2018-08-06 17:05:34 +02:00
Daniel Tomcej
c039b48727 Add TLS Option (#7)
* add tls
remove unused var

* remove defaults
2018-07-30 21:43:23 +02:00
Emile Vauge
396480734c
Add body to benchHandler 2018-06-06 17:36:52 +02:00
Emile Vauge
f1fe8b7fa0 Merge pull request #2 from Juliens/master
Add health with update on POST
2017-02-07 11:35:31 +01:00
Julien Salleyron
c60eef3b94 RWMutex + defer Unlock 2017-02-07 11:14:38 +01:00
Julien Salleyron
5ebf416f43 Add lock 2017-02-06 23:29:46 +01:00
Julien Salleyron
531a7e2b13 Add health with update on POST 2017-02-06 16:41:38 +01:00
Emile Vauge
1362371fa1
updates 2016-06-30 10:51:39 +02:00
emile
4a4db8d195 added JSON API on /api 2015-11-09 22:33:16 +01:00