jsteemann
2275fc8174
better automatic file-type detection for arangoimp
2017-06-08 14:55:21 +02:00
jsteemann
a01716a2af
fix threading problems in arangoimp
2017-06-02 13:58:18 +02:00
jsteemann
145ba83d04
fixed threading issues in import
2017-05-31 15:50:11 +02:00
jsteemann
2cfd7460d7
fix output
2017-05-31 11:38:20 +02:00
jsteemann
7b57bdf5f6
fix superfluous re-creation attempts for collections
2017-05-30 18:20:37 +02:00
jsteemann
cccb2dda8d
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-24 19:41:49 +02:00
jsteemann
9f856aeafb
cppcheck
2017-05-24 19:41:33 +02:00
Simon Grätzer
0bf4467457
small fixes
2017-05-24 19:21:23 +02:00
Simon Grätzer
36503af230
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# arangod/RocksDBEngine/RocksDBReplicationTailing.cpp
2017-05-24 18:38:34 +02:00
Simon Grätzer
2f2d07ab9a
Multihreaded import
2017-05-24 18:37:45 +02:00
Max Neunhoeffer
11e6b9ea7f
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-05-23 20:38:38 +02:00
jsteemann
27a8adf9b8
moved shell colors into their own feature
2017-05-23 16:53:43 +02:00
jsteemann
53fa66e60d
move parts from ProgramOptions from headers into cpp files
2017-05-23 10:30:36 +02:00
Max Neunhoeffer
4bddb0c1ad
Handle errors in loadScript for JS, use in cluster-bootstrap.
...
This recognizes errors that happen during the global cluster bootstrap.
If an error happens, the bootstrap is tried again later. The cluster
does not start until the cluster bootstrap has been finished
successfully.
2017-05-22 15:34:41 +02:00
Andreas Streichardt
4c2ce35538
Do not generate product version when skipping packages
2017-05-16 02:47:28 -07:00
Jan Christoph Uhde
d1051f13cd
add batchId to dump for for shards
2017-04-26 11:01:03 +02:00
Kaveh Vahedipour
ccc388a940
more dictributeShardsLike code mergedfrom 3.1
2017-04-24 15:13:40 +02:00
Kaveh Vahedipour
c099c6daa9
more dictributeShardsLike code mergedfrom 3.1
2017-04-24 15:12:38 +02:00
jsteemann
b24f4a9435
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-04-21 18:14:31 +02:00
Kaveh Vahedipour
f9259b4677
arangodump to warn of missing prototype collection
2017-04-21 17:03:29 +02:00
jsteemann
9d6277689c
change default value for `--ssl.protocol` from 4 (TLSv1) to 5 (TLSv12)
2017-04-21 12:49:16 +02:00
Simon Grätzer
358164f9ce
added batchId to inventory and dump callbacks
2017-04-20 14:21:25 +02:00
Jan Christoph Uhde
7889291247
add contextId to replication handler
2017-04-20 10:56:17 +02:00
jsteemann
5f72d80cc2
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-04-07 14:56:41 +02:00
jsteemann
ba16c360c2
use exclusive locks
2017-04-07 14:56:28 +02:00
Wilfried Goesgens
6ab23bd56d
better detect cygwin i/o
2017-04-07 14:00:35 +02:00
jsteemann
5ead1eec5a
added some debug output
2017-04-07 12:06:33 +02:00
jsteemann
4e09b4f8d7
improved error messages
2017-04-07 10:40:25 +02:00
Wilfried Goesgens
2e52356380
Fix startupsequence, so that jslint doesn't ask for serverpasswords anymore.
2017-04-03 14:38:27 +02:00
jsteemann
8a4593a7da
fix invalid assertion
2017-04-03 14:22:00 +02:00
jsteemann
e3ca787992
warn before we run out of file descriptors
2017-03-29 02:35:46 +02:00
jsteemann
97b5b2f5df
fix issues reported by coverity scan
2017-03-23 19:40:39 +01:00
jsteemann
b51839dae7
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-03-09 16:06:53 +01:00
jsteemann
9278149b24
fixed --convert
2017-03-09 14:29:23 +01:00
jsteemann
645889949c
move engine-specific V8 functions into storage engine
2017-03-09 12:59:44 +01:00
Frank Celler
7eefdf547b
simplification: FileResult does only support ok, no additional result
...
header only, added FileResultString class for Result that return a string
2017-03-08 13:01:20 +01:00
jsteemann
aab138a4e6
added input type jsonl
2017-03-06 17:39:44 +01:00
jsteemann
6478c6d043
updated CHANGELOG
2017-03-03 15:03:52 +01:00
jsteemann
db9099f0f9
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-03-03 12:07:50 +01:00
jsteemann
7c0c84c21d
added `--translate` option for arangoimp to translate attribute names from the input files to attriubte names expected by ArangoDB
...
The `--translate` option can be specified multiple times (once per translation
to be executed). The following example renames the "id" column from the input
file to "_key", and the "from" column to "_from", and the "to" column to "_to":
arangoimp --type csv --file data.csv --translate "id=_key" --translate "from=_from" --translate "to=_to"
`--translate` works for CSV and TSV inputs only.
2017-03-03 11:35:16 +01:00
jsteemann
6217a58559
protect against out-of-bounds read
2017-03-03 11:07:41 +01:00
jsteemann
6e4e29943d
added 'auto' file type
2017-03-02 23:35:52 +01:00
jsteemann
7051f5d87a
fixed --convert false in arangoimp
2017-03-02 15:05:06 +01:00
jsteemann
737698151d
fixed issue #2342
2017-03-02 13:45:05 +01:00
baslr
cb3756bc7f
arangoimp: csv convert value in _key column to string
2017-03-01 22:17:42 +01:00
baslr
ed8e939a10
arangoexport fix csv export escaping
2017-03-01 17:10:22 +01:00
jsteemann
0ac29eb177
don't fail when using optional features as dependencies
2017-03-01 12:52:51 +01:00
baslr
d3010b1934
arangoexport: csv
2017-02-27 11:52:18 +01:00
Wilfried Goesgens
5e3234008e
fix directory naming and target dependency chain
2017-02-21 16:51:56 +01:00
Wilfried Goesgens
110e548a9a
streamline import process; fix arangoexport
2017-02-20 15:35:34 +01:00