1
0
Fork 0
Commit Graph

18470 Commits

Author SHA1 Message Date
Jan Steemann d424e1874e Merge pull request #1156 from yojimbo87/devel
Improve collection modifying API docs
2014-12-04 09:46:21 +01:00
Jan Steemann 0975fb8349 jslint 2014-12-04 09:44:41 +01:00
Max Neunhoeffer e7d94bf81d Put a loop around select() to take care of EINTR. 2014-12-03 23:45:20 +01:00
Max Neunhoeffer 0aba8ffa80 Commit generated files for grammar. 2014-12-03 23:37:45 +01:00
Max Neunhoeffer 6e2aed2732 Take out cout debugging output. 2014-12-03 23:37:16 +01:00
Max Neunhoeffer 0fb6ef1968 Fix SimpleHttpClient for the n+1 time.
Still with debugging output.
2014-12-03 23:31:20 +01:00
Tomas Bosak ef9e5a33f1 Improve collection modifying API docs
Load collection:
- state explicitly that 'count' attribute needs to be in request body
object
- add 'isSystem' attribute to result description

Unload collection:
- add 'isSystem' attribute to result description

Change collection properties:
- modify return description
- add 'isSystem', 'isVolatile', 'doCompact' and 'keyOptions' attributes
to result description

Rename collection:
- add 'isSystem' attribute to result description

Rotate collection journal:
- fix return code typo
2014-12-03 19:45:23 +01:00
Jan Steemann e4b51f616c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-03 17:46:03 +01:00
Jan Steemann 6185943bc5 prevent double-free of variable bounds 2014-12-03 17:45:46 +01:00
Jan Steemann 867183945d fixed memleak in shaper 2014-12-03 17:44:54 +01:00
Jan Steemann 7e161b88ce issue #1131: added KEEP for `COLLECT...INTO` 2014-12-03 17:44:10 +01:00
Jan Steemann 1b3713504b Merge pull request #1154 from yojimbo87/devel
Improve collection API docs
2014-12-03 17:34:51 +01:00
Tomas Bosak 8d4de5b22f Improve collection API docs
- add keyOptions attribute description which is also part of the result
- add empty line before return codes header
2014-12-03 17:20:34 +01:00
Max Neunhoeffer 34c31a0980 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-12-03 16:46:37 +01:00
Max Neunhoeffer 8182539b66 Introduce invariants in processHeader. 2014-12-03 16:46:18 +01:00
Frank Celler 3e430276d6 Merge pull request #1145 from triAGENS/positional-query-args
Support positional arguments in Foxx queries
2014-12-03 14:48:39 +01:00
Frank Celler 77f544a554 Merge pull request #1144 from triAGENS/less-confusing-http-naming
Renamed mergeArrays->mergeObjects (because it's actually about objects, not arrays)
2014-12-03 14:48:04 +01:00
Thomas Schmidts ac4597b802 Fixed #1150. Added Queries to the Summary 2014-12-03 14:45:09 +01:00
Jan Steemann 6e75963843 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-03 13:49:16 +01:00
Jan Steemann 4f39b9e358 optimize away `INTO` of `COLLECT` if unused 2014-12-03 13:49:03 +01:00
Max Neunhoeffer 0c11d3815e Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-12-03 13:30:55 +01:00
Max Neunhoeffer 7fd0260add Yet more printouts. 2014-12-03 13:30:43 +01:00
James efa0e51300 compiles 2014-12-03 11:54:40 +00:00
James 8c28127be1 fixing dynamic bounds which are lists. 2014-12-03 11:44:38 +00:00
Jan Steemann 29cd807fe6 fixed caps 2014-12-03 12:23:17 +01:00
Jan Steemann 8af441da56 Merge pull request #1148 from triAGENS/correct-horse-battery-staple
Dev app baseUrls should be db-relative too
2014-12-03 11:58:38 +01:00
Alan Plum 3b5b6b2249 Merge pull request #1151 from yojimbo87/devel
GET /_api/collection/{collection-name} returns also 'isSystem' attribute
2014-12-03 11:55:21 +01:00
Jan Steemann fc9ce8fb37 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-03 11:53:42 +01:00
Jan Steemann ae092f467f added derived file 2014-12-03 11:53:34 +01:00
Max Neunhoeffer 9a503ff8e5 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-12-03 11:47:34 +01:00
Max Neunhoeffer f5e5617155 One more cout. 2014-12-03 11:47:22 +01:00
Jan Steemann 9d197d3eb2 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-03 11:39:04 +01:00
Jan Steemann 4ef82239a3 added optimizer statistics 2014-12-03 11:38:56 +01:00
Max Neunhoeffer 9a28d9914d Add new import tests to JS testsuite, fixing the "importing" target. 2014-12-03 11:27:44 +01:00
Tomas Bosak cf94fa4399 GET /_api/collection/{collection-name} returns also 'isSystem' attribute. 2014-12-03 11:24:52 +01:00
Max Neunhoeffer 4b099281aa Take some couts out to reproduce bug. 2014-12-03 11:17:23 +01:00
Max Neunhoeffer 8f1dd637c6 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-12-03 10:56:29 +01:00
Alan Plum 7a4076da8f Also accept `false` instead of an empty array. 2014-12-03 10:56:28 +01:00
Alan Plum 382747add9 Added example with no query params. 2014-12-03 10:49:16 +01:00
Jan Steemann ac13df1088 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-03 10:47:41 +01:00
Jan Steemann 8e2c5176f4 fixed segfault 2014-12-03 10:47:35 +01:00
Max Neunhoeffer d938a77531 Take out some couts to reproduce error. 2014-12-03 10:47:26 +01:00
Max Neunhoeffer 94e8bbe605 Fix error checking in unittests. 2014-12-03 10:45:51 +01:00
Alan Plum ef254963f0 Merge pull request #1149 from yojimbo87/devel
Fix typo.
2014-12-03 10:28:05 +01:00
Tomas Bosak 3d8764408f Fix typo. 2014-12-03 10:24:57 +01:00
Alan Plum 7b01edbb4c Fixes #1146. 2014-12-03 10:24:50 +01:00
Max Neunhoeffer f46d63cb5b Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-12-03 10:21:16 +01:00
Max Neunhoeffer 776ce77452 Fix a segfault in my couts. 2014-12-03 10:20:54 +01:00
Jan Steemann e81ac9993e fixed paragraph issue 2014-12-03 09:56:15 +01:00
Jan Steemann fa9ac4db44 fixed paragraph issue 2014-12-03 09:55:25 +01:00