Commit Graph
4232 Commits
Author SHA1 Message Date
Angel Borroy 20a0c055f2 Merge branch 'fix/SEARCH-1923_SQLCountDistinct' into 'master'
Fix/search 1923 sql count distinct

See merge request search_discovery/insightengine!221
2019-11-14 12:20:21 +00:00
Andrea Gazzarini 5dd21aa6c2 Merge branch 'feature/contentStoreReplication' into 'master'
Feature/content store replication

See merge request search_discovery/insightengine!217
2019-11-14 07:54:18 +00:00
eliaporciani e82b40e48a Merge branch 'master' of git.alfresco.com:search_discovery/insightengine into feature/contentStoreReplication 2019-11-13 18:32:07 +01:00
eliaporciani 1ed6412cd5 [contentStoreReplicationr]
create jetty fixed solrhome settings
2019-11-13 11:28:18 +01:00
eliaporciani b047986620 [contentStoreReplication]
create jetty now takes as parameters solrhome and jettykey
2019-11-12 18:58:06 +01:00
Andrea Gazzarini 03aa75d383 Merge branch 'fix/SEARCH-1917' into 'master'
Fix/search 1917

See merge request search_discovery/insightengine!220
2019-11-12 16:50:57 +00:00
eliaporciani 5a9d1774f3 Merge branch 'master' of git.alfresco.com:search_discovery/insightengine into feature/contentStoreReplication 2019-11-12 16:27:58 +01:00
eliaporciani 8c90303a6d [contentStoreReplication]
cleanup SOLRAPIQueueClient data structures after contentStoreReplicationIT.
Random solrhomes for distributed tests.
2019-11-12 16:26:50 +01:00
agazzarini ed7208aa0f [ SEARCH-1858 ] minor fix on logging typo 2019-11-12 08:23:36 +01:00
agazzarini 08deb79b5e [ SEARCH-1917 ] Review comments addressed 2019-11-12 08:20:54 +01:00
agazzarini 2ad47af4f8 [ SEARCH-1917 ] Minor fixes 2019-11-11 14:53:42 +01:00
agazzarini 7f9e5e193d [ SEARCH-1917 ] Working implementation + Unit tests 2019-11-11 13:10:43 +01:00
agazzarini ba470e8913 [ SEARCH-1917 ] better core name parameter handling 2019-11-11 10:51:11 +01:00
agazzarini 0b32e93ce5 [ SEARCH-1917 ] Working implementation + first 10 Unit tests 2019-11-08 17:21:06 +01:00
eliaporciani e50c4a3ea8 [contentStoreReplication]
Removed unnecessary files for contentStoreReplicationTest
2019-11-07 17:03:58 +01:00
eliaporciani 9f3ec7bebf [contentStoreReplication]
Restored solrhome property in test initialization
2019-11-07 16:16:26 +01:00
eliaporciani ed459a5fb2 [contentStoreReplication]
Fix class name after merging from master
2019-11-07 12:02:08 +01:00
eliaporciani 4deb377fc4 [contentStoreReplication]
deleted old test
2019-11-07 11:42:16 +01:00
eliaporciani 6b4bcc61ec Merge branch 'master' of git.alfresco.com:search_discovery/insightengine into feature/contentStoreReplication 2019-11-07 09:36:58 +01:00
eliaporciani c5c81110c3 [contentStoreReplication]
fix classpath of replication handler in test config files
2019-11-07 09:22:41 +01:00
Tom Page 0a5d7dda67 Merge branch 'feature/SEARCH-1763_ExtractIntegrationTests' into 'master'
Feature/search 1763 extract integration tests

See merge request search_discovery/insightengine!208
2019-11-06 11:01:51 +00:00
agazzarini 4f3be9dd06 [ SEARCH-1917 ] Class comment 2019-11-06 11:43:31 +01:00
Angel Borroy 587541c41d Merge branch 'fix/SEARCH-1878_AlfrescoQualifier' into 'master'
Fix/search 1878 alfresco qualifier

See merge request search_discovery/insightengine!210
2019-11-06 09:50:21 +00:00
Tom Page e5e1122c4b Merge branch 'dependabot/maven/e2e-test/org.alfresco.tas-utility-3.0.14' into 'master'
Bump utility from 3.0.13 to 3.0.14 in /e2e-test

