1
0
Fork 0
Commit Graph

20778 Commits

Author SHA1 Message Date
Jan Steemann 51d71b44f2 fixed wrong sentence 2015-05-06 15:23:09 +02:00
Jan Steemann 4ea2a53771 support arrays in fulltext index, too 2015-05-06 15:11:24 +02:00
Jan Steemann 42a3321e1c Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-06 14:21:44 +02:00
Jan Steemann 0996d603c6 fulltext improvements 2015-05-06 14:21:32 +02:00
Willi Goesgens 3c4e73cd01 * fix memleak if adding async jobs to queues fails
* nullptr
2015-05-06 12:22:36 +02:00
Willi Goesgens a606350e1a Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-05-06 11:29:15 +02:00
Willi Goesgens a91252e53a remove useless assertion. 2015-05-06 11:28:09 +02:00
Jan Steemann 712967108a Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-06 11:00:51 +02:00
Jan Steemann e93225d7f5 fix cluster document fetching 2015-05-06 11:00:41 +02:00
Willi Goesgens 23739df0aa Increase startup grace period if we're running in cluster mode. 2015-05-06 10:59:00 +02:00
Jan Steemann 0254bb50f4 fixed variable usage 2015-05-06 09:46:17 +02:00
Jan Steemann 7d85c53b31 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-06 09:26:23 +02:00
Jan Steemann 107b7a5c19 updated CHANGELOG 2015-05-06 00:13:06 +02:00
Willi Goesgens ed667d7917 Lintify 2015-05-05 19:07:47 +02:00
Willi Goesgens 6c59b13ec8 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-05-05 19:07:05 +02:00
Willi Goesgens d1065c0809 HTML-Escape example output here too. 2015-05-05 19:05:26 +02:00
Jan Steemann 46cdf686c4 documentation update 2015-05-05 18:23:07 +02:00
Jan Steemann 0cf8fb9cb6 updated CHANGELOG 2015-05-05 18:01:10 +02:00
Jan Steemann 4cc1e854c1 fixed segfaults when running cluster AQL queries in console thread 2015-05-05 17:58:10 +02:00
Jan Steemann c677ea8b88 added tests for collection.lookupByKeys() and collection.removeByKeys() 2015-05-05 17:57:33 +02:00
Jan Steemann d5d83ffbdf Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-05 15:23:50 +02:00
Willi Goesgens 0c3ec054cd Move documentation targets & documentation documentation into one place. 2015-05-05 14:31:50 +02:00
Willi Goesgens 8eddc3344d waitForSync on _graphs was changed, describe change resulting in the API. 2015-05-05 14:31:21 +02:00
Jan Steemann 63138def67 fix location response headers with special characters 2015-05-05 14:00:06 +02:00
Willi Goesgens 982615e9dc Fix warning for 32 bit systems 2015-05-05 11:06:12 +02:00
Willi Goesgens fe2d5ee0a2 Autogenerate examples. 2015-05-05 10:14:54 +02:00
Willi Goesgens f252736a75 Escape html characters while putting examples into swagger templates. 2015-05-05 10:10:38 +02:00
Jan Steemann ca8341a157 updated CHANGELOG 2015-05-05 00:35:15 +02:00
Jan Steemann e3fe31f174 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-05 00:33:30 +02:00
Jan Steemann 4a8146ed02 fixed some potential leaks 2015-05-05 00:33:12 +02:00
Frank Celler dcd65bc0c3 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-05-04 23:54:31 +02:00
Frank Celler 1b8e7f26ab added target and host 2015-05-04 23:54:25 +02:00
Jan Steemann f09d8903a9 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
Conflicts:
	Documentation/Scripts/generateExamples.py
2015-05-04 17:47:31 +02:00
Jan Steemann 244cc2d66d added some batch processing methods 2015-05-04 17:46:47 +02:00
Willi Goesgens 312972a4ec Modify examples so they clean up after their run. 2015-05-04 17:22:25 +02:00
Willi Goesgens 9018757846 If an HTTP-Requests fails, put the error message into the status object, so we can see more reasons in cluster errors. 2015-05-04 17:20:39 +02:00
Jan Steemann ca07b07630 change naming 2015-05-04 16:55:07 +02:00
Jan Steemann 508a3c4b42 more cleanup 2015-05-04 15:46:27 +02:00
Jan Steemann 7ac834587b updated CHANGELOG 2015-05-04 13:03:39 +02:00
Alan Plum 4f17dfe10e Added error 1237: collection type mismatch. 2015-05-03 22:55:56 +02:00
Jan Steemann 28e062ca91 for equality-only comparisons evaluate dynamic expressions just once and not twice 2015-05-01 01:40:07 +02:00
Jan Steemann 3f9dbb4220 fixed if condition 2015-05-01 01:16:45 +02:00
Jan Steemann 33fe3f98e8 disallow copying 2015-05-01 01:16:26 +02:00
Jan Steemann f7ade5e7fe nullptr 2015-04-30 23:48:52 +02:00
Jan Steemann ce7ea1e287 fixed test 2015-04-30 23:38:39 +02:00
Jan Steemann 0099fe260a return value optimization for AQL 2015-04-30 23:38:27 +02:00
Jan Steemann 8f2a3ce7e9 fixed failing test 2015-04-30 21:28:41 +02:00
Jan Steemann b0924956f8 allow `@` character in document keys, too. 2015-04-30 21:28:26 +02:00
Jan Steemann a8855908f6 less copying 2015-04-30 18:36:17 +02:00
Jan Steemann 0f521ebc37 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
Conflicts:
	arangod/Aql/Functions.cpp
2015-04-30 16:57:05 +02:00