Jan
5165155ed1
Bug fix/fixes 0609 ( #3227 )
...
* do not use V8 variant of AQL functions in early optimization stage when a C++ variant is available
* additionally, simplify AQL function definitions and aliases
* warn when more than 90% of max mappings are in use
* added C++ variant of replication catchup
* added `--log.role` option
* updated CHANGELOG
* removed non-existing scheduler.threads option from config
* removed useless __FILE__, __LINE__ invocations
* updated CHANGELOG
* allow a priority V8 context
* remove TRI_CORE_MEM_ZONE
* try to fix Windows errors & warnings
* cleanup
* removed memory zones altogether
* exclude system collections from collection tests
2017-09-13 16:28:21 +02:00
Simon Grätzer
d485db8bd1
removing unnecessary rate limiting ( #3194 )
2017-09-07 14:39:20 +02:00
Simon Grätzer
885ea3dd5f
Remove attribute option for arangoimp ( #3141 )
...
* Adding a remove attribute option to arangoimp (only for csv)
* Adding documentation
* Fixed log statement
* Update CHANGELOG
2017-08-30 10:45:02 +02:00
Simon Grätzer
2bc6a71d48
Fixing error reporting in arangoimp ( #3153 )
2017-08-28 15:04:45 +02:00
Dan Larkin
02990540d9
Report proper error for arangoimp create collection failure. ( #3127 )
2017-08-28 14:54:23 +02:00
Simon Grätzer
f50a36181d
Various authentication related issues ( #2824 )
2017-07-18 22:22:09 +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
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
2f2d07ab9a
Multihreaded import
2017-05-24 18:37:45 +02:00
jsteemann
e3ca787992
warn before we run out of file descriptors
2017-03-29 02:35:46 +02:00
jsteemann
9278149b24
fixed --convert
2017-03-09 14:29:23 +01:00
jsteemann
aab138a4e6
added input type jsonl
2017-03-06 17:39:44 +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
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
jsteemann
d024a6d00a
remove logging for non-topics
2017-02-10 09:32:50 +01:00
jsteemann
a24d26d74f
cppcheck
2016-08-25 14:04:42 +02:00
Jan Christoph Uhde
1febeadfd7
finish ResponseCode enum
2016-08-23 15:46:42 +02:00
Jan Christoph Uhde
d3654d99d8
finish RequestType enum
2016-08-23 14:49:29 +02:00
Jan Steemann
9c98cb6cf3
added test for skipLines
2016-07-04 12:15:13 +02:00
Jan Steemann
7b62d71c63
added --skip-lines for import
2016-07-04 11:18:15 +02:00
Jan Steemann
1726c53805
fixed some import edge cases
2016-06-15 18:16:49 +02:00
jsteemann
7080f8293d
various AQL changes
...
added behavior of TO_STRING() for arrays and objects
added C++ implementation for CONTAINS() function
added memmem implementation for Windows
2016-05-23 17:10:15 +02:00
Jan Steemann
8e090e642e
removed "createCollection" attribute from APIs
2016-05-12 15:17:45 +02:00
jsteemann
130493d481
micro optimizations
2016-05-11 21:02:20 +02:00
jsteemann
96fceb4411
use std::unordered_maps for headers
2016-05-01 20:52:47 +02:00
Jan Steemann
bbfaee3bfe
allow specifying collection name prefixes for `_from` and `_to` in arangoimp:
2016-04-15 16:18:23 +02:00
Frank Celler
494bdca847
splitted HttpRequest into GeneralRequest/HttpRequest
2016-03-31 11:45:21 +02:00
Frank Celler
dfa9047484
switch arangosh to new ApplicationFeatures and ProgramOptions
2016-03-08 23:32:43 +01:00