Commit graph

22 commits

Author SHA1 Message Date
Dimitri Herzog
a4b89537db
update golangci-lint (#510)
* update golangci-lint

* enable gomnd linter

* enable asciicheck linter

* enable bidichk linter

* enable durationcheck linter

* enable errchkjson linter

* enable errorlint linter

* enable exhaustive linter

* enable gomoddirectives linter

* enable gomodguard guard

* enable grouper linter

* enable grouper and ifshort linters

* enable importas linter

* enable makezero linter

* enable nestif linter

* enable nilerr linter

* enable nilnil linter

* enable nlreturn linter

* enable nolintlint linter

* enable predeclared linter

* enable sqlclosecheck linter

* enable tenv linter

* enable wastedassign linter
2022-05-10 09:09:50 +02:00
ThinkChaos
27c8cbf2b7
Update to gingko v2 (#447) 2022-03-03 11:27:27 +01:00
FileGo
c176b02ac9
Support Postgresql database for query log (#348)
Co-authored-by: Dimitri Herzog <dimitri.herzog@gmail.com>
2022-01-07 21:42:06 +01:00
Dimitri Herzog
cdec99567a updated retry-go 2021-12-24 22:40:06 +01:00
Dimitri Herzog
ccc6f888e3 externalize retry parameters for query log 2021-12-21 22:03:02 +01:00
Dimitri Herzog
9b4752442e Retry to establish db connection for query log (#351) 2021-12-13 22:10:14 +01:00
Dimitri Herzog
e882fa0a39
Fallback when using mysql or file as query log (#318) (#336) 2021-11-11 08:52:21 +01:00
FileGo
98cf484517
Option to disable the query log (#333) 2021-11-10 21:54:32 +01:00
Dimitri Herzog
e6ca89607a write database entries async in bulk 2021-09-13 22:06:21 +02:00
Dimitri Herzog
ee8f041938 refactoring: generate enums 2021-09-11 21:31:03 +02:00
Dimitri Herzog
dca82623a1 Storing the query log in the database (#258) 2021-09-08 21:38:34 +02:00
Dimitri Herzog
63735546bb moving model types to the separate package 2021-09-08 21:38:34 +02:00
Dimitri Herzog
919512959b use full-qualified name as module 2021-08-27 13:41:36 +02:00
donald-art
7ee2e7db64
public API documentation (#146)
* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments

* added doc comments
2021-02-26 13:45:57 +01:00
Dimitri Herzog
0fd25207d1 introducing event bus, refactorings 2021-01-23 22:29:43 +01:00
Dimitri Herzog
5b06ca27af #59: Windows Support 2020-05-24 22:42:43 +02:00
Dimitri Herzog
0ec6c8af9c Test rewrite (Ginkgo), Refactorings 2020-05-04 22:20:13 +02:00
Dimitri Herzog
be22cb0a21 added file close 2020-03-06 23:00:27 +01:00
Dimitri Herzog
e12d17dc66 replaced String function by generic 2020-02-23 22:32:24 +01:00
Dimitri Herzog
4c831e2df7 log response code 2020-01-25 22:20:09 +01:00
Dimitri Herzog
37f59bb7b6 Escaping of file names 2020-01-17 21:52:41 +01:00
Dimitri Herzog
01a8a402dc initial commit 2020-01-12 18:23:35 +01:00