Commit Graph
2402 Commits
Author SHA1 Message Date
alfresco-build 8053d9d8a2 [maven-release-plugin] prepare for next development iteration 2020-11-24 14:03:38 +00:00
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
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
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
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] 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] 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 fbc1f5eab0 Merge branch 'master' into feature/search-2318-travis-build 2020-07-27 16:01:51 +01: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] d2b52f06bf Bump lodash in /e2e-test/generator-alfresco-docker-compose
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-23 15:18:29 +00:00
Alex Mukha 3be1029266 Allow configuring the search log level in the Python generator. 2020-07-17 16:41:56 +01:00
Alex Mukha b5c2bc3775 Merge branch 'master' into feature/search-2318-travis-build 2020-07-17 16:40:10 +01:00
Tom Page edb5bc4f6c Merge branch 'master' into dependabot/maven/e2e-test/org.alfresco.tas-utility-3.0.26 2020-07-16 11:49:13 +01:00
Tom Page 6519a85242 Update expected value of first name.
This change was made in tas-utility for consistency between first and last names.
2020-07-16 11:47:37 +01:00
Tom Page 535100822a Merge branch 'master' into dependabot/maven/e2e-test/rm.version-3.3.1 2020-07-16 11:10:36 +01:00
Tom Page 5a47f748d3 Allow configuring the search log level. 2020-07-15 11:08:42 +01:00
dependabot-preview[bot] b36804d01e Bump utility from 3.0.21 to 3.0.26 in /e2e-test
Bumps [utility](https://github.com/Alfresco/alfresco-tas-utility) from 3.0.21 to 3.0.26.
- [Release notes](https://github.com/Alfresco/alfresco-tas-utility/releases)
- [Changelog](https://github.com/Alfresco/alfresco-tas-utility/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/Alfresco/alfresco-tas-utility/compare/utility-3.0.21...utility-3.0.26)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-14 21:14:39 +00:00
Alex Mukha 1163f31c80 Add HF repository 2020-07-08 17:52:02 +01:00
Alex Mukha b6e131f068 Add internal releases repository 2020-07-08 15:44:04 +01:00
Alex Mukha 423b3da5ec Change distribution management and repository URls 2020-07-08 14:35:47 +01:00
Alex Mukha 16197a5195 Add config for CMIS API tests 2020-07-08 12:11:35 +01:00
Angel Borroy 1e52cb4758 SEARCH-1915: Generating again crypto stores with the new way of working. 2020-06-30 11:38:23 +02:00
Angel Borroy 4798e55884 SEARCH-1915: Use JAVA_TOOL_OPTIONS to pass SOLR SSL password values.
SOLR_SSL_TRUST_STORE_PASSWORD >> solr.jetty.truststore.password
SOLR_SSL_KEY_STORE_PASSWORD >> solr.jetty.keystore.password
SOLR_SSL_CLIENT_KEY_STORE_PASSWORD >> javax.net.ssl.keyStorePassword
SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD >> javax.net.ssl.trustStorePassword
2020-06-19 16:27:30 +02:00
Angel Borroy da6566b4a8 SEARCH-1915: Hide Java Environment values from external process like 'ps'
When using the JAVA_TOOL_OPTIONS environment variable, values are not passed as arguments to the Java Process
2020-06-18 12:43:52 +02:00
dependabot-preview[bot] ab27acbecb Bump utility from 3.0.20 to 3.0.21 in /e2e-test
Bumps [utility](https://github.com/Alfresco/alfresco-tas-utility) from 3.0.20 to 3.0.21.
- [Release notes](https://github.com/Alfresco/alfresco-tas-utility/releases)
- [Changelog](https://github.com/Alfresco/alfresco-tas-utility/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/Alfresco/alfresco-tas-utility/compare/utility-3.0.20...utility-3.0.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-15 21:12:41 +00:00
Tom Page 45f53ad71c Merge branch 'dependabot/maven/e2e-test/org.alfresco.tas-restapi-1.42' into 'master'
Bump restapi from 1.38 to 1.42 in /e2e-test

See merge request search_discovery/insightengine!545
2020-06-12 11:58:27 +01:00
Andrea Gazzarini b83bcb334b [ SEARCH-2223 ] First implementation on FIX report (always goes through repo for asking nodes count) 2020-06-08 09:05:01 +01:00
dependabot-preview[bot] e1cb52b6aa Bump restapi from 1.38 to 1.42 in /e2e-test
Bumps [restapi](https://github.com/Alfresco/alfresco-tas-restapi) from 1.38 to 1.42.
- [Release notes](https://github.com/Alfresco/alfresco-tas-restapi/releases)
- [Commits](https://github.com/Alfresco/alfresco-tas-restapi/compare/v1.38...v1.42)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-04 21:12:42 +00:00
Angel Borroy 18a7d5af3b SEARCH-1915: Support for ACS 7.x (named temporary as "latest")
Created the new env var password specification for cryptographic stores when using mTLS in latest.
Added new cryptographic stores set according to ACS 7.x criteria
2020-06-02 16:38:27 +02:00
Angel Borroy 3debea0e11 SEARCH-1915: Fix 6.2.x latest versions for Enterprise and Community 2020-06-02 13:39:24 +02:00
Angel Borroy 05962b1cd6 SEARCH-2252: Remove unused tests. 2020-05-20 15:35:58 +02:00
Angel Borroy 2fd8af7261 SEARCH-2252: Avoid to add fields declared as not indexed to SOLR Schema and to SOLR Index. 2020-05-19 11:20:41 +02:00
bamboo_auth a149509a23 [maven-release-plugin] prepare for next development iteration 2020-05-14 07:48:08 +00:00
bamboo_auth f2e8517ca6 [maven-release-plugin] prepare release 2.0.0-A1 2020-05-14 07:48:05 +00:00
Keerat c938d256f6 SEARCH-2249 Adding all the license headers to the e2e test project 2020-05-13 14:30:05 +01:00
Keerat 98e5121630 SEARCH-2249 Updating the license property in the e2e/pom file 2020-05-13 14:05:48 +01:00
Tom Page f73c5da120 Fix version of e2e pom. 2020-05-13 09:39:29 +01:00
dependabot-preview[bot] f671763524 Bump rm.version from 3.3.0.1 to 3.3.1 in /e2e-test
Bumps `rm.version` from 3.3.0.1 to 3.3.1.

Updates `alfresco-governance-services-automation-enterprise-rest-api` from 3.3.0.1 to 3.3.1

Updates `alfresco-governance-services-automation-community-rest-api` from 3.3.0.1 to 3.3.1

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 21:12:53 +00:00
Keerat dfe3492052 Merge branch 'master' of https://git.alfresco.com/search_discovery/insightengine into feature/SEARCH-2139_EnhancingFieldDefinitionTestCoverage 2020-05-07 11:49:25 +01:00
Keerat a8ee1bfe02 SEARCH-2139 review comments added 2020-05-07 09:02:43 +01:00