Jože Fortun
463934e9a5
Remove customize filter checbox on compose charts
2022-12-01 12:39:46 +01:00
Jože Fortun
6727038abc
Prevent compose chart auto refresh when creating
2022-12-01 11:58:19 +01:00
Jože Fortun
4e6ab9705a
Add and sync the last change column to use coalesce sorting
2022-12-01 10:46:24 +01:00
Vivek Patel
79dc5b9a70
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 10:45:26 +01:00
Jože Fortun
1bba89a910
Fix compose chart post-processing when value is 0
2022-11-30 17:24:33 +01:00
Katrin Yordanova
db787191de
Align customize filter in compose charts
2022-11-30 17:43:19 +02:00
Katrin Yordanova
d206b49182
Change description translation for sender address in email settings
2022-11-29 18:28:03 +02:00
Peter Grlica
492b4927cb
Release notification added
2022-11-29 15:59:26 +01:00
Katrin Yordanova
e02d2e7afc
Reword description for sender address in email settings
2022-11-29 15:19:16 +02:00
kinyaelgrande
29262afadf
Add support for personalized auth screen
2022-11-29 12:20:36 +03:00
Jože Fortun
f2469f9353
Fix discovery query text highlight throwing error on empty query
2022-11-28 16:24:23 +01:00
Jože Fortun
3be6b9285e
Fix markers with bad coordinates breaking the discovery map
2022-11-28 16:10:11 +01:00
Jože Fortun
b05a1b9978
Fix search term not being used in discovery
2022-11-28 16:10:03 +01:00
Jože Fortun
c124a1f0f2
Remove extra parenthesis in record filter for not equal and not like
2022-11-28 13:33:53 +01:00
Emmy Leke
de905d27fe
Add auto-refresh to page blocks
2022-11-28 11:48:34 +01:00
kinyaelgrande
fda4730a46
Add restart warning message on settings CLI
2022-11-28 13:43:35 +03:00
Denis Arh
207f01daf5
Refresh code templates and regenerate go files
...
Mostly minor changes related to go 1.19 comment formatting.
2022-11-27 10:57:03 +01:00
Denis Arh
a1a3137a6b
Fix LDFLAG for version
2022-11-27 10:40:43 +01:00
Denis Arh
e5d67c6e16
Error package related codebase improvements
...
Remove/replace "github.com/pkg/errors" and "errors"
with "fmt" or "corteza/server/pkg/errors"
Closes #528
2022-11-27 10:29:36 +01:00
Denis Arh
150879200e
Move API GW route init to activation level
...
Closes #495
2022-11-27 09:55:33 +01:00
skamensky
9ac63876be
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:10:39 +01:00
Denis Arh
19191a4312
Update go dependency on 1.19
...
Ref: #516
2022-11-26 12:19:01 +01:00
Katrin Yordanova
d4c6bae09a
Add cypress ids for integration gateway
2022-11-25 18:03:09 +02:00
Denis Arh
e5631d0f9f
Removed all build related fils from client/web/*
...
Files removed: Dockerfile, Makefile, entrypoint.sh and nginx.conf
2022-11-25 16:46:01 +01:00
Jože Fortun
9a7c9b7da9
Add fixed and relative tooltips to compose funnel chart
2022-11-25 15:01:50 +01:00
Vivek Patel
279b1b0517
Add WEEK ref to base QL handlers
...
Also, added to PSQL, and SQLite ref handler
2022-11-25 15:00:02 +01:00
Jože Fortun
7f260b7135
Adjust default chart offset
2022-11-25 13:54:20 +01:00
Kelani Tolulope
bc2280bdd1
Add thumbnail styling to file page blocks and field types configurators
2022-11-25 12:28:38 +01:00
Jože Fortun
522fe9a8f5
Fix legend default position
2022-11-25 12:15:07 +01:00
Jože Fortun
6a1931cf01
Adjust chart configurations and builder
2022-11-24 18:33:42 +01:00
Katrin Yordanova
fb03712755
Address compose chart issues
2022-11-24 16:10:10 +01:00
Katrin Yordanova
c3c9ee89d3
Fix default legend repositiong in pie and doughnut charts
2022-11-24 16:09:59 +01:00
Jože Fortun
45c7e3b4ad
Add starting stepID information to list of workflows in automation tab
2022-11-24 11:19:06 +01:00
Katrin Yordanova
7c2b7d9062
Remove handle/slug on resource create
2022-11-24 10:29:24 +02:00
Vivek Patel
1699e3f94b
Remove handle requirement from resource API
...
We removed handle requirement for all resource like namespace(slug), module, user, page, chart.
Due to that namespace import/export was broken as we were using handle as reference, hence fixed it by replacing handle usage with ID of resource.
It also fixes index of template table for handle column.
2022-11-24 10:28:22 +02:00
Katrin Yordanova
16082d1766
Extend configuration for generic charts
2022-11-24 10:27:42 +02:00
Kelani Tolulope
29ab1c713b
Add in/not in operators to reporter's filter ui
2022-11-23 15:29:25 +01:00
Kelani Tolulope
97c8516b0b
Add configuration update for system fields
2022-11-23 15:24:19 +01:00
Jože Fortun
d493077b7d
Revert auth screen and topbar title padding
2022-11-23 15:21:08 +01:00
Denis Arh
f629300c8c
Add missing .env.example for discovery-server
2022-11-23 12:31:01 +01:00
Denis Arh
95e9bfda2a
Fix discovery server build issues
...
Rename "aux" to "extra" due to:
> "aux" disallowed as path element component on Windows
2022-11-23 12:31:01 +01:00
Denis Arh
4ab9ca16c8
Reverted and reimplemented route deleted flag handling
2022-11-23 12:31:01 +01:00
yonkov
7aded0c977
Implement opening record page in a modal
2022-11-23 12:46:54 +02:00
Jože Fortun
18248a2376
Add y axis label position option to charts
2022-11-23 11:29:00 +01:00
Jože Fortun
a0ef3ff2bc
Fix topbar for responsiveness for smaller screens
2022-11-23 11:28:51 +01:00
Jože Fortun
9cbfb7e748
Sync all webapp app.js templates and Layout root divs
2022-11-23 11:28:37 +01:00
Jože Fortun
b2b65b5a08
Fix auth server templates on mobile views
2022-11-23 11:28:28 +01:00
Jože Fortun
787ca65532
Fix fetching the wrong application on namespace edit
2022-11-23 11:20:59 +01:00
Jože Fortun
f740dd0020
Fallback to namespaceID where slug is used
2022-11-23 11:20:48 +01:00
Denis Arh
83f2068d91
Changes to PR and issue templates
2022-11-22 17:19:26 +01:00