Ramesh Mane
2aeae55960
fix(nc-gui): provide ncMeta to gallery & kanban view update class fun
5 months ago
Ramesh Mane
8b1b6e6a09
revert(nocodb): columns.service file changes
5 months ago
Ramesh Mane
3d4e7308ee
fix: small changes
5 months ago
Ramesh Mane
6766c93f15
fix(nc-gui): update cover image on changing attachment field uitype
5 months ago
Ramesh Mane
b6bfb28cc6
chore: lint
5 months ago
Ramesh Mane
89a717c0bd
fix: reset cover image column id if user delete att field
5 months ago
Mert E
eda4deab96
fix: substitute column ids for LTAR ( #8872 )
...
* fix: move transformObject to root
* fix: substitue column ids for LTAR
5 months ago
Mert E
9bb8db61f9
fix: avoid listening all events ( #8864 )
...
* fix: avoid listening all events
* fix: binding events
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
5 months ago
Ramesh Mane
f141049937
Nc feat: improve lazy loading for field edit or add ( #8846 )
...
* feat: improve lazy loading for field edit or add
* fix(nc-gui): use isEdit.value instead of isEdit
* fix(nocodb): validate required params in qr/barcode column create
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
5 months ago
Pranav C
757b06c349
Update packages/nocodb/src/db/BaseModelSqlv2.ts
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
5 months ago
Pranav C
9d50338e9e
fix: handle exceptions gracefully
5 months ago
Pranav C
34da8a8d0d
fix: handle when HM lookups to BT
5 months ago
github-actions[bot]
10a20b1291
chore: update sdk path
5 months ago
pranavxc
6fa897195c
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
5 months ago
Anbarasu
d2c493aa7b
Nc fix/api call ( #8841 )
...
* fix: aggregate not loading
* fix: dulpicate call
* fix: scroll issue
* fix: scroll issue
* fix: random fix
* fix: test
* fix: remove console.log
* fix: set Timeout
* fix: enable none aggregation for fk
* fix: test debug
* fix: lookup attachment issue
* fix: skip system LTAR columns from aggregation
* fix: revert debug changes
* fix: if display value missing treat the first column as display value
* fix: disable system col aggregation if hidden
* fix: missing commit
* fix: exclude system column
* fix: rollup grouping/aggregation fix
---------
Co-authored-by: Pranav C <pranavxc@gmail.com>
5 months ago
Raju Udava
98bee4c748
refactor: update table drop migration ( #8840 )
...
Co-authored-by: Pranav C <pranavxc@gmail.com>
5 months ago
Mert E
de3c72fa3d
fix: add virtual as expected & avoid overriding with default ( #8832 )
5 months ago
Pranav C
336d6b5fe1
Nc fix/shared view filter ( #8837 )
...
* fix: shared view filter
* fix: set delete count 1 to avoid removing all followed filter from UI state
* fix: nested root value correction
* fix: select the first column by default when creating placeholder filter
5 months ago
Ramesh Mane
c23244b031
fix(chore): swagger file json error
5 months ago
Ramesh Mane
25491edde2
fix: update audit logs oss api
5 months ago
Ramesh Mane
dfe16c5b34
feat(nc-gui): add new audit logs ui for oss
5 months ago
Ramesh Mane
fe52c26689
feat(nc-gui): add project audit list api
5 months ago
Ramesh Mane
c236e8169b
feat(nc-gui): add filter support in base audit list api
5 months ago
Ramesh Mane
45b848a5a3
feat(nc-gui): audit logs filters
5 months ago
Ramesh Mane
da02eafbf0
chore(nocodb): fix ts error
5 months ago
Ramesh Mane
069336ba80
feat(nc-gui): workspace audit api setup
5 months ago
Ramesh Mane
0a116fe7bd
revert(nocodb): non related changes
5 months ago
Ramesh Mane
701c83fc52
fix(nc-gui): hide grouping field by default
5 months ago
Ramesh Mane
8443662844
fix(nc-gui): revert audit type changes
5 months ago
Ramesh Mane
57f1d201bd
fix(nc-gui): remove duplicate types
5 months ago
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
5 months ago
Raju Udava
c747a63971
Nc fix/shared view opt query ( #8833 )
...
* fix: use opt-query for shared view
* fix: avoid duplicate api call if page size different from default
---------
Co-authored-by: Pranav C <pranavxc@gmail.com>
5 months ago
Mert E
6865b5dd55
fix: at import links ( #8831 )
5 months ago
Mert E
69466209fd
fix: missing setup for barcode & qr columns ( #8829 )
5 months ago
Ramesh Mane
5dda4c7d37
Nc fix: misc UI fixes ( #8827 )
...
* fix(nc-gui): external source text bold issue
* fix(nc-gui): make new record btn sticky to left in groupby
* fix(nc-gui): add some padding after add column header btn
* fix(nc-gui): links cell margin issue
* fix(nc-gui): groupby table footer issue
* chore(nc-gui): lint
* fix(test): pw test fail issue
* fix(test): pw test fail issue
* fix(test): remove only from test
5 months ago
Pranav C
d4e5ede2d3
Nc feat/Readonly source followup ( #8795 )
...
* feat: allow partial column update (GUI)
* feat: allow partial column update (backend)
* refactor: swagger schema description correction
* feat: allow edit from multi field editor
* fix: allow meta update in api level
* fix: add tooltip and docs link
* fix: multi field editor corrections
* fix: allow table meta update
* fix: allow table meta update
* fix: allow column validation update
* fix: block adding new option directly from cell
* fix: add tooltip for column menu options
* refactor: tooltips
* test: replace index with count as parameter
* fix: corrections
* refactor: hint text update
6 months ago
Mert E
5f490fb84d
fix: return unsubscribe callback on subscribing ( #8811 )
...
* fix: return unsubscribe callback on subscribing
* fix: keep redis channel if subscribers available
6 months ago
Ramesh Mane
4d6e3ff796
fix(nocodb): display value column order in new view ( #8808 )
6 months ago
Pranav C
652a1676d8
test: extract title from base in context
6 months ago
Pranav C
17bbfd3532
fix: permission correction
6 months ago
Pranav C
234037d26c
feat: handle in fields
6 months ago
Pranav C
c5f8e8a762
test: api tests
6 months ago
Pranav C
4a308757de
feat: allow virtual column duplication(except LTAR and Links)
6 months ago
Pranav C
4561423226
refactor: move readonly props from meta to new cols for better stability
6 months ago
Pranav C
0b184fc3ca
feat: allow virtual column add/edit/remove - backend
6 months ago
Pranav C
76ff5594d1
fix: pass source reference where it's missing
6 months ago
Pranav C
82b89d1ffe
fix: middleware corrections
6 months ago
Pranav C
6c856f4f57
fix: error handling correction in middleware
6 months ago
Pranav C
308ee8ddf8
refactor: exception handling and missing permissions
6 months ago
Pranav C
5d8b1fc55a
feat: restrict data/meta operations in gui
6 months ago