Commit Graph

289 Commits

Author SHA1 Message Date
Philipp Mieden
c2837eec07 fix: validate server url in NewHTTPClient and return an error for invalid configurations 2021-10-07 10:40:02 +02:00
Stefan Martinov
006bd6ea0a feat: update repository path for docker hub 2021-09-22 11:59:51 +02:00
Stefan Martinov
ac85c31b77
Configurable Repository Timeout (#25)
* feat: implement correct prometheus metrics

* feat: remove nodeID from metrics due to high cardinality

* feat: add configurable timeouts to contentserver
2021-09-22 11:52:53 +02:00
franklin
93fcca1a5f feat: make http transport client exchangeable 2021-07-30 17:37:10 +02:00
Jan Halfar
ae29f1060c
Merge pull request #24 from foomo/feature/get-content-path-data-fields
feat: add PathDataFields option on GetContent
2021-07-01 09:53:46 +02:00
franklin
5788fd203d feat: add PathDataFields option on GetContent 2021-06-30 15:53:16 +02:00
Stefan Martinov
c9bf5666e5
Merge pull request #23 from foomo/feature/metrics-and-logging
feat: update metrics & logging
2020-11-23 12:38:02 +01:00
Stefan Martinov
ffa04ace36 feat: add better metrics for errors 2020-11-23 11:33:36 +01:00
Stefan Martinov
24c65ba8df chore: return logging of error requested 2020-11-23 09:29:47 +01:00
Stefan Martinov
ddb4adf571 feat: add update request queue test 2020-11-22 18:53:16 +01:00
Frederik Löffert
0ab7935a05
response wrapper to fix json unmarshal issues (#21)
* chore: change wrapping

* fix: fix mapping bugs

Co-authored-by: Stefan Martinov <stefan.martinov@gmail.com>
2020-04-01 12:25:55 +02:00
Frederik Löffert
f75f3a09ae Dockerfile build cleanup 2020-03-30 23:16:48 +02:00
Frederik Löffert
422fcf95b6 go version updated to 1.14 2020-03-30 22:52:01 +02:00
Frederik Löffert
7280bc5e03 Dockerfile: updated go to version 1.14 and alpine to 3.11 2020-03-30 22:46:40 +02:00
Cristian Vidmar
2b9d7ea9e7 ExposeHiddenNodes in request 2020-03-16 18:02:25 +01:00
Stefan Martinov
934b1dc9c4 fix: add update log queue rejection 2019-10-25 16:37:05 +02:00
Stefan Martinov
620291db4a feat: remove errors in update queue and add recovery mechanism 2019-09-25 17:27:00 +02:00
Stefan Martinov
130ab553e3
Merge pull request #19 from foomo/feature/contentserver-panic-fix
ContentServer Panic Fix
2019-09-07 09:44:35 +02:00
Stefan Martinov
5ce4cccbea feat: add panic handlers 2019-09-06 17:26:02 +02:00
Stefan Martinov
f7f3b8096e chore: join if clause 2019-09-06 17:15:04 +02:00
Stefan Martinov
3f02444b97 fix: remove offending log nil pointers 2019-09-06 17:13:46 +02:00
Stefan Martinov
7e59a0dc71 chore; update go modules to 1.13 2019-09-06 17:08:58 +02:00
Phil
864df48b90
travis badge: use master branch 2019-06-04 15:18:31 +02:00
Philipp Mieden
b41951f51e run tests in verbose mode 2019-06-04 15:13:33 +02:00
Phil
16fd473458
Merge pull request #15 from foomo/feature/memdebug
increased delays for travis CI tests
2019-06-04 12:26:12 +02:00
Philipp Mieden
6bf4e20444 increased delays for travis CI tests 2019-06-04 12:21:42 +02:00
Phil
fd0c81bc23
Merge pull request #14 from foomo/feature/memdebug
merge feature/memdebug
2019-06-04 08:57:20 +02:00
Philipp Mieden
25afa0523d added delays to tests for travis 2019-06-04 08:55:07 +02:00
Philipp Mieden
aed699f987 Merge branch 'feature/memdebug' of github.com:foomo/contentserver into feature/memdebug 2019-06-03 19:27:12 +02:00
Philipp Mieden
1911f68de6 set go modules var in make dep 2019-06-03 19:27:06 +02:00
Frederik Löffert
d15c524be8
use makefile in travis CI 2019-06-03 19:24:06 +02:00
Frederik Löffert
0919233472
enabled gomods for travis CI 2019-06-03 19:19:32 +02:00
Philipp Mieden
473da013c9 Merge branch 'feature/memdebug' of github.com:foomo/contentserver into feature/memdebug 2019-06-03 19:10:58 +02:00
Philipp Mieden
2ab4c0364c updated go modules 2019-06-03 19:10:42 +02:00
Frederik Löffert
fd4f87da95
update go version (1.12) in travis CI 2019-06-03 19:06:20 +02:00
Philipp Mieden
0661a69601 removed version flag 2019-06-03 12:16:48 +02:00
Philipp Mieden
e6e95db586 fixed log rotation and updated tests accordingly 2019-05-29 15:23:42 +02:00
Philipp Mieden
a2b0eabb41 logging: set console encoding explicitely if LOG_JSON env var is not set 2019-05-29 15:17:47 +02:00
Philipp Mieden
f5d1117c67 set explicit go version in Dockerfile, current latest: 1.12.5 2019-05-29 14:19:07 +02:00
Philipp Mieden
6381c7c0c2 added metric for failed attempts to persist the content history 2019-05-29 14:14:15 +02:00
Philipp Mieden
581e68599c added flag to set the maximum number of history versions, set default to 1 2019-05-29 13:59:18 +02:00
Philipp Mieden
1c814a450c testclient: log number of dimensions for GetRepo 2019-05-29 13:58:14 +02:00
Philipp Mieden
2cf28f7217 updated graphics for horizontal scaling 2019-05-29 12:23:55 +02:00
Philipp Mieden
8197ec0931 removed version flag: git tags are used for versioning 2019-05-27 14:35:06 +02:00
Philipp Mieden
8d85fc5f81 GetRepo cleanup and testing, fixed unit tests 2019-05-27 12:11:16 +02:00
Philipp Mieden
0aed28b524 removed links 2019-05-27 10:45:32 +02:00
Philipp Mieden
fcc36028c1 Merge branch 'feature/memdebug' of github.com:foomo/contentserver into feature/memdebug 2019-05-27 10:23:37 +02:00
Philipp Mieden
1d3405cbf7 updated graphics and readme 2019-05-27 10:23:28 +02:00
Philipp Mieden
9e8a0cb6d3 cleanup 2019-05-24 17:45:44 +02:00
Philipp Mieden
735a0ab3f8 cleanup 2019-05-24 17:45:44 +02:00