3
0

173 Commits

Author SHA1 Message Date
Denis Arh
92a64eecba Migrate to go modules 2019-10-09 19:16:04 +02:00
Denis Arh
8ca797e2d2 Renam aux.go to default.go
disallowed path element "aux.go" on go get
2019-10-09 19:15:53 +02:00
Tomaž Jerman
00b0047597 Change record value column type to LONGTEXT 2019-10-09 17:30:04 +02:00
Denis Arh
ddac9fac9c Allow use of user ID as notification rcpt 2019-10-09 08:04:18 +02:00
Denis Arh
f1b4c3a842 Re-sanitize values on record update/create triggers
Fixes #30
2019-10-09 08:03:39 +02:00
Denis Arh
d130e7e641 Fix tools & specs (internal => pkg) 2019-10-01 18:21:09 +02:00
Denis Arh
f493f4fb6b Move internal/permissions to pkg/permissions 2019-10-01 17:53:20 +02:00
Denis Arh
ebfa4cbffd Move internal/payload to pkg/payload 2019-10-01 17:51:39 +02:00
Denis Arh
5e3f3f1342 Move internal/mail to pkg/mail 2019-10-01 17:51:06 +02:00
Denis Arh
82bf6e3617 Move internal/store to pkg/store 2019-10-01 17:50:24 +02:00
Denis Arh
52901a9385 Move internal/http to pkg/http 2019-10-01 17:49:59 +02:00
Denis Arh
62aa794b84 Move internal/auth to pkg/auth 2019-10-01 17:47:43 +02:00
Denis Arh
f5f0096035 Remove internal/test pkg 2019-10-01 17:42:26 +02:00
Denis Arh
8e231fcc3a Additional logging for record orgaizer, fix invalid exec args 2019-10-01 16:09:08 +02:00
Denis Arh
16b82cffb1 Add support for record importing 2019-10-01 14:23:33 +02:00
Denis Arh
6fbb270c05 Rename AdminRoleID to AdminsRoleID for consistency 2019-10-01 13:54:49 +02:00
Denis Arh
f9c3cd0065 Refactor & enabled log() fn in all services 2019-09-30 19:50:04 +02:00
Denis Arh
a2bd3d31f8 Cast IDs from uint64 to string 2019-09-30 13:16:10 +02:00
Denis Arh
8302bdbff4 Move ref. resolve at the very end of page imp. 2019-09-30 11:39:51 +02:00
Denis Arh
262d01f7af Improve trigger condition imp/exp handling 2019-09-30 10:45:02 +02:00
Denis Arh
6d6cfe17f7 Fix module importer error msg & test 2019-09-30 10:20:40 +02:00
Denis Arh
126673e4fc Fix a. script import issues 2019-09-30 10:20:40 +02:00
Denis Arh
4df77a9c0a Fix module import issues, improve error handling/reporting 2019-09-30 10:20:40 +02:00
Denis Arh
d92f16902b Fix tests (adopt new a.script constraints, change provisioning) 2019-09-30 10:20:40 +02:00
Denis Arh
c240bb6a20 Refactored configuration provisioning 2019-09-30 10:20:40 +02:00
Denis Arh
792c2aa62d Remove namespace & permission provisioning from old migration files 2019-09-30 10:20:40 +02:00
Denis Arh
b892dbfd38 Add support for exp/imp calendar module refs 2019-09-30 10:20:40 +02:00
Denis Arh
5601a09550 Improve compose importer
Add tests, comments
Roles are no longer dynamicly synced from system service
but hard coded. This is a temp solution
2019-09-30 10:20:40 +02:00
Denis Arh
1302f243f4 Add tests, basic messaging importer 2019-09-30 10:20:40 +02:00
Denis Arh
9c37d6d4e2 Automation script exp/imp, tweaking compose exporters 2019-09-30 10:20:39 +02:00
Denis Arh
1f4e0bb06a Minor modifications to export logic to keep exports small 2019-09-30 10:20:39 +02:00
Denis Arh
54f2a3dab3 Permission exporting 2019-09-30 10:20:39 +02:00
Denis Arh
5278ae217f Prefix user grpc service & messages, add role finder 2019-09-30 10:20:39 +02:00
Denis Arh
c3682ca05c Add importer tests 2019-09-30 10:20:39 +02:00
Denis Arh
748caac786 Export chart report module ref 2019-09-30 10:20:39 +02:00
Denis Arh
823dffdd1b Improve compose resource importing 2019-09-30 10:20:39 +02:00
Denis Arh
8ad87c8824 Move to typed props for ns, fields, charts... 2019-09-30 10:20:39 +02:00
Denis Arh
55da25788f CLI export tool for compose 2019-09-30 10:20:39 +02:00
Denis Arh
6535034d87 Add full support for handle on module/chart/page 2019-09-30 10:20:39 +02:00
Denis Arh
40ab1e22ea Make structs for page block & chart config 2019-09-30 10:20:39 +02:00
Denis Arh
71a78d53a5 Add support for handle, fix tests 2019-09-30 10:20:39 +02:00
Denis Arh
838fa8302a Add import/export commands 2019-09-30 10:20:39 +02:00
Denis Arh
9f91a3ae0e Importer for base compose & system elements 2019-09-30 10:20:39 +02:00
Denis Arh
9765fb54a6 Add intg. test for record exporting, more strict param checking 2019-09-30 10:20:15 +02:00
Denis Arh
28f8d23e52 Support for notification mail attachments 2019-09-29 14:20:02 +02:00
Denis Arh
c626b82af3 Remove With(ctx) pattern from notifications service 2019-09-29 14:20:02 +02:00
Denis Arh
861afe23ee Add priv/req/vis/multi field flags to protobuf def 2019-09-23 19:44:19 +02:00
Tomaž Jerman
fe5e776601 Discard deferred script's result 2019-09-20 12:27:38 +02:00
Tomaž Jerman
c00eb03001 Allow deferred & interval triggers 2019-09-20 12:27:38 +02:00
Tomaž Jerman
1971d922be Update mocks 2019-09-20 12:27:38 +02:00