Pranav C
4ee308e745
Post release master sync - 0.207.2(Last release) ( #8552 )
...
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Pranav C <pranavxc@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>
6 months ago
Ramesh Mane
6ece1cf00a
Merge pull request #8543 from nocodb/nc-fix/audit-table
...
Nc fix/audit table
6 months ago
Ramesh Mane
3eed09041d
Merge pull request #8522 from nocodb/test/fix-multi-field-editor-test
...
test: disable fully parallel
6 months ago
Ramesh Mane
73a4c31872
fix(nc-gui): audit, meta sync table issue
6 months ago
Ramesh Mane
b0f482801a
fix(nc-gui): audit table overflow issue
6 months ago
Ramesh Mane
d811955c0f
fix(nc-gui): expanded form comment & audit tab flickering issue
6 months ago
Salim B
0ea94d65aa
feat: support Litestream age encryption ( #8526 )
...
* feat: support Litestream age encryption
* fix: correct Litestream S3 env vars to match doc
* fix: add backwards compatibility for renamed env vars
6 months ago
Raju Udava
3ee566f5c3
test: webhook wfr fix
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Raju Udava
17fb0a0f3d
test: fix ERD
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Raju Udava
4ccc2686c0
test: enable fullyParallel mode
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Raju Udava
6a300677e7
test: mfe switch tab response validation
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Raju Udava
8c8df78960
fix: wait for response in MFE
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Raju Udava
e9758c95cb
Update multiFieldEditor.spec.ts
6 months ago
Raju Udava
ab2ee32ae8
test: disable fully parallel
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Raju Udava
584dbda697
Merge branch 'develop' into test/fix-multi-field-editor-test
6 months ago
Mert E
c261bdc36f
fix: self link duplicate issues ( #8535 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
6 months ago
Raju Udava
ad6987377f
fix: text to select conversion ( #8536 )
...
Co-authored-by: mertmit <mertmit99@gmail.com>
6 months ago
Joe Kappus
ad6c7aa011
fix: remove xwaretech domains ( #8329 )
...
These were mistakenly added as disposable email domains.
Signed-off-by: Joe Kappus <joe@wt.gd>
6 months ago
Mert E
9881e8b547
feat: move webhook handler to worker ( #8525 )
...
* feat: move webhook handler to worker
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix: move job data type to interfaces
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
6 months ago
Raju Udava
933be8c3f5
fix: unnecessary error logs ( #8527 )
...
* fix: unnecessary error logs
* fix: reverse condition to improve readability
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
navi
37c77f7175
New Crowdin updates ( #8533 )
...
* Update source file en.json
* 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)
* Update cs.json
* Update de.json
* Update es.json
* Update fr.json
* Update it.json
* Update ko.json
* Update pl.json
* Update pt.json
* Update tr.json
* Update zh-Hans.json
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Raju Udava
afe99e26c4
Nc feat/filter UI ( #8429 )
...
* feat: hide arrow if it's in readonly mode
* fix: apply locking logic with filter group
* fix: remove border and padding between filter options
* fix: spacing and font-size corrections
* fix: missing separator line
* feat: use different background in each level
* feat: remove border for `where` label
* feat: keep border for `where` label
* feat: filter ui
* refactor: update spacing
* feat: suggested ui changes
* fix: disabled text color correction
* feat: focus add button by default and on reopening
* test: fix filter group tests
* fix: typo correction
* refactor: spacing and height correction
* refactor: set darker border color to make visible in inner most group
* refactor: font color and column order
* fix: filter sql error
* Update packages/nc-gui/components/smartsheet/toolbar/FieldListAutoCompleteDropdown.vue
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update tests/playwright/pages/Dashboard/common/Toolbar/Filter.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* refactor: improved version for focusing button
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: replace button with menuitem
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Mert E
84b87082c3
fix: provide fields from composable instead of fields menu ( #8519 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
6 months ago
Salim B
9ed9ac5ab2
fix: tweak invite and verify e-mail templates ( #8529 )
6 months ago
Mert E
d7e948c140
fix: match i18n & pw locator for createView ( #8528 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
6 months ago
Ramesh Mane
95cd67cc4c
Nc fix/expanded form bug fixes ( #8501 )
...
* fix(nc-gui): reduce gap between username and comment
* fix(nc-gui): remove expanded form audit tab right padding
* fix(nc-gui): save record should be on left side
* fix(nc-gui): increase expanded form field gap
* expanded form box shadow
* fix(nc-gui): expanded form field alignment issue
* fix(nc-gui): update expanded form hover state style
* fix(nc-gui): update expanded form field hover and selected state style
* chore(nc-gui): lint
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
navi
a816e96609
New Crowdin updates ( #8523 )
...
* 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)
6 months ago
navi
d0657a5e0d
New Crowdin updates ( #8514 )
...
* 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
* 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)
6 months ago
Raju Udava
dc8d4e336e
test: fix mfe field disable test
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Pranav C
aaffd2e70c
Merge pull request #8521 from nocodb/test/fix-user-field-test
...
test: fix user field filter test
6 months ago
Raju Udava
2266159d45
test: fix account user mgmt handling
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Raju Udava
951a0de370
test: fix user field filter test
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
github-actions[bot]
86a55ed356
chore: update sdk path ( #8520 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 months ago
Pranav C
86e7f49515
Merge pull request #8516 from nocodb/nc-list-unsupported-formulas
...
refactor: show unsupported formula functions as disabled
6 months ago
Ramesh Mane
ecaca0a97b
Nc fix/form view bug fixes ( #8498 )
...
* fix(nc-gui): form view config heading text color
* fix(nc-gui): required field validation issue
* fix(nc-gui): form active field setting subtitle top margin
* fix(nc-gui): add incomplete validation error
* fix(nc-gui): validation input hover state and placehoder color
6 months ago
Pranav C
36b2e203b5
refactor: show unsupported formula functions as disabled
6 months ago
Pranav C
c7cc1f92fd
Merge pull request #8510 from nocodb/nc-refactor/ds
...
Nc refactor/ds
6 months ago
Ramesh Mane
f01d99fe66
Nc fix: disable undo redo if expanded form is open ( #8509 )
...
* fix(nc-gui): disable undo redo if expanded form is open
* fix(nc-gui): date time related picker open in background issue if expanded form is open
* chore(nc-gui): lint
6 months ago
navi
042e4352af
New Crowdin updates ( #8495 )
...
* New translations en.json (French)
* New translations en.json (Chinese Simplified)
* New translations en.json (Spanish)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Polish)
* New translations en.json (Russian)
* New translations en.json (English)
* Update source file en.json
* New translations en.json (French)
* New translations en.json (Polish)
* New translations en.json (Russian)
* Update es.json
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Pranav C
5fcec4308e
fix: Missing lookup/rollup icon colour ( #8512 )
...
* fix: missing lookup/rollup icon color
* fix: icon color in field menu
6 months ago
Pranav C
f7d3fd72dd
test: update audit tab opening steps
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
6 months ago
renovate[bot]
16cfee5c96
chore(renovate): Update patch ( #8227 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 months ago
Raju Udava
1abdfe42a0
Update packages/noco-docs/docs/100.data-sources/030.sync-with-data-source.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Raju Udava
c4d77b9133
Update packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Raju Udava
26efb9c925
Update packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Raju Udava
c7371b127b
Update packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Raju Udava
fe97a8b3eb
Update packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Raju Udava
6a47762587
Update packages/noco-docs/docs/100.data-sources/040.actions-on-data-sources.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Raju Udava
67633a1768
Update packages/noco-docs/docs/100.data-sources/030.sync-with-data-source.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Pranav C
a966cca278
test: remove unused param
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
6 months ago