1
0
Fork 0
arangodb/arangosh/Shell
Matthew Von-Maszewski 015f59f0b9
Feature 3.4: Use ManagedDirectory class to add gzip and encryption to import/export (#9472)
* preview code I dropped on jackie today.  only supports document collections.

* saving work in progress

* update arangoexport to fully use ManagedDirectory object (arangoimport still needs work).

* migrate remainder of import to using ManagedDirectory objects

* correct spelling within activateEncryption(): encription to encryption

* forgot to fix up graphExport for managed directory.  luckily unittest noticed.

* add test read of gzip json file

* add readGzip to our fs object

* add TRI_SlurpGzipFile function

* add code to bridge javascript fs.readGzip to TRI_SlurpGzipFile

* correct the return type used by JS_ReadGzip

* add gzip test for jsonl type export

* add remain gzip versions of existing export tests

* add import tests of gzip files

* activate encryption in enterprise to enable fs.readDecrypt()

* bug fix: allow encryption to enable in empty directory if EncryptionFeature active.

* add JS_ReadDecrypt to enterprise build.  Current used for unit tests.

* enterprise build needs EncryptionFeature added to build to support TRI_SlurpDecryptFile()

* add TRI_SlurpDecryptFile() to aid in unit test of encrypted stuff

* missing newline at end of file.

* add fs.readDecrypt when available

* add test of encrypted json array export

* correct progress meter when gzip involved

* move from using ManagedDirectory::File to ManagedDirectory::readableFile calls

* create version of readableFile that uses file descriptor as param
2019-07-23 14:58:34 -04:00
..
ClientFeature.cpp Doc - Arangosh: server.endpoint must start with http+ssl:// if server uses SSL (#8907) 2019-05-06 13:30:26 +02:00
ClientFeature.h Bug fix 3.4/misc issues (#8012) 2019-01-28 08:55:06 +01:00
ConsoleFeature.cpp added option `--console.history` to arangosh (#8328) 2019-03-07 13:14:51 +01:00
ConsoleFeature.h added option `--console.history` to arangosh (#8328) 2019-03-07 13:14:51 +01:00
ShellFeature.cpp big reformat 2018-12-26 00:57:05 +01:00
ShellFeature.h big reformat 2018-12-26 00:57:05 +01:00
V8ClientConnection.cpp make sure all errors are prefixed with ERROR_ @fceller @kvs85 (#9383) 2019-07-02 18:06:52 +02:00
V8ClientConnection.h fix connection shutdown in arangosh (#8375) 2019-03-12 12:22:16 +01:00
V8ShellFeature.cpp added option `--console.history` to arangosh (#8328) 2019-03-07 13:14:51 +01:00
V8ShellFeature.h big reformat 2018-12-26 00:57:05 +01:00
arangosh.cpp Feature 3.4: Use ManagedDirectory class to add gzip and encryption to import/export (#9472) 2019-07-23 14:58:34 -04:00