mertmit
e92c914473
fix: avoid rerun if failed
4 months ago
mertmit
e6354ad6a7
feat: improved migration logic
4 months ago
mertmit
78e57629b9
fix: URI decode issue
4 months ago
mertmit
282c90fabb
fix: limit special characters to be used in attachment names
4 months ago
mertmit
8a408810d7
fix: version handling
4 months ago
mertmit
7c649e80ce
fix: log attachment on url issue
4 months ago
mertmit
6e85a10d9b
fix: use service to pass proper context
4 months ago
mertmit
2233d38df3
feat: improved migration job queue logic
4 months ago
mertmit
6a72b33c4b
fix: wait for all insert ops
4 months ago
mertmit
6d02962315
fix: interval error handling
4 months ago
mertmit
c52acce032
fix: PR requested changes
4 months ago
mertmit
a695d9e11e
fix: log failing attachment
4 months ago
mertmit
b0b6d03831
fix: use text for file_path
4 months ago
mertmit
26c23bbb43
feat: detailed logging for processing attachments
4 months ago
mertmit
fd455127a3
fix: use proper name for root entries
4 months ago
mertmit
0d94e173ac
fix: typo in job name
4 months ago
mertmit
ff7b52e1bd
fix: use model to get attachment columns
4 months ago
mertmit
dcd0e4d3b0
feat: S3 support
4 months ago
mertmit
8ead328065
feat: thumbnail generation migration
4 months ago
mertmit
179578f8e5
fix: is_external logic
4 months ago
mertmit
d2b23834ea
feat: keep source_id & is_external for attachment references
4 months ago
mertmit
2c2925a183
fix: add root references with storage adapter
4 months ago
mertmit
b979e87ef7
fix: use origin path or url for not found
4 months ago
mertmit
95eb661a5b
fix: null check before replacing path
4 months ago
mertmit
f35896e785
fix: add mimetype to temp table
4 months ago
mertmit
8254284c63
fix: lock confirmation for migration jobs
4 months ago
mertmit
420076ddf2
feat: migrate existing attachments
4 months ago
mertmit
be8b9efd83
chore: bump glob package
4 months ago
mertmit
d785297fdf
fix: use anonymous for shared view entries
4 months ago
mertmit
8b0b73062d
fix: missing clear file references calls
4 months ago
mertmit
efbcacced2
fix: use title instead of column name for old data
4 months ago
mertmit
e98b8f29a5
fix: process attachments only if provided
4 months ago
mertmit
52394849ef
fix: duplicate attachment column
4 months ago
mertmit
2348c55580
fix: update attachment state on update
4 months ago
mertmit
5880a6d484
feat: support bulk delete all
4 months ago
mertmit
1db651a3a0
feat: restrict attachments bulk update
4 months ago
mertmit
958a1f96ed
fix: small bug with at import UI
4 months ago
mertmit
cf25ee430a
fix: user id for at import
4 months ago
mertmit
518181ffcc
fix: file size on upload via url
4 months ago
mertmit
f04949baa6
feat: attachment handling for duplicate model
4 months ago
mertmit
f43307e0cd
feat: attachment clean up job
4 months ago
mertmit
5bd95f9d66
fix: clear file references on model delete
4 months ago
mertmit
6f4f1e39b9
feat: clear file references on schema delete
4 months ago
mertmit
256f5c1b5b
feat: file references & generic data operations
4 months ago
navi
4020b11c47
New translations en.json (Japanese) ( #9197 )
4 months ago
Anbarasu
828c4b8e04
feat: configure S3 acl from envs ( #9192 )
...
* feat: configure S3 acl from envs
* fix: s3 cloud acl
4 months ago
navi
18f83a2d26
New Crowdin updates ( #9196 )
...
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Ukrainian)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* 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 (Hebrew)
* New translations en.json (Italian)
* 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 (Turkish)
* New translations en.json (Chinese Simplified)
* 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 (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
4 months ago
Pranav C
9eebdf5870
fix: if static literal sort by using a static integer number ( #9194 )
4 months ago
Ramesh Mane
5fbab165e5
Nc fix/integration minor changes ( #9184 )
...
* fix(nc-gui): reduce font weight of connection name col cell
* fix(nc-gui): show spinner in edit source modal while loading integration
* fix(nc-gui): show loading spinner in create source, create/edit connection modal
* fix(nc-gui): monor changes
* chore(nc-gui): lint
* fix(nc-gui): remove extra integration pagemode check condition
* fix(nc-gui): update ds test case
* feat(nc-gui): add AI integration category
* fix: move syncDataType and IntegrationCategoryType enum to noco-sdk
* fix(nc-gui): cleanup unused code
* fix(nc-gui): integration list modal open issue from create source modal
* chore(nc-gui): lint
* fix(nc-gui): prevent unnecessarily load integration api calls
* fix(nc-gui): handle reset integration data on base change
* fix(nc-gui): add missing sync pr changes
4 months ago
Pranav C
cb8a942d67
fix: Integration delete related bugs ( #9189 )
...
* fix: use knex directly to get source list since it requires custom condition
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: add missing root scope for MetaService
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: invalid integration id handling
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: bring integration unit tests for OSS
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: if NcError throw as it is
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: use read api instead of list
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago