alfresco-build
1d437a50ae
[maven-release-plugin] prepare release 2.0.1-RC1
2020-11-24 14:03:29 +00:00
Angel Borroy
87e7ba6f24
SEARCH-2460: Correct validation of "isIndexed" property.
...
Index "unidexed" nodes only when global property to ignore them is not set.
Cherry picked from c2bc8a8
2020-11-13 10:12:40 +01:00
alfresco-build
50aa0ae80f
[maven-release-plugin] prepare for next development iteration
2020-11-03 12:45:42 +00:00
alfresco-build
652674f299
[maven-release-plugin] prepare release 2.0.1-A1
2020-11-03 12:45:33 +00:00
Angel Borroy
261ed4a30d
SEARCH-2415: Performance tuning for MetadataTracker and ContentTracker.
...
Cherry picked from 7fbb361
2020-11-03 12:36:13 +01:00
Angel Borroy
82e56411bf
SEARCH-2529: Allows configuration for getting the path information for a node in batches or as single nodes
...
New solrcore.properties available: alfresco.metadata.getPathsInNodeBatches=true
2020-11-03 10:41:38 +01:00
Alex Mukha
5922f61233
Disable AlfrescoSolrTrackerRollbackIT.testTrackers
2020-10-28 14:41:44 +00:00
Elia Porciani
c555f6d400
Fix/search 2400 to 2.0.x ( #937 )
...
* [SEARCH-2400]
restored shared.properties as in 1.4.3
(cherry picked from commit 45fd7b6c83b7f96925a163853ee22cc09c52ba44)
* [SEARCH-2400]
changed music model
(cherry picked from commit f7bbac444de7c2a7ea9bf18e72ea1b43153344c0)
* [SEARCH-2400]
removed conf directory from solrhome in distributed tests
(cherry picked from commit 52c94cef08d1d5646b37074ba42b1ab6ee2ab1c7)
* [SEARCH-2400]
use different shared.properties for integration tests
(cherry picked from commit 61dd7a5df731b2a4e88f6302d89b738b35c6f5f4)
* [SEARCH-2400]
restored music model
(cherry picked from commit b5894e6ddb5a9acbf7a0dd8e4d6c8f0014ed5d69)
* [SEARCh-2400]
restored test to be the same as in 1.4.3 branch
(cherry picked from commit d5c6ced530b4edaae00a8edbde55b9fdffcc6839)
* [SEARCH-2400]
activate cross-locale field for all the non-tokenized properties
(cherry picked from commit e04d486f623407dc3c763f637d3bdd90937364c2)
* [SEARCH-2400]
fixed test on dynamic fields
(cherry picked from commit b336d8ff02f7b7e29202160ef1b8081a37d86c53)
* [SEARCH-2400]
fixed test shared.properties on insightEngine
(cherry picked from commit 5a0738eed5ec1684d2100a15992294963e50431c)
* [SEARCH-2400]
removed check for property with no cross-locale fields in highlighter
(cherry picked from commit a05149503e30556e299e63122acbb5e43dc62ff6)
2020-09-11 14:41:16 +02:00
Alex Mukha
7d34b99aea
SEARCH-2409 Add debug logs in Tracker state creation ( #928 )
2020-09-08 09:30:11 +01:00
Tom Page
e99337e198
Merge pull request #914 from Alfresco/fix/SEARCH-2362_ModelDiffMandatoryProperties
...
SEARCH-2362 Update alfresco-data-model.
(cherry picked from commit 824d41245c8ea38403009876a6d400377e39570d)
2020-08-28 14:20:56 +01:00
Andrea Gazzarini
29d1c7f438
[ 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
(cherry picked from commit bb88db5864b4c1713d2681268e29a0c74f03e2ec)
2020-08-19 13:05:46 +02:00
Angel Borroy
2b683b055c
SEARCH-2390: Skip getting nodes from repository when no transactions left
...
Cherry picked from 2141634
2020-08-19 12:32:21 +02:00
Angel Borroy
5080c58198
SEARCH-2379: Update the whole ASPECT list when updating a Document, that allows removing removed aspects
...
Cherry picked from 7135403
2020-08-18 12:09:17 +02:00
Angel Borroy
8ffef842db
SEARCH-2378: Update the whole PARENT list when updating a Document
...
Cherry picked from 84bb8db
2020-08-18 12:06:11 +02:00
Angel Borroy
03a489bd90
Merge pull request #896 from Alfresco/fix/SEARCH_2126_RemoveCountZeroQueryFacets
...
SEARCH-2126: Remove facet query results having count equals to zero.
2020-08-13 17:03:14 +01:00
Alex Mukha
8649be4032
SEARCH-2256 Update pom version according to the new branch
2020-08-10 11:48:42 +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
f62e156c47
Bump jackson-databind from 2.7.7 to 2.9.10.5 in /e2e-test ( #854 )
...
* Bump jackson-databind from 2.7.7 to 2.9.10.5 in /e2e-test
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.7.7 to 2.9.10.5.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Signed-off-by: dependabot[bot] <support@github.com >
* Correct tests according to new jackson parsing
* Correct tests according to new jackson parsing
* Fix StatsSearchTest (jackson config in framework)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Mukha <alex.mukha@alfresco.com >
Co-authored-by: Alex Mukha <killerboot@users.noreply.github.com >
2020-08-06 15:15:57 +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]
fb8526b17b
Bump alfresco-super-pom from 10 to 12 ( #886 )
2020-08-05 12:38:48 +00:00
dependabot[bot]
1b18dec7a4
Bump utility from 3.0.26 to 3.0.27 ( #885 )
2020-08-05 12:38:06 +00:00
dependabot[bot]
b79d080f3c
Bump restapi from 1.42 to 1.46 ( #884 )
2020-08-05 11:29:38 +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
dependabot[bot]
59150f2c16
Merge pull request #855 from Alfresco/dependabot/npm_and_yarn/e2e-test/generator-alfresco-docker-compose/lodash-4.17.19
2020-08-05 10:05:08 +00: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
d6a4201186
Merge 9e26681dcde8cba891e1b7f83b850ba82f07fceb into 0aba9bcf92d6ae1e6222c2dcb248d0f0d6e76921
2020-07-31 12:51:46 +00:00
Alex Mukha
8637bf5c23
Fix a typo in the scm url
2020-07-31 13:51:37 +01:00
Alex Mukha
e68dd76c4f
Merge branch 'master' into feature/search-2318-travis-build
2020-07-31 12:10:37 +01:00
Alex Mukha
d4c0b26983
Change scm tags to https
2020-07-31 12:04:21 +01:00
Tom Page
4f61b3229c
Merge pull request #868 from Alfresco/feature/SEARCH-2213_UseTLS
...
SEARCH-2213 Replace SSL with TLS to use TLS 1.2 by default when accessing Repo.
2020-07-31 11:30:22 +01:00
Elia Porciani
23ea188838
[SEARCH-2330] ( #866 )
...
changed log messages at tracking enabling and disabling
2020-07-30 15:39:41 +02: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
bb1b65cac2
Merge pull request #864 from Alfresco/feature/SEARCH-2324_UpdateBaseDockerImage
...
SEARCH-2324 Update base Docker image.
2020-07-29 15:38:21 +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