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
Max Neunhoeffer
410bd3d95b
Default to JSON for the moment.
2016-07-20 16:19:17 -07:00
Max Neunhoeffer
2aa6cae452
Fix performance improvements w.r.t. headers.
2016-07-20 16:05:21 -07:00
Max Neunhoeffer
ce35cd70e9
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2016-07-20 15:16:59 -07: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
hkernbach
f10859a110
grunt build [ci skip]
2016-07-20 18:07:14 +02:00
hkernbach
2c72ac895b
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-07-20 17:53:25 +02:00
hkernbach
069ab502d4
gv
2016-07-20 17:53:16 +02:00
Jan Steemann
5d0fa20f07
some more fixes
2016-07-20 14:01:08 +02:00
Jan Steemann
b05f82a294
fixed product name
2016-07-20 13:59:52 +02:00
Jan Steemann
3794e91c1d
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-07-20 13:58:58 +02:00
Jan Steemann
429e7a554d
typos
2016-07-20 13:57:51 +02:00
Heiko
04ab72adc9
Update ISSUE_TEMPLATE.md
2016-07-20 13:55:54 +02:00
Wilfried Goesgens
a8fa8da957
First try of the new github issue templates
2016-07-20 13:49:18 +02:00
hkernbach
e2226b0c64
grunt build [ci skip]
2016-07-20 12:59:19 +02:00
hkernbach
c596387cf9
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-07-20 12:58:27 +02:00
hkernbach
0c6bb3b93f
ui aql graph support
2016-07-20 12:58:19 +02:00
Jan Christoph Uhde
95b5c3b50c
Merge branch 'devel' of github.com:arangodb/arangodb into devel
...
* 'devel' of github.com:arangodb/arangodb:
grunt build [ci skip]
aql tabular output
fixed issue #1949
fixed issue #1950
2016-07-20 09:11:01 +00:00
Jan Christoph Uhde
6f39b389c3
fix: initialize variables in Base class
2016-07-20 09:10:16 +00:00
hkernbach
36ee370708
query spotlight bugfix
2016-07-20 10:59:40 +02:00
hkernbach
3f3748b278
grunt build [ci skip]
2016-07-20 10:50:40 +02:00
hkernbach
c287b22f37
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-07-20 10:48:43 +02:00
hkernbach
6e62c003b5
aql tabular output
2016-07-20 10:48:36 +02:00
Jan Steemann
f269c1c772
fixed issue #1949
2016-07-20 10:17:10 +02:00
Jan Steemann
8369f652a4
fixed issue #1950
2016-07-20 09:38:25 +02:00
Jan Christoph Uhde
f038fa386f
Merge remote-tracking branch 'origin/devel' into obi-rest-changes
...
* origin/devel:
Fix OAuth2 getActiveUserUrl
Fix OAuth2 getActiveUserUrl
added query result checks in query editor
grunt build [ci skip]
gv
2016-07-19 21:59:19 +00:00
Alan Plum
adc0927842
Fix OAuth2 getActiveUserUrl
2016-07-19 22:28:12 +02:00
Alan Plum
6bbe8e8098
Fix OAuth2 getActiveUserUrl
2016-07-19 22:27:24 +02:00
hkernbach
8d1e818d79
added query result checks in query editor
2016-07-19 17:36:21 +02:00
hkernbach
5c6aa6fbe8
grunt build [ci skip]
2016-07-19 15:06:50 +02:00
hkernbach
604637abdd
gv
2016-07-19 15:06:44 +02:00
Jan Christoph Uhde
1804fa63fc
Merge branch 'devel' into obi-rest-changes
...
* devel:
remove unused JsonHelper includes
Swagger: change the way attribute types are written into the docs
Docs: formatting
Docs: AQL query cursors
New example files for array indexes
Documentation improvements
Enhance description of bind parameters
How to use log topics in config file and minor reformatting
Improve indexing docs
Match inline docublocks non-greedy and prevent name collisions by expecting a whitespace character after block name
always flush log in case of exception
New example file.
by @servusoft : fix rocksdb cmake compile on ARM by removing unsupported compiler flag.
by @servusoft : use signed char if we want to operate with `-1`
issue #1944 : nicer error logging in console.log()
remove unused script
eshint
added test for V8 segfault
fixed segfault in V8, by backporting https://bugs.chromium.org/p/v8/issues/detail?id=5033
2016-07-19 10:27:53 +02:00
Jan Christoph Uhde
43d06efa76
remove: reinterpret_cast from user code
2016-07-19 10:07:09 +02:00
Jan Christoph Uhde
06bd01695a
removed: body() from GeneralRequest
2016-07-19 09:16:07 +02:00
Jan Steemann
a0ff5e9dc3
remove unused JsonHelper includes
2016-07-18 13:52:08 +02:00
Simran Brucherseifer
4b6e84080b
Swagger: change the way attribute types are written into the docs
...
Code in generateMdFiles.py seems to be not used and could probably be removed.
2016-07-18 13:37:48 +02:00
Simran Brucherseifer
3010ccb403
Docs: formatting
2016-07-18 13:35:08 +02:00
Jan Christoph Uhde
002a1e55cb
add: payload/addPayload methods
2016-07-18 13:16:08 +02:00
Simran Brucherseifer
46afaf5005
Docs: AQL query cursors
2016-07-18 12:15:35 +02:00
Simran Brucherseifer
9599a1bf33
New example files for array indexes
2016-07-18 12:15:35 +02:00
Simran Brucherseifer
64da8757e2
Documentation improvements
2016-07-18 12:15:35 +02:00
Simran Brucherseifer
e363290a66
Enhance description of bind parameters
2016-07-18 12:15:35 +02:00
Simran Brucherseifer
a8363d1d4f
How to use log topics in config file and minor reformatting
2016-07-18 12:15:35 +02:00
Simran Brucherseifer
5c5da63060
Improve indexing docs
2016-07-18 12:15:35 +02:00
Simran Brucherseifer
90aaf2aed1
Match inline docublocks non-greedy and prevent name collisions by expecting a whitespace character after block name
2016-07-18 12:15:35 +02:00
jsteemann
ade4b411b2
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-07-18 11:44:23 +02:00
jsteemann
b9b01b4c77
always flush log in case of exception
2016-07-18 11:44:14 +02:00
Wilfried Goesgens
49d8a963cd
New example file.
2016-07-18 11:22:53 +02:00
Wilfried Goesgens
53e2e0b4cb
by @servusoft : fix rocksdb cmake compile on ARM by removing unsupported compiler flag.
2016-07-18 11:21:13 +02:00