Commit Graph

33 Commits

Author SHA1 Message Date
Andrey Sobolev
e958388e4c
Tasks as Attached Documents (#539)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-12-15 10:04:43 +01:00
Andrey Sobolev
0f81991480
Enable ESLint/prettier (#389)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-12-01 10:27:29 +01:00
Andrey Sobolev
ef0c3e8c91
Local docker compose (#332)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-22 12:17:10 +01:00
Andrey Sobolev
444441f5a4
Fix eslint working in VSCode (#314)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-17 14:38:16 +01:00
Andrey Platov
2cc2f5c700
k8s deployment use secret
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-10-23 02:05:45 +02:00
Andrey Platov
d75d17bfec
introduce TxResult
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-10-13 18:46:48 +02:00
Andrey Platov
771188e72f
Model lookup (#259)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-10-13 10:38:35 +02:00
Andrey Platov
26c93b9f01
add view trigger
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-10-10 12:02:46 +02:00
Andrey Platov
31760542c3
add new server plugin
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-28 12:18:32 +02:00
Andrey Platov
2550a7f9ce
ingress annotations
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-17 19:02:14 +02:00
Andrey Platov
9479ce0f5c
checkpoint
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-13 21:50:43 +02:00
Andrey Platov
a2ff68d6d7
fix mongodb lookup
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-03 16:34:08 +02:00
Andrey Platov
959c52a78e
switch to transactor in kubernetes
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-29 09:20:14 +02:00
Andrey Platov
c713a07531
tooling update
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-28 23:28:46 +02:00
Andrey Platov
2a010b5311
full text adapter
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-27 11:17:18 +02:00
Andrey Platov
f5f78029b6
DbAdapters finalization (#65)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-26 14:16:45 +02:00
Andrey Platov
4f4a772630
Introduce DbAdapter (#61)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-25 19:55:26 +02:00
Andrey Platov
b7ed89877d
publish
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-20 18:46:38 +02:00
Andrey Platov
c2fafc9ec9
publish updated
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-20 18:37:14 +02:00
Andrey Platov
980213d3f0
publish
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-20 18:22:42 +02:00
Andrey Platov
81871cbeeb
transaction ordering
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-20 18:20:22 +02:00
Andrey Platov
00f694f906
checkpoint
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-19 18:36:31 +02:00
Andrey Platov
99c49f39be
workspace support
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-19 12:35:56 +02:00
Andrey Platov
5ce8370a63
initial MongoStorage implementation
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-18 21:46:59 +02:00
Andrey Platov
9d1e483ef9
move triggers to server-core
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-18 19:43:17 +02:00
Andrey Platov
78e69338e7
publish
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-11 11:37:47 +02:00
Andrey Platov
f9907655a9
publish
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-08 23:06:52 +02:00
Andrey Platov
ce348f1a92
Initial login service (#13)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-08 14:52:05 +02:00
Andrey Platov
aaaa6d26e4
rework triggers
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-05 15:19:27 +02:00
Andrey Platov
6a34c5a8a0
initial dev-storage implementation
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-04 11:10:22 +02:00
Andrey Platov
df797666ec
refactor Request
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-04 10:05:05 +02:00
Andrey Platov
1860280e49
add more server tests
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-04 09:56:34 +02:00
Andrey Platov
63ba826b3e
add server base
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-03 21:02:59 +02:00