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
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
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
5a0e9a66ee
SEARCH-1763 Ensure we run renamed integration tests during integration-test phase.
2019-11-01 11:18:14 +00: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
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
Andrea Gazzarini
0dc3ff2694
Merge branch 'feature/SEARCH-1752' into 'master'
...
Feature/search 1752
See merge request search_discovery/insightengine!205
2019-10-31 05:28:31 +00:00
agazzarini
ea691cba27
[ SEARCH-1752 ] Proper usage of placeholders in logging messages.
2019-10-30 17:52:05 +01:00
agazzarini
25bf4a69c2
[ SEARCH-1752 ] Review comments addressed
2019-10-30 17:32:06 +01:00
Michael Suzuki
337c62d0c1
Merge branch 'fix/MNT-21015' into 'master'
...
[MNT-21015] improved approach in purpose bits checking
See merge request search_discovery/insightengine!203
2019-10-30 09:01:05 +00:00
Alessandro Benedetti
3be68b06a0
[MNT-21015] log addition
2019-10-30 09:04:52 +01:00
Alessandro Benedetti
a52ecfa6ff
[MNT-21015] improved approach in purpose bits checking
2019-10-29 16:24:05 +01:00
agazzarini
5894812fd5
[ SEARCH-1752 ] Manage core reload (publisher registration and re-registration)
2019-10-29 11:57:43 +01:00
agazzarini
f69ce49c29
Merge branches 'feature/SEARCH-1752' and 'fix/SEARCH-1606' of https://git.alfresco.com/search_discovery/insightengine into feature/SEARCH-1752
...
Conflicts:
search-services/alfresco-search/src/main/java/org/alfresco/solr/lifecycle/SolrCoreLoadListener.java
2019-10-29 10:58:12 +01:00
agazzarini
c829993e83
[ SEARCH-1606 ] Fix on core close hook + more logging about the trackers lifecycle.
2019-10-29 10:26:59 +01:00
dependabot-preview[bot]
da023e9335
Bump randomizedtesting-runner from 2.7.3 to 2.7.4 in /search-services
...
Bumps randomizedtesting-runner from 2.7.3 to 2.7.4.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-23 21:12:24 +00:00
agazzarini
091afab426
[ SEARCH-1752 ] TrackerState got updated on slaves + remove unused configuration properties
2019-10-22 16:25:30 +01:00
agazzarini
200e71ce73
[ SEARCH-1752 ] First working draft
2019-10-19 07:41:22 +02:00
agazzarini
1ed1c1c413
[ SEARCH-1752 ] Formatting and comments on affected classes
2019-10-19 07:40:54 +02:00
agazzarini
21cb28abde
Merge branch 'master' of https://git.alfresco.com/search_discovery/insightengine into feature/SEARCH-1752
2019-10-19 07:05:24 +02:00
Andrea Gazzarini
1e6a4b5928
Merge branch 'fix/SEARCH-1606' into 'master'
...
Fix/search 1606
See merge request search_discovery/insightengine!197
2019-10-18 10:07:47 +01:00
agazzarini
e360b63d67
[ SEARCH-1606 ] Review comments addressed
2019-10-18 11:06:06 +02:00
agazzarini
c981a204d1
[ SEARCH-1752 ] NodeStateProvider and SlaveNodeStateProvider
2019-10-18 07:00:35 +02:00
agazzarini
404a9e0624
[ SEARCH-1606 ] alfresco.enable.tracking set to true by default
2019-10-17 08:31:53 +02:00
agazzarini
b5634ee7b8
[ SEARCH-1606 ] Minor fix on a log message
2019-10-17 08:11:58 +02:00
agazzarini
4eebda2ecc
[ SEARCH-1606 ] Minor fix on trackers disable/enable property
2019-10-16 16:46:10 +02:00
agazzarini
064d628139
[ SEARCH-1606 ] Unit tests for master/slave role detection
2019-10-16 14:38:59 +02:00
agazzarini
a51984f57b
[ SEARCH-1606 ] First chunk of unit tests
2019-10-16 14:25:17 +02:00
dependabot-preview[bot]
6d41769950
Bump alfresco-data-model from 8.52 to 8.53 in /search-services
...
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model ) from 8.52 to 8.53.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases )
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.52...8.53 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-16 06:26:59 +00:00
agazzarini
cb40a133a7
[ SEARCH-1606 ] Formal code refactoring (formatting)
2019-10-15 10:59:44 +02:00
Tom Page
80aaff554c
Update notice.txt: xercesImpl-2.12.0 is Apache 2.0.
2019-10-10 09:01:27 +01:00
dependabot-preview[bot]
e52c57ae96
Bump alfresco-data-model from 8.50 to 8.52 in /search-services
...
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model ) from 8.50 to 8.52.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases )
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.50...8.52 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-09 04:19:19 +00:00
Tom Page
48099e690d
Merge branch 'dependabot/maven/search-services/dependency.jackson.version-2.10.0' into 'master'
...
Bump dependency.jackson.version in /search-services
See merge request search_discovery/insightengine!185
2019-10-03 11:49:53 +01:00
Tom Page
151bda89c8
Update notice.txt for Jackson.
2019-10-02 16:27:26 +01:00
dependabot-preview[bot]
641c0dc953
Bump mockito-core from 3.0.0 to 3.1.0 in /search-services
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v3.0.0...v3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-02 04:53:54 +00:00
Meenal Bhave
8c4f31973a
Add a new variable for spellcheck to .env
2019-09-30 14:40:37 +01:00
Meenal Bhave
7ab959d96c
Update docker-compose.yml
2019-09-30 14:39:48 +01:00
Meenal Bhave
8aacf43477
Update docker-compose.yml to add parameter to enable spellcheck
2019-09-30 10:19:07 +01:00
Meenal Bhave
8c75e4bc6b
Update search_config_setup.sh
2019-09-30 10:17:31 +01:00
dependabot-preview[bot]
6f54847795
Bump dependency.jackson.version in /search-services
...
Bumps `dependency.jackson.version` from 2.10.0.pr3 to 2.10.0.
Updates `jackson-core` from 2.10.0.pr3 to 2.10.0
- [Release notes](https://github.com/FasterXML/jackson-core/releases )
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.0.pr3...jackson-core-2.10.0 )
Updates `jackson-annotations` from 2.10.0.pr3 to 2.10.0
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-databind` from 2.10.0.pr3 to 2.10.0
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-27 00:14:17 +00:00
agazzarini
d5e645d309
[ SEARCH-1865 ] Some side notes about the backup
2019-09-25 07:30:53 -07:00
agazzarini
7d309fd83a
[ SEARCH-1865 ] 1st review iteration
2019-09-24 19:02:02 -07:00
agazzarini
2cd7484da9
[ SEARCH-1865 ] ContentStore Replication ADR
2019-09-23 18:37:03 -07:00