mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:56:57 +00:00
* feat: groupby aggregation * fix: reload data * fix(nc-gui): fix: better aggregate update condition * fix(nc-gui): limit api aggregation calls * fix(nocodb): aggregation api refactor feat(nocodb): bulk aggregate apis * feat(nocodb): update swagger.json fix(nocodb): parse aggregation json feat(nocodb): public endpoint * fix: get first res * fix: swagger bugs * fix: integrate bulk aggregation * fix(nc-gui): bulk agg not triggering in shared view * fix(nc-gui): avoid agg load inside table in groupby * fix(nc-gui): issue when key is decimal * fix(nc-gui): trigger aggregate before ui update * fix(nc-gui): update triggering bulk api calls * fix(nc-gui): custom label in pagination * test: unit tests * chore: move to ee * fix: gui separation * fix: pagination gui * fix: summary flicker * fix: pr review * fix: groupby pagination * fix: aggregation alias handling * fix: agg not updating * fix: expanded-form broken * fix: unit tests * fix: playwright tests * fix: playwright tests * fix: user select, groupby tests * fix: groupby inner pagination alignment * fix: stddev sqlite value * fix: review changes * fix: ui flicker