github-actions[bot]
ee3084252e
Merge pull request #8755 from nocodb/develop
5 months ago
Pranav C
56b285dc88
Merge pull request #8752 from nocodb/nc-filter-bug
...
fix: Wait until any previous filter is saving
5 months ago
Pranav C
cd0ff8e234
fix: wait until any previous filter is in saving state
5 months ago
Ramesh Mane
6176e1871b
Fix: Misc bug fixes ( #8748 )
...
* fix(nc-gui): hide deprecated fields and width of modal if field is att
* fix(nocodb): duplicate table/base if kanban view is prasent
5 months ago
Salim B
f6a80f4587
Update 030.expand-record.md ( #8751 )
...
We can delete comments since https://github.com/nocodb/nocodb/issues/7600 was fixed.
5 months ago
Mert E
486c29bdd4
fix: missing pk handling ( #8749 )
...
* fix: handle null case
* fix: missing required field
5 months ago
Pranav C
e7d6664e6a
Merge pull request #8747 from nocodb/nc-fix/erd-meta-fetch
...
fix: ERD - avoid fetching non-source table metas
5 months ago
Pranav C
371fed9fdf
refactor: better function name
5 months ago
Pranav C
71d3d68dbf
fix: exclude other sources tables when fetching meta for ERD
5 months ago
Pranav C
a6cc5f3c99
fix: exclude other sources tables when fetching meta for ERD
5 months ago
Mert E
bdd0a4b6bf
fix: allow dragging to grid end ( #8745 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Chavy
4ad15cd7c8
fix: field sorting will send two requests in weak network ( #8614 )
...
* fix: field sorting will send two requests in weak network
* chore: optimize code
* chore: wrap handleReorderColumn with try...catch
* chore: optimize code
5 months ago
Pranav C
83edc046aa
Merge pull request #8744 from nocodb/nc-fix/filter-delete
...
Type corrections and avoid duplicate filter delete request
5 months ago
navi
b6bc6d04d2
New Crowdin updates ( #8731 )
...
* New translations en.json (French)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Latvian)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
* Update source file en.json
5 months ago
Mert E
da706f4252
fix: avoid marking updated on select ( #8741 )
...
* fix: avoid marking updated on select
* fix: handle null/undefined meta
* fix: use local meta for field details
* fix: avoid creating options on update
* fix: improve readability
5 months ago
Pranav C
03017f31ab
refactor: handle if lookuprelation not found
5 months ago
Pranav C
be7f60e388
refactor: type corrections and update state to deleting and delete filter in background to avoid duplicate click
5 months ago
Mert E
aa7b9a156f
fix: delete org user ( #8742 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
5 months ago
Raju Udava
70b31392cd
test: fix mfe toggle (trial) ( #8740 )
...
* test: fix mfe toggle (trial)
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: retain timeout wait after save
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
---------
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Pranav C
3869752d43
Merge pull request #8732 from nocodb/nc-fix/filter-bugs
...
Nc fix/filter bugs
5 months ago
Ramesh Mane
f49bf52abf
Nc fix/resolve console warnings ( #8715 )
...
* fix(nc-gui): some ts warnings
* fix(nc-gui): columnFilter file warnings
* fix(nc-gui): fix ts errors
* fix(nc-gui): pr review changes
* fix(nc-gui): update NcCheckbox change event
* fix(nc-gui): pr review changes
5 months ago
Mert E
c9d5ab2c09
fix: avoid extra encode ( #8739 )
5 months ago
Pranav C
9c3dfe9ea2
refactor: review suggestions
5 months ago
Pranav C
7861461977
fix: coderabbit suggestion and passing args correctly
5 months ago
Pranav C
8dbda1cb99
fix: move cache reference within clossure since each instance should have its own cache
5 months ago
Pranav C
a2b81dc73c
fix: keep any local state value of filter after sync
5 months ago
Pranav C
edc7c44d9f
fix: use custom cached debounce function to use individual debounce function for each filter
5 months ago
Pranav C
d327b5c50e
Merge pull request #8737 from nocodb/nc-fix/foreign-key-update
...
fix: Support FK column update(system field) in external dbs
5 months ago
Pranav C
c467598895
refactor: review suggestions
5 months ago
Pranav C
91dfbee0a5
fix: support FK column update(system field) and linting
5 months ago
Pranav C
8737e1cda0
Merge pull request #8735 from nocodb/nc-fix/meta-sync
...
fix: Add source_id filter when getting table list
5 months ago
Mert E
f5f4e8c388
fix: missing conditionV2 ( #8736 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
5 months ago
Pranav C
470246477c
fix: add source_id filter when getting table list
5 months ago
Mert E
29dad865a9
Merge pull request #8730 from nocodb/nc/14fa4c8d
...
chore: post-release sync
5 months ago
github-actions[bot]
53c9f7b1fc
chore: update sdk path
5 months ago
github-actions[bot]
14fa4c8d5d
Merge pull request #8729 from nocodb/release/0.250.1
5 months ago
mertmit
5c7ce2b17e
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
5 months ago
github-actions[bot]
fc175edf95
Merge pull request #8728 from nocodb/develop
5 months ago
Mert E
9cb4411366
fix: missing changes ( #8724 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
5 months ago
github-actions[bot]
2a5030295a
chore: post-release sync ( #8720 )
...
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: sync to develop action
Signed-off-by: mertmit <mertmit99@gmail.com>
* chore: order of master to develop action
Signed-off-by: mertmit <mertmit99@gmail.com>
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: move sync action after npm release as it pushes some commits
Signed-off-by: mertmit <mertmit99@gmail.com>
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: update sdk path
---------
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: mertmit <mertmit99@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pranavxc <pranavxc@users.noreply.github.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
Co-authored-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: mertmit <mertmit@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5 months ago
github-actions[bot]
9e407c56e6
Merge pull request #8719 from nocodb/release/0.250.0
5 months ago
mertmit
fb6aeda24f
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
5 months ago
github-actions[bot]
6e2a3e0328
Merge pull request #8718 from nocodb/develop
5 months ago
Pranav C
c87d976faa
Merge pull request #8716 from nocodb/nc-fix/filter-bugs
...
Nc fix/filter bugs
5 months ago
Pranav C
96d9585a14
fix: avoid duplicate filter create API call by waiting until the previous request
5 months ago
Pranav C
682981dcd8
fix: disable default form action on pressing enter key
5 months ago
Anbarasu
88278a77a0
fix: comment delete not working ( #8714 )
...
* fix: missing ui acl
* fix: remove unwanted ref fix: wrap condition in template
5 months ago
Ramesh Mane
7dc4319dc7
Nc Refactor: Kanban view ( #8689 )
...
* fix(nc-gui): update kanban view stack ui
* feat(nc-gui): add collapse all stack option
* fix(nc-gui): add empty stack placeholder
* fix(nc-gui): add loading state support for ncSwitch
* fix(nc-gui): swap edit card and stacked by toolbar menu
* fix(nc-gui): update stacked by toolbar menu
* fix(nc-gui): update kanban view height
* fix(nc-gui): add stack bg color
* feat(nc-gui): add support to hide empty stack
* fix(nc-gui): stack loader issue
* fix(nc-gui): checkbox alignment in kanban view
* fix(nc-gui): update stack drag handler and hide it if user does not have permission
* fix(nc-gui): stack title overflow issue
* fix(nc-gui): allow inline rename stack
* fix(nc-gui): advance color picker tab warnings
* fix(nc-gui): rename stack option issues
* fix(nc-gui): small changes
* fix(nc-gui): review changes
* feat(nc-gui): add new stack support
* fix(nc-gui): small changes
* fix(nc-gui): add loading state for rename & add new stack
* fix(nc-gui): reduce width of stack
* fix(nc-gui): make ncSwitch placement prop optional
* fix(nc-gui): some review changes
* fix(nc-gui): remove only from test
* fix(nc-gui): add error handling part in kanban stack update
* fix(nc-gui): update localstate while updating kanban stack meta
* fix(nc-gui): some review changes
* fix(nc-gui): add expand all stack option
* fix(nc-gui): add condition to append new stack obj
* fix(nc-gui): update card field label style
* fix(nc-gui): remove top & bottom padding from stack
* fix(nc-gui): drag stack test update
* fix(nc-gui): console warning issues
* text(nc-gui): update kanban view test
* fix(nc-gui): remove last added empty row from stack if it is not saved
* fix(nc-gui): duplicate column insert issue on rename stack
* fix(nc-gui): update field menu
* fix(nc-gui): add new stack duplicate issue
* feat(nc-gui): add expand record option in context menu of gallery
* fix(nc-gui): delete record fail issue #3111
* fix(nc-gui): hide grouping field by default in kanban view
* chore(nc-gui): lint
* fix(nc-gui): ui review changes
* fix(nc-gui): select option focus issue in edit state
* fix(nc-gui): add bottom border for stack
* fix(nc-gui): ui review changes
* fix(nc-gui): update color picker btn text from select option
* fix(nc-gui): delete default value stack #8212
* fix(nc-gui): stack data offset an drag card issue
* chore(nc-gui): lint
5 months ago
Raju Udava
5b7c788048
Nc fix/comments UI ( #8711 )
...
* fix: minor fixes
* fix: minor fixes
* fix: minor fixes
* fix: hover on comment
---------
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
5 months ago
navi
fbfb19b7f2
New Crowdin updates ( #8707 )
...
* New translations en.json (French)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Latvian)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
5 months ago