1
0
Fork 0
Commit Graph

287 Commits

Author SHA1 Message Date
Jan Christoph Uhde 677a79026c Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Simran 7088c40b84
Doc - Known Issues - Remove "Fixed in Versions" re AF shutdown hang (#8829) 2019-04-23 14:01:05 +02:00
Jan 1d175f446d
do not use the TTL index for queries which it does not support (#8766) 2019-04-15 18:55:19 +02:00
Alan Plum b76f8adc0f Add SyntheticRequest#auth (#8750)
* Add SyntheticRequest#auth

* Fix tests
2019-04-12 21:18:35 +02:00
Alan Plum 3007c928aa Add collection.documentId method (#8749) 2019-04-12 19:53:01 +02:00
Jan 44bc625317
improve documentation a bit (#8722) 2019-04-10 12:50:10 +02:00
jsteemann 634e142d8b fix wrong example 2019-04-10 00:01:00 +02:00
Alan Plum 6144459dee Expose "filter" attribute for running Foxx tests (#8700)
* Expose foxx test "filter" option in HTTP API

* Typo sucessful -> successful

* CHANGELOG
2019-04-09 15:32:12 +02:00
Jan 5897baa984
added db.<collection>.getResponsibleShard() (#8683) 2019-04-08 16:10:45 +02:00
Jan 86458580d8
updated jemalloc version to 5.2.0 (#8684) 2019-04-05 22:01:56 +02:00
Jan 5d83eb7442
this looks better (#8680) 2019-04-04 15:51:40 +02:00
jsteemann 14429d9163 be explicit about V8 changed behavior 2019-04-01 13:54:26 +02:00
Jan 0265beeb06
reintroduce check for vm.overcommit_memory setting (#8603) 2019-03-28 12:49:57 +01:00
jsteemann 0aa450aaa3 updated CHANGELOG 2019-03-27 22:47:39 +01:00
Jan Christoph Uhde 523019c8d3 update rocksdb to 6.0.fb (#8576) 2019-03-26 15:52:35 +01:00
Jan 14843a4275
documentation improvements for smart joins (#8573) 2019-03-26 10:15:00 +01:00
Jan dbcc9767fa Feature/turn on unique log ids (#8572)
* turn on unique log message IDs by default

* add missing feature documentation

* update CHANGELOG
2019-03-26 09:18:32 +01:00
Jan a35f6ccf10
fix type of hidden startup option `--rocksdb.recycle-log-file-num` (#8517) 2019-03-22 11:21:53 +01:00
Simran c6e80910e1
Doc - Fix Client Tools section in NewFeatures35.md (#8463) 2019-03-20 00:57:21 +01:00
Jan 2c4accdf34
micro improvements for rocksdb options (#8433) 2019-03-19 12:47:57 +01:00
Dan Larkin-York 2eadab33e7 Index hints (#8431) 2019-03-19 09:14:18 +01:00
Jan 5d527168d0
arangodump & arangorestore all databases (#8394) 2019-03-18 17:05:08 +01:00
Simran b211277870
Doc - Add v3.4 Active Failover known issues (#8400) 2019-03-13 23:18:49 +01:00
Dan Larkin-York 413e90508f Named indices (#8370) 2019-03-13 18:20:32 +01:00
Jan a841d472be
emit a warning when connecting with the client tools to a DBSERVER (#8397) 2019-03-13 13:08:41 +01:00
Simran 8891f79356
Doc - Fix/improve graph traversal/background indexing pages, console.history and examples/options (#8336) 2019-03-11 14:06:28 +01:00
Jan c82e0c2ca0
add option `--console.history` to arangosh (#8327) 2019-03-07 13:05:54 +01:00
jsteemann 6d751686e3 updated documentation 2019-03-04 16:26:46 +01:00
Simran e7cdfaa2cb
Doc - Add missing deprecation note for traversal module (#8293) 2019-03-01 08:30:03 +01:00
Simran 3df86129e8 Doc - Use proper terms for editions (esp. shardingStrategy) (#8014) 2019-02-23 23:11:36 +01:00
Simran 9f5f2d7c92 Doc - Add RocksDB known issue to 3.3, 3.4 (#8247)
3.5.0 and higher will not be affected
2019-02-23 12:51:17 +01:00
Jan d46acbb156
Bug fix/make ttl index work with datestrings too (#8208) 2019-02-22 16:09:51 +01:00
jsteemann 4bc8a6aa0d add V8 upgrade to new features 2019-02-20 13:03:44 +01:00
Jan 44c6a2d732
Feature/ttl index (#8169) 2019-02-19 14:12:21 +01:00
Dan Larkin-York 2497173fb3 Adde missing documentation and CHANGELOG entries for sort-limit optimization. (#8087) 2019-02-01 15:31:42 +01:00
Simran 9fea30b8ee Doc - rel notes page imp (#7613) 2019-01-15 19:56:14 +01:00
Simran c8730b99ef Doc - Cookbook: Remove outdated OpenSSL recipe (#7929) 2019-01-11 22:34:06 +01:00
Jan Christoph Uhde f65853e30f make use of sortedness of rocksdb primary index (#7788) 2019-01-11 09:40:22 +01:00
Andrey Abramov d4a010baf9
Bug fix/internal issue #316 (#7911)
* allow using scorers outside ArangoSearch view context

Signed-off-by: Andrey Abramov <andrey@arangodb.com>

* ensure query is properly optimized after replacement of scorer functions

* do not apply `handleViewsRule` to queries without views

* simplify optimization rule for ArangoSearch views

* show ArangoSearch view scorers in query explanation

* fix tests

* fix tests

* add stub for scorer related tests

* reformat

* check variable depth in `ViewExpressionContext::getVariableValue`

* add some tests

* address js test failures

* address jslint errors

* ensure `IResearchViewNode` exposes variables used in scorers

* ensure scorers with expressions are deduplicated

* fix deduplication for indexed access

* more tests

* partially address review comments

* address review comments

* simplify code

* remove irrelevant, commented out code

* ensure array comparisons are properly handled

* update changelog & loki
2019-01-10 21:04:19 +03:00
sleto-it 28b84951cb
Doc - Known Issues - new links (#7908) 2019-01-08 19:11:01 +01:00
sleto-it 099fd6d2db
Doc - Forwardports to devel - 2018-12-27 (#7858) 2018-12-27 17:12:50 +01:00
Simran f7b9733a84 Doc - Fix build (whitespaces, triple-backticks, comments) (#7857) 2018-12-26 21:41:19 +01:00
Andrey Abramov ac3a8a3f0b
update knownissues (#7807) 2018-12-19 16:10:34 +03:00
Jan 529e1a5579
fix issue #7743: properly invalidate variables after COLLECT statemen… (#7780) 2018-12-18 18:13:34 +01:00
Simran 37eb34ad50 Doc - Placeholder pages for 3.5 Release Notes (#7686) 2018-12-06 14:41:27 +01:00
Simran 801bc38ab9 Doc - cleanups (#7685) 2018-12-06 14:25:31 +01:00
sleto-it de4591d4bd
Doc - cite the tar.gz in what's new (#7675) 2018-12-06 11:49:41 +01:00
Simran dec65b904c Doc - deprecate simple all keys (#7657) 2018-12-06 11:19:31 +01:00
Simran f7952ce445 Doc - Mention GEO_MULTIPOLYGON() in 3.4 release notes (#7651) 2018-12-05 15:18:33 +01:00
Jan 7c1f958c50 Doc - additional 3.4 related info (#7646) 2018-12-05 13:06:43 +01:00