42 Commits

Author SHA1 Message Date
401283452a [bug] Normalize null to empty string for NCLOB/CLOB columns; Fix bug 77676 2025-10-20 21:40:30 +00:00
9a4680497e [bug] Fix sql for oracle NCLOB type; Fix bug 77666 2025-10-20 21:40:30 +00:00
6332a524f7 [test] Add test for updateIf with empty callback; For bug 77666 2025-10-20 21:40:30 +00:00
89e48d6bde [feature] Add prettier to pre-commit hook 2025-08-31 10:05:49 +03:00
e1ef6e03e6 [git actions] Fix oracle test 2025-08-31 09:53:19 +03:00
81e0f005e2 [git actions] Check all branches 2025-08-31 01:45:48 +03:00
7a930a9af2 [linter] manual-fix 2025-08-31 00:01:32 +03:00
412dd8848d [linter] Include tests; auto-fix 2025-08-30 23:32:06 +03:00
fb20086ef1 [prettier] auto-fix 2025-08-27 10:50:22 +03:00
8702a1585b [test] Move direct URL test to cover all specialDirs; Use storageFolderName to verify fix from d4658ce 2025-06-19 12:31:59 +03:00
65004e1564 [test] directUrl 2025-06-18 23:00:14 +03:00
7ba37942f0 change port 2025-06-18 22:16:14 +03:00
76aa11da64 [test] remove utils.sleep 2025-06-16 23:37:22 +03:00
fb341604f9 [test] Start mock server in storage.tests.js to run tests independently of live server 2025-06-16 02:20:05 +03:00
6e12c92016 [test] add directUrl test 2025-06-11 23:22:00 +03:00
d4658ce600 [fix] Fix bug with useDirectStorageUrls=false when persistentStorage.storageFolderName differs from storage.storageFolderName 2025-05-31 12:10:31 +03:00
4b45afb74e [feature] Fix bugs; For bug 73737 2025-05-17 00:44:41 +03:00
9557fe7d43 [feature] Move storage-related files into "storage" folder; For bug 73502 2025-04-04 18:08:36 +03:00
3dc487b856 [feature] Refactor uploadObject; For bug 73502 2025-04-04 18:08:33 +03:00
c75a88aecb [feature] add azure blob storage 2025-04-04 18:08:32 +03:00
9c3f9aa993 [feature] Filter old rows in getCountWithStatus while "shutdown" 2024-09-12 17:12:58 +03:00
5a8b10a86f [test] Add getCountWithStatusCase test 2024-09-03 14:55:35 +03:00
8df5236cf7 Merge branch release/v8.1.0 into develop 2024-06-26 10:47:56 +00:00
bf8ff4daa8 [bug] Add storage test with tenant; Fix bug 68563 2024-06-11 19:18:00 +03:00
92682e70ff Merge remote-tracking branch 'remotes/origin/release/v8.1.0' into develop
# Conflicts:
#	Common/config/default.json
#	Common/sources/constants.js
#	DocService/sources/DocsCoServer.js
2024-06-03 16:17:19 +03:00
04021ec45a [copyright] Add missing Copyright 2024-04-24 16:54:58 +03:00
a23df363e8 [config] Add persistentStorage as alternative storage for forgotten files 2024-04-01 01:18:03 +03:00
ce7997c019 [test] Test git action trigger 2024-03-24 21:03:33 +03:00
f1ba950b2f [test] Add db table absence test; Remove useless isServerStartedUp 2024-03-24 12:32:47 +03:00
2b9f7fd7cd [feature] Compability check of changes table added 2024-03-22 20:44:49 +03:00
52220f496d [git actions] Dameng tests action, dameng connector refactoring, dependencies update, minor structure refactorng 2023-12-05 09:21:20 +03:00
2786d0c47e [git actions] Oracle and mssql actions, unit test action 2023-12-05 09:21:14 +03:00
096efaba4c [git actions] Postgres and mysql actions 2023-12-05 09:21:14 +03:00
d303205723 [integration tests] Refactoring upsert(): opt_updateUserIndex deleted, affectedRows -> isInsert 2023-12-05 09:21:14 +03:00
2b29006efc [integration tests] Tests fixes and improvement pt.2 2023-12-05 09:21:14 +03:00
b15aa274e5 [integration tests] Refactoring: baseConnector, mySqlBaseConnector. Tests fixes and improvement, bugs fixes. 2023-12-05 09:21:14 +03:00
c4e11222a0 [integration tests] baseConnector integration tests 2023-12-05 09:21:14 +03:00
22fbfd20e3 [feature] Use built-in nodejs fs functions instead of fs-extra and mkdirp 2023-12-04 21:24:49 +03:00
760eb8a206 [bug] Fix bugs 2023-07-26 01:47:18 +03:00
f17bb99e9d [feature] Add operationContext.initTenantCache to init tenant specific settings 2023-07-26 01:47:18 +03:00
8177af1b70 [storage] Migrate from s3 aws-sdk v2 to v3 2023-07-18 19:15:57 +03:00
3ab1b64cb8 Forgotten files commands (#415)
* [ds] Add forgotten files comands

* Feature fixes 1

* Feature fixes 2

* [feature] Refactor validateCommand and deleteForgotten

* Feature fixes 3

* Feature fixes 4

* [test] Move jest module

* Feature fixes 5

* [test] Move jest.config.js

---------

Co-authored-by: Sergey Konovalov <Sergey.Konovalov@onlyoffice.com>
2023-05-29 23:48:08 +03:00