Mert E
47713f16b7
fix: wh jobs ( #8561 )
...
* fix: only pause queue once for non-worker
* fix: move error handling inside loop
* fix: avoid unhandled reject
* fix: return original template if parsing failed
* fix: remove jobs on complete
* fix: remove job on complete
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix: move wh job handler to invokeWebhook
Signed-off-by: mertmit <mertmit99@gmail.com>
* refactor: import from barrel
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix: improve reduce logic
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: type issues
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
5 months ago
Mert E
7ca13e862d
fix: add order by to comment migration ( #8598 )
...
* fix: add order by to comment migration
* fix: handle corner case for migration
5 months ago
Raju Udava
4cc97ce1ad
fix: API Token instead of AUTH Token ( #8579 )
5 months ago
Anbarasu
55beb0fd36
fix: cmdL icons missing ( #8594 )
5 months ago
Pranav C
4f478994cb
Merge pull request #8592 from nocodb/nc-fix/comments-validation
...
fix: Comments - add maxLength constraint in json schema
5 months ago
Pranav C
878da92b2c
chore: lint
5 months ago
Pranav C
148e7a71cc
fix: comments - add maxlength constraint in json schema
5 months ago
Pranav C
fd501ed758
Merge pull request #8571 from nocodb/nc-refactor/meta-service
...
refactor: Meta service
5 months ago
Pranav C
7d4742cb3c
Merge pull request #8590 from nocodb/nc-fix/mysql-index-long
...
Nc fix/Comment schema migration
5 months ago
Pranav C
8948150a8a
refactor: cleanup - remove unused methods
5 months ago
Pranav C
4aaadc0436
refactor: coderabbit suggested changes
5 months ago
Pranav C
dff5454f1b
refactor: refactor genNanoid method
5 months ago
Pranav C
b779114cb1
refactor: improved error message
5 months ago
Pranav C
b67ecb313d
fix: validate and confirm query contains condition when running delete/update query
5 months ago
Pranav C
e008f0eed2
fix: add proper type definition for xcCondition
5 months ago
navi
5069649d90
New Crowdin updates ( #8580 )
...
* 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)
5 months ago
Pranav C
7ae8410388
refactor: fetch data as batches
5 months ago
Pranav C
46a6616442
refactor: move data migration to a migration file and do it with batchInsert
5 months ago
DarkPhoenix2704
6890f7431b
fix: use batchInsert with transaction
5 months ago
Mert E
59967dbadc
fix: move sanitize logic to exec ( #8585 )
...
* fix: sanitise sql query in bulk insert
* fix: avoid sanitizing column id
* fix: move sanitizeQuery to exec
* fix: improve condition
---------
Co-authored-by: Pranav C <pranavxc@gmail.com>
5 months ago
Pranav C
985ca20cd0
Merge pull request #8574 from nocodb/nc-docs/validations
...
Nc docs/validations
5 months ago
Pranav C
7b694af26a
fix: app store image path correction ( #8575 )
5 months ago
Ramesh Mane
d13148064f
fix(nc-gui): dropdown placement issue ( #8576 )
5 months ago
Anbarasu
5b968efa2b
feat: richtext Comments ( #8564 )
...
* feat: richtext Comments
* fix: minor corrections
* fix: minor corrections
* fix: minor corrections
* fix: update carat color
* fix: improved comment upgrader
* fix: coderabbit comment fixes
* fix: update some behaviours
* fix: build
* fix: test flaky
* fix: test flaky
* fix: test failing
* fix: remove tasks list. fix: update enter handling using lists
* fix: update icons
* fix: update dependencies
fix: mysql index name long
fix: generate API.ts
5 months ago
Raju Udava
fd65ac0e9c
Update packages/noco-docs/docs/090.views/040.view-types/030.form.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
5 months ago
Raju Udava
5bc6a44c11
Update packages/noco-docs/docs/090.views/040.view-types/030.form.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
5 months ago
Raju Udava
b76285e155
Update packages/noco-docs/docs/090.views/040.view-types/030.form.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
5 months ago
Ramesh Mane
b5962ad591
Nc test/form view validations ( #8548 )
...
* fix(nc-gui): bulk update field header issue
* test: add custom validation test cases
* test: add custom validation test cases
* test: custom validation all type test cases
* test: add email, phone number validation test cases
* test: fix form fill textarea issue
* test: add form validation shared view test cases
* test: add survey form custom validation test cases
* test: add limit to range survery form test cases
* test: add attachment validation survey form test cases
* chore(nc-gui): lint
5 months ago
Pranav C
ef1997a7fe
fix: handle empty search path when editing connection param or when change is done using json edit ( #8573 )
5 months ago
Pranav C
543832e7a3
Merge pull request #8572 from salim-b/litestream-config-fixes
...
fix: Litestream config and env var documentation
5 months ago
Salim B
f3e6c888c3
docs: tweak env var documentation
6 months ago
Salim B
6528ae233e
fix: syntax error in shell script
6 months ago
Salim B
4894f8c1b2
fix: do not force path style for Litestream config
...
since we now also support setting only `region`
6 months ago
Anbarasu
b6dae93da2
Fix: support name attribute for smtp plugin ( #8412 )
...
* fix(nocodb): support name parameter for email plugin
* fix(nocodb): update placeholders
* fix: plugin minor correction
* fix: object overwrite other
6 months ago
navi
c6dfa51f93
New Crowdin updates ( #8562 )
...
* 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)
6 months ago
Chavy
c023e9955a
fix(nc-gui): sidebar width issue ( #8570 )
6 months ago
Mert E
d89d9c0d79
fix: calendar view update issue ( #8566 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
6 months ago
Mert E
74658d77bd
fix: keep settings open if calendar misses range ( #8567 )
6 months ago
Raju Udava
404fa93610
fix: webhook ref link ( #8559 )
6 months ago
Mert E
6da3107a5f
chore: sync to develop action ( #8557 )
...
* 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>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
6 months ago
Pranav C
bc484166b5
Merge pull request #8555 from nocodb/fix/8549-add-support-to-deprecated-envs
...
fix: Litestream S3 - add support to deprecated env variables
6 months ago
Pranav C
f441403aba
fix: add support to deprecated env variables
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
6 months ago
Mert E
317f8159e9
fix: match duplicated field titles ( #8544 )
...
* fix: add copy suffix only if title exists
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix: renaming duplicated column childs
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
6 months ago
Ramesh Mane
56b5264177
Nc feat/new date time cell UI ( #8546 )
...
* feat(nc-gui): new date picker setup
* feat(nc-gui): new date picker
* fix(nc-gui): date cell form view validation issue
* fix(nc-gui): disable date cell type support in mobile view
* fix(nc-gui): small changes
* feat(nc-gui): new cell year and month picker
* fix(nc-gui): add updated date time picker setup
* feat: update date time cell picker
* fix(nc-gui): add now option in time picker
* fix(nc-gui): small changes
* fix(nc-gui): add support to update month, year from date picker
* fix(nc-gui): update date picker select mont/year flow
* fix(test): date selector test case
* fix(nc-gui): update dateTime cell time picker
* fix(test): update time picker test case
* chore(nc-gui): lint
* fix(nc-gui): invalid date issue
* fix(nc-gui): date time picker tab issue
* fix(nc-gui): year cell test fail issue
* fix(nc-gui): date picker filter test fail issue
* fix(test): survey form test fail issue
* fix(test): update year field fill handler test case
* fix(test): update bulk update test
* fix(nc-gui): datetime multiple api call issue
* fix(test): update timezone related test
* fix(test): timezone related test update
* fix(nc-gui): tab focus issue
* fix(test): filter datetime test udpate
* fix(test): ai review changes
* fix(nc-gui): date picker font weight issue
* fix(nc-gui): update year picker font weight
* fix(nc-gui): show full date from date time cell instead of truncate
* fix(nc-gui): date time picker ui changes
* fix(nc-gui): date time cell width issue
* fix(nc-gui): update datetime time option width according to time format
* fix(nc-gui): disable datetime input if cell is readonly
* fic(nc-gui): add new time picker
* feat(nc-gui): update time picker
* chore(nc-gui): cleanup unwanted code
* fix(test): update time cell test cases
* fix(nc-gui): multiple api calls
* fix(test): update time cell filter & bulk update test cases
* fix(test): revert unrelated changes
* fix(nc-gui): pr review changes
* fix(nc-gui): add clear datetime cell icon in non grid view
6 months ago
Raju Udava
6a334f7351
Nc feat/cleanup ( #8508 )
...
* feat: clean-up job
* feat: source cleanup
* fix: remove unused method
* feat: move jobs-redis to a static class
* feat: release sources from in-memory db on update & delete
* fix: skip calls if job redis not available
* fix: error handling on connection delete
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
6 months ago
Pranav C
6a31b3777e
Merge pull request #8542 from nocodb/nc-refactor/modules
...
refactor: merge core modules into single noco module
6 months ago
Mert E
29b90cfb13
feat: extra flags ( #8556 )
6 months ago
Raju Udava
e416d18382
docs: update validations
6 months ago
Raju Udava
d3e62582b4
docs: validations (wip)
6 months ago
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