Tom Page
|
dc91f1b3a3
|
SEARCH-2202 Fix typo: hashcode -> hashCode.
|
2020-04-27 12:10:55 +01:00 |
|
Tom Page
|
4b79c4b452
|
SEARCH-2202 Simplify code in SolrInformationServer.
Sonar complains about fall-through switch statements, but this logic can be much shorter anyway.
|
2020-04-27 12:07:47 +01:00 |
|
Tom Page
|
3943ee4192
|
SEARCH-2202 Remove unused class ResizableArrayList.
Sonar was complaining about this class, but we don't actually use it, so deleting it.
|
2020-04-27 12:03:27 +01:00 |
|
Tom Page
|
a61ba7d04d
|
Merge branch 'fix/SEARCH-2202_SonarFixesMaster' into 'master'
Fix/search 2202 sonar fixes master
See merge request search_discovery/insightengine!475
|
2020-04-27 10:33:55 +01:00 |
|
Tom Page
|
6ce243d677
|
Merge branch 'dependabot/maven/search-services/org.alfresco-alfresco-data-model-8.105' into 'master'
Bump alfresco-data-model from 8.102 to 8.105 in /search-services
See merge request search_discovery/insightengine!476
|
2020-04-27 09:57:31 +01:00 |
|
Tom Page
|
515a66f944
|
SEARCH-2202 Revert back to public constants in SOLRAPIQueueClient.
|
2020-04-24 17:09:20 +01:00 |
|
Tom Page
|
1852fec571
|
SEARCH-2202 Convert CoreDescriptorDecorator fields to constants.
|
2020-04-24 17:09:20 +01:00 |
|
Tom Page
|
bcb97ddd0d
|
SEARCH-2202 Use constants for fields in SOLRAPIQueueClient.
These collections should be constants anyway - they're never set.
|
2020-04-24 17:09:20 +01:00 |
|
Tom Page
|
e0cee5c5e7
|
SEARCH-2202 Fix NPE issues and add unit test for BoundedDeque.
|
2020-04-24 17:09:20 +01:00 |
|
Tom Page
|
dc019bcc04
|
SEARCH-2202 Make more list fields unmodifiable.
Also fix integration tests to honour the encapsulation.
|
2020-04-24 17:06:48 +01:00 |
|
Tom Page
|
7b15c3ede7
|
SEARCH-2202 Declare constants final.
|
2020-04-23 10:37:53 +01:00 |
|
Tom Page
|
6c50bd0f5e
|
SEARCH-2202 Making constant protected.
|
2020-04-23 10:22:34 +01:00 |
|
Tom Page
|
cbce32415e
|
SEARCH-2202 Avoid storing/returning mutable deque.
|
2020-04-23 10:21:05 +01:00 |
|
Tom Page
|
971becb905
|
SEARCH-2202 Avoid returning mutable list.
|
2020-04-23 10:15:03 +01:00 |
|
dependabot-preview[bot]
|
3b3a6b2677
|
Bump alfresco-data-model from 8.102 to 8.105 in /search-services
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model) from 8.102 to 8.105.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases)
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.102...8.105)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-22 21:12:00 +00:00 |
|
Keerat Lalia
|
9de603c3f2
|
Merge branch 'feature/Search-2121-AddDockerSettingToDisableCascadeTracking' into 'master'
Search-2121: Add Docker setting to disable Cascade tracking
See merge request search_discovery/insightengine!470
|
2020-04-21 13:59:18 +01:00 |
|
mbhave
|
ee8a899893
|
Search-2121: Added new test group to tag the tests to be excluded when cascade tracker is disabled
|
2020-04-21 11:42:49 +01:00 |
|
mbhave
|
e7e08e3757
|
Updated comment to suggest default for disable cascade tracking
|
2020-04-21 10:43:42 +01:00 |
|
mbhave
|
8f72f71f16
|
Search-2121: Add Docker setting to disable Cascade tracking
|
2020-04-21 10:40:43 +01:00 |
|
Tom Page
|
41969fb2dd
|
Merge branch 'dependabot/maven/e2e-test/org.alfresco.tas-restapi-1.38' into 'master'
Bump restapi from 1.37 to 1.38 in /e2e-test
See merge request search_discovery/insightengine!467
|
2020-04-20 14:53:09 +01:00 |
|
Tom Page
|
ad6f191c76
|
Merge branch 'dependabot/maven/search-services/org.alfresco-alfresco-data-model-8.102' into 'master'
Bump alfresco-data-model from 8.98 to 8.102 in /search-services
See merge request search_discovery/insightengine!466
|
2020-04-20 14:51:34 +01:00 |
|
Angel Borroy
|
1bb248f4a0
|
Merge branch 'fix/SEARCH-950_SqlIdsHyphen' into 'master'
SEARCH-950: Test field identifiers containing hyphens (-) for SQL Select queries
See merge request search_discovery/insightengine!461
|
2020-04-20 10:40:36 +01:00 |
|
Angel Borroy
|
8d4f5e357d
|
SEARCH-950: Moved utility functions to Abstract Class.
Model modified to test both TRUE and BOTH tokenization values.
|
2020-04-20 09:18:28 +02:00 |
|
Andrea Gazzarini
|
9cf25f8ab2
|
Merge branch 'fix/SEARCH_2175_CascadeTracker' into 'master'
Fix/search 2175 cascade tracker
See merge request search_discovery/insightengine!463
|
2020-04-15 14:39:48 +01:00 |
|
Andrea Gazzarini
|
8ed2d53d84
|
Merge branch 'feature/SEARCH_2187_timeouts' into 'fix/SEARCH_2175_CascadeTracker'
Feature/search 2187 timeouts
See merge request search_discovery/insightengine!462
|
2020-04-15 13:43:06 +01:00 |
|
agazzarini
|
527586fa3f
|
[ SEARCH-2187 ] same configuration property on noRerank template
|
2020-04-15 14:41:31 +02:00 |
|
Andrea Gazzarini
|
5c405d0b9e
|
Merge branch 'fix/SEARCH-2182_no_MDC_simple_logging' into 'fix/SEARCH_2175_CascadeTracker'
[ SEARCH-2182 ] Simplest approach for logging core, tracker type, instance and iteration id
See merge request search_discovery/insightengine!460
|
2020-04-15 13:35:26 +01:00 |
|
agazzarini
|
abc0cb2195
|
[ SEARCH-2187 ] removed unused import on SOLRAPIClient
|
2020-04-15 14:29:34 +02:00 |
|
agazzarini
|
cb50bab357
|
[ SEARCH-2187 ] acquire lock max wait time, configuration property
|
2020-04-15 14:26:48 +02:00 |
|
Angel Borroy
|
78af6df57c
|
SEARCH-950: Test field identifiers containing hyphens (-) for SQL Select queries
|
2020-04-15 12:41:57 +02:00 |
|
agazzarini
|
0f05768124
|
[ SEARCH-2182 ] Simplest approach for logging core, tracker type, instance and iteration id
|
2020-04-15 11:59:43 +02:00 |
|
agazzarini
|
9e302ddda2
|
[ SEARCH-2187 ] First draft on wrapping callRepository with a Callable statement
|
2020-04-15 09:33:06 +02:00 |
|
agazzarini
|
a2664c96d5
|
[ SEARCH-2175 ] Pass MaxResults to Repo API as Int
|
2020-04-15 06:33:17 +02:00 |
|
agazzarini
|
97a951f085
|
[ SEARCH-2175 ] Don't catch exception on massive node deletetion
|
2020-04-15 06:03:40 +02:00 |
|
agazzarini
|
179de0ef2a
|
[ SEARCH-2175 ] Fix build errors
|
2020-04-14 23:47:15 +02:00 |
|
agazzarini
|
55a251bb0d
|
[ SEARCH-2175 ] Fix build errors
|
2020-04-14 21:46:51 +02:00 |
|
Andrea Gazzarini
|
bf4c46b2b8
|
Merge branch 'fix/SEARCH_2181_node-by-node-fallback-processing' into 'fix/SEARCH_2175_CascadeTracker'
SEARCH_2181 RepositoryClient Exception Handling on SolrInformationServer
See merge request search_discovery/insightengine!454
|
2020-04-14 17:08:19 +01:00 |
|
agazzarini
|
3e6bee8b8f
|
[ SEARCH-2181 ] AlfrescoLockException and generic exception catch in lock/unlock blocks
|
2020-04-14 17:00:29 +02:00 |
|
agazzarini
|
15b4dacc4c
|
[ SEARCH-2181 ] Use MaxResults in NodeMetaDataParameters (fix tests)
|
2020-04-14 14:29:38 +02:00 |
|
agazzarini
|
4b901e5846
|
[ SEARCH-2181 ] Use MaxResults in NodeMetaDataParameters
|
2020-04-14 14:23:34 +02:00 |
|
Angel Borroy
|
6fad459d72
|
Merge branch 'fix/SEARCH-2169_UpgradingCalcite1120' into 'master'
SEARCH-2169: Upgrading Calcite to 1.12.0 to fix some Date Fields issues...
See merge request search_discovery/insightengine!457
|
2020-04-14 10:03:19 +01:00 |
|
dependabot-preview[bot]
|
773cb4b513
|
Bump alfresco-data-model from 8.98 to 8.102 in /search-services
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model) from 8.98 to 8.102.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases)
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.98...8.102)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-13 21:13:22 +00:00 |
|
Angel Borroy
|
45ba419c15
|
SEARCH-2169: Add the new licenses required by Calcite 1.12.0
|
2020-04-13 17:19:40 +02:00 |
|
Angel Borroy
|
61063468d3
|
SEARCH-2169: Upgrading Calcite to 1.12.0 to fix some Date Fields issues existing in provided SOLR 6.6.x version (1.11.0)
Tests are implemented only for constants values, as currently Alfresco SOLR Dates are returned as String.
|
2020-04-13 16:14:39 +02:00 |
|
dependabot-preview[bot]
|
05338ac8a1
|
Bump restapi from 1.37 to 1.38 in /e2e-test
Bumps [restapi](https://github.com/Alfresco/alfresco-tas-restapi) from 1.37 to 1.38.
- [Release notes](https://github.com/Alfresco/alfresco-tas-restapi/releases)
- [Commits](https://github.com/Alfresco/alfresco-tas-restapi/compare/v1.37...v1.38)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-10 21:13:18 +00:00 |
|
agazzarini
|
c639ffcf9b
|
[ SEARCH-2181 ] RepositoryClient exceptions handling in SolrInformationServer
|
2020-04-10 08:07:11 +02:00 |
|
Andrea Gazzarini
|
d6b0567fd0
|
Merge branch 'fix/SEARCH-2180' into 'fix/SEARCH_2175_CascadeTracker'
fix/SEARCH_2180 LookAheadBufferedReader in fix/SEARCH_2175 CascadeTracker
See merge request search_discovery/insightengine!452
|
2020-04-09 15:30:39 +01:00 |
|
agazzarini
|
bf64a796ca
|
[ SEARCH-2180 ] Review comments addressed
|
2020-04-09 12:03:42 +02:00 |
|
agazzarini
|
9d8ee71e35
|
[ SEARCH-2180 ] LookAheadBufferedReader UnitTest Case
|
2020-04-09 10:22:46 +02:00 |
|
agazzarini
|
11e423ea84
|
[ SEARCH-2180 ] Fix compilation errors
|
2020-04-08 21:50:45 +02:00 |
|