1
0
Fork 0
Commit Graph

21727 Commits

Author SHA1 Message Date
Jan Steemann 83911d25f8 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-06-25 09:47:16 +02:00
Jan Steemann 85c7705684 added test
Conflicts:
	CHANGELOG
2015-06-25 09:47:03 +02:00
Willi Goesgens df031a9f2a Find the right place where the json wasn't free'd 2015-06-25 09:45:05 +02:00
Willi Goesgens 72bd587cb5 Remove debug output from travis build 2015-06-25 09:34:19 +02:00
Jan Steemann 29c1904e21 issue #1383: bindVars for HTTP API doesn't work with empty string 2015-06-25 09:23:40 +02:00
Jan Steemann 288cabc3a4 removed reference to non-existing config option 2015-06-25 07:48:23 +02:00
Willi Goesgens 641b6798a0 Fix grammer in docu 2015-06-24 17:42:39 +02:00
Willi Goesgens 29366dff96 Fix memleaks. 2015-06-24 17:42:26 +02:00
Willi Goesgens 49ccdafe80 If we didn't find a go compiler, refrain from building etcd and print out a warning. fixes #995 2015-06-24 16:36:38 +02:00
Alan Plum a987d0fbdb Added manifest changes to changelog. 2015-06-24 14:45:04 +02:00
Alan Plum 5295e2802c Fixed manifest default values. 2015-06-24 14:39:58 +02:00
Willi Goesgens d247ab145e Add desktop icon to arangosh and aardvark; fixes #1301 2015-06-24 14:33:19 +02:00
Willi Goesgens ec9b4485ff Add de-thin-er so we can pre-compile V8 for travis. 2015-06-24 11:24:43 +02:00
Willi Goesgens 351681c2de Add missing swagger files to cmake build. fixes #1368 2015-06-24 09:50:42 +02:00
Jan Steemann 5916677a0b fixed leak 2015-06-23 22:45:57 +02:00
Jan Steemann 259b74b60e Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-star-operator-cxx 2015-06-23 22:34:29 +02:00
Jan Steemann 6325eb7f47 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-06-23 22:33:08 +02:00
Willi Goesgens efbe345590 Tippgicht. Specify -stdlib=libc++ was the intention. 2015-06-23 15:37:05 +02:00
Willi Goesgens fc41fb55d7 fix #0188384a183955136f256f7d1dc3cab0e6a300ce; wanted to change mac-target not linux. 2015-06-23 15:31:51 +02:00
Willi Goesgens 2fe357ae2b Forec linking of the stdc++ lib on Mac 2015-06-23 15:19:52 +02:00
Willi Goesgens dc8a12c219 remove stdc++ and use the system one. 2015-06-23 15:18:36 +02:00
Willi Goesgens ffc918e8dd Remove dependency to own stdc++, this breaks our build. 2015-06-23 15:18:04 +02:00
Willi Goesgens b24474d9d1 travis debugging 2015-06-23 14:22:21 +02:00
Willi Goesgens 597980fdbf enable debug for travis 2015-06-23 14:18:40 +02:00
Willi Goesgens 426427346f Fix path in manifest broken during 469b309bd08cddd3bf54f7609ef6564aec75caff 2015-06-23 13:49:48 +02:00
Willi Goesgens 6447a17240 Fix calculation of valgrind report xml filenames for clusters. 2015-06-23 13:23:39 +02:00
Frank Celler 538c254648 moved flags back to MAKE 2015-06-23 09:49:09 +02:00
Frank Celler c5d384a25a fixed wrong signature 2015-06-23 09:47:55 +02:00
Alan Plum 4e9679d548 Formatting. 2015-06-22 16:47:07 +02:00
Alan Plum 7073b7c18f Added support for repeating jobs. 2015-06-22 16:47:07 +02:00
Alan Plum 061b34f72a 2.7: Removed legacy job types support. 2015-06-22 16:47:06 +02:00
Thomas Schmidts ce43e1431e Changed path in the codeblockreader for the documentation 2015-06-22 14:38:51 +02:00
Alan Plum 938bc16ee0 2.7: adjusted manifests. 2015-06-22 14:22:44 +02:00
Alan Plum 51baafd941 Rebuilt aardvark. 2015-06-22 14:17:22 +02:00
Alan Plum 40507358f4 2.7: Enabled deprecation warnings in manifest. 2015-06-22 14:17:02 +02:00
Alan Plum 7362331164 Added config type 'password' in manifest. 2015-06-22 14:16:25 +02:00
Frank Celler 3511f73dc0 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-06-22 09:37:22 +02:00
Jan Steemann 5480e6f4bd removed AQL `SKIPLIST` function deprecated in 2.6 2015-06-21 16:21:49 +02:00
Jan Steemann 7313b19431 implemented FILTER, LIMIT and multi-star features 2015-06-20 14:21:58 +02:00
Jan Steemann 64089eea75 partial implementation 2015-06-20 11:21:57 +02:00
Jan Steemann f7d5a612d9 do not use EscapableHandleScope for TRI_json_t to V8 conversions
Using EscapableHandleScope is slower than using a HandleScope directly
and also burst earlier with out of memory
2015-06-19 15:06:33 +02:00
Willi Goesgens a70014cfca Add possibility to bypass auth tests; they're restarting the server often which is stressy under valgrind. 2015-06-19 14:49:05 +02:00
Jan Steemann 1bd60ea20c fixed jslint warning 2015-06-19 14:26:43 +02:00
Jan Steemann 8ec76890cf updated CHANGELOG 2015-06-19 14:01:10 +02:00
Jan Steemann ce31550a9f fix variable naming in COLLECT INTO results in case the COLLECT is placed in a subquery which itself is followed by other constructs that require variables 2015-06-19 13:00:49 +02:00
Jan Steemann d983cf3d9d updated CHANGELOG 2015-06-19 11:51:36 +02:00
Jan Steemann f9e1430af8 jslint 2015-06-19 11:51:30 +02:00
Jan Steemann ecdb3b0dee Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-06-19 09:59:50 +02:00
Jan Steemann 19e05f087e added unhandled node types 2015-06-19 09:59:29 +02:00
Jan Steemann 18ba738027 use std::unique_ptr in some cases 2015-06-18 21:45:33 +02:00