3
0

75 Commits

Author SHA1 Message Date
Tomaž Jerman
f7922d9736 Add support for namespace clone, export, import 2021-09-23 13:05:08 +02:00
Denis Arh
9a2e58532c Fix module field resource translations 2021-09-22 11:26:14 +02:00
Denis Arh
cfd95a6682 Rename resource translation routes 2021-09-22 11:26:14 +02:00
Tomaž Jerman
e8e998293d Apply i18n to the more complex Compose resources 2021-09-22 11:26:14 +02:00
Tomaž Jerman
10e8b77d39 Deprecate record list filter query param 2021-07-14 09:56:49 +02:00
Tomaž Jerman
5f513d6e63 Add moduleID to compose page list filter 2021-03-23 16:09:26 +01:00
Denis Arh
79ed77a379 Fixed typos across the codebase (can not, cannot) 2021-03-17 17:25:05 +01:00
Denis Arh
82c76bbe6c Do not decode JSON from body if no POST params are spec. 2021-03-12 14:50:40 +01:00
Tomaž Jerman
5b7c425922 Add support for namespace/app asset upload 2021-03-03 12:33:28 +01:00
Denis Arh
18b11e56be Support for page navigation on records 2020-12-18 17:31:31 +01:00
Denis Arh
b82ddad83a Implement support for labels on compose resources 2020-11-06 08:32:42 +01:00
Denis Arh
b534308143 Fix pagination cursor dec/enc + finish impl 2020-10-12 15:20:55 +02:00
Denis Arh
7508659165 RBAC refactored (pkg renamed, init improved) 2020-09-18 07:56:58 +02:00
Denis Arh
349ff3cf2d Add improved sorting and key-based pagination 2020-08-24 15:43:04 +02:00
Denis Arh
697f3bc089 Migrated API specs to new codegen 2020-08-24 15:39:39 +02:00
Tomaž Jerman
e0b0944921 Add support for timezone export 2020-06-23 10:12:51 +02:00
Tomaž Jerman
3b15dbc350 Improve bulk record field error handling 2020-06-23 08:58:44 +02:00
Denis Arh
2a9e9411b6 Remove webhooks (endpoints, service, type, db tables, ...) 2020-06-07 10:37:22 +02:00
Tomaž Jerman
ab2e76dd22 Add support for batch record operations
Allows us to perform multiple operations with a single request
under the same transaction.
2020-05-28 23:40:21 +02:00
Jože Fortun
c84e798ce7 Add weight to page create 2020-05-19 12:52:24 +02:00
Denis Arh
efa2f28b8c Add incl/excl filtering for deleted record 2020-04-30 08:34:20 +02:00
Denis Arh
f291613516 Rename RecordFilter's Filter to Query for consistency 2020-04-30 07:30:25 +02:00
Denis Arh
23bf0c52c7 Add missing raw&has for post&get 2020-04-08 17:02:07 +02: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
Tomaž Jerman
845dc2c4de Fix page ordering by exposing weight 2020-03-18 09:55:49 +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
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
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
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
ba3d1967c5 Cleanup settings endpoint, expose setting struct on API 2019-10-30 20:23:54 +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
08860a90e4 Add settings service to compose 2019-10-16 12:37:37 +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
6535034d87 Add full support for handle on module/chart/page 2019-09-30 10:20:39 +02:00
Denis Arh
28f8d23e52 Support for notification mail attachments 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
Tomaž Jerman
d0647f0f89 Define record import routes 2019-08-29 17:48:42 +02:00
Denis Arh
b8088caab5 Add option to filter namespaces by slug 2019-08-26 08:54:46 +02:00
Denis Arh
7fd9c7fdfb Support searching modules by name 2019-08-23 13:49:36 +02:00