1
0
Fork 0
Commit Graph

24792 Commits

Author SHA1 Message Date
jsteemann c20cf66e93 add cacheability info for explain 2016-01-03 00:52:36 +01:00
Frank Celler 9eb51e9a20 Merge pull request #1637 from kibarda/devel
documentation:regroup AQL stats, parsing and performance chapters
2016-01-02 18:06:02 +01:00
Frank Celler e78cef5e62 Merge pull request #1641 from FuzzySockets/foxx-manager-docs
replace "when connection" with "when connecting"
2016-01-02 18:03:15 +01:00
Richard Harrington 9ec73cc572 replace "when connection" with "when connecting" 2016-01-02 08:42:30 -05:00
jmvan 74ecf8ded2 documentation: links added 2015-12-30 11:18:23 +01:00
jmvan 5bdb97424e documentation:regroup AQL stats, parsing and performance chapters 2015-12-30 02:34:06 +01:00
jsteemann 9b64efbc11 added generated file 2015-12-29 15:58:29 +01:00
Alan Plum bdee7f3309 Fix cluster test
The implementation of `_.clone` in underscore naively clones all properties including inherited ones.
As lodash does The Right Thing and ignores the prototype, we need to flatten the object first.
2015-12-29 13:44:00 +01:00
Alan Plum 223f96bb1b Merge pull request #1622 from arangodb/underscore2lodash
underscore -> lodash
2015-12-25 18:47:09 +01:00
Frank Celler bcdf9bee54 added grunt 2015-12-25 10:46:28 +01:00
Alan Plum 9ecc710491 Avoid _.clone
Lodash's clone is subtlely different from underscore's and breaks with ShapedJson.
2015-12-23 23:30:56 +01:00
Alan Plum de9ae5128a underscore -> lodash 2015-12-23 23:30:55 +01:00
Alan Plum a1b816e4f3 Update copyright headers 2015-12-23 23:30:43 +01:00
Alan Plum 840c432904 org/arangodb -> @arangodb in Foxx generator 2015-12-23 23:25:50 +01:00
Jan Steemann 22b4524ba6 issue #1626: fix HTTP status return codes for several error codes 2015-12-23 21:57:45 +01:00
hkernbach 7c9ee31c2d changelog 2015-12-23 21:43:48 +01:00
hkernbach 31b23283b1 webui dashboard: graph display bugfix 2015-12-23 21:41:09 +01:00
Jan Steemann f1ed7cdf46 fixed memleaks that occurred during failure testing only 2015-12-23 20:59:04 +01:00
hkernbach a8e822edce changelog 2015-12-23 17:33:09 +01:00
hkernbach e649ea9522 fixed several bugs during the dashboard initialize process 2015-12-23 17:27:28 +01:00
Jan Steemann 2e10c89cc2 fix invalid reads on shutdown 2015-12-23 16:49:13 +01:00
Jan Steemann cbcf0423ce Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-12-23 15:33:54 +01:00
Jan Steemann 6bc0f491a2 fixed Visual Studio warning 2015-12-23 15:33:02 +01:00
Jan Steemann a6a0484de5 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-12-23 15:14:36 +01:00
Jan Steemann eb1834da80 fixed Visual Studio warning 2015-12-23 15:13:53 +01:00
Max Neunhoeffer b4887dce17 Remove unused stuff: GLOBAL_TIMEZONE and matchInteger. 2015-12-23 15:13:06 +01:00
Jan Steemann 8781c2d05d added tests 2015-12-23 14:38:48 +01:00
Jan Steemann 8d74f105ef Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-12-23 14:19:32 +01:00
Jan Steemann b5838ed560 removed unused functions 2015-12-23 14:19:11 +01:00
Max Neunhoeffer 9796661ede Make entropy test less sensitive. 2015-12-23 14:12:57 +01:00
Jan Steemann 887e93babc index handling fixes 2015-12-23 14:01:14 +01:00
Jan Steemann e62ccf7a46 added Ditches for traversal 2015-12-23 11:43:24 +01:00
Jan Steemann e58a63ffd2 updated vpack library 2015-12-23 11:01:07 +01:00
jsteemann 50947dfae3 apply "sort-in-values" optimization for certain subqueries too 2015-12-23 00:44:47 +01:00
jsteemann 2d4f41b422 slightly updated documentation 2015-12-22 22:30:57 +01:00
jsteemann 3d6582ed52 micro optimizations 2015-12-22 21:58:20 +01:00
jsteemann e411b88bec slightly updated docs 2015-12-22 20:33:50 +01:00
jsteemann 75e815896d allow cancelation of traversal queries 2015-12-22 20:26:00 +01:00
jsteemann 18c41fa008 updated CHANGELOG 2015-12-22 20:06:37 +01:00
hkernbach 05cdfb43dc web ui wrong usage of arango notification in document view 2015-12-22 18:17:25 +01:00
Jan Steemann 6e3878ec94 changed behavior of [*] operator, added COLLECTION_COUNT internal function 2015-12-22 18:03:59 +01:00
hkernbach 64eb028ba3 web ui better usability when creating dbs, issue: #1623' 2015-12-22 17:50:45 +01:00
hkernbach 65ed4432cf web ui modal view bugfix 2015-12-22 16:54:30 +01:00
hkernbach f3ac092c9c web ui db view event bugfix 2015-12-22 15:27:12 +01:00
jsteemann 13fb41c6b0 removed useless flag 2015-12-22 14:15:02 +01:00
hkernbach 3946ba265d web ui database view tiles event fix 2015-12-22 12:21:55 +01:00
Jan Steemann dcb8c4f174 prevent segfault 2015-12-22 11:12:16 +01:00
hkernbach 55855780dd Merge branch 'backport-exportcache-fix' into devel 2015-12-22 10:20:08 +01:00
Alan Plum cad8c3841a Replace exportCache with app.main.loaded 2015-12-21 19:30:15 +01:00
Alan Plum ff23c28a44 Invalidate export cache when app is reloaded 2015-12-21 19:27:16 +01:00