Katrin Yordanova
2c8e7ab6ba
Update system and compose api-clients
2022-12-06 11:09:13 +02:00
Jože Fortun
a6d4befca8
Fix record list filter not saving system fields
2022-12-05 16:11:11 +01:00
Katrin Yordanova
6ab15de8d2
Remove redundant console log, error and debugger
2022-12-05 11:32:55 +02:00
Jože Fortun
074b2fde60
Fix chart display element options not saving on create
2022-12-02 16:45:11 +01:00
Katrin Yordanova
0a923943c1
Add cypress ids for System/Email Settings
2022-12-02 17:41:42 +02:00
Vivek Patel
a22cdfc81c
Fix parsing og sort string
...
By trimming extra inverted quotes from the sort string
2022-12-02 20:04:55 +05:30
Atanas Yonkov
990b80d859
Add option to close the workflow modal
2022-12-02 14:46:42 +02:00
Vivek Patel
c1e324f4f6
Fix paging limit for report
...
By defaulting it to zero if it's undefined or NaN.
2022-12-02 18:07:45 +05:30
Vivek Patel
035a38f3df
Fix paging cursor for report
...
By updating cursor only if it exists while building report filter
2022-12-02 18:07:45 +05:30
kinyaelgrande
d1c68ce3c0
Add support for SMTP Configurations test
2022-12-02 14:30:48 +03:00
Jože Fortun
bd443a0c3d
Rerender reporter chart in compose when options change
2022-12-02 11:22:16 +01:00
Jože Fortun
e4ff581d84
Fix subworkflows not being exported properly
2022-12-02 11:00:03 +01:00
Jože Fortun
1885146a74
Sort reporter list based on handle by default
2022-12-02 10:51:39 +01:00
Jože Fortun
8ef6de320e
Fix reporter display elements on compose reseting state on update
2022-12-02 10:51:32 +01:00
Emmy Leke
c90b782c86
Use label instead of name for metric field
2022-12-02 10:47:47 +01:00
Jože Fortun
a655e3bcbf
Add sticky top to metric preview in compose page block configurator
2022-12-01 17:04:53 +01:00
Jože Fortun
c333d76cc4
Add open in chart builder button to chart page block configurator
2022-12-01 16:24:52 +01:00
Jože Fortun
cac3e048a8
Remove margin from compose page delete dropdown in toolbar
2022-12-01 15:52:09 +01:00
Jože Fortun
8251561012
Improve progress bar page block and number display
2022-12-01 15:39:44 +01:00
Jože Fortun
3a12252ce2
Remove customize filter checbox on compose charts
2022-12-01 12:35:07 +01:00
Jože Fortun
72d8abde25
Prevent compose chart auto refresh when creating
2022-12-01 11:58:05 +01:00
Jože Fortun
37c3d93803
Make first metric be the last one rendered on compose generic charts
2022-12-01 11:28:17 +01:00
Jože Fortun
8c196d2860
Merge branch '2022.9.x-fix-coalesce-sorting' into 2022.9.x
2022-12-01 10:43:58 +01:00
Jože Fortun
3d4de63c8f
Add and sync the last change column to use coalesce sorting
2022-12-01 10:39:54 +01:00
Vivek Patel
10a27198d2
Supports coalesce sorting
...
Updated parse sorting method to support coalesce sorting with multiple columns, by extending the current sortExpr with modifier and multiple columns, IE. `coalesce` as modifier and given arguments will be multiple columns for the sortExpr.
Also, updated cursor to support modifier and multiple column support along with rdbms.go.tpl for the same.
2022-12-01 15:02:56 +05:30
Jože Fortun
e0a54b9e09
Fix compose chart post-processing when value is 0
2022-11-30 17:23:52 +01:00
Katrin Yordanova
a4d349b864
Align customize filter in compose charts
2022-11-30 17:42:36 +02:00
Tomaž Jerman
956e30e2b2
Add order by over dimensions for compose record reports
2022-11-30 15:45:10 +01:00
Vivek Patel
c0d19e2358
Fix codegen locale.cue
2022-11-30 14:22:17 +05:30
Katrin Yordanova
4003bf4dfe
Change description translation for sender address in email settings
2022-11-29 18:27:25 +02:00
Peter Grlica
6d44b719c9
Release notification added
2022-11-29 16:00:47 +01:00
Vivek Patel
934db6260b
Add WEEK ref to GVal expr reference
...
It helps to define the outputType of week ql reference
2022-11-29 20:04:35 +05:30
Katrin Yordanova
c04fb3a8aa
Reword description for sender address in email settings
2022-11-29 15:23:44 +02:00
Jože Fortun
299ffd3618
Fix discovery query text highlight throwing error on empty query
2022-11-28 16:23:54 +01:00
Jože Fortun
772a5bfdbe
Fix markers with bad coordinates breaking the discovery map
2022-11-28 16:09:08 +01:00
Jože Fortun
023669a0eb
Fix search term not being used in discovery
2022-11-28 16:08:09 +01:00
Jože Fortun
c6593d54ae
Remove extra parenthesis in record filter for not equal and not like
2022-11-28 12:54:21 +01:00
Denis Arh
d554447547
Move API GW route init to activation level
...
Closes #495
2022-11-27 09:48:35 +01:00
skamensky
ee0b18fb1b
Add support for RDBMS schema management
...
With `DB_ALLOW_DESTRUCTIVE_CHANGES=true` Corteza can change DB tables and columns when Compose Module configuration changes.
2022-11-26 13:11:28 +01:00
Katrin Yordanova
29fb32313a
Add cypress ids for integration gateway
2022-11-25 17:53:53 +02:00
Jože Fortun
efbfc0255f
v2022.9.3
2022.9.3
2022-11-25 15:43:56 +01:00
Denis Arh
117e6aefb1
Fix version LDFLAG
2022-11-25 15:43:56 +01:00
Jože Fortun
2a67c02826
Add fixed and relative tooltips to compose funnel chart
2022-11-25 15:01:25 +01:00
Vivek Patel
49db4254fa
Add WEEK ref to base QL handlers
...
Also, added to PSQL, and SQLite ref handler
2022-11-25 18:25:47 +05:30
Jože Fortun
081a5f0c5f
Adjust default chart offset
2022-11-25 13:53:50 +01:00
Jože Fortun
afd139cdd7
Fix legend default position
2022-11-25 12:14:36 +01:00
Jože Fortun
29ea59f258
Adjust chart configurations and builder
2022-11-24 18:33:23 +01:00
Jože Fortun
988a5833e8
v2022.9.3-rc.2
2022.9.3-rc.2
2022-11-24 16:18:41 +01:00
Katrin Yordanova
b2c9de57a7
Address compose chart issues
2022-11-24 16:09:16 +01:00
Katrin Yordanova
a8d3b831db
Fix default legend repositiong in pie and doughnut charts
2022-11-24 16:09:16 +01:00