Commit Graph
3268 Commits
Author SHA1 Message Date
Vivek Patel 797ec0de99 Add module, record labels for mapping 2022-01-13 15:43:00 +05:30
Vivek Patel 8306b7e5fe Fix discovery settings 2022-01-13 15:43:00 +05:30
Vivek Patel 7cb786ba8c Update module meta for discovery result 2022-01-13 15:43:00 +05:30
Vivek Patel dcf4e9e933 Add compose host address to discovery options 2022-01-13 15:43:00 +05:30
Denis Arh 2d65409a98 Corteza discovery
- It provides mappings of corteza resources(Namespaces, Modules, Records, Users) along with values to corteza discovery indexer.
- It also save recordLogs for create, update, deletion of resources.
- Extend settings to hold discovery enabled/disabled flag
- Adds URL of compose resources for namespace and record and for module still pending, added todo with notes to code
2022-01-13 15:42:57 +05:30
Katrin Yordanova 9660aca5b3 Update corteza_dashboard asset 2022-01-12 16:52:43 +02:00
Peter Grlica 05fed16bc0 Update corteza-locale dep 2021.9.6-dev.3 2022-01-12 14:40:12 +01:00
Vivek Patel be6b572652 Add expr function for sorting an array
It allows ascending/descending sorting along with sorting of native and non-native types
2022-01-12 15:39:19 +05:30
Peter Grlica 2c74d56a3c Updated generated files 2022-01-11 15:45:09 +01:00
Vivek Patel 398242bbc4 Add id_token in auth token request
ID token carries personal information about end-users that authenticate on an OpenID Connect flow.
2022-01-11 18:39:35 +05:30
Peter Grlica 177eb2f1bd JWT workflow handler test 2022-01-11 08:30:13 +01:00
Peter Grlica 717cae5c0b Added support for SAML HTTP binding 2022-01-11 08:26:24 +01:00
Denis Arh 4b264798ea Fix handling empty-string translations 2022-01-10 17:44:12 +01:00
Katrin Yordanova 83720d11ff Change logo and fix broken link in README.md 2022-01-07 18:44:21 +02:00
Vivek Patel c3516dd184 Allow version in DB_DSN for dev mode
If server is executed through Makefile we set BUILD_VERSION in .env and use it to replace {version} in DB_DSN.

This would help developers to automatically use different db when switching between versions.
2022-01-07 13:04:17 +05:30
Denis Arh ff6cadc075 Reload RBAC & workflows after namespace import 2021.9.6-dev.2 2022-01-05 14:23:33 +01:00
Denis Arh 641788a666 Update corteza-locale dep 2022-01-04 12:26:14 +01:00
Peter Grlica c75e4486c7 Added SAML signed requests support 2022-01-03 09:17:39 +01:00
Peter Grlica 86deaea911 Added find expr function, support for find, has of Vars 2021-12-23 14:43:37 +01:00
Vivek Patel 23a24469ed Refactor minion store
- Extends env variable `MINIO_BUCKET` for more flexibility over bucket name
- Introduces env variable for `MINIO_PATH_PREFIX` for flexibility over bucket paths
- Decouples minio client from New method
- Provides methods for generating bucket name, object name with path using bucket related env variables
- Adds tests
- Fixes issue#295
2021-12-22 21:12:07 +05:30
Denis Arh 0d841182bd sonyflake dep version bump 2021-12-22 15:48:22 +01:00
Tomaž Jerman d700d76c39 Allow format QL nodes to properly format their arguents 2021.9.6-dev.1 2021-12-21 10:06:06 +01:00
Tomaž Jerman 3a1d62d2a1 Remove debugging leftovers 2021-12-21 10:04:55 +01:00
Tomaž Jerman 907cb25ceb Add support for multipart/form-data request parsing 2021-12-21 09:11:51 +01:00
Denis Arh ff7f642681 Refresh testing documentation 2021-12-20 07:52:48 +01:00
Denis Arh b03f265a90 Merge branch '2021.9.x-feature-select-options-i18n' into 2021.9.x 2021-12-17 13:05:09 +01:00
Denis Arh c72902a86b Improve module-field translations, add i18n support for select field option texts 2021-12-17 13:04:52 +01:00
Denis Arh 127bd00002 Fix typo in pageExtendedAutomatinBlock 2021-12-17 13:04:52 +01:00
Denis Arh 5b545107ce Fix potential "out-of-range" crash when translating field expressions 2021-12-17 13:04:52 +01:00
Denis Arh de11e7d20a Support for select field option text translations 2021-12-17 13:04:52 +01:00
Denis Arh 57ebacdbb8 Merge branch '2021.9.x-feature-script-params' into 2021.9.x 2021-12-17 12:59:38 +01:00
Denis Arh a89a28b330 Fix run-as issue persistance after trigger was removed 2021-12-17 12:59:24 +01:00
Denis Arh 92c0c3feb7 Add support for additional argument when invoking Corredor script 2021-12-17 12:59:24 +01:00
Denis Arh 922243605d Refactored and cleanedup workflow exection 2021-12-17 12:53:06 +01:00
Tomaž Jerman 2d9e62ae27 Update corteza-locale dep 2021.9.5 2021-12-16 16:41:26 +01:00
Tomaž Jerman 77121945b3 Fix i18n key lapsus in tests 2021-12-16 15:55:10 +01:00
Katrin Yordanova f769b4ff09 Fix broken translations on password reset 2021-12-15 18:17:37 +02:00
Denis Arh 87f08d8bfb Fix run-as issue persistance after trigger was removed 2021-12-15 06:43:59 +01:00
Peter Grlica ff00bb889d Changed federation shared, exposed modules and module mapping field type to json 2021-12-10 14:50:50 +01:00
Tomaž Jerman a45c914ecf Improve string support for reporter expressions 2021.9.5-rc.1 2021-12-10 12:59:20 +01:00
Tomaž Jerman 46372f550f Fix reporter date function lapsus 2021-12-10 12:58:23 +01:00
Tomaž Jerman 1bc7094690 Update corteza-locale dep 2021-12-10 10:49:43 +01:00
Vivek Patel 0564fe7190 Add support for role permission cloning
It clones all RBAC rules from one role to another, but also removes all existing rules from role.
2021-12-10 00:54:59 +05:30
Vivek Patel b6986643b7 Add SECURITY.md 2021-12-10 00:34:37 +05:30
Tomaž Jerman 047b647af6 Prevent envoy from panicking for automation blocks with no references 2021-12-09 16:41:16 +01:00
Tomaž Jerman 59ef8da1ac Fix panicking report filter marshaling when invalid 2021-12-09 15:55:53 +01:00
Tomaž Jerman 08ef5ab104 Add missing entry to the expr type registry 2021-12-09 15:09:24 +01:00
Denis Arh 556aeaef4b Fix links to documentation in README.md 2021-12-08 20:44:09 +01:00
Peter Grlica f4581ceb07 Merge branch '2021.9.x-feature-wf-jwt' into 2021.9.x 2021-12-08 10:22:15 +01:00
Peter Grlica 3473a26793 Added int caster to gval functions 2021-12-08 10:21:50 +01:00