3
0

2050 Commits

Author SHA1 Message Date
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
Denis Arh
a6257143e0 Moduels updated, added vendor/github.com/ngrok/sqlmw 2020-09-13 11:36:10 +02:00
Denis Arh
ef59b4deca Fix role member selects 2020-09-10 15:02:20 +02:00
Denis Arh
464a8ecd93 Unexport partial...update() store functions, fix messaging 2020-09-09 13:27:27 +02:00
Denis Arh
edbeb57f48 Fix ordering records by values, record organizer 2020-09-09 13:11:11 +02:00
Denis Arh
15af5de7c4 Add missing msg-att test for store 2020-09-09 13:10:06 +02:00
Denis Arh
24f8457d71 Rename Storable interface to Storer
See https://golang.org/doc/effective_go.html#interface-names
2020-09-09 08:40:50 +02:00
Denis Arh
11b7803305 Use store pkg functions instead of struct methods
Mainly for consistenct
2020-09-08 20:06:03 +02:00
Denis Arh
68deb606a0 Fix messaging integration tests 2020-09-08 19:56:11 +02:00