elia
d1f124d931
[SEARCH-2400]
...
restored shared.properties as in 1.4.3
2020-09-03 17:45:34 +02:00
dependabot[bot]
d2b11a523f
Merge pull request #920 from Alfresco/dependabot/maven/org.mockito-mockito-core-3.5.9
2020-09-03 11:51:19 +00:00
Angel Borroy
6e1b153469
SEARCH-2375: Added TRACE messages to report indexing progress from workers
2020-09-03 10:40:39 +02:00
Angel Borroy
9df54672f6
Merge pull request #919 from Alfresco/fix/SEARCH-2401_HttpSocketTimeOut
...
SEARCH-2401: Add socketTimeOut parameter to HttpConnections
2020-09-03 10:26:08 +02:00
dependabot[bot]
ea5505e2dc
Bump mockito-core from 3.4.6 to 3.5.9
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 3.4.6 to 3.5.9.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v3.4.6...v3.5.9 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-02 21:02:18 +00:00
Angel Borroy
65a0a6726a
SEARCH-2401: Add socketTimeOut parameter to HttpConnections
2020-09-02 18:07:56 +02:00
Angel Borroy
f9b442cda3
SEARCH-2370: Get Docker SOLR_DATA_DIR_ROOT and SOLR_SOLR_MODEL_DIR values from ENV VARS
2020-09-01 13:41:40 +02:00
Angel Borroy
f6a91ddf22
Merge pull request #915 from Alfresco/fix/SEARCH-2396_ApathsDuplicatedValues
...
SEARCH-2396: Avoid indexing duplicated values for APATH and ANAME fie…
2020-08-31 14:21:19 +02:00
Angel Borroy
1aca6a2c57
SEARCH-2396: Create new test for several iterations on re-indexing the ANAME and APATH fields.
2020-08-31 12:24:38 +02:00
Angel Borroy
4f802cd2a7
SEARCH-2396: Avoid indexing duplicated values for APATH and ANAME fields.
2020-08-28 15:34:10 +02:00
Tom Page
a5ed36eaad
SEARCH-2362 Update alfresco-data-model.
2020-08-28 13:13:41 +01:00
Andrea Gazzarini
552ea4b549
[ SEARCH-2376 ] Fix timezone mgmt on IE ( #904 )
...
* [ SEARCH-2376 ] Fix timezone mgmt on IE
* [ SEARCH-2376 ] Restrict the test timezones by unique offset + Junit repeater
2020-08-19 12:47:44 +02:00
Angel Borroy
3b04d5bc1a
SEARCH-2390: Skip getting nodes from repository when no transactions left
2020-08-19 09:32:40 +02:00
Angel Borroy
4d0b12e674
Merge pull request #902 from Alfresco/fix/SEARCH-2379_RemoveASPECT
...
Fix/search 2379 remove aspect
2020-08-18 10:44:39 +02:00
Angel Borroy
671131c89c
SEARCH-2379: Update the whole PARENT list when updating a Document
2020-08-18 10:34:50 +02:00
Angel Borroy
e92a587f40
SEARCH-2379: Update the whole ASPECT list when updating a Document, that allows removing removed aspects
2020-08-17 16:43:39 +02:00
Angel Borroy
ee3d68e4da
SEARCH-2378: Storing every different PARENT for a Document instead of only one.
2020-08-17 11:39:00 +02:00
Angel Borroy
072241a252
Merge pull request #881 from Alfresco/feature/SEARCH-2213_mTLSDoc
...
SEARCH-2213: Document the new approach to set up mTLS certificates.
2020-08-12 14:06:27 +02:00
Angel Borroy
e5d354aa70
Merge pull request #896 from Alfresco/fix/SEARCH_2126_RemoveCountZeroQueryFacets
...
SEARCH-2126: Remove facet query results having count equals to zero.
2020-08-12 14:03:19 +02:00
Angel Borroy
b4715b9222
SEARCH-2126: Added unit tests for the new method "removeFacetQueriesWithCountZero"
2020-08-12 12:52:29 +02:00
Angel Borroy
ab3a408e32
SEARCH-2126: Address formatting issues.
2020-08-10 17:27:11 +02:00
Angel Borroy
16d67f1406
SEARCH-2126: Remove facet query results having count equals to zero.
2020-08-10 15:56:12 +02:00
Alex Mukha
dcb330c11a
SEARCH-2256 Update pom version according to the new branch
2020-08-10 11:49:29 +01:00
dependabot[bot]
9df9eaa0b2
Bump alfresco-data-model from 8.135 to 8.145 ( #880 )
...
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model ) from 8.135 to 8.145.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases )
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.135...8.145 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-07 16:11:44 +01:00
dependabot[bot]
4bd42910cc
Bump cxf.version from 3.2.13 to 3.2.14 ( #891 )
2020-08-05 16:55:20 +00:00
dependabot[bot]
b550cbffc8
Bump jaxb-xjc from 2.3.2 to 2.3.3 ( #888 )
2020-08-05 15:39:41 +00:00
dependabot[bot]
4a2406f91b
Bump commons-lang3 from 3.10 to 3.11 ( #887 )
2020-08-05 15:24:47 +00:00
Elia Porciani and Alessandro Benedetti
a37e441847
[SEARCH-2354] ( #876 )
...
* [SEARCH-2354]
- Added support for DAYOFWEEK and DAYOFYEAR sql functions.
- Added unit tests
- Added e2e tests
* [SEARCH-2354]
updated alfresco-data-model dependency
* [SEARCH-2354] dep update
* [SEARCH-2354] review comments
* [SEARCH-2354] removed syntax not supported for EXTRACT
* [SEARCH-2354] removed syntax not supported for EXTRACT
Co-authored-by: Alessandro Benedetti <a.benedetti@sease.io >
2020-08-05 16:11:13 +02:00
Alex Mukha
2e84ffe939
SEARCH-2372 Update base docker image ( #882 )
2020-08-05 14:57:16 +01:00
dependabot[bot]
529ee1b7db
Bump dependency.jackson.version from 2.11.1 to 2.11.2 ( #889 )
2020-08-05 13:53:14 +00:00
dependabot[bot]
75169dee2a
Bump mockito-core from 3.4.0 to 3.4.6 ( #883 )
2020-08-05 10:56:25 +00:00
dependabot[bot]
ffa58d9c19
Bump dependency.jackson.version from 2.10.3 to 2.11.1 ( #847 )
2020-08-05 10:36:25 +00:00
Angel Borroy
ae2f421778
SEARCH-2213: Document the new approach to set up mTLS certificates.
2020-08-05 10:48:08 +02:00
Alex Mukha
43805c9be8
Revert "SEARCH-2318: Add Travis configuration to Insight Engine" ( #872 )
2020-07-31 16:10:39 +01:00
Travis CI User
463ed3941c
[maven-release-plugin][skip ci]prepare for next development iteration
2020-07-31 14:17:24 +00:00
Travis CI User
20de4e855d
[maven-release-plugin][skip ci]prepare release alfresco-search-and-insight-parent-2.0.0-A3
2020-07-31 14:17:17 +00:00
Alex Mukha
e68dd76c4f
Merge branch 'master' into feature/search-2318-travis-build
2020-07-31 12:10:37 +01:00
elia
05b9c29a06
[SEARCH-2330]
...
fix formatting
2020-07-30 15:38:34 +02:00
elia
5ca47e88be
[SEARCH-2330]
...
changed log messages at tracking enabling and disabling
2020-07-30 14:17:06 +02:00
Elia Porciani
8fb763f10a
Fix/search 2330 state persisten across reloads ( #865 )
...
* [SEARCH-2330]
managed persistence accross reloads with static variable
* [SEARCH-2330]
fix unit test
2020-07-30 11:41:40 +02:00
Alex Mukha
36804ba332
Modify release command
2020-07-30 10:07:09 +01:00
Alex Mukha
3fc406e256
Merge branch 'master' into feature/search-2318-travis-build
2020-07-29 16:40:56 +01:00
Tom Page
5cdc58f6be
SEARCH-2324 Update base Docker image.
2020-07-29 14:05:59 +01:00
Elia Porciani and Keerat
5c6fb9148b
SEARCH-2317: Add support of nested queries ( #833 )
...
* [SEARCH-2317]
- date field substitutions in nested and join queries
- optimized code with the use of streams
* [SEARCH-2317]
code refactoring
* [SEARCH-2317]
Added unit tests
* [SEARCH-2317]
fixed broken tests
* [SEARCH-2317]
removed duplicated test
* SEARCH-2317 Adding e2e-test coverage for date filter fields
* [SEARCH-2317]
initial work on translation of timestamp in having clause
* [SEARCH-2317]
update calcite to 1.15
* [SEARCH-2317]
- timestamp tranlation into long value
- fix aliasing in nested queries
* [SEARCH-2317]
add test for timestamp translation
* [SEARCH-2317]
downgrade calcite to 1.13
* [SEARCH-2317]
fix error in complex where clauses
* [SEARCH-2317]
Coder refactoring.
Updated notice.txt with the new version of calcite and avatica
* [SEARCH-2317]
fix E2E tests
* [SEARCH-2317]
Managed group by buckets with no fields defined.
* [SEARCH-2317]
Added e2e tests
* [SEARCH-2317]
modified tuple values from NaN to 0 at retrieving time
* [SEARCH-2317]
- Fix tests accoring with new aggregation results (0 instead of NaN)
- Added e2e tests
* [SEARCH-2317]
fixed test
* [SEARCH-2317]
translated date into epoch in comparison with aggregate functions
* [SEARCH-2317]
fix wrong number of results in test
* [SEARCH-2317]
added sql date to epoch translation in having clause
* [SEARCH-2317]
Fix indentations
* [SEARCH-2317]
date are converted from UTC into epoch
Co-authored-by: Keerat <keerat.lalia@alfresco.com >
2020-07-29 12:44:27 +02:00
Alex Mukha
fbc1f5eab0
Merge branch 'master' into feature/search-2318-travis-build
2020-07-27 16:01:51 +01:00
Alessandro Benedetti and elia
eac4019948
Fix/search 2304 ( #853 )
...
* [SEARCH-2304]
using correct parser for solr dates
* [SEARCH-2304]
fix bug then fieldList is empty
* [SEARCH-2304] minor
* [SEARCH-2304] select, grouping and where support + tests
* [SEARCH-2304] code clean-up + tests
* [SEARCH-2304] SqlDateTransformer code conventions + review feedback
* [SEARCH-2304] DistributedCastTests code conventions + review feedback
* [SEARCH-2304] Distributed Grouping tests code conventions + review feedback
* [SEARCH-2304] e2e test
* [SEARCH-2304] e2e test
* [SEARCH-2304] e2e test
Co-authored-by: elia <e.porciani@sease.io >
2020-07-27 14:52:52 +02:00
Andrea Gazzarini
4925ed95b7
SEARCH-2330: enable/disable indexing ( #856 )
...
* [ SEARCH-2330 ] AlfrescoCoreAdminHandler START/STOP (no logic) + Unit tests
* [ SEARCH-2330 ] Activatable + ActivatableTracker
* [ SEARCH-2330 ] AbstractShardInformationPublisher and NodeStatePublisher removed (replaced by ShardStatePublisher)
* [ SEARCH-2330 ] Test fixes
* [ SEARCH-2330 ] Fix ClassCastException on ShardStatePublisher
* [ SEARCH-2330 ] Fix Unnecessary Stubbing
* [ SEARCH-2330 ] ActivatableTrackerTest
* [ SEARCH-2330 ] Fix action changes (it depends on the indexing state)
* [ SEARCH-2330 ] Purge on stop/start
* [ SEARCH-2330 ] Rollback on scheduled maintenance + Unit tests
* [ SEARCH-2330 ] Persist indexing state across core reloads
* [ SEARCH-2330 ] Minor renaming on tests
* [ SEARCH-2330 ] Fix Unit test failures
* [ SEARCH-2330 ] Fix E2E
* [ SEARCH-2330 ] Fix Retry expectation
* [ SEARCH-2330 ] Fix Json Path in retry expectaction
* [ SEARCH-2330 ] Fix ClassCastException
* [ SEARCH-2330 ] Review comments addressed
* [ SEARCH-2330 ] Review comments addressed (additional comments in the code)
2020-07-24 11:41:40 +02:00
dependabot[bot]
ff4fde2eb3
Bump download-maven-plugin from 1.5.0 to 1.6.0
...
Bumps [download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases )
- [Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.5.0...1.6.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-23 12:35:26 +00:00
Alex Mukha
b5c2bc3775
Merge branch 'master' into feature/search-2318-travis-build
2020-07-17 16:40:10 +01:00
Tom Page
b7ba124bd7
Merge pull request #843 from Alfresco/dependabot/maven/search-services/org.alfresco-alfresco-data-model-8.135
...
Dependabot/maven/search services/org.alfresco alfresco data model 8.135
2020-07-16 16:00:40 +01:00