Ramesh Mane
f6c1506cb7
fix(nc-gui): disable set displaly value option from field context menu
2 days ago
Ramesh Mane
fee6a914f8
fix(nc-gui): give proper tooltip why other fields are not used as display value
2 days ago
Ramesh Mane
f0be54b0bc
fix(nc-gui): allow only specific column types for display value
2 days ago
Mert E.
818d9344e9
chore: preps ( #9994 )
...
* chore: preps
Signed-off-by: mertmit <mertmit99@gmail.com>
* test: fix unit
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
3 days ago
Mert E.
ec464a3310
chore: sync various ( #9950 )
...
* chore: some missing changes
Signed-off-by: mertmit <mertmit99@gmail.com>
* chore: sync refactored expanded form
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
1 week ago
Mert E.
615a9c147e
chore: oos changes ( #9919 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
1 week ago
pranavxc
2e13285c17
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
2 weeks ago
Ramesh Mane
79fd651059
Nc feat: add delimiters and encoding option in csv export and import extension ( #9830 )
...
* feat(nc-gui): add separator option in csv export extension
* fix(nc-gui): add delimiter option in csv export and import extension
* fix(nc-gui): add auto detect option in select input instead on giving checkbox to enable
* fix(nc-gui): add encoding option in csv import
* fix(nc-gui): add encoding option in csv export
* fix(nc-gui): csv import extension encoding issue and also add all supported charset
* fix(nocodb-sdk): udpate csv import export charset exports
* feat: encoding for export stream
* fix(nc-gui): use same char set for import & export csv
* fix(nc-gui): csv import, export encoding ui changes
* fix(nc-gui): change classnames
* chore(nc-gui): lint
* fix(nc-gui): export import extension optimization
* fix(nc-gui): reduce extension select input size to 32px
* chore(nocodb): install iconv-lite
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
2 weeks ago
Ramesh Mane
b9afd0ba50
fix(nocodb): validate attachment upload scope
3 weeks ago
Ramesh Mane
f8520b8a47
fix(nocodb): attachment related backend review changes
3 weeks ago
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>
3 weeks ago
pranavxc
791e4a220e
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
3 weeks ago
pranavxc
5dd56c47f1
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
3 weeks ago
Pranav C
6d56193307
fix: token refresh failed handle it
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 weeks ago
pranavxc
e3c7343676
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
4 weeks ago
Pranav C
b6e9ec649f
feat: personal view
1 month ago
DarkPhoenix2704
d65d3d21eb
fix: build
1 month ago
DarkPhoenix2704
c58352f40d
feat: mentions in rich Text
1 month ago
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>
1 month ago
Pranav C
9b5fa9f3ed
fix: blank function argument type
2 months ago
Pranav C
50d3f1ba94
feat: add ISBLANK and ISNOTBLANK formula support
2 months ago
pranavxc
4a5a4b9988
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
2 months ago
pranavxc
a0ee171ee0
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
2 months ago
pranavxc
da525275e7
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
2 months ago
Pranav C
21e1f2a9fa
refactor: GUI error handling ( #9528 )
...
* refactor: error reporting
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: handle ee part
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: coderabbit review comments
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: linting
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: remove duplicate error log
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: request type correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 months ago
WK Wong
fbb7f7ba9a
refactor: remove unnecessary / outdated lock files
2 months ago
Pranav C
8620041651
chore: skip type checking of declaration files of dependencies ( #9516 )
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 months ago
DarkPhoenix2704
2532a9c457
fix: sync dependencies
2 months ago
Mert E.
bede42aef1
fix: cmdk improvements ( #9575 )
...
* fix: cmdk improvements
Signed-off-by: mertmit <mertmit99@gmail.com>
* chore: generate Api.ts
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
2 months ago
Verhille
2642ddd263
fix: prettier
3 months ago
Verhille
b84ce67060
feat: start implementing JSON_EXTRACT formula
3 months ago
Ramesh Mane
9a0b34eab8
fix(nc-gui): implement display of decimal values with trailing zeros using toFixed() ( #9464 )
3 months ago
pranavxc
9130890732
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
3 months ago
Pranav C
65f657be88
fix: avoid setting sslUse default value as No
3 months ago
pranavxc
316ef1119f
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
4 months ago
Ramesh Mane
162a726efd
Nc fix(nc-gui): add more integrations in ticketing category ( #9355 )
...
* fix(nc-gui): add more integrations in ticketing category
* fix(nc-gui): review changes
* fix(nc-gui): show loader integrations tab
* fix(nc-gui): typo error
4 months ago
Pranav C
bbaec26544
fix: falsy value id handling in update api
4 months ago
Pranav C
244873ec53
refactor: function name
4 months ago
Pranav C
f4e68271e2
feat: default date/datetime value as current date
4 months ago
Mert E.
3059f0ba69
test: update according to minimum limit ( #9287 )
...
* test: update according to minimum limit
Signed-off-by: mertmit <mertmit99@gmail.com>
* test: limit & offset verification test
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
4 months ago
Pranav C
6ee2aba938
Nc fix/3616 formula related bugs ( #9277 )
...
* fix: handle `@` char in field name while generating identifier token for monaco
* fix: invalid formula validation in UI
4 months ago
pranavxc
dedd7ef0b0
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
4 months ago
pranavxc
01a92dc36b
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
4 months ago
Pranav C
c9b776d82c
chore: lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago
Pranav C
a0d87c5a4b
Nc feat/user management ( #9219 )
...
* feat: api changes for user management
* refactor: gift banner behaviour change
* feat: user management api and ui changes
* feat: introduce invited_by info
* test: verify roles by checking datasource tab since access settings page will be available for all users now
* feat: allow owner role update only if there is more than one owner exist
* fix: role update behaviour correction
* fix: base owner invite issue
* fix: reload user roles state on changing roles of active user
* refactor: show disabled button if not avail
* refactor: hide dropdown and action menu options based on roles
* refactor: migration file name
* refactor: disable or hide option based on number of owners
* refactor: hide user list in shared base
* fix: review correction
4 months ago
Anbarasu
0bb5ab9982
feat: button field ( #9144 )
...
* feat: static button type
* fix: swagger
* fix: style corrections
* feat: webhook trigger
* fix: disables
* feat: Button icons fix: row Delete failing
* fix: expanded-form ux fix: disable buttons in forms fix: update PlainCell button handling fix: webhook delete, active change handling
* fix: disable case
* fix: disable case
* fix: update Button styles
* fix: refactor min/max with limit for columns fix: disable filter, groupby for Button Field fix: disable aggregation for Buttons
* fix: hide button field in Filters
* fix: fields menu corrections fix: update menu corrections
* fix: rebase
* feat: support webhook creation from ButtonOptions
* fix: sort related tests
* fix: keep webhook modal open
* fix: ui fixes
* fix: icon duplicate
* fix: syntax highlighing for handlebar fix: disable mascot fix: truncate selected webhook
* fix: sort disable tooltip
* test: button playwright test
* fix: button column duplication
* fix: add error fix: column options
* fix: EditOrAddProvider.vue
* fix: add invalid configuration
* fix: ux corrections
* fix: ux corrections
* fix: error handling fix: clear single query cache on hook delete
* fix: include button type in api
* fix: update overlay styles fix: webhook update
* fix: formula placeholder
* fix: playwright tests
* fix: playwright tests
* feat: refactor formula input
* fix: added more spacing
* fix: no icon text
* fix: lint
* fix: handle invalid url
* fix: handle sort by for button causes issue when button used as lookup
* fix: button field position
* docs: button field
* fix: tooltip correction
* fix: link
* fix: add btn href
* fix: handle some edge cases
* fix: handle some edge cases
* fix: update font color
* fix: add manual trigger docs
* fix: sqlite BaseModel fix
* docs: button share view info
* fix: rebase
* fix: reduce height and added resize support fix: added tooltip if label overflow
* fix: manual hook disable state
* docs: manual trigger details in webhook page
* fix: chevron grey shade to 500
* docs: sample payload for manual trigger
* fix: style update
* fix: pr review comments
* fix: pr review changes
* fix: reactivity issue
* fix: reactivity issue
* fix: filter enabled on button
* fix: reload meta on webhook change
* fix: error handling in formula filter
* fix: handle url error
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
4 months ago
Ramesh Mane
62d502d53b
misc: add spreadsheet category ( #9226 )
...
* misc: add spreadsheet category
* fix(nc-gui): maintain old tele even category
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
4 months ago
Mert E.
fe466ce61a
chore: use local nc-plugin ( #9210 )
...
* chore: use local nc-plugin
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix: glob usage
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix: actions to use local nc-plugin
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
4 months ago
Ramesh Mane
5fbab165e5
Nc fix/integration minor changes ( #9184 )
...
* fix(nc-gui): reduce font weight of connection name col cell
* fix(nc-gui): show spinner in edit source modal while loading integration
* fix(nc-gui): show loading spinner in create source, create/edit connection modal
* fix(nc-gui): monor changes
* chore(nc-gui): lint
* fix(nc-gui): remove extra integration pagemode check condition
* fix(nc-gui): update ds test case
* feat(nc-gui): add AI integration category
* fix: move syncDataType and IntegrationCategoryType enum to noco-sdk
* fix(nc-gui): cleanup unused code
* fix(nc-gui): integration list modal open issue from create source modal
* chore(nc-gui): lint
* fix(nc-gui): prevent unnecessarily load integration api calls
* fix(nc-gui): handle reset integration data on base change
* fix(nc-gui): add missing sync pr changes
4 months ago
Pranav C
cb8a942d67
fix: Integration delete related bugs ( #9189 )
...
* fix: use knex directly to get source list since it requires custom condition
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: add missing root scope for MetaService
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: invalid integration id handling
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: bring integration unit tests for OSS
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: if NcError throw as it is
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: use read api instead of list
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago