Ramesh Mane
57c36d9d71
Nc feat: header revamp ( #9204 )
...
* fix(nc-gui): update topbar breadcrumb divider
* feat(nc-gui): custom list component setup
* fix(nc-gui): update reload view data tooltip
* feat(nc-gui): custom list component
* feat(nc-gui): add table list menu
* fix(nc-gui): small changes
* fix(nc-gui): add bases list dropdown
* fix(nc-gui): show chevron icon in mobile view
* feat(nc-gui): add view list dropdown in topbar
* fix(nc-gui): auto scroll selected list option on open dropdown
* feat(nc-gui): add typedocs for each fun from custom list component
* chore(nc-gui): add typedocs for new functions
* fix(nc-gui): view search issue on default view
* fix(nc-gui): reset selected option hover state on search input
* fix(nc-gui): font weight issue
* fix(nc-gui): show reload data topbar option
* fix(nc-gui): change view action menu position
* fix(nc-gui): font weight issue
* feat(nc-gui): create new table/view from topbar
* fix(nc-gui): update other page headers
* fix(nc-gui): project view header
* fix(nc-gui): update admin panel workspaces page header
* fix(nc-gui): admin panel base/workspace user page header
* fix(nc-gui): admin panel scroll issue
* fix(nc-gui): update project home page
* fix(nc-gui): table list scroll issue
* chore(nc-gui): lint
* fix(nc-gui): reset breadcrumb btn hover state on open dropdown
* fix(nc-gui): review changes
* fix(nc-gui): use slash icon instead of text
* fix(nc-gui): pr review changes
* fix(nc-gui): details tab height issue
* fix(nc-gui): add user account pages breadcrumb
* fix(nc-gui): hide rename view option
* fix(nc-gui): disable scrollIntoView on base rename
* fix(nc-gui): on rename view select text
* fix(nc-gui): user menu overflow issue if sidebar baselist is scrollable
* feat(nc-gui): use virtual scrolling for NcList component
* fix(nc-gui): reduce chevron icon opacity
* chore(nc-gui): lint
* fix(nc-gui): ai review changes
* fix(nc-gui): view rename input focus issue
* fix(nc-gui): topbar width issue
* fix(nc-gui): udpate toolbar height
* fix(nc-gui): update chevron icon from breadcrumb
* fix(nc-gui): update breadcrumb icon size
* fix(nc-gui): add min width for breadcrumb
* fix(nc-gui): add topbar bottom border
* fix(nc-gui): details tab heigth and alignment issue
* fix(nc-gui): hide basename and show only icon
* fix(nc-gui): update NcList component
* fix(nc-gui): update admin panel header
* fix(nc-gui): add header in account settings pages
* fix(nc-gui): add account pages header oss
* fix(nc-gui): udpate max width
* chore(nc-gui): lint
* fix(nc-gui(: reduce topbar top padding
* fix(nc-gui): typo error
* fix(nc-gui): review changes
* fix(nc-gui): review changes
* fix(nc-gui): slash icon conflict
* fix(nc-gui): review changes
* fix(nc-gui): remove chevron icon & add list wrapper div to control height
* fix(nc-gui): ncList keyboard navigation issue
* chore(nc-gui): lint
3 months ago
Ramesh Mane
e54f5e6407
Nc fix(nc-gui): grid view issues ( #9199 )
...
* fix(nc-gui): two new record btn issue in mobile view
* fix(nc-gui): grid table height issue in mobile groupby view
* fix(nc-gui): gallery, kanban view existing record open issue
* chore(nc-gui): lint
* fix(nc-gui): grid view blank expanded form issue on switching to new record-form
3 months ago
Anbarasu
bd00e8e243
feat: groupby aggregation ( #8838 )
...
* 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
5 months ago
Mert E
fb213eee0e
feat: export as on background ( #8890 )
...
* feat: csv export job
* fix: duplicate job
* feat: csv export job final
* feat: data export extension POC
* feat: data export final
* fix: extensions & scroll
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Ramesh Mane
b224397656
fix: Audit records only available for super user ( #8882 )
...
* fix(nc-gui): audit record access issue for oss base creator
* fix(nocodb): use user created_at instead of project user created_at
* fix(nc-gui): show comment from start instead of bottom
* fix(nc-gui): enable record audit logs for all user roles
* fix: enable comment & audit list for viewer
* fix(nc-gui): enable grid row comment count
* fix(nc-gui): update empty comment state text
* chore(nc-gui): lint
* Update en.json
* chore(nc-gui): lint
* fix(nc-gui): remove padding and add hover effect in audit record logs
* fix(nc-gui): comment/audit user role info issue
* fix(test): update share base comment drawer test case
* fix(nc-gui): record audit item line height issue
* fix(nc-gui): truncate record comment/audit user name
* fix(nc-gui): text truncate issue
* fix(nc-gui): update base user map on updating base user role
* fix(nc-gui): update grid row count on adding/removing comment
* fix(nc-gui): skip loading row audits in ee & after adding/updating comment
---------
Co-authored-by: Raju Udava <86527202+dstala@users.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
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
88e2d40d9b
Nc UI/groupby ( #8781 )
...
* feat: groupby design update
* fix: add groupby icons
* fix: misc
* fix: groupby
* fix: update groupBy menu
* fix: remove unwanted addnl widths
* fix: grouopby fixes
* fix: updated styles
* fix: updated styles
* fix: updated styles
* fix: remove data manipulation in fe
* fix: update groupby menu design
* fix: test
* fix: flaky tests
* fix: pagination border fix: left margin fix: shared view and base, incorrect width
* fix: minor fixes
* fix: width calculation
* fix: better width calculation
* fix: refactor group by width caluclation
* fix: tests fix
* fix: groupby tests fix
* fix: pagination bg color
* fix: group by
* fix: group by
* fix: update scrollBump calculation
* fix: updated color
* fix: updated text
* fix: meu margins
* fix: hover effect for elements
* fix: overflow
* fix: coderabbit comments
---------
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
5 months ago
Raju Udava
e3aeae43f5
Nc staing/issues ( #8681 )
...
* fix: disable calendar for mobile view fix: disable loading state for notifications polling
* fix: unwanted mutation
---------
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
5 months ago
Ramesh Mane
5d21d179d4
Nc fix: UI/UX minor fixes ( #8648 )
...
* fix(nc-gui): update field modal radio input disable state bg
* fix(nc-gui): new record dropdown btn icon alignment issue
* fix(nc-gui): duplicate expanded record comment update & query param update issue
* fix(nc-gui): udpate expanded form width if comment section is enabled
* fix(nc-gui): show single line text in hover gray state when we open the add modal
* fix(nc-gui): add divider in comment more option dropdown
* fix(nc-gui): show tooltip on hover over comment username
* fix(nc-gui): oo relation link dropdown count update issue
6 months ago
Anbarasu
3a951118bc
fix: expanded view not working on shared view and shared bases ( #8596 )
...
* fix: expanded view not working on shared view and shared bases
* fix: expanded record not working on calendar shared
* fix: review commenys
* fix: calendar unwanted data mutattion fix: kanban update changed Columns
* fix: move try catch to inner block
* fix: coderabbit comments
6 months ago
Mert E
89f0895de3
fix: experimental frontend optimizations ( #8427 )
...
* fix: get rid of barrel files
* chore: get rid of explicit imports
* fix: use explicit import for classes and enums
* fix: use explicit import for enum & class & aliases
* fix: build issues
7 months ago
mertmit
041924adde
fix: group by api calls
7 months ago
Mert E
d46b60d92e
feat: extensions ( #8303 )
...
* feat: extensions
Signed-off-by: mertmit <mertmit99@gmail.com>
* chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
7 months ago
Ramesh Mane
47a08e9e60
fix(nc-gui): Cannot read properties of undefined (reading 'id')
9 months ago
DarkPhoenix2704
1ca038ff64
chore: run lint
9 months ago
DarkPhoenix2704
441f76a6e6
fix(nc-gui): added calendar injection
9 months ago
sreehari jayaraj
3f2efaa40e
fix: pagination on previos page load
1 year ago
sreehari jayaraj
6ac5b8b96a
fix: expanded form continuous paging
1 year ago
DarkPhoenix2704
f31720c4dc
fix: modal closing
1 year ago
Muhammed Mustafa
2d76f79fab
fix: i18n for Grid
1 year ago
Muhammed Mustafa
280747de2a
fix: Removed lazy loading of expanded form for decreasing opening expanded form in mobile
1 year ago
Muhammed Mustafa
6348f475aa
fix: Integrated pagination changes to grid
1 year ago
Muhammed Mustafa
e091d9f89a
fix: Added auto scroll in expanded for in mobile view
1 year ago
Pranav C
33ee9bfa62
feat: Improved UI ( #6222 )
...
* feat: Improved ui (#6156 )
* refactor: revert
Signed-off-by: Pranav C <pranavxc@gmail.com>
feat: shared base
Signed-off-by: Pranav C <pranavxc@gmail.com>
fix: remove duplicate import statement
Signed-off-by: Pranav C <pranavxc@gmail.com>
fix: disable starred & license menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: fix airtable wait issue
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: enable mysql in ci
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: fix checkbox order for sqlite
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: disable quick tests
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: fix dbType env variable for CI
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: workspace API access error fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: enable SQLite CI CD
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: use DB_TYPE env variable
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: enable SQLite UT
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: isHub cleanup
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: add check for EE Timezone spec
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
test: EE check fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
chore: test correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
chore: sync latest changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
test: set EE=false
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: set NC Edition to community in workflow file
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
chore: update sdk build command
Signed-off-by: Pranav C <pranavxc@gmail.com>
refactor: i18n and other changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
feat: new ui
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: sync tests
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: shared view/base related bugs
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: checkbox verification sort order fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: fix sqlite reset
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: enable selfhosted runners
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: table ops (draft)
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* Docs: screenshots for table-operations.md
* refactor: introduce missing buttons
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: get all fields
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: UT fix- new data API response
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: EE is false
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: webhook lookup as string in CE
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: include created_at and updated_at
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: fix UT newDataAPI response for PG
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: separate api for webhook related plugins
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: msyql filter corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: mysql group by test corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: fix datatype for rating field in groupby spec for pg
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: kanban datatype correction
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: column edit for mysql- rating field
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: misc fixes
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: enable 4 workers
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: enable 2 workers per shard only
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: table CRUD
* Rename table-operations.md to table-crud.md
* Create column-crud.md
* docs: row CRUD
* Rename row.md to row-crud.md
* docs: project crud
* docs: toolbar (skeleton)
* refactor: single page UI and bug fixes
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: sync tests playwright
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: add missing dependency
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: single page ui, test corrections
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: tests
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: project rename test correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: remove only
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: remove wrong import statement
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: delete option not visible in project context menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: move ws access within isEE()
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: fix groupby
* test: groupby fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: signup & landing page
* docs: project crud
* docs: project-crud misc
* docs: toolbar fields
* docs: toolbar / filters
* docs: toolbar / group by
* docs: toolbar / sort
* docs: toolbar / row height
* docs: filters additional options
* docs: file re-order
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: add links to column types
* docs: code snippets
* docs: links
* docs: lookup
* docs: rollup
* docs: formula
* docs: primary key
* docs: display value
* docs: development setup
* docs: swagger
* fix(nc-gui): encodeURIComponent for row id
- closes : #6202
* docs: language
* docs: expanded record
* docs: import airtable
* docs: airtable
* docs: webhook
* docs: revert file rename
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: account settings
* docs: audit
* docs: meta management
* docs: project settings
* docs: shared base
* docs: shared view
* docs: meta sync
* docs: team-auth
* docs: views
* docs: fix URL
* docs: URL corrections
* fix: shared base, view related bugs
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: EE check for WSaccess
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: exclude EE tests
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: missing project delete
closes #6215
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: merge existing project meta if found
closes #6216
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: merge existing project meta if found
closes #6216
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>
* refactor: docs and other bug fixes
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: populate default project on super admin signup
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: include created project details in signup response if avail, missing Dockerfile
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: use custom function for resolving ts path aliases
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: add missing generate script
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: webpack build correction - ts path resolve
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>
1 year ago