Commit Graph
30 Commits
Author SHA1 Message Date
kinyaelgrande 1f1f0d2ce3 Add support for SMTP Configurations test 2022-12-05 13:52:35 +03: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
kinyaelgrande 29262afadf Add support for personalized auth screen 2022-11-29 12:20:36 +03: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
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
Katrin Yordanova fb03712755 Address compose chart issues 2022-11-24 16:10:10 +01: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
Jože Fortun d493077b7d Revert auth screen and topbar title padding 2022-11-23 15:21:08 +01:00
Denis Arh 4ab9ca16c8 Reverted and reimplemented route deleted flag handling 2022-11-23 12:31:01 +01:00
Jože Fortun b2b65b5a08 Fix auth server templates on mobile views 2022-11-23 11:28:28 +01:00
Vivek Patel 8571b3c568 Fix options codegen
Just ran `make codegen`, to regenerate generated files
2022-11-21 14:59:35 +05:30
Denis Arh 40f0b15f64 Refactor old seeder code and restructure commands
corteza
    users
        synthetic
            generate
            remove
    compose
        records
            synthetic
                generate
                remove
2022-11-18 10:55:18 +01:00
Denis Arh a48dfc0261 Refactor synthetic compose record generation 2022-11-18 10:55:18 +01:00
Denis Arh 211a6da71c Refactor synthetic user generation 2022-11-18 10:55:18 +01:00
Denis Arh 06adbac59e Move seeder commands to sys & cmp components 2022-11-18 10:55:18 +01:00
Denis Arh a8081d46c4 Refactor seeder CLI commands and init DAL modules
Closes #474
2022-11-18 10:55:18 +01:00
Yangruipis abeed75c9a 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:24 +01:00
Denis Arh c966780e00 Fix import paths in templates & generated go files 2022-11-17 17:33:24 +01:00
Denis Arh 29eacc9f65 Fix import paths (corteza-server => corteza/server) 2022-11-16 16:12:58 +01:00
Vivek Patel 627da636b6 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-16 12:55:19 +01:00
Tomaž Jerman f548694d04 Add hideSidebar property to namespace meta 2022-11-16 12:53:22 +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 683c7c56e2 Moving server files to ./server 2022-11-14 09:26:39 +01:00