ShiKhu
|
cb01c3cb28
|
fix(backend/storage): codefix
|
2022-04-28 19:21:45 +02:00 |
|
ShiKhu
|
6d4800feea
|
feat(backend/storage):split files into 2
|
2022-04-28 19:14:23 +02:00 |
|
Alexander Zavorotynskiy
|
de3ba9c7f6
|
fix(backend): added missed return in error case
|
2022-04-28 18:02:56 +02:00 |
|
Alexander Zavorotynskiy
|
3132db6205
|
fix(backend): fixed possible panic in the defer
|
2022-04-28 17:55:56 +02:00 |
|
ShiKhu
|
43669c082c
|
gofmt
|
2022-04-25 23:09:52 +02:00 |
|
ShiKhu
|
b21419a8b9
|
fix(backend): bad_request starts from 400
|
2022-04-25 18:38:11 +02:00 |
|
ShiKhu
|
e1b3d20dc8
|
feat(backend-ender): fire missing_resource event
|
2022-04-25 15:21:41 +02:00 |
|
ShiKhu
|
e5e6008eb8
|
feat(backend-ender):fire bad_request on Fetch with status >=300
|
2022-04-25 14:01:55 +02:00 |
|
ShiKhu
|
263dd79d7f
|
fix(backend-http):read from request without copying byts to array first
|
2022-04-23 13:54:56 +02:00 |
|
ShiKhu
|
6642784f58
|
fix(backend-integrations): no exit on request error
|
2022-04-15 21:23:15 +02:00 |
|
ShiKhu
|
fb60c5d085
|
fix(backend):pprof server start
|
2022-04-13 23:02:12 +02:00 |
|
ShiKhu
|
2bb97b3ddf
|
feat(backend): pprof on http worker
|
2022-04-13 21:53:13 +02:00 |
|
ShiKhu
|
4fa1751a68
|
fix(backend-storage): dir clean in routine; MAX_POLL_INTERVAL_MS env var
|
2022-04-06 16:53:49 +02:00 |
|
ShiKhu
|
011cbd006b
|
fix(ackend-assets): use cachePath in timeout map instead of original url
|
2022-04-04 20:40:21 +02:00 |
|
ShiKhu
|
3b3015e025
|
fix(backend-http): always Close() body
|
2022-04-03 13:31:54 +02:00 |
|
ShiKhu
|
c8872064ec
|
code(backend): use 1.18 time features
|
2022-04-01 19:43:46 +02:00 |
|
ShiKhu
|
197c39f96a
|
feat(backend): go v.1.18 upgrade
|
2022-04-01 19:14:08 +02:00 |
|
ShiKhu
|
daa5a7fad5
|
codefix(backend): code-format & Close() body on /i
|
2022-03-30 18:30:33 +02:00 |
|
ShiKhu
|
8c97576970
|
codefix(backend): autoCommit as init consumer parameter
|
2022-03-30 18:27:33 +02:00 |
|
ShiKhu
|
15f67c8595
|
feat(backend): save payloads
|
2022-03-06 19:09:02 +01:00 |
|
ShiKhu
|
777648dedd
|
format(backend): format some go files
|
2022-03-06 17:30:27 +01:00 |
|
ShiKhu
|
6930b71c5f
|
db (feat): pg batching
|
2022-02-18 20:53:13 +01:00 |
|
ShiKhu
|
95c5190b07
|
feat(backend): incoming queue stats logging for ender & db
|
2022-02-16 19:44:03 +01:00 |
|
Taha Yassine Kraiem
|
b33d05f1e6
|
feat(backend): changed logs
|
2022-02-09 18:19:58 +01:00 |
|
Taha Yassine Kraiem
|
c4d767a6d0
|
feat(integrations): exit on error
|
2022-02-09 15:02:36 +01:00 |
|
Taha Yassine Kraiem
|
6189883c5d
|
feat(integrations): exit on error
|
2022-02-09 15:01:47 +01:00 |
|
Taha Yassine Kraiem
|
e7cc039f97
|
feat(db): rollback changes
|
2022-01-28 20:52:28 +01:00 |
|
Taha Yassine Kraiem
|
a5c56bee23
|
feat(db): sessions use string instead of *string
|
2022-01-28 19:47:28 +01:00 |
|
Taha Yassine Kraiem
|
1224664fbb
|
feat(integrations): marshal payload map
feat(db): cast payload to jsonb
|
2022-01-28 19:25:57 +01:00 |
|
Taha Yassine Kraiem
|
5b256546eb
|
feat(db): log new events
|
2022-01-28 17:29:11 +01:00 |
|
Taha Yassine Kraiem
|
b4ced1f28d
|
feat(integrations): log new events attributes
|
2022-01-28 17:00:42 +01:00 |
|
Taha Yassine Kraiem
|
1c4505a62e
|
feat(integrations): log new events
|
2022-01-28 16:25:34 +01:00 |
|
Taha Yassine Kraiem
|
193668e87a
|
feat(integrations): add sessionId to Event
|
2022-01-28 15:36:53 +01:00 |
|
Taha Yassine Kraiem
|
24653af5e2
|
feat(integrations): fixed source
|
2022-01-28 15:15:20 +01:00 |
|
Taha Yassine Kraiem
|
93be4b4ff1
|
feat(integrations): fixed response parsing
|
2022-01-28 15:05:29 +01:00 |
|
Taha Yassine Kraiem
|
2167853fc9
|
feat(integrations): interface key check
|
2022-01-28 12:56:50 +01:00 |
|
Taha Yassine Kraiem
|
86eb724f27
|
feat(integrations): changed all structures
|
2022-01-28 12:40:50 +01:00 |
|
Taha Yassine Kraiem
|
2e227f6584
|
feat(integrations): changed response structure
|
2022-01-28 12:13:13 +01:00 |
|
Taha Yassine Kraiem
|
0b51a40254
|
feat(integrations): changed response marshaling
|
2022-01-28 11:56:51 +01:00 |
|
Taha Yassine Kraiem
|
8c63d03cd8
|
feat(integrations): changed query
|
2022-01-28 11:28:09 +01:00 |
|
Taha Yassine Kraiem
|
1f4c6da02a
|
feat(integrations): logs and parsers
|
2022-01-28 11:15:01 +01:00 |
|
Taha Yassine Kraiem
|
835827b8be
|
feat(integrations): logs and changes
|
2022-01-28 10:51:59 +01:00 |
|
Taha Yassine Kraiem
|
30d0886a20
|
feat(integrations): logs
|
2022-01-28 10:37:05 +01:00 |
|
Taha Yassine Kraiem
|
52557afaff
|
feat(integrations): reset main
|
2022-01-28 00:35:08 +01:00 |
|
Taha Yassine Kraiem
|
e05b81892a
|
feat(integrations): old code new changes
|
2022-01-28 00:29:13 +01:00 |
|
Taha Yassine Kraiem
|
396a2fae5f
|
feat(api): changed sort
|
2022-01-28 00:19:44 +01:00 |
|
Taha Yassine Kraiem
|
46b10702f6
|
feat(api): hardcoded query
|
2022-01-28 00:12:52 +01:00 |
|
Taha Yassine Kraiem
|
d909181d21
|
feat(api): hardcoded query
|
2022-01-28 00:01:25 +01:00 |
|
Taha Yassine Kraiem
|
c95b8b97b3
|
feat(api): logs & query
|
2022-01-27 23:47:01 +01:00 |
|
Taha Yassine Kraiem
|
6a89867ba3
|
feat(api): logs
|
2022-01-27 23:09:19 +01:00 |
|