1
0
Fork 0
arangodb/js/common/bootstrap/modules
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
..
assert.js Reformat code 2016-06-30 16:57:17 +02:00
buffer.js fix jslint warnings 2018-08-17 11:05:58 +02:00
console.js Better foxx errors (#6264) 2018-08-28 14:36:33 +02:00
events.js Brute force ignore events module in jshint 2015-12-01 20:19:54 +01:00
fs.js Feature 3.4: Use ManagedDirectory class to add gzip and encryption to import/export (#9472) 2019-07-23 14:58:34 -04:00
internal.js [3.4] Foxx queue jobs hanging after Foxxmaster crash (#7921) 2019-01-14 16:06:48 +01:00
path.js Reformat code 2016-06-30 16:57:17 +02:00
process.js Feature/arangodoc (#5476) 2018-06-05 15:38:50 +02:00
vm.js Reformat code 2016-06-30 16:57:17 +02:00