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
Wilfried Goesgens
15f1990b57
by @servusoft : use signed char if we want to operate with `-1`
2016-07-18 11:19:43 +02:00
Jan Steemann
dc51d9dea5
issue #1944 : nicer error logging in console.log()
2016-07-18 10:55:52 +02:00
jsteemann
306ea79e18
remove unused script
2016-07-18 10:38:24 +02:00
jsteemann
85f02ddc27
eshint
2016-07-18 10:24:16 +02:00
jsteemann
83a9763cc9
added test for V8 segfault
2016-07-18 10:17:48 +02:00
jsteemann
513d381cc8
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-07-18 09:45:40 +02:00
jsteemann
eaeafcaedd
fixed segfault in V8, by backporting https://bugs.chromium.org/p/v8/issues/detail?id=5033
2016-07-18 09:44:38 +02:00
Jan Christoph Uhde
36736e3694
Merge remote-tracking branch 'origin/devel' into obi-rest-changes-next
...
* origin/devel: (47 commits)
grunt build [ci skip]
gv settings [ci skip]
attempt to fix issue #1943
Add missing documentation of the users database list and the hint that this should be used instead of the database api.
added dev button to graphs view [ci skip]
grunt build [ci skip]
Remove jshint
Mention updating license info
Prevent World War 3
Always use --global-style when installing npm deps
gv - editable & createable nodes, edges [ci skip]
Rebuild aardvark
Make sure Show Interface check asks for HTML
oops, @not supported here.
Fix phrase explaining when the collections are dropped alongside the graph definition.
fixed issue #1941
gv [ci skip]
added test for "fake" _key values
fixed issue #1942
In Farbe und in STEREREOOOUU!
...
2016-07-17 00:14:07 +02:00
Jan Christoph Uhde
f2c660627f
Merge branch 'obi-rest-changes' into devel
...
* obi-rest-changes:
virtualize functions of request/response
ignore build.sh
2016-07-16 19:36:01 +00:00
Jan Christoph Uhde
a0dca93e65
complete: adding toVelocyPack() function that returns slice instead of builder
2016-07-16 21:33:03 +02:00
hkernbach
377d556e98
grunt build [ci skip]
2016-07-15 19:21:05 +02:00
hkernbach
34a4d9e5ce
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-07-15 19:16:26 +02:00
hkernbach
11c33882c8
gv settings [ci skip]
2016-07-15 19:16:16 +02:00
Jan Steemann
60bb0f2dde
attempt to fix issue #1943
2016-07-15 17:40:42 +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