See merge request search_discovery/insightengine!215
2019-11-06 08:08:04 +00:00
dependabot-preview[bot] 9d0eae0f5e Bump utility from 3.0.13 to 3.0.14 in /e2e-test
Bumps [utility](https://github.com/Alfresco/alfresco-tas-utility) from 3.0.13 to 3.0.14.
- [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.13...utility-3.0.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-05 22:14:16 +00:00
agazzarini 9cf970f60a [ SEARCH-1917 ] First working draft 2019-11-05 19:27:49 +01:00
eliaporciani f7c4e6d323 [contentStoreReplication]
set correct log level
2019-11-05 14:50:16 +01:00
Tom Page c5e6fa3983 Merge branch 'feature/SEARCH-1906_Solr6.6.5-patched.1' into 'master'
Feature/search 1906 solr6.6.5 patched.1

See merge request search_discovery/insightengine!211
2019-11-05 09:29:02 +00:00
Tom Page c32ff1a922 SEARCH-1906 Add license reference for Jetty. 2019-11-04 16:37:14 +00:00
Tom Page e450152807 SEARCH-1906 Upgrade to solr 6.6.5-patched.1.
This contains the upgrade to Jetty 9.3.27.v20190418.
2019-11-04 16:29:20 +00:00
eliaporciani d21212b300 [contentStoreReplication]
Modified template with new replicationHandler class name
2019-11-04 11:30:19 +01:00
eliaporciani 68d4b5a9fc Merge branch 'master' of git.alfresco.com:search_discovery/insightengine into feature/contentStoreReplication 2019-11-04 11:29:50 +01:00
eliaporciani a9c2c04653 [contentStoreReplication]
added notation suppressSSL in IT.
2019-11-04 11:29:17 +01:00
eliaporciani 94ffe618b6 [contentStoreReplication]
- code refactoring.
- added documentation.
- removed warnings.
2019-11-01 17:26:47 +01:00
Tom Page 8e0b555199 SEARCH-1763 Fix server name in AdminHandlerDistributedIT. 2019-11-01 13:56:39 +00:00
Tom Page c67371fe75 SEARCH-1914 Remove unused failing test. 2019-11-01 13:51:30 +00:00
Tom Page 7e9d53a55c SEARCH-1763 Convert AlfrescoCMISQParserPluginTest to an integration test. 2019-11-01 13:36:20 +00:00
Tom Page 7821da2d21 SEARCH-1763 Remove a load more output from the integration tests. 2019-11-01 11:48:55 +00:00
Tom Page 34324db13e SEARCH-1763 Remove over a megabyte of output from the integration tests. 2019-11-01 11:38:44 +00:00
Tom Page 42ba382761 Merge branch 'dependabot/maven/search-services/slf4j.version-1.7.29' into 'master'
Bump slf4j.version from 1.7.28 to 1.7.29 in /search-services

See merge request search_discovery/insightengine!206
2019-11-01 11:19:28 +00:00
Tom Page 5a0e9a66ee SEARCH-1763 Ensure we run renamed integration tests during integration-test phase. 2019-11-01 11:18:14 +00:00
agazzarini 14762f04a9 [ SEARCH-1858 ] Minor refactoring and more verbose comments about the changes introduced. 2019-11-01 12:16:15 +01:00
Tom Page 9c5201c6bb SEARCH-1763 Ignore all third party libraries with Jacoco. 2019-11-01 11:11:38 +00:00
Tom Page be9f75ab16 SEARCH-1913 Delete failing test.
This test does not appear to be very valuable. It is currently only passing due
to interaction with other tests.  Whenever it starts failing then the numbers
in it are updated so that it passes again.
2019-11-01 10:20:36 +00:00
eliaporciani ba70cbd477 [contentStoreReplication]
code refactoring
2019-11-01 11:13:09 +01:00
eliaporciani 1795cf0f13 [contentStoreReplication]
code refactoring.
Alfresco header added alongside ASF header.
2019-11-01 11:12:09 +01:00
Tom Page 3b27d37b8e SEARCH-1763 Rename long running tests to end in IT. 2019-11-01 09:54:04 +00:00
dependabot-preview[bot] c6e56dee7c Bump slf4j.version from 1.7.28 to 1.7.29 in /search-services
Bumps `slf4j.version` from 1.7.28 to 1.7.29.

Updates `slf4j-log4j12` from 1.7.28 to 1.7.29
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Updates `slf4j-api` from 1.7.28 to 1.7.29
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-31 22:13:17 +00:00
eliaporciani 6a651d68f3 [contentStoreReplication]
removed unused content store replication handler with multi stream
2019-10-31 16:22:02 +01:00
eliaporciani ec2d5c5bce Merge branch 'master' of git.alfresco.com:search_discovery/insightengine into feature/contentStoreReplication 2019-10-31 09:36:23 +01:00