3
0
Commit Graph

3160 Commits

Author SHA1 Message Date
Denis Arh
8b00854595 Fix container certificate issues (missing package) 2021-10-19 12:43:46 +02:00
Peter Grlica
54b716661d Merge branch '2021.9.x-refactor-messagebus' into 2021.9.x 2021-10-19 08:56:48 +02:00
Peter Grlica
6142371a87 Added Bytes type, fixed locale regen 2021-10-19 08:56:31 +02:00
Peter Grlica
94d1e89ac3 Refactored messagebus out of service layer 2021-10-19 08:56:31 +02:00
Peter Grlica
c388f893c1 Added sorting fields to integration gateway 2021-10-18 12:07:54 +02:00
Vivek Patel
e2e7510c07 Updates WF step verification logic before creating graph
- Fixes duplicate issues for function, iterator and gateway steps
- Extends workflow tests for above scenario
2021-10-18 12:54:13 +05:30
Denis Arh
59ffe768a8 Fix create and update with unique constraints
When creating or updating resource that did not match unique constraint
filters, check wrongly reported not-unique error when matching (and
valid) resource was found in the store.

This fix adds explicit check if resource to be stored does not match
constraint filters and skips the rest of the constraint checking
procedure.
2021-10-13 17:35:32 +02:00
Denis Arh
1fa84826c3 Load user's roles after profile-update 2021.9.0 2021-10-11 21:03:31 +02:00
Denis Arh
db7b21d855 Fix list of language tags 2021-10-11 19:47:01 +02:00
Denis Arh
2d25c55cd7 Update corteza-locale dep 2021-10-11 18:24:23 +02:00
Tomaž Jerman
d388cf2f7f Add a temporary exception to HTTP request variable encoding 2021-10-11 15:49:50 +02:00
Tomaž Jerman
fd290dcf91 Fix improper logger initialization 2021-10-11 15:49:23 +02:00
Tomaž Jerman
2d8f2d7782 Add missing page weight yaml unmarshal 2021-10-11 13:48:49 +02:00
Tomaž Jerman
0dfe990485 Add missing page parent parameter to exported yaml 2021-10-10 13:31:02 +02:00
Tomaž Jerman
7f795ef418 Split namespace import to init and run 2021-10-10 12:43:21 +02:00
Denis Arh
96a27b13ad Elevate permissions for user lookup when registering triggers, iterators 2021.9.0-rc.4 2021-10-08 17:40:11 +02:00
Tomaž Jerman
a30b532c15 Update corteza-locale dep 2021-10-08 17:20:20 +02:00
Tomaž Jerman
859aec34eb Revert "Fixes Wf duplicate issues for gateway steps"
This reverts commit d4bf6fc6bb.
2021-10-08 17:18:01 +02:00
Vivek Patel
15674723f7 Removes html from translation message string 2021-10-08 19:57:17 +05:30
Denis Arh
521b63f7c1 Update corteza-locale dep 2021-10-08 14:49:26 +02:00
Tomaž Jerman
4248415271 Fix role member transformer lapsus 2021-10-08 13:38:26 +02:00
Tomaž Jerman
873b809094 Make the expr/count function a bit more robust with typed values 2021-10-08 12:27:24 +02:00
Tomaž Jerman
b352bec657 Defer report filter validation to the runtime 2021-10-08 10:13:39 +02:00
Tomaž Jerman
7a96376865 Properly handle join cases where local key is not unique 2021-10-07 20:11:32 +02:00
Vivek Patel
d764efc181 Fixes duplicate translation fields
Updates ResourceTranslation compare method to check keys case-insensitively
2021-10-07 23:02:14 +05:30
Denis Arh
c67276c3d3 Fix JWT generator command 2021-10-07 16:48:20 +02:00
Denis Arh
832a4557c5 Return default language when there are no headers
This change also affects test setup: we need to load locale service
without any languages/translations to avoid test flakines
2021-10-07 15:24:59 +02:00
Tomaž Jerman
dc56f8a624 Fix sink script execution by assurring sufficient ctx credentials 2021-10-07 14:50:58 +02:00
Denis Arh
a4b9518cde Fix password labe i18n key on login form 2021-10-07 14:19:53 +02:00
Vivek Patel
d4bf6fc6bb Fixes Wf duplicate issues for gateway steps
Prevents gateway steps from verifying again by fixing return logic for converting those step definitions into workflow.Step instances
2021-10-07 15:08:48 +05:30
Tomaž Jerman
fd07179be2 Add memberID param to roles list endpoint 2021-10-07 10:48:58 +02:00
Tomaž Jerman
5acd267470 Fix improper auth context when processing automation scripts 2021-10-07 10:48:58 +02:00
Matija Rešek
5fba7b5acd Change fonts of auth input autocomplte 2021-10-07 10:29:47 +02:00
Denis Arh
c4cf666ec4 Rename s. solution app to case mngmnt 2021-10-06 17:59:21 +02:00
Denis Arh
d2b54aae56 Update corteza-locale dep 2021.9.0-rc.3 2021-10-06 17:46:07 +02:00
Denis Arh
9bdc618f76 Apply filters when counting users skip system users) 2021-10-06 16:33:28 +02:00
Tomaž Jerman
de0d6776b0 Fix nil ptr exception on invalid report prefilter 2021-10-06 16:31:22 +02:00
Tomaž Jerman
d2e722688d Add missing ref. types to expr. registry 2021-10-06 16:31:22 +02:00
Vivek Patel
124b9e2a05 Instantiates API GW after system service
Fixes workflow filter panics after reloading API GW routes
2021-10-06 19:50:30 +05:30
Denis Arh
83763b49ce Do not allow membership changes on contextual roles 2021-10-06 16:14:35 +02:00
Denis Arh
88ad86e39c Fix uneeded error handling after successful login 2021-10-06 16:14:35 +02:00
Tomaž Jerman
ccdc405bcb Add missing report access control payload fields 2021-10-06 10:43:28 +02:00
Matija Rešek
2af6b756e8 Fix auth font loading 2021-10-06 09:47:29 +02:00
Katrin Yordanova
40e0385045 Remove colon from error message in report/model 2021-10-05 15:03:23 +03:00
Vivek Patel
955ea9c0fa Includes disabled entries to APIGw list call
For APIgw route and filter List API assigned default value 1 to `disabled` filter
2021-10-05 17:21:28 +05:30
Vivek Patel
a22083573c APIGw updates
- Fixes filter status update
- Updates search route API param for status
- Updates envoy marshaling for filter
- Fixes/Updated test for route and filter
2021-10-05 11:57:36 +05:30
Denis Arh
03beda0e5d Add more randomness to the generated JWTs 2021-10-04 21:20:24 +02:00
Denis Arh
65144c7b26 Prevent context-canceled errors from logging 2021-10-04 21:20:24 +02:00
Vivek Patel
122be08b6a Fixes messagebus test
Fixed condition in TestMessageWrite, To prevent it from failing when there are more messages in queue
2021-10-04 16:59:36 +05:30
Matija Rešek
bb117df707 Make footer scrollable 2021-10-04 12:24:44 +02:00