Raju Udava
c6fdb2e243
Merge pull request #9986 from nocodb/nc-fix/limit-display-value-col
...
Nc fix/limit display value col
2 days ago
Raju Udava
fb295467ce
Merge pull request #10014 from nocodb/nc-chore/prompt-issues
...
Nc chore(nc-gui): new feature changes
2 days ago
Ramesh Mane
3982537890
fix(nc-gui): select field type test fail issue
2 days ago
Ramesh Mane
76cba0e030
fix(nc-gui): allow decimal field to be used as display value field
2 days ago
Raju Udava
b02f48c327
chore: tooltip correction
2 days ago
Ramesh Mane
06d4febe05
chore(nc-gui): lint
2 days ago
Ramesh Mane
4a1488d8aa
fix(nc-gui): disabled select field type options if field edit column is pv column and user wants to change type
2 days ago
Ramesh Mane
1b564512cd
fix(nc-gui): disabled rich text and ai prompt options from long text field if it is pv column
2 days ago
Ramesh Mane
457054ed47
fix(nc-gui): don't allow AI prompt field to set as pv column
2 days ago
Ramesh Mane
a1a55dd688
fix(nc-gui): don't disabled pv column even if it is not supported as pv column
2 days ago
Ramesh Mane
5c5c9cfa19
chore(nc-gui): lint
2 days ago
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
eb7bed9d82
fix(nc-gui): add disable option state in ncList component
2 days ago
Ramesh Mane
0f9890d33b
fix(nc-gui): update change display value modal
2 days ago
Ramesh Mane
f0be54b0bc
fix(nc-gui): allow only specific column types for display value
2 days ago
Ramesh Mane
a83e9ea9bb
Merge pull request #9983 from nocodb/nc-fix/active-cell-keyup-listner-issue
...
Nc fix: if cell is active and document.activeElement is different then prevent selectedCellKeyupListner event
2 days ago
Ramesh Mane
70f22c6943
fix(nc-gui): if cell is active and document active element is outside grid then prevent event listner
2 days ago
Ramesh Mane
c41447a4ac
fix(nc-gui): if useSElectedCellKeyupListner is not grid cell activeCell then dont prevent handler fn call
2 days ago
Ramesh Mane
3d32182717
fix(nc-gui): if cell is active and document.activeElement is different then prevent selectedCellKeyupListner event
2 days ago
Ramesh Mane
9f79e1dfdb
chore(nc-gui): beta feature changes
2 days ago
Raju Udava
1daff41cac
Merge pull request #10007 from nocodb/l10n_develop_2
...
New Crowdin updates
2 days ago
navi
ad132193f8
New translations en.json (French)
2 days ago
Raju Udava
17b39b8874
Merge pull request #10006 from nocodb/chore/act-artifacts
...
chore: confirm & fix artifact issue
2 days ago
Raju Udava
8192fc9ef2
Merge pull request #10004 from nocodb/nc-fix/on-blur-save-cell-value
...
fix(nc-gui): on blur save cell value of date related fields
2 days ago
mertmit
b3ba41e8b7
chore: upgrade upload artifact for ci-cd
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 days ago
Eng Zer Jun
34c3bf6713
ci(uffizzi-preview): provide GitHub token to download artifacts ( #10005 )
...
GitHub token is required to download artifacts from another workflow
run.
Reference: https://github.com/actions/download-artifact/issues/320
Fixes: 62e1485143
("ci(uffizzi-preview): use id of the workflow that triggered the workflow run (#10003 )")
Fixes: 2684cedddf
("chore(release-pr): update `upload-artifact` action to v4 (#9859 )")
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 days ago
Ramesh Mane
a67acccada
fix(nc-gui): on blur save cell value of date related fields
2 days ago
Eng Zer Jun
62e1485143
ci(uffizzi-preview): use id of the workflow that triggered the workflow run ( #10003 )
...
The "Deploy Uffizzi Preview" has been failing after PR #9859 has been
merged. The cause is that the `cache-compose-file` was trying to
download artifacts from the current workflow. Instead, it should
download artifacts uploaded by the workflow that trigerred the workflow
run.
Fixes: 2684cedddf
("chore(release-pr): update `upload-artifact` action to v4 (#9859 )")
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 days ago
Mert E.
b34ab4f96c
fix: rich text and normal long text column not working ( #10002 )
...
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
3 days ago
Eng Zer Jun
2684cedddf
chore(release-pr): update `upload-artifact` action to v4 ( #9859 )
...
* chore(release-pr): update `upload-artifact` and `download-artifact` actions to v4
v3 of `actions/upload-artifact` and `actions/download-artifact` will be
fully deprecated by 5 December 2024. Jobs that are scheduled to run
during the brownout periods will also fail. See [1][2].
[1]: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
[2]: https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
* Unique artifact name
Reference: https://github.com/nocodb/nocodb/pull/9859#pullrequestreview-2488379782
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
---------
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
3 days ago
Eli Sheinfeld
8159fa5420
fix rspack running in build-local-docker-image.sh ( #10000 )
3 days ago
Pranav C
6f4d753299
fix: shared url and dashboard url corrections ( #9999 )
3 days ago
Raju Udava
699f5726d6
Merge pull request #9997 from nocodb/nc-fix/prompt-existing-issues
...
Nc fix/prompt existing issues
3 days ago
Ramesh Mane
66259d3fd4
fix(nc-gui): some MFE related issues
3 days ago
Ramesh Mane
0c508a8354
fix(nc-gui): some ai button related issue
3 days ago
Ramesh Mane
e0dea16460
fix(nc-gui): ai button related changes
3 days ago
Ramesh Mane
93c24eb919
fix(nc-gui): rename variable name
3 days ago
Ramesh Mane
f2e7e8b460
fix(nc-gui): update field search logic
3 days ago
Ramesh Mane
4be28bbb03
fix(nc-gui): field modal new field issue
3 days ago
Ramesh Mane
b750ce0112
fix(nc-gui): select integration related changes
3 days ago
Ramesh Mane
4c0f06e12d
fix(nc-gui): ai button related changes
3 days ago
Ramesh Mane
32c4b8e5fe
fix(nc-gui): remove console
3 days ago
Ramesh Mane
6f6e54b1b5
fix(nc-gui): prompt ester egg pending issues
3 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
Raju Udava
f4d27c01dd
Merge pull request #9998 from nocodb/l10n_develop_2
...
New Crowdin updates
3 days ago
navi
f1fca236f2
New translations en.json (Dutch)
3 days ago
Pranav C
13bf76a7f0
Merge pull request #9996 from nocodb/nc-refactor/ui
...
Nc refactor: ui
3 days ago
Pranav C
52ef43f8e1
Update packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
3 days ago
mertmit
d3ceb9a517
refactor: use feature flags
3 days ago