Jan
a55d3f6482
move some date functionality into lib ( #7999 )
2019-01-21 13:12:32 +01:00
Jan
1e3b323a46
move some date functionality into lib ( #7997 )
2019-01-21 10:43:37 +01:00
Jan
f3597510cf
fix scrambling of AstNodes that were in use multiple times ( #7979 )
2019-01-18 18:30:51 +01:00
Frank Celler
b35194d1af
updated marked to 0.3.9
2019-01-17 22:01:33 +01:00
Frank Celler
526458756a
special stunt for arangoimp
2019-01-17 21:29:17 +01:00
jsteemann
cd26187993
fix typo in docs
2019-01-17 19:48:17 +01:00
Simon
ba102323cc
Refactoring index interface ( #7971 )
2019-01-17 16:33:46 +01:00
Jan
8e7b0067c7
Bug fix/fix catch issues ( #7970 )
2019-01-17 14:24:09 +01:00
Jan
9635df56eb
added "peakMemoryUsage" query result figure ( #7952 )
2019-01-17 13:58:18 +01:00
Vasiliy
1b61f64b22
issue 504.1: post-review changes ( #7965 )
2019-01-17 11:01:38 +01:00
Vasiliy
8b94be9bf1
issue 504: return Result instead of int from all ClusterInfo functions ( #7954 )
2019-01-16 18:07:27 +03:00
sleto-it
d245e5c96d
Doc - Upgrade on Windows ( #7682 )
2019-01-16 14:59:17 +01:00
Simran
50f248faec
Doc - Single Instance vs. Cluster (update) ( #7960 )
2019-01-16 14:56:29 +01:00
Simon
86fe11024b
Fix stream cursor bug ( #7956 )
2019-01-16 13:24:41 +01:00
Simon
f748aee240
Added collectAll, updated fuerte ( #7949 )
2019-01-16 11:31:08 +01:00
maxkernbach
afa0889dbd
UI: Add Drivers & Integrations column + fix links for 3.4 ( #6695 )
...
* Add Drivers & Integrations column + fix links for 3.4
* dynamic-link-versions
2019-01-16 07:38:25 +01:00
KVS85
ac37dbed89
Doc - updates to the compiling under windows section ( #7894 )
2019-01-15 20:00:35 +01:00
Simran
9fea30b8ee
Doc - rel notes page imp ( #7613 )
2019-01-15 19:56:14 +01:00
sleto-it
9802561ed5
Doc - fixes link
2019-01-15 10:22:10 +01:00
sleto-it
d6761ba873
Doc - upgraded starter procedure
2019-01-15 10:17:39 +01:00
Jan
2ae738792a
willi ( #7948 )
2019-01-15 09:41:00 +01:00
sleto-it
6f23bb5445
New customer login url ( #7870 )
2019-01-14 16:17:49 +01:00
Tobias Gödderz
a1d3bc3e94
Foxx queue jobs hanging after Foxxmaster crash ( #7922 )
...
* Fixed bug where the Foxxmaster doesn't reset jobs after a crash when it should, or a non-master coordinator removes jobs in progress during startup
* Added a regression test
* Updated CHANGELOG
* Fixed non-maintainer compile
2019-01-14 16:08:08 +01:00
Vasiliy
fac48ddbc1
issue 511.9.1: track DataSource instance instead of only its name in QueryCache ( #7943 )
...
* issue 511.9.1: track DataSource instance instead of only its name in QueryCache
* address use of invalid function
* fix expected test result
* address merge issue
2019-01-14 16:25:18 +03:00
Jan
5670698d7b
fix issue #7933 : Regression on ISO8601 string compatibility in AQL ( #7935 )
2019-01-14 13:51:13 +01:00
Jan
9ce9312239
speed up containers that contain ExecutionNodes' variables ( #7937 )
2019-01-14 13:38:56 +01:00
Simran
c8730b99ef
Doc - Cookbook: Remove outdated OpenSSL recipe ( #7929 )
2019-01-11 22:34:06 +01:00
Andrey Abramov
360b9f456c
reformat arangosearch sources ( #7941 )
2019-01-11 20:32:54 +03:00
Vasiliy
0fcf2c5784
issue 511.8: remove a redundant IResearchLinkDrop marker, it does the exact same thing as IndexDrop that is also written to the WAL ( #7923 )
...
* issue 511.8: remove a redundant IResearchLinkDrop marker, it does the exact same thing as IndexDrop that is also written to the WAL
* add a comment for deprecated markers
2019-01-11 18:09:23 +03:00
Jan
e42befdc52
do not simplify non-deterministic conditions ( #7926 )
2019-01-11 14:48:34 +01:00
jsteemann
79257310c0
increase test timeouts
2019-01-11 14:22:17 +01:00
Wilfried Goesgens
457e14b970
add windows suspend/resume hooks as @char101 sugested for others ( #7833 )
...
* add windows suspend/resume hooks
* disable procdump
2019-01-11 12:41:27 +01:00
jsteemann
e05e88eebd
fix web interface document view
2019-01-11 10:03:05 +01:00
Jan Christoph Uhde
f65853e30f
make use of sortedness of rocksdb primary index ( #7788 )
2019-01-11 09:40:22 +01:00
jsteemann
63f5379115
fix OpenSSL warnings about deprecated functions
2019-01-11 09:37:48 +01:00
jsteemann
ba7a40ab4e
fix compiler warnings about potential null pointer dereference
2019-01-11 09:11:20 +01:00
jsteemann
1fb6922a64
prevent compiler warning
2019-01-11 08:53:29 +01:00
Simran
6a3fa519a2
Doc - Extend generation of program option tables ( #7888 )
2019-01-10 19:39:26 +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
Jan Christoph Uhde
aabb307295
fix openssl 1.3 usage
2019-01-10 15:27:27 +01:00
Jan
fa7de56cf8
upgrade to boost 1.69.0 ( #7910 )
2019-01-09 17:17:33 +01:00
Max Neunhöffer
cf249ff447
Doc - Add a paragraph that JS JS trxs are excluded from intermediate commits. ( #7919 )
2019-01-09 15:20:14 +01:00
Vasiliy
5959f7f8e8
issue 511.7.3: restore single-document optimization, implement call to update data-store options, add IResearchView upgrade step ( #7918 )
...
* issue 511.7.3: restore single-document optimization, implement call to update data-store options, add IResearchView upgrade step
* address merge issue
* address another merge issue
* and another merge issue
* run ./utils/reformat.sh on the source tree
* address review comments
2019-01-09 17:16:02 +03:00
Simon
5a0dd57c3a
improve assertions ( #7830 )
...
(cherry picked from commit 44890c98583ed16e23990b8987fb808bff89057f)
2019-01-09 10:29:53 +01:00
jsteemann
ac1c3b892a
fix MSVC warning
2019-01-09 10:21:49 +01:00
jsteemann
0fe3b61fc4
remove unused function
2019-01-09 10:21:13 +01:00
Jan Christoph Uhde
7e0a79b585
fix #7900 - null bind values do not change to empty string anymore ( #7917 )
2019-01-09 10:04:49 +01:00
Simran
e7810e1956
Doc - Update remark about per-database replication ( #7891 )
2019-01-08 19:36:00 +01:00
sleto-it
28b84951cb
Doc - Known Issues - new links ( #7908 )
2019-01-08 19:11:01 +01:00
Jan
fe81007438
support db._explain with all plans ( #7895 )
2019-01-08 18:06:46 +01:00