demodata #203

Merged
allan merged 28 commits from demodata into main 2026-02-10 19:01:18 +00:00
Owner

Main changes with this release:

  • Fixes a problem in the restore process, which otherwise breaks when the base table has numeric formats
  • Fixes multiple issues with the Viya flavour, including proper implementation of deletes on CAS tables
  • Provides a "demodata" service which can be configured to generate various tables to showcase the utility of Data Controller
  • Fixes an issue with Viya deploy where the delete process failed if the job didn't exist
  • Fixes the SEARCH capability (HOT instance was disappearing)
  • Fixes the missing DEFAULT value in the NOTNULL validation (new rows will now have default values applied)
  • Fixes the Column Dropdown when adding Row Level Security
Main changes with this release: - Fixes a problem in the restore process, which otherwise breaks when the base table has numeric formats - Fixes multiple issues with the Viya flavour, including proper implementation of deletes on CAS tables - Provides a "demodata" service which can be configured to generate various tables to showcase the utility of Data Controller - Fixes an issue with Viya deploy where the delete process failed if the job didn't exist - Fixes the SEARCH capability (HOT instance was disappearing) - Fixes the missing DEFAULT value in the NOTNULL validation (new rows will now have default values applied) - Fixes the Column Dropdown when adding Row Level Security
allan added 4 commits 2026-02-07 20:04:07 +00:00
fix: updates to demodata to enable auto CAS promote
Some checks failed
Build / Build-and-ng-test (pull_request) Successful in 3m36s
Build / Build-and-test-development (pull_request) Successful in 9m2s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Failing after 3h13m50s
7740d2ac86
allan added 1 commit 2026-02-07 20:04:19 +00:00
Merge branch 'main' into demodata
Some checks failed
Build / Build-and-ng-test (pull_request) Successful in 3m57s
Build / Build-and-test-development (pull_request) Successful in 9m9s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Failing after 3h13m38s
4ec107705e
allan added 1 commit 2026-02-07 23:44:51 +00:00
chore: server release and more demodata
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 4m3s
Build / Build-and-test-development (pull_request) Successful in 9m46s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 19m52s
31cc7e9e4d
allan added 9 commits 2026-02-07 23:46:22 +00:00
fix: upgrade angular core and compiler
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m50s
Build / Build-and-test-development (pull_request) Successful in 9m8s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m27s
aecd597687
fix: bump xlsx, add crypto-shim
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m29s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m24s
Build / Build-and-test-development (pull_request) Successful in 9m33s
8dc18b155a
crypto-shim fixes vulnerable crypto-browserify package used by sheetjs/crypto, shim is based on crypto-js
Undid the crypto-shim changes from 8dc18b155a
test(excel): add password protected excels tests
Some checks failed
Build / Build-and-ng-test (pull_request) Successful in 3m36s
Build / Build-and-test-development (pull_request) Failing after 10m17s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m22s
b1a014c7bc
test(excel): fix attachFile upload for password protected tests
Some checks failed
Build / Build-and-ng-test (pull_request) Successful in 3m43s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 19m3s
Build / Build-and-test-development (pull_request) Failing after 11m3s
3d8281d27e
test(excel): password tests - click away overlay modal
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m39s
Build / Build-and-test-development (pull_request) Successful in 9m28s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 17m38s
d5b58a3cbd
Merge branch 'demodata' into fix/audit-20260112
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 4m15s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 19m43s
Build / Build-and-test-development (pull_request) Successful in 9m56s
ca84915e43
Merge pull request 'Upgrade angular core and compiler' (#199) from fix/audit-20260112 into demodata
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m59s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 19m16s
Build / Build-and-test-development (pull_request) Successful in 9m48s
4e35aefe41
Reviewed-on: #199
Reviewed-by: mihajlo <mihajlo@4gl.io>
allan added 1 commit 2026-02-08 02:40:21 +00:00
fix: enabling rollback when the table has formatted values
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m35s
Build / Build-and-test-development (pull_request) Successful in 9m16s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m4s
815d6e97a8
allan added 1 commit 2026-02-09 18:22:31 +00:00
fix: Display all contexts when installing DC on Viya
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m58s
Build / Build-and-test-development (pull_request) Successful in 9m48s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m29s
d41f88f8bf
allan added 1 commit 2026-02-09 23:23:31 +00:00
fix: correctly applying deletes on viya, also
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m32s
Build / Build-and-test-development (pull_request) Successful in 9m14s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m18s
46cdeb0bab
adding more info to the staged directory in relation to deletes.  Also
refactoring the demo data.
mihajlo added 1 commit 2026-02-10 10:58:25 +00:00
fix: disable parsing excel in web worker beacuse it breaks in the stream apps
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m41s
Build / Build-and-test-development (pull_request) Successful in 9m41s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m0s
280bdeeb1b
mihajlo added 1 commit 2026-02-10 11:29:24 +00:00
feat(dq rules): notnull validation when invalid cell, will auto populate a default value
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m41s
Build / Build-and-test-development (pull_request) Successful in 9m30s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m50s
96f2518af9
allan added 2 commits 2026-02-10 12:58:16 +00:00
fix(edit): use cellValidation keys and hotDataSchema to fill in defaults on add row
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m40s
Build / Build-and-test-development (pull_request) Successful in 10m33s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 26m51s
495754816c
Merge pull request 'fix(edit): use cellValidation keys and hotDataSchema to fill in defaults on add row' (#205) from fix/204-default-value into demodata
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 4m15s
Build / Build-and-test-development (pull_request) Successful in 10m18s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m50s
ad27358deb
Reviewed-on: #205
allan added 4 commits 2026-02-10 15:50:44 +00:00
fix(viewer): search causing blank Handsontable
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m46s
Build / Build-and-test-development (pull_request) Successful in 9m26s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m52s
338c7a2e41
Closes #206
chore: restore comments and condition
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m52s
Build / Build-and-test-development (pull_request) Successful in 9m39s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 19m8s
2995e5c9dc
refactor(viewer): use drop instead of debounce
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m40s
Build / Build-and-test-development (pull_request) Successful in 9m31s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m32s
737a652ff0
Merge pull request 'fix(viewer): search causing blank Handsontable' (#207) from fix/206-search-issue into demodata
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m39s
Build / Build-and-test-development (pull_request) Successful in 9m37s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m31s
f6b0f6b0cd
Reviewed-on: #207
allan added 1 commit 2026-02-10 16:34:22 +00:00
fix: using fcopy instead of binary copy for file upload, for Viya 2026 compatibility
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m42s
Build / Build-and-test-development (pull_request) Successful in 9m33s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m44s
716ee6eba0
allan added 1 commit 2026-02-10 18:26:17 +00:00
fix: improvements to validations
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m47s
Build / Build-and-test-development (pull_request) Successful in 9m38s
Lighthouse Checks / lighthouse (24.5.0) (pull_request) Successful in 18m21s
6ceb681463
allan merged commit f97ac70678 into main 2026-02-10 19:01:18 +00:00
allan deleted branch demodata 2026-02-10 19:01:18 +00:00
Sign in to join this conversation.