3
0
Commit Graph

103 Commits

Author SHA1 Message Date
Denis Arh f291613516 Rename RecordFilter's Filter to Query for consistency 2020-04-30 07:30:25 +02:00
Denis Arh 8c93135124 Describe settings/current endpoint 2020-04-20 12:27:57 +02:00
Denis Arh 23bf0c52c7 Add missing raw&has for post&get 2020-04-08 17:02:07 +02:00
Denis Arh fe8db890b0 Add support for limit/offset 2020-03-27 18:36:05 +01:00
Denis Arh 7a6a0851c2 Add limit/offset params, reformat all paging & sorting params 2020-03-27 18:36:05 +01:00
Denis Arh 5a966a2303 Add request param getters & checkers 2020-03-27 18:36:05 +01:00
Denis Arh 32ce2216cb Add generated code for added page weight 2020-03-26 20:27:45 +01:00
Denis Arh 6e5047bd22 Add ability to manually trigger record iterator via API 2020-03-26 19:07:14 +01:00
Denis Arh ce10e46e71 Refactor corredor service and make it less events-oriented 2020-03-26 19:07:13 +01:00
Tomaž Jerman 845dc2c4de Fix page ordering by exposing weight 2020-03-18 09:55:49 +01:00
Denis Arh 0c95128bdc More robust record importing initialization, fallback to file ext when text is detected 2020-03-16 12:33:41 +01:00
Denis Arh 83a7707ac0 Remove permissions related to legacy automation 2020-02-26 20:24:44 +01:00
Denis Arh 7ce5a13bca Refactor and improve record value sanitization & validation 2020-02-22 06:53:01 +01:00
Denis Arh 1da269abc7 Add support for bulk record delete 2020-02-18 09:11:17 +01:00
Denis Arh ddc9ef03c4 Remove extra space on subject field name (notif. api) 2020-01-28 17:33:23 +01:00
Denis Arh 3548742b85 Flip checking logic for url signature check 2020-01-28 10:13:17 +01:00
Denis Arh b89b1d1056 Bundle code serving 2020-01-22 18:07:49 +01:00
Denis Arh b9cd860bf2 Improve script filtering 2020-01-22 17:39:14 +01:00
Denis Arh 9fd7adcaa2 Implements script security, add on-manual sec. check 2020-01-22 07:46:49 +01:00
Denis Arh ded83ff5db Improve onManual trigger for all resources 2020-01-18 07:05:35 +01:00
Denis Arh 1e096d1abc Unify trigger endpoint names 2020-01-18 07:05:35 +01:00
Denis Arh 1195534dcd Automation REST handler & filter cleanup 2020-01-18 07:05:35 +01:00
Denis Arh ebb9b70bfe Add REST API endpoints for manual automation script triggering 2020-01-18 07:05:34 +01:00
Denis Arh 7dbd14899f Remove old automation/corredor logic 2020-01-18 07:05:34 +01:00
Denis Arh 10dd0226c1 Settings service cleanup
Remove intermediate settings service layer
2019-10-31 00:06:27 +01:00
Denis Arh ba3d1967c5 Cleanup settings endpoint, expose setting struct on API 2019-10-30 20:23:54 +01:00
Denis Arh c6688db3d0 Refactor attachment repo 2019-10-29 10:06:14 +01:00
Denis Arh 509875b550 Refactor page repo 2019-10-29 10:06:14 +01:00
Denis Arh 14f66a0a94 Refactor module repo 2019-10-29 10:06:14 +01:00
Denis Arh 5c5066dcec Refactor chart repo 2019-10-29 10:06:14 +01:00
Denis Arh 4c67a7ed04 Refactor namespace repo 2019-10-29 10:06:14 +01:00
Tomaž Jerman 7528774250 Add record impor tests 2019-10-29 09:59:31 +01:00
Tomaž Jerman 08860a90e4 Add settings service to compose 2019-10-16 12:37:37 +02:00
Denis Arh ddac9fac9c Allow use of user ID as notification rcpt 2019-10-09 08:04:18 +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 62aa794b84 Move internal/auth to pkg/auth 2019-10-01 17:47:43 +02:00
Denis Arh 8e231fcc3a Additional logging for record orgaizer, fix invalid exec args 2019-10-01 16:09:08 +02:00
Denis Arh d92f16902b Fix tests (adopt new a.script constraints, change provisioning) 2019-09-30 10:20:40 +02:00
Denis Arh 8ad87c8824 Move to typed props for ns, fields, charts... 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 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 dc99bc2cb8 Add record procedure exec capabilities
This will allow us to perform bulk operations on record & record-values
2019-09-13 11:29:01 +02:00
Denis Arh d6b7e0c9bf Add integ. tests for automation scripts & triggers 2019-09-11 13:40:06 +02:00
Denis Arh 73e0180600 Remove internal/ from compose 2019-09-09 13:04:12 +02:00