Salim B
28f3f28078
docs: improve env var descriptions
6 months ago
Salim B
6a3aec9b86
docs: add missing comma
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Salim B
08e6adeec4
chore: tweak env var documentation
...
- harmonize attachment-specific env var descriptions
- re-arrange env vars in table more logically
- document `NC_MAX_ATTACHMENTS_ALLOWED`'s default value
- minor nitpicks
6 months ago
Raju Udava
e94ca15641
test: calendar flaky test ( #8500 )
6 months ago
Mert E
31a5350edb
fix: move worker health check to jobs ( #8497 )
6 months ago
Salim B
5f0dae005b
chore: remove obsolete Litestream Dockerfile
6 months ago
Mert E
993ff32d0f
fix: source reorder ( #8496 )
6 months ago
Anbarasu
44aeaab28a
fix(nc-gui): update calendar ( #8474 )
...
* fix(nc-gui): update calendar
* fix(nc-gui): refactor components
* fix(nc-gui): tab action position not getting updated
* test: fix calendar flakiness
6 months ago
Mert E
6537db3200
chore: bump nuxt & vue versions ( #8488 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
6 months ago
Salim B
a66b3361f0
docs: tweak wording
6 months ago
Salim B
d44989b0e7
docs: add link text
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Salim B
7f35d7b4ac
docs: fix comma
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Salim B
db342f50cd
doc: tweak env var section
6 months ago
Salim B
2e503348c3
fix: only use Litestream with default SQLite DB
6 months ago
Salim B
30fe1f0ff6
chore: use `COPY --link` in Dockerfiles
...
cf. https://docs.docker.com/reference/dockerfile/#copy---link
6 months ago
Salim B
75bfcbbfbc
chore: make Dockerfiles more idiomatic
6 months ago
Salim B
8ad3624b24
fix: make start scripts more robust
6 months ago
Salim B
ac7112963b
feat: expose Litestream configuration
6 months ago
Mert E
9698c4858e
Merge pull request #8490 from nocodb/nc-fix/ext-pk
...
fix: missing prop for extractCompositePK
6 months ago
Salim B
439a94f94e
refactor: ensure litestream binary is on PATH
6 months ago
mertmit
9028932051
fix: missing prop for extractCompositePK
6 months ago
Mert E
0accfb2b1e
Merge pull request #8487 from nocodb/master-sync
...
Post-release sync - 0.207.1
6 months ago
Pranav C
a173afb2f4
chore: update sdk path
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
6 months ago
github-actions[bot]
41a57a777b
Merge pull request #8486 from nocodb/release/0.207.1
6 months ago
pranavxc
4240ab0aaa
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
6 months ago
github-actions[bot]
b677943fa3
Merge pull request #8485 from nocodb/develop
6 months ago
Pranav C
358d8ef70d
Merge pull request #8484 from nocodb/nc-chore/lint
...
Linting
6 months ago
Pranav C
ed5b2ddfef
chore: lint
6 months ago
Pranav C
0f6fcbae42
Merge pull request #8407 from nocodb/post-release-sync-master
...
Post release sync - 0.207.0
6 months ago
Pranav C
da186b74ab
Merge pull request #8479 from nocodb/nc-fix/misc-oss
...
Miscellaneous bug fixes
6 months ago
Pranav C
472431217b
fix: condition correction
6 months ago
Pranav C
a55a5466dd
fix: nested webhook filter related issues
6 months ago
Pranav C
f8851c7b52
fix: lock logical op for filter group as well
6 months ago
Pranav C
e1547af31b
fix: external source adding issue
6 months ago
Pranav C
8bcc87e059
fix: extract locked state among visible filters(exclude deleted filters which is not synced)
6 months ago
Pranav C
3c37971fc1
fix: updating logicalOp
6 months ago
Pranav C
844507e01f
fix: Extract primary key value properly when table missing auto-incremented/auto-generated primary key ( #8480 )
...
* fix: extract from insertobject if pk is not ai/ag
* fix: pass auto increment column
* refactor: remove unnecessary if case
6 months ago
Pranav C
5b2ba2cb7e
Nc fix/attachments ( #8478 )
...
* fix: sanitize attachment input properly & throw if invalid
* fix: looked up attachments
* fix: avoid extra slash on attachment path
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
6 months ago
Anbarasu
af48ec4146
fix: workspace details not loading in admin panel ( #8475 )
6 months ago
navi
35d44ca81b
New Crowdin updates ( #8472 )
...
* 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
6 months ago
Anbarasu
6c4d0482e3
fix: user management followup ( #8458 )
...
* fix(nocodb): image upload
* fix(nc-gui): invite workspace error
* feat: bug fixes(wip)
* fix(nocodb): incorrect members list
* fix(nc-gui): update row size
* fix(nc-gui): some more changes
* fix(nc-gui): show image
* chore: cleanup
6 months ago
navi
3e54226059
New Crowdin updates ( #8457 )
...
* 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 (English)
* Update source file en.json
* 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)
* Update source file en.json
6 months ago
Salim B
373ba0d396
refactor: avoid unfavorable tar -> untar in container image ( #8439 )
...
* fix: avoid undesirable tar -> untar in container image
* fix: apply shellcheck suggestions
* fix: copy production code to proper dir
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
6 months ago
Pranav C
1c885412db
Merge pull request #8470 from nocodb/nc-fix/workspace-invite-email
...
fix: sanitise workspace/base name in invite email
6 months ago
Pranav C
a20ae9c6ab
Merge pull request #8471 from nocodb/nc-fix/docs-0513
...
docs: downlaod csv
6 months ago
Raju Udava
ed822d0b4e
Update packages/noco-docs/docs/060.table-operations/080.download.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Raju Udava
ae950c25eb
Update packages/noco-docs/docs/060.table-operations/080.download.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Pranav C
42bae93508
refactor: simplified version of encode
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
6 months ago
Anbarasu
fb67cafde7
feat: remove calendar top bar ( #8379 )
...
* feat: remove calendar top bar
* fix: remove debug logs
* fix: update styles
* fix: update styles
* fix: posthog telementry
* fix: calendar tests
* fix: updates ui
* test: reorder options
* fix: month view - use local time with timezone
* fix: update styles and move components fix: tests
* fix: update styles and move components
* fix: update styles
* test: fix tests
* fix: update toolbar styles
* fix: failing tests
* fix: cmd f search shortcut
* fix: change side menu sizes
* fix: calendar test corrections
* fix(nc-gui): update size logic
* fix(nc-gui): update styles
* fix(nc-gui): update some more styles
* fix(nc-gui): update toolbar styles
* fix(nc-gui): update select component
* fix: update styles
* fix: calendar test
* fix: ux changes
* fix: final changes
* fix: calendar tests
6 months ago
Pranav C
79c5a23831
fix: sanitise workspace/base name in invite email
6 months ago