3
0
Commit Graph

84 Commits

Author SHA1 Message Date
Denis Arh
b6eb143c38 Pagination fixes 2020-11-26 06:23:24 +01:00
Denis Arh
4b528af249 Add tests for sorting records by sys fields 2020-11-19 12:22:28 +01:00
Denis Arh
770a0053e0 Bespoke paging (non-cursor) for actionlog 2020-11-16 19:01:09 +01:00
Denis Arh
11ea5df303 Pagination/sorting fixes & improvements 2020-11-16 14:20:43 +01:00
Denis Arh
fc0ed924de Make sure cursor to next page is not returned if there are no resources 2020-11-13 13:01:34 +01:00
Denis Arh
b7de337db9 Fix sorting&paging on RDBMS store 2020-11-13 08:10:09 +01:00
Denis Arh
82fd6309e0 Fix NULL values for applications 2020-11-12 09:13:47 +01:00
Tomaž Jerman
544ce76c74 Prepare store/actionlog tests 2020-11-12 09:11:01 +01:00
Denis Arh
979acf0a84 Make store sorting more robust 2020-11-10 16:04:41 +01:00
Denis Arh
ecedd4ee2c Reorganize Makefiles 2020-11-10 14:49:51 +01:00
Denis Arh
ee67a78f3d Fix metrics for apps, roles & users 2020-11-10 09:43:13 +01:00
Denis Arh
ba753c068f Internal auth login/signup cleanup & tests 2020-11-09 11:33:35 +01:00
Denis Arh
725f7de2b8 Enable sqlite3 RDBMS store backaned 2020-11-08 18:23:54 +01:00
Denis Arh
29807812bb Minor store fixes 2020-11-06 11:52:28 +01:00
Denis Arh
76e803cc3c Implement support for labels on system resources 2020-11-06 08:33:24 +01:00
Denis Arh
b82ddad83a Implement support for labels on compose resources 2020-11-06 08:32:42 +01:00
Denis Arh
d89cc6e207 Label store config & RDBMS implementation 2020-11-06 07:47:53 +01:00
Denis Arh
fc74d44563 go vet fixes 2020-11-05 19:57:47 +01:00
Denis Arh
7666fe2d62 Improve store errors 2020-11-04 14:18:52 +01:00
Denis Arh
02d18175f9 Fix codegen when search cfg is sorting&&!paging 2020-10-29 08:23:04 +01:00
Denis Arh
02c2ffc195 Refactor and simplify store upgrade proc running 2020-10-22 14:05:16 +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
Tomaž Jerman
6703b4b3ca Rename service-cloud - service-solution 2020-09-30 17:34:39 +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
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
7508659165 RBAC refactored (pkg renamed, init improved) 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
4cef8eecd4 Tidy up id.Next() and time.Now() use 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
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
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
68deb606a0 Fix messaging integration tests 2020-09-08 19:56:11 +02:00
Denis Arh
be76207e50 Fix compose integration tests 2020-09-08 14:51:19 +02:00
Denis Arh
4e2f9fdfcd Fix provisioning over new store 2020-09-08 10:16:45 +02:00
Denis Arh
024e6ce890 Rewired db connection to store/rdbms 2020-09-08 07:54:23 +02:00
Denis Arh
758aaa2374 Move field-to-column mapping under RDBMS 2020-09-07 08:39:35 +02:00
Denis Arh
f64bf4673e Ported pkg/rh to pkg/filter and removed obsolete code 2020-09-06 16:33:57 +02:00
Denis Arh
f7070b4fa5 Fix tests, improve constraint checking 2020-09-06 15:37:19 +02:00