Commit Graph

18 Commits

Author SHA1 Message Date
bf8ff4daa8 [bug] Add storage test with tenant; Fix bug 68563 2024-06-11 19:18:00 +03:00
a23df363e8 [config] Add persistentStorage as alternative storage for forgotten files 2024-04-01 01:18:03 +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
6900a7abf3 [test] Add param to checkFileExpire.js test script 2023-11-10 18:34:29 +03:00
352b361691 [test] Add fixImageExifRotation.js performance test 2023-10-30 13:59:14 +03:00
137fcb06ec [npm] Add checkFileExpire.js to npm scripts 2023-10-16 11:14:22 +03:00
35cdef8312 [test] Add performance test for gc 2023-10-16 00:23:08 +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