3
0
Commit Graph

28 Commits

Author SHA1 Message Date
Tomaž Jerman
b43da9f96b Address multi value aggregation keys for reporting 2024-08-29 12:48:08 +02:00
Tomaž Jerman
b389d5039d Allow alterations for default schema but prevent applying 2024-02-15 11:23:01 +01:00
Gergely Szabo
3bb5dd96cc fixing the year issue in TestStepAggregate
The TestStepAggregate function in exec_aggregate_test.go contained the
current year hardcoded. Now, it's dynamic.
2024-01-04 10:35:40 +01:00
Tomaž Jerman
33821ddd9f Fix dal schema alterations not presenting/reloading revision models 2023-12-12 15:27:48 +01:00
Tomaž Jerman
760760f7f6 Fix tests #2 2023-10-30 08:44:16 +01:00
Tomaž Jerman
5e3810302f Fix tests 2023-10-27 16:33:47 +02:00
Tomaž Jerman
7a85cf3e1a Change alteration merge to remove all found duplicates
Before it terminated too quickly so it would incloude half of the
duplicates.
This would cause a problem if we added multiple bits with the same
ident (nested record values for example).
2023-10-26 17:09:59 +02:00
Tomaž Jerman
3eb709b90a Post test tweaks and fixes 2023-10-26 17:09:59 +02:00
Tomaž Jerman
6795e5e0f2 Post testing tweaks and fixes 2023-10-26 17:09:58 +02:00
Tomaž Jerman
a830cddabb Remove old model versions from the dal registry 2023-10-26 17:09:58 +02:00
Tomaž Jerman
e0834bd634 Fix lapsus in checking for duplicate model 2023-10-26 17:09:58 +02:00
Tomaž Jerman
eb9a5ae1b4 Add json tags to dal/model structs 2023-10-26 17:09:58 +02:00
Tomaž Jerman
0d2c3c4395 Re-evaluate model issues after applying alterations 2023-10-26 17:09:57 +02:00
Tomaž Jerman
4224ba9828 Update pkg/dal to handle schema alterations 2023-10-26 17:09:57 +02:00
Tomaž Jerman
462619f2b9 Change logs to encode uint64 values as strings
This is due to us introducing the web console and the uints needing
to be string encoded (because of JavaScript).
2023-05-24 12:26:01 +02:00
Mumbi Francis
8a50d2f13f Fix reports link step sort for numeric column 2023-03-10 11:55:27 +03:00
Tomaž Jerman
65750c5864 Fix failing test due to year change 2023-01-18 10:34:54 +01:00
Tomaž Jerman
b3a2937e88 Add a nicer error when trying to delete in use sens. levels 2023-01-04 15:22:19 +01:00
Vivek Patel
5b653178b6 Add INSTR ql ref for all drivers 2022-12-21 17:13:42 +05:30
Vivek Patel
50b653fdc9 Fix reporting tests and page cursor 2022-12-12 20:03:24 +05:30
Vivek Patel
82d8a304b8 Fix paging cursor for report
By updating cursor only if it exists while building report filter
2022-12-12 15:22:09 +01:00
Vivek Patel
39905c1788 Add WEEK ref to GVal expr reference
It helps to define the outputType of week ql reference
2022-12-12 15:22:09 +01:00
Tomaž Jerman
f89d3d77e1 Add tests for join/link multi value filtering 2022-12-12 15:22:09 +01:00
Tomaž Jerman
107d7a70ce Add support for in and nin ref handlers in reporter joins 2022-12-12 15:22:09 +01:00
Tomaž Jerman
734bd2c21f Properly set the multivalue flag on frame columns 2022-12-12 15:22:09 +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
29eacc9f65 Fix import paths (corteza-server => corteza/server) 2022-11-16 16:12:58 +01:00
Corteza Monorepo Migrator
683c7c56e2 Moving server files to ./server 2022-11-14 09:26:39 +01:00