Commit Graph
4100 Commits
Author SHA1 Message Date
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
Jože Fortun 0f8d6986f1 Add starting stepID information to list of workflows in automation tab 2022-11-24 11:16:39 +01:00
Denis Arh 965ba64678 Adapt locale setup for monorepo, fix webconsole 2022-11-24 09:39:23 +01:00
Denis Arh ccf5c65492 Remove github.com/cortezaproject/corteza-locale from vendors 2022-11-24 09:39:23 +01:00
Tomaž Jerman 3e1556104d Add tests for join/link multi value filtering 2022-11-24 08:33:50 +01:00
Jože Fortun e1e0f6a18a v2022.9.3-rc.1 2022.9.3-rc.1 2022-11-23 16:31:15 +01:00
Tomaž Jerman fbbe399020 Fix broken expr test due to function export 2022-11-23 16:18:05 +01:00
Tomaž Jerman 77cc790bf7 Add support for in and nin ref handlers in reporter joins 2022-11-23 16:07:45 +01:00
Tomaž Jerman 28e082c507 Add default report frame multi value separator 2022-11-23 16:07:40 +01:00
Kelani Tolulope b0f2ff2743 Add in/not in operators to reporter's filter ui 2022-11-23 15:27:59 +01:00
Kelani Tolulope 47169aaa46 Add configuration update for system fields 2022-11-23 15:27:20 +01:00
Jože Fortun f355a400b6 Revert auth screen and topbar title padding 2022-11-23 15:20:33 +01:00
Katrin Yordanova ce3c601541 Remove handle/slug on resource create 2022-11-23 15:36:57 +02:00
Vivek Patel 85179f5e42 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-23 15:36:57 +02:00
Katrin Yordanova 4438d0587e Extend configuration for generic charts 2022-11-23 15:31:09 +02:00
Denis Arh 9eba756f13 Add missing .env.example for discovery-server 2022-11-23 11:36:43 +01:00
Denis Arh c72ba476fb Fix discovery server build issues
Rename "aux" to "extra" due to:
> "aux" disallowed as path element component on Windows
2022-11-23 11:29:23 +01:00
Denis Arh d64acc3099 Reverted and reimplemented route deleted flag handling 2022-11-23 11:29:23 +01:00
Jože Fortun 008339f628 Merge branch '2022.9.x-fix-chart-yaxis-labels-overlap' into 2022.9.x 2022-11-23 11:27:00 +01:00
Jože Fortun ede75bae51 Add y axis label position option to charts 2022-11-23 11:26:36 +01:00
Jože Fortun ab35f35700 Merge branch '2022.9.x-fix-mobile-views' into 2022.9.x 2022-11-23 11:25:56 +01:00
Jože Fortun b86b0c04a0 Fix topbar for responsiveness for smaller screens 2022-11-23 11:24:34 +01:00
Jože Fortun d555198e7a Sync all webapp app.js templates and Layout root divs 2022-11-23 11:24:34 +01:00
Jože Fortun 18eded89d2 Fix auth server templates on mobile views 2022-11-23 11:24:34 +01:00
Jože Fortun c14829d72a Fix fetching the wrong application on namespace edit 2022-11-23 11:10:24 +01:00
Vivek Patel 397c3e0ce7 Prevent disabling of system field mapping for recordID
By preserving false for "Module.Config.DAL.SystemFieldEncoding.ID.Omit" while saving or updating module
2022-11-23 14:48:08 +05:30
Jože Fortun 65ea8f0087 Fallback to namespaceID where slug is used 2022-11-22 18:21:35 +01:00
Tomaž Jerman 8f5e71845a Properly set the multivalue flag on frame columns 2022-11-22 11:49:03 +01:00
Tomaž Jerman a7f70cf801 Remove the Meta field from parsed filter objects 2022-11-22 11:40:34 +01:00
Tomaž Jerman b13d19e617 Add nin ref to base QL handlers 2022-11-22 11:40:05 +01:00
skamensky 11f7eb1529 Legacy corteza server 2022.9.x fix missing col type (#505)
* Add support for dropdowns field type in physical tables
2022-11-22 07:54:42 +01:00
Yangruipis 8fc2510c95 fix(rdbms): check number regex
Regex for checking number will miss floats with 2+ precision like 0.01,
and treat str with multi dot as number like 0.1.1.1.
2022-11-18 10:15:16 +01:00
Denis Arh 1a3e8985bb Tweaked .github/workflows/notify.yml, friendlier notifications 2022-11-18 07:46:00 +01:00
Denis Arh b1ba01b474 Fix import paths in templates & generated go files 2022-11-17 17:29:51 +01:00
Katrin Yordanova d4ed9ff539 Change colour of confirm button when approving a request in privacy 2022-11-16 18:06:37 +02:00
Denis Arh 0f8e03742f Fix import paths (corteza-server => corteza/server) 2022-11-16 15:52:24 +01:00
Jože Fortun a68e5db151 Fix search placeholder translation in namespace list 2022-11-16 12:25:15 +01:00
Denis Arh ec75432d0c Fix workflow function for RBAC manipulation
Cause: mixed params for resource and operation.

Closes #503
2022-11-15 15:04:20 +01:00
Peter Grlica 16257e9d4b Fixed deleted apigw status on save
Fixed bug that was overwriting deletedAt status in effect un-deleting
the route.
2022-11-14 15:23:08 +01:00
Corteza Monorepo Migrator aaafcc6cf6 Add missing locale/en 2022-11-14 12:28:51 +01:00
Corteza Monorepo Migrator 28cbbf513c Add branch migration script 2022-11-14 09:26:47 +01:00
Corteza Monorepo Migrator 8daaf9488e Updated root Dockerfile and client/web Docker image files 2022-11-14 09:26:47 +01:00
Corteza Monorepo Migrator fb04b735a6 Add .github configs for monorepo 2022-11-14 09:26:47 +01:00
Corteza Monorepo Migrator c1b11272be Add files from locale with locale prefix 2022-11-14 09:26:47 +01:00