Jan Christoph Uhde
b50659ed27
avoid dumper exception
2016-08-16 09:12:54 +02:00
Jan Christoph Uhde
d142dc6b08
Merge branch 'obi-velocystream' of github.com:arangodb/arangodb into obi-velocystream
...
* 'obi-velocystream' of github.com:arangodb/arangodb:
added handleSimpleError for database not found
2016-08-16 08:52:51 +02:00
Jan Christoph Uhde
1d1e19678d
failed try to resolve externals
2016-08-15 22:58:21 +02:00
a-brandt
758cc8c985
added handleSimpleError for database not found
2016-08-15 17:05:35 +02:00
Jan Christoph Uhde
e511cd4ab9
silence complier warnings
2016-08-15 15:18:10 +02:00
Jan Christoph Uhde
e62b4f69d6
add better logging and clean up code
2016-08-12 15:05:03 +02:00
Jan Christoph Uhde
3d4e1f6922
clean up code
2016-08-11 16:44:12 +02:00
Jan Christoph Uhde
a1d6909f88
make use of generateBody in payload and fix some bugs in VppCommTask
2016-08-11 13:20:58 +02:00
Jan Christoph Uhde
fa42f55545
clang format
2016-08-10 20:08:17 +02:00
Jan Christoph Uhde
fe84762bef
fix header of velocypack chunks
2016-08-10 16:42:42 +02:00
Jan Christoph Uhde
c4444ae4e4
fix vppCommTask - do not return true when false should be returned
2016-08-10 15:17:31 +02:00
Jan Christoph Uhde
804d2e70d4
mini fixes
2016-08-10 12:50:50 +02:00
Jan Christoph Uhde
da0c40cff7
server should now reply
2016-08-10 11:11:26 +02:00
Jan Christoph Uhde
8f6ff64d00
fix errors in vpp protocol
2016-08-09 19:09:24 +02:00
Jan Christoph Uhde
0e5b455159
setPayload of response now takes contType instead of request
2016-08-08 14:48:56 +02:00
Jan Christoph Uhde
65e5d4e6ac
fix handling of content type
2016-08-05 12:25:29 +02:00
Jan Christoph Uhde
0bcbe92433
Merge remote-tracking branch 'origin/engine-vs-velocystream' into obi-velocystream
...
* origin/engine-vs-velocystream: (95 commits)
move it a class method
speed up compaction and cleanup a bit
privatization
added functions V8_TO_VPACK and VPACK_TO_V8
fixed compaction bug
fixed compaction bug
raft testing revealed performance optimisation in receiver and of appendentries
more streamlining, links to the UDF documentation.
refactoring
By simran: review UDF documentation.
Explain clustering impacts in the optimizer chapter.
fixed tests
WG beautification
Remove iconv-lite
Add iconv-lite and timezone
Add missing package description file.
compaction bug in agency
compaction bug in agency
compaction bug in agency
fixed compaction bug
...
2016-08-04 18:48:51 +02:00
Jan Christoph Uhde
50fe64d6ca
convert contentTypes
2016-08-04 16:42:30 +02:00
Jan Christoph Uhde
01c1c09d5a
add first vpack test -- content type has to be fixed first
2016-08-04 13:32:25 +02:00
Jan Christoph Uhde
54eda61754
connect response to CommTask WriteBuffers
2016-08-03 16:08:04 +02:00
Jan Christoph Uhde
cae1d47e5d
fix build errors
2016-08-03 09:42:20 +02:00
Jan Christoph Uhde
cb275e239f
add: clean buffer for VppCommTask
2016-08-03 09:20:22 +02:00
Jan Christoph Uhde
08cc5c543e
remove unused code - small fixes
2016-08-02 15:57:30 +02:00
jsteemann
dd30b47b9d
make _state private
2016-08-02 15:31:55 +02:00
Jan Christoph Uhde
25226b1459
add: header() / headers() implemented for VppRequest
2016-08-02 11:36:06 +02:00
Michael Hackstein
994a99e31f
Merge branch 'devel' of github.com:arangodb/arangodb into MIT
2016-08-01 16:50:54 +02:00
Jan Christoph Uhde
3e6c7617d0
small improvements
2016-08-01 08:54:27 +02:00
Jan Christoph Uhde
5f370e0f46
reading vpp should work now!
2016-07-29 11:03:26 +02:00
Jan Christoph Uhde
d574570174
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into obi-velocystream-4
...
* 'engine-vs-velocystream' of github.com:arangodb/arangodb: (70 commits)
fixed undefined behavior
fixed tests
Latest performance measuring scripts and analysis program.
moved dropCollection into TRI_vocbase_t
make ctor explicit
Improve error handling
removed unused consts
Fix ssl tests (CORS)
more refactoring
some vocbase refactoring
updated CHANGELOG
added thread affinity for MacOSX
moved query id generation
refactoring
Fix testing.js
Docs: make examples clearer that require modules, add note about aqlQuery -> aql
Docs (arangosh): aqlQuery -> aql
reactivate TickIterator
refactoring
New script version.
...
2016-07-28 16:36:36 +02:00
Jan Christoph Uhde
4f00b0a48e
silence compiler warning
2016-07-28 16:16:56 +02:00
jsteemann
ebaabdb076
Merge branch 'obi-velocystream-4' of https://github.com/arangodb/arangodb into engine-vs-velocystream
2016-07-28 16:11:26 +02:00
Jan Christoph Uhde
fa0015e658
add: implemented part of VppCommTask
2016-07-28 13:58:51 +02:00
jsteemann
55eda66d4a
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
2016-07-27 15:57:56 +02:00
Jan Christoph Uhde
36167b8e17
Merge remote-tracking branch 'origin/devel' into obi-velocystream-4
...
* origin/devel: (23 commits)
Fix trusted origin tests
Fix CORS with credentials
New version of script.
updated CHANGELOG
grunt build [ci skip]
improved gv
added expand function to gv
enable: compile_commands.json
semistandard fix
improved gv
gv bugfix
updated license
improved gv
Adapting to 64 bit ARM architecture (aarch64) at the exceptions for TRI_PADDING_32
improved gv performance
fix handling of empty query strings
fixed query editor issues
Modularize perf script.
Add one more event.
Add a first perf probe monitoring script.
...
Conflicts:
arangod/GeneralServer/HttpCommTask.cpp
2016-07-27 13:25:34 +02:00
Jan Christoph Uhde
732c182388
fix building
2016-07-27 12:08:07 +02:00
Jan Christoph Uhde
3f57335fe4
with error
2016-07-27 11:48:21 +02:00
Andreas Streichardt
5fe3274000
Fix CORS with credentials
2016-07-27 11:25:46 +02:00
Jan Christoph Uhde
9965ca9c6a
Merge branch 'obi-velocystream-2' into obi-velocystream-3
...
* obi-velocystream-2: (21 commits)
enable VPACK
add some documentation
add some documenation
get rid fo cookies in non-http requests
Documentation improvements
Docs: Fix locking and isolation code examples (require db object and use AQL traversal)
fix recovery edge case
grunt build [ci skip]
added edge hover event
redirect to new gv
ui added query execution of selected text
gv improvements
removed unused code path
added convenience method getRegister()
remove body() method from GeneralRequest
Removing unnecessary library "z" by cross-compiling
Adaptation of V8 architecture "arm64" with "aarch64" processor.
Complete to __aarch64__ achritectur
add: VppResponse
cppcheck
...
Conflicts:
arangod/GeneralServer/GeneralCommTask.cpp
arangod/GeneralServer/GeneralCommTask.h
arangod/GeneralServer/HttpCommTask.h
2016-07-27 10:11:50 +02:00
Michael Hackstein
3dac8c27ed
Implemented infrastructure for the TraversalEngines. We can now create and delete these engines accross several requests/threads. Right now the engines are empty.
2016-07-27 10:08:45 +02:00
Frank Celler
e008a3b306
moved accessControlAllowOrigins to GeneralServerFeature
2016-07-27 09:09:07 +02:00
Frank Celler
078457c302
cleanup of calls
2016-07-26 17:20:14 +02:00
Jan Christoph Uhde
d93b709b4f
add some documentation
2016-07-26 13:51:56 +02:00
Jan Christoph Uhde
c17d6d0e3a
add some documenation
2016-07-26 11:43:01 +02:00
jsteemann
2d293261cc
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
2016-07-25 16:54:12 +02:00
jsteemann
fe99ca558a
removed unused code path
2016-07-25 16:52:39 +02:00
jsteemann
2aa2e0dab4
removed server.h
2016-07-25 16:49:52 +02:00
Frank Celler
23d7fc7247
moved startThread from HttpCommTask to RestHandler
2016-07-25 16:40:29 +02:00
jsteemann
6a480c0214
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
2016-07-25 15:48:57 +02:00
jsteemann
33c94e5041
moved database lookup functions into DatabaseFeature
2016-07-25 14:56:39 +02:00
Jan Steemann
ee7def3440
initialize all instance variables
2016-07-25 12:23:19 +02:00
jsteemann
a92ac7be28
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
2016-07-25 11:14:44 +02:00
Frank Celler
a7679fe16f
silenced compiler warning
2016-07-24 11:30:39 +02:00
Frank Celler
96e69b5b92
moved create of CommTask into ListenTask
2016-07-23 20:04:38 +02:00
Frank Celler
a92add0a9f
renamed RestServerFeature to GeneralServerFeature
2016-07-23 14:16:10 +02:00
Jan Christoph Uhde
b8c705868e
Split Http- and HttpsCommTask
...
add .ctags_exclude and new CommTasks
move some code form GeneralCommTask to HttpCommTask
move more code into HttpCommTask
fix ording or initialization
if access of classes
make _requestAsHttp() private
more cleanup
2016-07-23 01:17:48 +02:00
Jan Christoph Uhde
5edaf0043a
preparations for velocystream completed
2016-07-21 09:32:00 +02:00