1
0
Fork 0
Commit Graph

17986 Commits

Author SHA1 Message Date
Jan Steemann 42e7c64de6 fixed jslint warnings 2014-11-28 17:52:18 +01:00
Jan Steemann 5de76aff74 VS 2014-11-28 17:52:13 +01:00
Jan Steemann 544f7d4ab4 fix optimization of subqueries
Conflicts:
	CHANGELOG
2014-11-28 17:51:50 +01:00
Jan Steemann bea5cd0e26 removed unused functions 2014-11-28 17:50:26 +01:00
Jan Steemann 99530f6478 fixed invalid optimization, added test cases
Conflicts:
	CHANGELOG
2014-11-28 17:50:17 +01:00
Alan Plum 234af094ec Expose root-relative mount URL as appContext.baseUrl. 2014-11-28 17:49:51 +01:00
Jan Steemann 242147f839 removed unused function 2014-11-28 17:49:45 +01:00
Jan Steemann ebf20c197f updated CHANGELOG
Conflicts:
	CHANGELOG
2014-11-28 17:49:27 +01:00
Jan Steemann ffca5bdc0b removed unused function 2014-11-28 17:48:55 +01:00
Jan Steemann 48259d816c fixed tests 2014-11-28 17:48:49 +01:00
Jan Steemann 0e2770996b include collection name in replication output 2014-11-28 17:48:43 +01:00
Jan Steemann e68869d23e updated changelog 2014-11-28 17:48:03 +01:00
Max Neunhoeffer ff3a999348 Fix compilation of new estimation function. 2014-11-28 17:47:58 +01:00
Max Neunhoeffer d889974ad4 First version of fix for LIMIT cost estimation. 2014-11-28 17:47:50 +01:00
CoDEmanX 4ce5575eb3 Minor documentation fixes. 2014-11-28 17:47:37 +01:00
Thomas Schmidts 4702a5f479 Added some documentation files to gitignore 2014-11-28 17:47:15 +01:00
Jan Steemann 08a19c80d4 issue #1109: added *bytes* unit to API description where missing 2014-11-28 17:46:42 +01:00
Jan Steemann 1f5db121db renamed function, updated documentation
Conflicts:
	CHANGELOG
2014-11-28 17:46:29 +01:00
Jan Steemann 25709865fd updated CHANGELOG 2014-11-28 17:38:28 +01:00
Jan Steemann b5b803b124 allow lazier querying of hash index 2014-11-28 17:36:10 +01:00
Jan Steemann 5bf621e756 added test case 2014-11-28 17:35:16 +01:00
Jan Steemann 06af1d3af2 added several AQL functions 2014-11-28 17:34:29 +01:00
Jan Steemann 9fb20d5859 added derived file 2014-11-28 17:32:50 +01:00
Jan Steemann a2a77f7c0d fixed tests 2014-11-28 17:31:31 +01:00
Jan Steemann 2b22ea0d0b fixed WITHIN_RECTANGLE for cluster
Conflicts:
	js/apps/system/aardvark/frontend/js/modules/org/arangodb/simple-query-common.js
	js/common/modules/org/arangodb/simple-query-common.js
2014-11-28 17:31:03 +01:00
Frank Celler 1fd8c791f4 Merge branch '2.3' of github.com:triAGENS/ArangoDB into 2.3 2014-11-28 17:10:32 +01:00
Jan Steemann 7ef8097fe1 added mergeArrays 2014-11-28 14:07:36 +01:00
Frank Celler c4251e86ad added fix messages 2014-11-28 12:00:58 +01:00
Frank Celler 8529d0714b added generated files 2014-11-28 11:59:39 +01:00
Frank Celler dbf1d3bf30 recreate password if missing 2014-11-28 11:57:58 +01:00
Jan Steemann a1892e0c7a issue #1126 2014-11-26 23:20:54 +01:00
threez e9a4f7bb55 Fixed statistics for FreeBSD
By default it would try to compile the windows code, since the TRI_HAVE_MACOS_MEM_STATS doesn't cover BSD's.
2014-11-26 20:26:31 +01:00
Jan Steemann 61c6b09052 issue #1126: cleaned up compilation manual 2014-11-26 20:25:50 +01:00
threez 75e904c085 Fixes compile issue on FreeBSD/clang
lib/Basics/logging.cpp:1876:12: error: cannot initialize a variable of type 'CODE *' (aka '_code *') with an lvalue of type 'const CODE [25]'
    CODE * ptr = TRI_facilitynames;
           ^     ~~~~~~~~~~~~~~~~~

FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.1
2014-11-26 15:03:04 +01:00
Jan Steemann 646af5175e properly display required pathParams in Foxx documentation
do not restrict route summary to 60 characters
2014-11-26 11:20:05 +01:00
Jan Steemann cd6dc2a13d Merge branch '2.3' of https://github.com/triAGENS/ArangoDB into 2.3 2014-11-26 10:49:24 +01:00
Jan Steemann 8f0b5cbe05 fixed never-disappearing "query is operating" display 2014-11-26 10:49:00 +01:00
friday 527cba17cb Update README.mdpp
Fixed some typos, shortened some long or over-complex sentences, moved information between sections and removed some that I think don't belong in a glossary, or at least not under the current section. Added a proper ending to a clipped sentence.

Also changed "edge documents" to "edges" because if edges are documents isn't "edge documents" redundant?
2014-11-24 11:20:48 +01:00
Thomas Schmidts e448502f2d Another dead link in the documentation fixed 2014-11-21 09:48:08 +01:00
Thomas Schmidts 403ab66198 Fixed some dead links in the documentation 2014-11-21 09:14:32 +01:00
Thomas Schmidts 726f28d593 Changed text for deprecated files 2014-11-20 16:38:04 +01:00
Jan Steemann a4e052465e updated upgrading information 2014-11-20 16:21:34 +01:00
Thomas Schmidts 7a07f863b7 Added Whats New to the documentation 2014-11-20 14:47:33 +01:00
Jan Steemann 15d27af951 skip writing begin/abort/commit markers for transactions without write operations 2014-11-20 14:20:15 +01:00
Jan Steemann 668cf465fc updated documentation 2014-11-20 11:56:32 +01:00
scottashton 28d7230d47 fixed a test 2014-11-20 11:07:24 +01:00
scottashton ffb1ad9b63 jslinted 2014-11-20 09:54:35 +01:00
scottashton fc4cbbf41c Merge branch '2.3' of https://github.com/triAGENS/ArangoDB into 2.3 2014-11-20 09:54:28 +01:00
fagnercarvalho 0692264fe2 Fixing statistics documentation misspelled errors 2014-11-20 09:36:58 +01:00
fagnercarvalho cbe78e3b1f Fixing collection help output misspelled errors 2014-11-20 09:36:51 +01:00