Jan Steemann
4912cbe9fe
updated AQB version
2014-12-08 10:22:20 +01:00
Jan Steemann
ddbecce489
Merge pull request #1167 from stackmagic/docmake
...
Doc Makefile tweaks
2014-12-08 09:59:02 +01:00
Patrick Huber
d6df865ab8
add clean-books & clean target
2014-12-05 23:07:13 +01:00
Patrick Huber
8005220502
echo not needed, rm can do that
2014-12-05 22:53:20 +01:00
Jan Steemann
0203c8ca7c
added derived files
2014-12-05 19:03:34 +01:00
Jan Steemann
8f99e59747
issue #1163 : fullcount was sometimes used for wrong LIMIT node
2014-12-05 19:02:51 +01:00
Jan Steemann
66c910941d
Merge pull request #1165 from stackmagic/doc-cursor-modify
...
show how to make modifications with the cursor endpoint (from #1162 )
2014-12-05 18:46:23 +01:00
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