Commit Graph

311 Commits

Author SHA1 Message Date
DarkPhoenix2704
d1cced2608 chore: refactor 2025-02-17 13:10:47 +00:00
Mert E.
874b8311cb feat: cloud exp (#10504)
* feat: cloud migrate

Signed-off-by: mertmit <mertmit99@gmail.com>

* feat: migration support user field

Signed-off-by: mertmit <mertmit99@gmail.com>

* feat: compatability mode

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2025-02-17 11:18:01 +03:00
Pranav C
e3820ea37a chore: missing changes from hub
Signed-off-by: Pranav C <pranavxc@gmail.com>
2025-02-03 15:58:17 +05:30
Fendy Heryanto
55574b6ecf change to user-select of uploaded csv 2025-01-31 07:04:40 +00:00
Ramesh Mane
2cf67cd0ec fix(nc-gui): update audit filter dropdowns as per new design 2025-01-27 08:25:19 +00:00
Ramesh Mane
b3ad78a91c fix: cleanup audit logs unused code from workspace store 2025-01-27 08:25:17 +00:00
Ramesh Mane
12de2f6f38 fix(nc-gui): global audit ui 2025-01-27 08:25:16 +00:00
Ramesh Mane
3e4d5b33dd fix(nc-gui): add audits store 2025-01-27 08:25:15 +00:00
Mert E.
c2f50efbb9 feat: data reflection preps (#10227)
* feat: integration hooks

* feat: data reflection

* feat: improved UX for data reflection

* chore: lint

* fix(nc-gui): update nocodb integration ui

* fix(nocodb): type error

* fix(nc-gui): nocodb integration icon and modal gap issue

* fix: defer integration hooks

* fix: check proper state

* refactor(nc-gui): integration modal

* refactor(nc-gui): integration modal ui changes

* refactor: change default port

* fix(nc-gui): add base id copy input

* fix(nc-gui): schema dropdown placement and item height issue

* fix(nc-gui): nocodb connection bg color issue

* fix(nc-gui): update nocodb integration count and user logo

* fix: rspack keep class

* feat: get connection menu item

* chore: rebase issue

* fix: hide nc from sources

* feat: move data reflection to model level

* fix: remove deprecated fn & fix type errors

* feat: reflection settings

* feat: feature flag for data reflection

* refactor: avoid save on feature flags

* fix: properly show host

* fix: PR requested changes

* fix: use named parameters for queries

---------

Co-authored-by: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com>
2025-01-14 14:59:45 +03:00
DarkPhoenix2704
71fd750476 fix: refactor fix: acl 2025-01-10 16:11:08 +00:00
DarkPhoenix2704
2ec6974ad1 fix: polish the icons and loading state 2025-01-10 16:10:59 +00:00
DarkPhoenix2704
e750945d7f feat: quieing bulkActions feat: add more row level interactions fix: refactor editorUtils fix: refactor resetProgress Api 2025-01-10 16:10:59 +00:00
DarkPhoenix2704
f19247f123 feat:noco scripts 2025-01-10 16:10:58 +00:00
DarkPhoenix2704
be6a0b3245 feat: script actions 2025-01-10 16:10:57 +00:00
DarkPhoenix2704
dddc120b48 feat: table actions 2025-01-10 16:10:56 +00:00
Pranav C
ea281321e9 feat: table/column service - WIP 2025-01-09 20:22:56 +00:00
Pranav C
b9ee0e68cd feat: v3 data APIs 2025-01-09 20:22:55 +00:00
Eli Sheinfeld
447f9f8505 better language name
I fixed the way of writing the language name
2025-01-05 02:25:54 +02:00
DarkPhoenix2704
c075968c4e feat: record reorder 2024-12-30 17:40:56 +00:00
Raju Udava
0984607ab9 Merge pull request #10126 from nocodb/nc-chore/ci-hang
chore: CI time issue
2024-12-27 14:58:53 +05:30
Ramesh Mane
14205e0430 fix: add icon support in user Icon component 2024-12-27 14:39:59 +05:30
Ramesh Mane
17387a7d4f fix(nc-gui): add circle preview image support in image cropper 2024-12-27 14:35:01 +05:30
Ramesh Mane
8185e52d43 fix(nc-gui): create generic icon selector component 2024-12-27 14:35:01 +05:30
mertmit
018bb01239 chore: fully revert sf 2024-12-26 11:27:29 +00:00
DarkPhoenix2704
538f5999ad feat: christmas easter egg 2024-12-24 04:56:45 +00:00
Ramesh Mane
fdfcbb17da fix(nc-gui): update searchCompare function to allow nested array search 2024-12-10 07:28:44 +00:00
DarkPhoenix2704
b8ae038da7 chore: move to ee and acl 2024-11-28 14:48:00 +00:00
DarkPhoenix2704
afb88b7976 fix: calendar misc fixes 2024-11-27 10:36:23 +00:00
Anbarasu
9f99d0ba20 Merge pull request #9831 from nocodb/nc-calendar-end-date
Nc calendar end date
2024-11-21 00:02:31 +05:30
DarkPhoenix2704
12808b0578 fix: drag position fix 2024-11-20 17:43:11 +00:00
Ramesh Mane
893ee9c934 chore(nc-gui): lint 2024-11-20 17:11:15 +00:00
Ramesh Mane
0db906b297 chore(nc-gui): lint 2024-11-20 17:11:15 +00:00
Ramesh Mane
d4a04ba4ed fix(nc-gui): fill image cropper by default 2024-11-20 17:11:13 +00:00
Mert E.
6724fd2f9d chore: sync various (#9864)
* chore: sync various

Signed-off-by: mertmit <mertmit99@gmail.com>

* test: ws scope

Signed-off-by: mertmit <mertmit99@gmail.com>

* fix(nc-gui): ncSubmenu right icon visibility issue

* fix(nc-gui): use viewTypeAlias in all the places

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
Co-authored-by: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com>
2024-11-20 21:48:09 +05:30
Pranav C
e1b2eb29ec Merge pull request #9807 from nocodb/nc-feat/personal-view
Nc feat/personal view
2024-11-12 21:52:45 +05:30
DarkPhoenix2704
30a4cc7ec7 feat: gallery view infinite scroll 2024-11-12 08:02:27 +00:00
Pranav C
92b8f68743 fix: permission bugs 2024-11-12 06:06:47 +00:00
Pranav C
4465e7d7e5 refactor: allow owner/creator to transfer ownership of a view 2024-11-12 06:06:46 +00:00
Pranav C
b6e9ec649f feat: personal view 2024-11-12 06:06:45 +00:00
Ramesh Mane
5de1caf760 Nc extension url preview (#9789)
* feat(extensions): url preview

* fix(nc-gui): merge conflicts

---------

Co-authored-by: amandesai01 <amandesai01@gmail.com>
2024-11-11 12:16:57 +05:30
Anbarasu
04f49c13d8 feat: infinite scroll (#9403)
* feat: infinite scroll wip

* feat: implement column create

* feat: improve scroll performance and minor bugs

* fix: optimize cache clear fix: preserver selected items from cache clear

* feat: add keyboard support

* fix: get rid of unwanted data

* feat: infinite scroll

* fix: reload visible data

* fix: rowIndex Sync

* fix: row height fix

* fix: performance issues

* fix: small issues

* fix: stablize scrolling

* fix: scroll fails to load new data

* fix: best part is no part remove bunch of manual handling and move to computedProperty

* fix: load data as chunks instead of offset

* fix: deboucne 500 ms

* feat: safe chunk clearing

* feat: working infinite table(wip)

* fix: handle delete selected range of rows

* fix: update types

* fix: nuxt warnings

* fix: table fixes

* feat: undo-redo support for infiniteTable

* fix: fix addEmptyRow

* fix: groupby fixes

* fix: refactor visibleDtaa computed

* fix: cache clear

* fix: invalid offset error

* fix: add empty row elem

* fix: rows not loading at end

* fix: refactor

* fix: more tests passing

* fix: perf optimizations

* fix: couple tests

* fix: row height tests

* fix: row height tests

* fix: row height tests

* fix: sync row comment count

* fix: fixes

* fix: lot of tests

* fix: update the row placeholder columns size calculation

* fix: update the totalRows on loadData

* fix: tests when count is 0

* fix: hide placeholder if rowHeight is small

* fix: not required imo as infinite scroll is implemented

* fix: links tests

* fix: filter tests

* fix: insert after test fix: Row: Create, Update, Delete fix: Row height fix: Create column tests

* fix: error, timezone bug fix: shared view data not loading after 100

* fix: ignore shifting. this fixes errors in rows, which has some mandatory required cells

* fix: keyboardShortcuts test

* fix: project collaboration test

* fix: increase local cache fix: records empty on switching to full screen mode fix: links issue on new records

* fix: row and col margin for improved data rendering

* fix: addEmptyRow to table bottom

* fix: update gridShare test fix: shared view grid feat: new count endpoint public

* fix: undo-redo test failing

* fix: bulkUpdate chore: disabled bulkUpdate tests for now

* fix: slow searchBtn

* fix: limit max selection

* fix: limit selection to 100

* fix: initial chunk load to 100

* fix: couple fixes

* fix: couple fixes

* fix: row expand

* fix: scrollto Top and scrollTo Bottom on Shift Cmd Down/Up

* fix: drop support for cmd A

* fix: failing tests

* fix: error on clicking resize col

* fix: premature fetching

* fix: deleteSelected not working properly

* fix: test build

* fix: test build

* fix: throttled 500

* fix: scroll related issues fix: added transitions

* fix: scroll related issues

* fix: decrease col margin

* fix: increase local cache and update Buffer

* fix: decrease throttle

* fix: improve scroll performance

* fix: improve scroll performance

* fix: improve scroll performance

* fix: fixes

* feat: beta toggle show

* feat: beta toggle show

* fix: hold scroll action

* fix: sync visible data reloadVisibleDataHook

* fix: refactor useBetaFeatureToggle fix: useMultiSelect in table

* fix: dynamically reduce margin while loading records

* fix: some bugs

* fix: data loading in infinitescroll

* fix: shared view and search issues

* feat: betaToggles menu

* fix: scroll showing up in aggregation

* fix: text

* fix: implement shifting in addEmptyRow

* fix: calculate slices on rowHeight modified

* fix: keep invalid cells until another row selected

* fix: remove row if filter gets failed

* fix: update styles

* fix: move filter handling to nocodb-sdk

* fix: user field filter

* fix: sort order

* fix:user field sorting

* fix: update virtual cols

* fix: updated sort handling

* fix: updated sort handling

* fix: updated sort handling for bulkUpdate and undo-redo

* fix: unit tests

* fix: deleteSelectedRecords fails

* fix: chunkstates errors

* fix: sort bugs

* fix: scroll position

* fix: delete selectedrange of records

* fix: improved chunk management

* fix: sync toggle states across tabs

* fix: sync between tabs

* fix: limit issues

* fix: update issues

* fix: zIndex

* fix: minor fixes

* fix: cmd arrow issue

* fix: bulkdelete index issues

* fix: empty rows at top

* fix: queue add new record behaviour

* fix: resolve rowObj addEmptyRow

* fix: typo

* fix: clear indexes

* fix: reload if width is zero

* fix: manual handling

* fix: remove console

* fix: prefetch when scroll from below

* fix: refactor fixes

* fix:undo-redo with sort

---------

Co-authored-by: mertmit <mertmit99@gmail.com>
2024-11-08 11:38:47 +05:30
Ramesh Mane
6246a1c96b Nc fix/extension follow-up changes (#9721)
* fix(nc-gui): extension pane new design changes

* fix(nc-gui): hide extensions btn on details tab

* fix(nc-gui): create new component for extensions tab of marketpalce

* fix(nc-gui): update marketplace card

* fix(nc-gui): extension tab scroll issue

* fix(nc-gui): extension modal header padding issue

* fix(nc-gui): auto scroll extensions on add/duplicate

* fix(nc-gui): auto scroll extension issue

* fix(nc-gui): update extension icons

* fix(nc-gui): data exporter extension button overflow issue

* fix(nc-gui): change extension list layout

* fix(nc-gui): add extension docs link

* fix(nc-gui): wrong publisher icon path in data exporter extension manifest

* fix(nc-gui): solid extension icon on panel open

* fix(nc-gui): extension marketplace placeholder image placement issue

* fix(nc-gui): select action table on add data exporter extension

* fix(nc-gui): on add data exporter extension select action view also

* fix(nc-gui): don't clear deleted exports from kvstore on clear extension data

* fix(nc-gui): show search icon instead of search input box in extension marketplace modal

* fix(nc-gui): pr review changes

* fix(nc-gui): update data exporter extension as per new design

* fix(nc-gui): update empty state

* fix(nc-gui): add tooltip on compact toolbar btns

* fix(nc-gui): update import extension as per new design
2024-10-31 14:39:10 +05:30
DarkPhoenix2704
20f50d15ed fix: changelog images 2024-10-22 06:38:57 +00:00
DarkPhoenix2704
d45dae6214 feat: cloud changelogs 2024-10-10 04:59:43 +00:00
Raju Udava
aa48d2bc32 fix: language support for kn, ml (#9628)
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-10-10 10:07:05 +05:30
Ramesh Mane
02a546b22b fix(nc-gui): ai review changes 2024-10-08 11:38:22 +00:00
Ramesh Mane
640cea9b7d fix(nc-gui): enable conditional fields in oss frontend changes 2024-10-08 11:38:21 +00:00
Yu Gong
9682b55ec4 correct LanguageAlias for zh_Hans 2024-10-02 20:03:09 +08:00
DarkPhoenix2704
e312b486de fix: pr review changes 2024-10-02 05:54:24 +00:00
DarkPhoenix2704
0b557e72e2 feat: handle loading state 2024-10-02 05:54:23 +00:00