Jan Steemann
4712daa3cb
Merge pull request #1166 from stackmagic/foxxdoc2
...
Documentation fixes
2014-12-05 18:44:29 +01:00
Patrick Huber
21a3a7cae4
copypaste error
2014-12-05 18:12:24 +01:00
Patrick Huber
b8bfdaf554
remove attribute in method parameter
2014-12-05 18:12:24 +01:00
Patrick Huber
57fe367f87
typo
2014-12-05 18:12:24 +01:00
Patrick Huber
92e3f968e0
typo
2014-12-05 18:12:24 +01:00
Patrick Huber
ea7553b2cc
copy paste error
2014-12-05 18:12:24 +01:00
Patrick Huber
7635d31066
it seems it's uppercase 'var Foxx' everywhere else, ran into this coming from Foxx/README.html and copying just the usersRepo line
2014-12-05 18:12:24 +01:00
Patrick Huber
55655ada3b
typos
2014-12-05 18:12:24 +01:00
Patrick Huber
7868ad1e02
link to aye-aye and other apps mentioned in the text
2014-12-05 18:12:24 +01:00
Patrick Huber
93e3f48021
show how to make modifications with the cursor endpoint (from #1162 )
2014-12-05 18:10:07 +01:00
Jan Steemann
c43bd64222
fixed VS compile error
2014-12-05 15:16:37 +01:00
Jan Steemann
50ee924c3a
move to EOL before executing command
2014-12-05 15:02:17 +01:00
Jan Steemann
34012395e3
fixed some compile issues
2014-12-05 15:02:08 +01:00
Jan Steemann
eb372dea63
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-12-05 14:59:00 +01:00
Jan Steemann
d9a945e33a
include or exclude system collections from replication
2014-12-05 14:58:43 +01:00
Thomas Schmidts
e799dfa8f9
Fixed #1007 spelling error fixed
2014-12-05 14:28:08 +01:00
Jan Steemann
73480fed63
fixed range operator precedence
2014-12-05 11:01:00 +01:00
Jan Steemann
dd68db2252
fixed precedence of range operator
2014-12-05 11:00:26 +01:00
Jan Steemann
1d140b8007
Merge pull request #1158 from yojimbo87/devel
...
Fix typo and add '_key' attribute description.
2014-12-05 09:20:30 +01:00
Jan Steemann
399176cf67
fixed cursor ttl issue
...
Conflicts:
CHANGELOG
2014-12-05 09:18:32 +01:00
Jan Steemann
a6bd464954
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-12-05 09:17:58 +01:00
Tomas Bosak
259c3152cd
Fix typo and add '_key' attribute description.
2014-12-04 17:57:13 +01:00
Jan Steemann
c114515fbe
removed unused mr-actions directory
2014-12-04 17:11:08 +01:00
Jan Steemann
4564f13bc8
implemented LENGTH in C++
2014-12-04 17:10:48 +01:00
Jan Steemann
cc00bb8897
optimizations
2014-12-04 16:33:48 +01:00
Heiko Kernbach
d85586a1de
fixed issue: #1083
2014-12-04 15:48:46 +01:00
Jan Steemann
f3b3e5d932
removed duplicate entry
2014-12-04 13:36:30 +01:00
Jan Steemann
90819836e5
added test for mergeObjects
2014-12-04 13:05:20 +01:00
Jan Steemann
c5efe73017
updated CHANGELOG
2014-12-04 12:51:28 +01:00
Jan Steemann
4c43c1bdaf
less plans created by optimizer
2014-12-04 12:49:34 +01:00
Jan Steemann
b0a067be28
added documentation for KEEP
2014-12-04 11:39:16 +01:00
Jan Steemann
dbc992b952
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-12-04 11:15:58 +01:00
Jan Steemann
0a27b7cf89
removed debug output
2014-12-04 11:15:45 +01:00
Jan Steemann
0cb5b70a3e
turned assertions into ifs
2014-12-04 11:15:33 +01:00
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