KVS85
f18d575e65
Bug fix/vs2017 15.8.2 iresearch build ( #6428 )
...
* Add workaround
* Wrong check
2018-09-07 18:39:34 +03:00
Jan
73e44bc605
invalidate query cache after modification of views ( #6198 )
2018-08-24 19:54:10 +02:00
Vasiliy
4d88aed82f
issue 427.4: ackport utf8_path changes from iresearch upstream ( #6112 )
...
* issue 427.4: ackport utf8_path changes from iresearch upstream
* backport file_utils changes from iresearch upstream
2018-08-09 15:57:44 +03:00
Andrey Abramov
b8e7752787
Feature/arangosearch stabilization ( #6069 )
...
* Added authentication tests for ArangoSearch views creation (client and task)
* Added authentication tests for ArangoSearch views querying (client and task)
* Added authentication tests for ArangoSearch views update (client and task) and correct other tests
* Added authentication tests for ArangoSearch views drop (client and task) and correct other tests
* Fix tests to support additional 'properties' layer of a view
* Add data to dumped/restored collection with a link from a view to single server test and view dump/restore to cluster tests
* backport from iresearch upstream: use a bitvector instead of an acceptor lambda for consolidation policies
* ensure view access permissions are checked for REST calls
* ensure view access permissions are checked for V8 calls
* do not allow LogicalView property modification if reading the properties fails
* Fixed authentication tests for ArangoSearch views to pass regardless of errorNum and possible multiple REST codes
* add missing ldap feature for enterprise version
* do not store useless data in ArangoSearch index (see #289 , #441 )
2018-08-05 20:47:22 +02:00
Frank Celler
da7ef0a025
added __attribute__((unused)) and other minor tweaks to silence some of the warnings ( #6035 )
2018-08-01 13:22:45 +02:00
Andrey Abramov
ea731e0507
backport fixes from IResearch upstream ( #5847 )
2018-07-11 18:29:01 +03:00
Andrey Abramov
b767e5625e
Bug fix/internal issue #417 ( #5775 )
...
* ensure correctness of log level mapping
* fix bug
* code cleanup
2018-07-05 16:58:44 +03:00
Wilfried Goesgens
1e01374ec9
for windows we need to add the build config to the path ( #5576 )
2018-06-11 17:15:05 +02:00
Frank Celler
c258eea27f
fixed dependencies
2018-06-10 09:46:58 +02:00
Wilfried Goesgens
9196a7450f
Bug fix/locate snowball executeable ( #5567 )
...
* fix locating of the fresh built snowball executeable
* we may find it in two places :-/
2018-06-08 18:21:25 +03:00
Vasiliy
370bde71d9
issue 389.7: expand workaround to include MSVC2015 debug code, backport from iresearch upstream: skip importing empty readers ( #5391 )
...
* issue 389.7: expand workaround to include MSVC2015 debug code, backport from iresearch upstream: skip importing empty readers
* backport: address MSVC V8/ICU link issues
* backport: fix typo
2018-05-20 22:43:37 +03:00
Vasiliy
d48bdf72e1
issue 373.4: address issue with MSVC picking incorrect function, minor formatting changes, backport from iresearch upstream: ensure id_to_column contains enough slots for all column ids, address another issue with _T(...) macro not working when _MBCS is defined on MSVC ( #5310 )
2018-05-10 20:12:37 +03:00
Jan
acab8b45f6
add missing override specifiers ( #5262 )
2018-05-04 11:55:53 +02:00
Vasiliy
9062c41592
issue 383.3: implement remainder of IResearchViewDBServer tests, use the data-source id (primary key) instead of an arbitrary instance for dropCollection()/dropView(), backport from iresearch upstream: ensure block is flushed if key index is full ( #5176 )
2018-04-23 00:33:46 +03:00
Vasiliy
da4519df43
issue 383.2: backport from iresearch upstream: address issue with _T(…) macro not working when _MBCS is defined on MSVC, backport from iresearch upstream: address issue with _T(...) macro not working when _MBCS is defined on MSVC ( #5152 )
...
* issue 383.2: backport from iresearch upstream: address issue with _T(...) macro not working when _MBCS is defined on MSVC, backport from iresearch upstream: address issue with _T(...) macro not working when _MBCS is defined on MSVC
* backport: add more tests for IResearchViewDBServer
2018-04-20 18:20:31 +03:00
Vasiliy
e62d6b5e09
backport: address typo during last backport
2018-04-11 16:01:25 +03:00
Vasiliy
84dc75c8b5
backport: backport from iresearch upstream: change field_id type to be uint64_t
2018-04-11 14:49:54 +03:00
Vasiliy
38705fd75d
backport: backport from iresearch upstream: do not set symbol visibility globally
2018-04-11 10:04:53 +03:00
Vasiliy
b8245f9be7
address MacOS build failure, backport from iresearch upstream: ensure build_version builds as a separate target and no visibility is set on static libraries, ensure doc_ids are not truncated in the postings list, address some MSVC warnings, address MacOS warnings
2018-04-10 19:14:39 +03:00
Vasiliy
4e49b1afad
backport: backport from iresearch upstream: address some MSVC warnings
2018-04-10 15:38:39 +03:00
Vasiliy
2554f109e3
backport: remove unused boost dependency, backport from iresearch upstream: ensure doc_ids are not truncated in the postings list
2018-04-10 15:05:19 +03:00
Vasiliy
e7889507f9
issue 374.1: backport from iresearch upstream: address some MSVC warnings
2018-04-10 14:01:26 +03:00
Simon
9980067e73
fixing various warnings ( #5013 )
2018-04-05 17:01:16 +02:00
Vasiliy
e798ddf5c4
issue 355.1: backport from IResearch upstream: use same workaround for non-MSVC build to suppress file regeneration by bison for the case where dependency ang generated file timestamps are euqal ( #4961 )
2018-03-26 17:11:52 +02:00
Vasiliy
399c1ce2f0
manually-merge: add more tests, backport some miscellaneous fixes
2018-03-20 16:40:35 +03:00
Max Neunhöffer
4f0de2990c
Fix compilation on libmusl. ( #4686 )
...
`blksize_t` is only defined in `sys/types.h`.
2018-02-27 11:58:04 +01:00
Vasiliy
00557d0119
Changes since last PR: backport upstream IResearch patches to address nightly-build issues ( #4668 )
2018-02-26 08:06:30 +01:00
Andrey Abramov
1b64f03bf8
Bug fix/internal issue #327 ( #4649 )
2018-02-22 11:11:23 +01:00
Vasiliy
8a2b9f3dc6
Changes since last PR: backport from IResearch upstream: address issue with unnecessary rebuild of parser.cc on Linux ( #4597 )
2018-02-15 17:37:21 +01:00
Wilfried Goesgens
97e2a9d968
we mustn't deliver curl build results with our packages ( #4506 )
2018-02-06 15:44:50 +01:00
Vasiliy
aa041ddfb9
locally tested only ( #4476 )
2018-02-05 11:24:34 +01:00
Max Neunhöffer
858d875e8b
Further fixes for libmusl completely static build. ( #4474 )
...
* Make crc assembler code position independent.
* Fix PIE compilation for libmusl in alpine linux.
* Use backtrace library if found.
2018-02-01 13:38:34 +01:00
Jan Christoph Uhde
fd166d07f4
try to fix windows build ( #4468 )
2018-01-31 10:09:39 +01:00
Andrey Abramov
76c21660b6
disable `IQL` ( #4377 )
2018-01-22 12:44:57 +01:00
Andrey Abramov
a1cfb3d72b
Feature iresearch ( #4105 )
2018-01-19 14:23:58 +01:00
Heiko
78213b3b4a
fixed some macos ires related warnings and errors ( #4196 )
2018-01-05 14:51:13 +01:00
Jan
2a96df5ca5
Feature iresearch ( #4071 )
2017-12-18 15:04:59 +01:00