1
0
Fork 0
Commit Graph

1186 Commits

Author SHA1 Message Date
jsteemann 20f7125668 updated CHANGELOG 2015-12-21 10:46:48 +01:00
Jan Steemann e3d33f9d16 updated CHANGELOG 2015-12-21 10:40:46 +01:00
Jan Steemann 3e7b42d106 updated CHANGELOG 2015-12-21 10:30:24 +01:00
jsteemann 887f03eb19 updated CHANGELOG 2015-12-17 22:05:20 +01:00
Alan Plum 34843b76fb Remove CoffeeScript support 2015-12-16 02:03:44 +01:00
Alan Plum 5ec44161f2 Add Foxx compat changes to CHANGELOG 2015-12-16 01:16:36 +01:00
Alan Plum c7c8ee90ae Goodbye ES2015 classes 2015-12-16 01:16:33 +01:00
jsteemann 600c48375d added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
Alan Plum a7fa6b395a Add session fix to changelog 2015-12-10 12:08:20 +01:00
Jan Steemann fec29ac9c8 better compaction diagnostics 2015-12-09 19:02:22 +01:00
Jan Steemann 62959b2d04 updated documentation 2015-12-08 20:07:44 +01:00
Jan Steemann 4cd2621d06 adjusted AQL function return values 2015-12-08 19:45:32 +01:00
Jan Steemann fb38aac876 updated CHANGELOG 2015-12-08 18:21:01 +01:00
Jan Steemann df85f1689e updated CHANGELOG 2015-12-07 12:00:36 +01:00
Jan Steemann e3db9dfc33 wrote NewFeatures doc 2015-12-04 13:32:45 +01:00
Jan Steemann 3b1df26a79 added AQL function `IS_DATESTRING` 2015-12-04 10:53:01 +01:00
Jan Steemann f829d90e6d updated CHANGELOG 2015-12-03 13:13:52 +01:00
Jan Steemann 6c1717ec90 updated keywords list 2015-12-03 12:11:52 +01:00
Jan Steemann 8b2bce97b4 updated documentation 2015-12-02 18:11:44 +01:00
Jan Steemann d3584be1a6 updated CHANGELOG 2015-12-02 15:50:08 +01:00
Jan Steemann 61a8e4c686 issue #1593: add POW() AQL function 2015-12-02 15:41:30 +01:00
Jan Steemann 459d15bb2c added cluster execution site info in explain output for AQL queries 2015-12-01 10:30:13 +01:00
jsteemann 3a73ec1a52 optionally trigger auto-resync in case of "no start tick" issue 2015-12-01 01:22:19 +01:00
Jan Steemann 6ca22352ba updated CHANGELOG 2015-11-30 13:14:16 +01:00
Jan Steemann 15368d12ba added a C++ implementation for AQL function `FULLTEXT` 2015-11-26 14:12:43 +01:00
Alan Plum 1a23993f99 Make sure constructor is called in legacy-extended classes
This is a horrible workaround for the lack of a spread operator in the V8 version we are currently using.
The super keyword has no way to pass a dynamic number of arguments without using the spread operator
but someone might reasonably want to use additional arguments in a regular subclass that is then
legacy-extended with a constructor property. This should at least protect against the majority of such
cases even if it creates a silly function signature.

See #1592.
2015-11-25 18:19:54 +01:00
Jan Steemann 9b1ef915eb issue #1589 2015-11-25 10:49:31 +01:00
Alan Plum 0c336d4548 Add info on having changed in 2.8 2015-11-24 15:01:11 +01:00
Alan Plum 5d3b0b0619 Set returnBodyOnError: true by default in org/arangodb/request
Fixes #1437.
2015-11-24 15:00:11 +01:00
Alan Plum 56a35cc392 Add #1495 to CHANGELOG 2015-11-24 13:58:35 +01:00
Jan Steemann 1bf5abaf14 changed HTTP return code for canceled operations from 408 to 410 2015-11-23 10:25:05 +01:00
jsteemann e4f63ce952 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-11-20 21:41:30 +01:00
jsteemann 4c0d5b13d0 CONTAINS actually wasn't implemented yet 2015-11-20 21:40:07 +01:00
hkernbach 8be528742f changelog 2015-11-20 21:25:56 +01:00
hkernbach 3a7a31b850 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-11-20 21:25:14 +01:00
jsteemann bcf29c0f7d added derived files 2015-11-20 21:01:25 +01:00
hkernbach 571f3e8edd changelog 2015-11-20 19:41:07 +01:00
jsteemann f900090584 fixed undefined behavior 2015-11-19 00:16:00 +01:00
hkernbach 746c4997e7 changelog 2015-11-17 16:22:02 +01:00
Jan Steemann 308e343a67 updated devel CHANGELOG 2015-11-11 17:24:39 +01:00
Jan Steemann edae30a830 updated CHANGELOG 2015-11-11 17:18:20 +01:00
Jan Steemann e321c9747a added option `--server.hide-product-header` 2015-11-10 10:27:59 +01:00
Jan Steemann 725529e5f8 updated CHANGELOG 2015-11-06 10:47:56 +01:00
Michael Hackstein 89e6eb010e Updated CHANGELOG 2015-11-05 17:35:47 +01:00
Jan Steemann 6145a2e08c updated CHANGELOG 2015-11-05 16:45:01 +01:00
Jan Steemann 2e8983dc7d notes on deadlocks and deadlock detection 2015-11-04 17:15:56 +01:00
Jan Steemann 9df8128b94 duplicate attributes or shapes detection in shaper
when detecting duplicate attributes or shapes in Shaper, warn if their binary representation is distinct
and ignore them if their binary representation is the same as one of a previous shape/attribute with the
same id
2015-11-04 11:53:11 +01:00
Jan Steemann 3a4e9bf3a8 updated CHANGELOG 2015-11-04 11:13:07 +01:00
Jan Steemann 32977410da updated CHANGELOG 2015-11-04 11:12:41 +01:00
Jan Steemann 5410f00de4 updated CHANGELOG 2015-11-04 10:14:05 +01:00