Jan Christoph Uhde
3fb68c632d
handleSimpleError now respects messageId
2016-08-17 13:22:31 +02:00
Jan Christoph Uhde
21a9f64538
remove: _request from CommTask and contentType from setPayload()
2016-08-17 09:29:23 +02:00
Jan Christoph Uhde
dfb9e3ae0c
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into obi-velocystream
...
* 'engine-vs-velocystream' of github.com:arangodb/arangodb: (71 commits)
jslint
finally fixed some nasty bugs after refactoring
jslint
Update README.md
execute ternary operator in C++ as well
added libs
added libs
added build
upgraded to boost 1.61.0
Tweak Aardvark's SUPPORT > Documentation tab
Docs: Data model -> Data models, note that NOT_NULL() is equal to SQL's COALESCE()
Correct HTTP docs about user parameters
generated files
Fix testing
Proper roles of servers
Streamline agency testing
Fix if
Fix testing
Improve clusterawareness in foxx and foxx queues
Add test because of keysorting bugfix
...
2016-08-15 15:18:54 +02:00
Jan Christoph Uhde
21144a37c4
try to fix simple route
2016-08-15 12:51:28 +02:00
Jan Christoph Uhde
61e384e8f2
Merge remote-tracking branch 'origin/engine-vs-velocystream' into merge_jans
...
* origin/engine-vs-velocystream: (54 commits)
Fix testing
Proper roles of servers
Streamline agency testing
Fix if
Fix testing
Improve clusterawareness in foxx and foxx queues
Add test because of keysorting bugfix
Couldn't query two different keys beginning with the same string in one level
Add download and slack buttons to documentation header
gv
Adjustment for Repository Version
Adjustment for Repository Version
Adjustment for Repository Version
Update build-repository.h.in
improved gv
Create build-repository.h.in
queryView bugfix
grunt build
improved gv, added limit
improved gv
...
2016-08-15 08:51:38 +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
Michael Hackstein
7b328d39e9
Merge branch 'devel' of github.com:arangodb/arangodb into engine-vs-velocystream
2016-08-11 12:41:08 +02:00
Jan Christoph Uhde
b3fab8c618
fix header
2016-08-11 09:03:34 +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
servusoft
7315777bc2
Adjustment for Repository Version
2016-08-09 14:05:34 +02:00
servusoft
1a13206b65
Adjustment for Repository Version
2016-08-09 14:00:03 +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
655e45a19a
rename functions to be compliant with coding conventions
2016-08-05 18:20:10 +02:00
Jan Christoph Uhde
ed0fc2e83d
do not overwrite CUSTOM ContentType
2016-08-05 12:32:45 +02:00
Jan Christoph Uhde
65e5d4e6ac
fix handling of content type
2016-08-05 12:25:29 +02:00
Jan Christoph Uhde
50fe64d6ca
convert contentTypes
2016-08-04 16:42:30 +02:00
Jan Christoph Uhde
3c4db6783c
update test
2016-08-04 15:02:04 +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
cb275e239f
add: clean buffer for VppCommTask
2016-08-03 09:20:22 +02:00
Jan Christoph Uhde
05b8995bbf
update VppRequest
2016-08-02 13:45:49 +02:00
Jan Christoph Uhde
25226b1459
add: header() / headers() implemented for VppRequest
2016-08-02 11:36:06 +02:00
jsteemann
3c8f644c2d
fix cluster communication
2016-08-01 17:13:00 +02:00
Jan Christoph Uhde
c59a553723
fix some errors -- http tests failing in cluster
2016-08-01 15:19:11 +02:00
Jan Christoph Uhde
29a87ef109
fix move
2016-08-01 12:37:01 +02:00
Jan Christoph Uhde
ef12d8dc2c
struggle with ctor
2016-08-01 11:48:30 +02:00
Jan Christoph Uhde
732c182388
fix building
2016-07-27 12:08:07 +02:00
Jan Christoph Uhde
59ec4bf83b
enable VPACK
2016-07-27 09:12:28 +02:00
Jan Christoph Uhde
4c37db381a
get rid fo cookies in non-http requests
2016-07-26 10:38:34 +02:00
Jan Christoph Uhde
da81c32539
remove body() method from GeneralRequest
2016-07-25 16:46:53 +02:00
Jan Christoph Uhde
ef6643e8b4
add: VppResponse
2016-07-25 16:06:33 +02:00
Jan Christoph Uhde
0e25dca075
add: VppRequest
2016-07-25 14:22:25 +02:00
Jan Christoph Uhde
5edaf0043a
preparations for velocystream completed
2016-07-21 09:32:00 +02:00
Max Neunhoeffer
6f4b48cfcf
Try to fix performance issue with single documents in cluster.
...
This creates a fast path in performRequests for the case that only
one request is given. We use syncRequest instead of asyncRequest
to save a network roundtrip. Furthermore, all queues and locks
in ClusterComm are circumvented.
2016-07-20 15:15:41 -07:00
Jan Christoph Uhde
6f39b389c3
fix: initialize variables in Base class
2016-07-20 09:10:16 +00:00
Jan Christoph Uhde
06bd01695a
removed: body() from GeneralRequest
2016-07-19 09:16:07 +02:00
Jan Christoph Uhde
002a1e55cb
add: payload/addPayload methods
2016-07-18 13:16:08 +02:00
Jan Christoph Uhde
beae8a8f74
first changes for set/get payload methods ->
...
toVelocyPack now returns slices
2016-07-15 16:38:13 +02:00
Jan Christoph Uhde
682cf7a2f1
virtualize functions of request/response
2016-07-14 08:40:05 +02:00
Frank Celler
a8e29450f4
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-07-04 17:13:38 +02:00
Frank Celler
38a55ed13c
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-07-04 17:09:40 +02:00
jsteemann
9593ac122d
dont include unused StringBuffer
2016-07-04 15:00:08 +02:00
jsteemann
ee492c67e8
add info about assertions
2016-06-15 22:36:05 +02:00
Frank Celler
8dd9ce47a0
fixed // and /./ handling
2016-06-12 23:36:13 +02:00
Frank Celler
f65393394a
fixed double //
2016-06-10 16:36:09 +02:00
Frank Celler
927c697b8b
fixed auth (again)
2016-06-10 16:21:48 +02:00
jsteemann
325aa13795
merge with velocypack
2016-06-06 16:59:36 +02:00