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
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
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
d024a6d00a
remove logging for non-topics
2017-02-10 09:32:50 +01:00
jsteemann
b96897e296
fixed some issues detected by coverity build tool
2016-12-12 15:41:54 +01:00
jsteemann
2757fd91ae
handle OOM a bit more gracefully
2016-11-28 14:22:12 +01:00
Jan Steemann
0ff5e4c07c
wrote tests for shell return codes
2016-11-21 11:34:49 +01:00
jsteemann
347b840d5e
fix return code for interactive mode
2016-11-18 18:31:50 +01:00
Jan Steemann
06b16e8b53
fixed issue #2176
2016-11-17 12:52:57 +01:00
Frank Celler
f559344034
added different path for different editions
2016-09-30 15:24:31 +02:00
Max Neunhoeffer
0130c0d978
Add global.ARANGODB_CLIENT_VERSION to arangosh.
2016-09-12 12:19:00 +02:00
jsteemann
f4aa60ed0d
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-vs-velocystream
2016-08-25 10:38:26 +02:00
Wilfried Goesgens
4939e02fb2
Make the existance of the database directory non-mandatory again.
2016-08-25 10:07:37 +02:00
jsteemann
07055384b8
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
2016-08-24 17:34:59 +02:00
Wilfried Goesgens
1f162ac882
Implement scheme to more clever pass the directories from the build process to the run-time
...
We will now try to evaluate the toplevel install directory from the configured binary dir.
We will use this toplever directory when searching for other directories.
2016-08-24 14:45:08 +02:00
Jan Christoph Uhde
1febeadfd7
finish ResponseCode enum
2016-08-23 15:46:42 +02:00
Jan Steemann
0de5561659
moved mostly unused functions
2016-08-05 16:14:39 +02:00
Frank Celler
51683dbda0
added a panic interrupt of memory gets low
2016-07-31 12:58:27 +02:00
Frank Celler
16c6c2087d
added unprepare
2016-06-06 18:27:51 +02:00
Frank Celler
54300ed30c
moved Console/ClientFeature to arangosh
2016-06-01 09:27:29 +02:00
jsteemann
141cf7a498
increase gc delay
2016-05-11 21:02:51 +02:00
Alan Plum
6888d57f72
Exterminate monkeypatches.js mentions
2016-05-03 14:55:33 +02:00
jsteemann
1250fcf63e
micro optimizations
2016-05-01 00:03:23 +02:00
Jan Steemann
63ceace7b3
honor --quiet option
2016-04-27 12:10:48 +02:00
jsteemann
26066aa7b3
fix leak
2016-04-26 00:49:40 +02:00
jsteemann
348e1e3397
client tools simplifications and fixes
2016-04-25 22:28:43 +02:00
jsteemann
dcc5825f93
cleaned up features a bit
2016-04-24 14:29:29 +02:00
Frank Celler
d6e8046992
updated cleanupCFiles
2016-04-23 16:34:57 -07:00
Jan Steemann
c7247a64c3
fixed buffer leaks
2016-04-22 17:33:13 +02:00
Frank Celler
1b7c47c6bc
added --console
2016-04-10 13:47:53 +02:00
Frank Celler
6002ede1c4
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-04-03 21:46:30 +02:00
Frank Celler
068f9defd7
splitted HttpResponse.h
2016-04-01 10:39:38 +02:00
Frank Celler
af00417cf4
skeleton arangod
2016-03-25 15:14:43 +01:00
jsteemann
a9ab4eaace
Merge branch 'devel' of https://github.com/arangodb/arangodb into v8
2016-03-17 21:13:21 +01:00
jsteemann
4de93d49b9
added shebang support
2016-03-17 16:18:04 +01:00
Frank Celler
f2d9ae0286
check for serverless mode
2016-03-17 12:00:27 +01:00
jsteemann
9fda52ab9c
initialize array buffer allocator differently
2016-03-17 10:53:32 +01:00
Frank Celler
53749a8e6d
renamed feature
2016-03-15 22:15:25 +01:00
Frank Celler
bb8f603d7f
free connection
2016-03-12 23:52:12 +01:00
Frank Celler
601f8c5f00
fixed cleanup
2016-03-12 17:28:03 +01:00
Frank Celler
dd36dd55e6
fixes for windows
2016-03-10 09:25:54 +00:00
Jan Steemann
fdff42e9cf
initialize client variable
2016-03-09 09:06:24 +01:00
Frank Celler
dfa9047484
switch arangosh to new ApplicationFeatures and ProgramOptions
2016-03-08 23:32:43 +01:00