3
0

2058 Commits

Author SHA1 Message Date
Denis Arh
ed8fc547f7 Config. environment (throughenv var 'ENVIRONMENT') 2020-11-04 15:13:27 +01:00
Denis Arh
7666fe2d62 Improve store errors 2020-11-04 14:18:52 +01:00
Denis Arh
ecb7f52c31 Improve error creation & handling by API 2020-11-04 14:18:33 +01:00
Denis Arh
8ba5e22d72 Cleaning up unused packages 2020-11-02 14:23:46 +01:00
Denis Arh
02d18175f9 Fix codegen when search cfg is sorting&&!paging 2020-10-29 08:23:04 +01:00
Denis Arh
24285e8d32 Support custom parsers for REST params 2020-10-26 19:16:47 +01:00
Denis Arh
369e9d91f7 Improve cli error handler 2020-10-26 08:12:09 +01:00
Denis Arh
02c2ffc195 Refactor and simplify store upgrade proc running 2020-10-22 14:05:16 +02:00
Denis Arh
8cee9740ae Improve paging cursor enc/dec 2020-10-20 10:34:44 +02:00
Denis Arh
9a21226163 Fix Delete/delete store config inconsistency 2020-10-18 16:13:36 +02:00
Denis Arh
754ebbde95 Refactor value preprocessing out of RDBMS to store 2020-10-18 16:13:36 +02:00
Denis Arh
31bf551621 Fix compose module tests 2020-10-12 15:22:35 +02:00
Denis Arh
b534308143 Fix pagination cursor dec/enc + finish impl 2020-10-12 15:20:55 +02:00
Denis Arh
56422397cc Fix types.yaml search path for codegen 2020-10-06 21:11:38 +02:00
Denis Arh
b31bf817b6 Removed obsolete codegen.sh (replaced by Makefile) 2020-10-01 19:03:13 +02:00
Denis Arh
09820edc2a Upgrade protobufs & grpc for corredor 2020-10-01 19:02:22 +02:00
Denis Arh
61c71859b6 Move provision codegen to (separate) makefile 2020-10-01 12:04:45 +02:00
Denis Arh
1b1f71dc37 Rework mail sending flow & error creating/handling 2020-09-30 17:34:39 +02:00
Denis Arh
5b5fd63226 Tweaks for Makefile, make watch dependant on gin 2020-09-30 17:34:39 +02:00
Tomaž Jerman
6703b4b3ca Rename service-cloud - service-solution 2020-09-30 17:34:39 +02:00
Denis Arh
e1cf327227 Add SMTP_TSL_INSECURE and SMTP_TSL_SERVER_NAME for better SMTP TSL control 2020-09-30 17:14:16 +02:00
Denis Arh
a0036bdecf Fix default-addr and test-email sending 2020-09-30 17:12:28 +02:00
Denis Arh
60b4d4f636 Fix role provisioning 2020-09-30 12:29:44 +02:00
Denis Arh
d1b21514a0 Fix user create fn, return new user 2020-09-30 12:29:44 +02:00
Denis Arh
bccd90fde7 Set MySQL mode to ANSI on connection 2020-09-30 12:29:44 +02:00
Denis Arh
f831a665eb Add sqlite3 connect in memory with debug fn 2020-09-30 12:29:44 +02:00
Denis Arh
4c45aa6d1a Replace nodemon with fswatch, improve test tasks 2020-09-30 12:29:44 +02:00
Denis Arh
02f70476b1 Fix codegen templates to gen. list of PKs
check*Constraints fn now generates list of PKs when ensuring constraints
2020-09-30 12:29:44 +02:00
Jože Fortun
3cea815fe1 Use truncAndCreate when available in store tests 2020-09-24 11:14:03 +02:00
Jože Fortun
fa3220388a Add Upsert store tests 2020-09-24 11:08:40 +02:00
Jože Fortun
2bfa26ff9c Standardize store delete tests 2020-09-18 18:58:25 +02:00
Denis Arh
b4a1331ae5 Remove namespace dbg 2020-09-18 08:13:39 +02:00
Denis Arh
7508659165 RBAC refactored (pkg renamed, init improved) 2020-09-18 07:56:58 +02:00
Denis Arh
d21cd72f7c Simplify access to system user service 2020-09-18 07:56:58 +02:00
Denis Arh
d8d48c2cfe Remove unused organization ref from messaging channel 2020-09-18 07:56:58 +02:00
Denis Arh
06222a16df Improve logger handling while connecting to rdbms 2020-09-17 20:22:03 +02:00
Denis Arh
f55bd5ba94 Tweaks for Makefile, make watch dependant on gin 2020-09-17 20:20:59 +02:00
Denis Arh
b6ea98c6fe Add role provisioning 2020-09-16 22:32:21 +02:00
Denis Arh
848e6be30b Fix actionlog type codegen 2020-09-16 19:34:00 +02:00
Denis Arh
6154d36976 Fix & improve provisioning procedures 2020-09-16 17:31:51 +02:00
Denis Arh
1c2f4de28c Optimize RBAC service loading 2020-09-16 07:37:06 +02:00
Denis Arh
d0aefb83b6 Fix object store path for system 2020-09-16 07:37:06 +02:00
Denis Arh
4cef8eecd4 Tidy up id.Next() and time.Now() use 2020-09-16 07:37:06 +02:00
Denis Arh
3a7cc105d0 Renamed temp ng-store variables to store 2020-09-16 07:37:06 +02:00
Denis Arh
5e55340759 Renamed pkg/store to pkg/objstore (Object Store) 2020-09-16 07:37:06 +02:00
Denis Arh
52b8f44d6c RDBMS cleanup, init logger in store tests 2020-09-15 15:47:01 +02:00
Denis Arh
7af6218de9 Fix record sorting order (NULLS FIRST/LAST) 2020-09-15 08:34:48 +02:00
Denis Arh
683f5e2b23 Fix drone CI testing, add store tests to "all" 2020-09-15 08:20:13 +02:00
Denis Arh
5eba380f19 Cleanup, instrumentation 2020-09-15 07:24:28 +02:00
Denis Arh
d309e17c14 Fix compose modules, add column rename (json=>meta) 2020-09-14 21:55:32 +02:00