You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Anbarasu
b7acf202e8
feat: Field aggregation (#8786)
* feat: basic ui for aggregation
* feat: update aggregation in ui
* feat: aggregation api implementation
* feat: attachment aggregation.ts
* fix: some changes
* fix: rebase
* feat: aggregation for links, rollup, ltar, formula, lookup
* fix: type errors
* fix: move from data-alias controller, service to data-table service, controller
* chore: inline docs for aggregations
* fix: handle edge cases
* fix: ui bugs
* feat: working ui aggregation
* fix: minor issue
* fix: rollup and links fix count
* fix: handle ID Column
* fix: minor fixes
* fix: update aggregation on data change
* fix: round to 2 decimal places
* fix: stddev computation error replace with stddev_pop
* fix: use pg age function
* feat: new record layout
* fix: shared view aggregations
* feat: aggregations based on formula result
* fix: temp pagination
* feat: ncpagination v2
* feat: ncpagination v2
* fix: playwright tests
* fix: pending changes
* fix: failing tests
* feat: mysql2 aggregations
* fix: build
* fix: record count
* fix: cleanup
* fix: disable count aggregation
* feat: expiremental sqlite3 aggregation
* fix: mysql2 median
* fix:minor issues
* refactor: rename column to column_query fix: remove default aggregations fix: disable aggregation for specific dbtype and Foreign Key
* fix: remove unwanted else case
* fix: aggregation not loading
* fix: rebase
* fix: rebase
* fix: pagination fixed height
* fix: respect locked mode for aggregations
* fix: pagination component
* fix: pagination component
* fix: replace Math.random
|
7 months ago |
.. |
constants
|
…
|
|
disabledTests/docs
|
…
|
|
fixtures
|
…
|
|
pages
|
feat: Field aggregation (#8786)
|
7 months ago |
quickTests
|
…
|
|
scripts
|
…
|
|
setup
|
…
|
|
tests
|
…
|
|
.env.example
|
…
|
|
.eslintrc.json
|
…
|
|
.gitignore
|
…
|
|
.lintstagedrc.json
|
…
|
|
.prettierignore
|
…
|
|
.prettierrc.js
|
…
|
|
package.json
|
…
|
|
playwright.config.ts
|
…
|
|
startPlayWrightServer.sh
|
…
|
|
storageState.json
|
…
|
|
tsconfig.json
|
…
|
|