Tom Page
02fe15d1a9
SEARCH-1625 Fix version in root pom file.
2019-05-22 18:03:30 +01:00
Tom Page
39f3f5fbcb
Merge history of SearchServices 1.4.0-IE1.2-1 and InsightEngine master.
...
Also updating SearchServices version to 1.4.0-IE1.2.0-SNAPSHOT.
2019-05-22 08:30:34 +01:00
bamboo_auth
4f9d4d216c
[maven-release-plugin] prepare release 1.4.0-IE1.2-1
2019-04-25 15:04:14 +00:00
Tom Page
ba7f70f6be
Merge pull request #145 from Alfresco/docs/SEARCH-1513_CombiningReposADRs
...
SEARCH-1513 ADRs for combining the search codebases.
2019-04-25 09:59:21 +01:00
Tom Page
0cc7b55cc7
Mark ADR 0006 as approved.
2019-04-25 09:58:29 +01:00
Tom Page
bc12591723
Create ADR 006 to describe releases of a combined project.
2019-04-24 16:00:56 +01:00
Tom Page
dd2504c895
Update ADRs 0004 and 0005 following review.
2019-04-24 16:00:12 +01:00
Andrea Gazzarini
36d3e789d9
Merge pull request #148 from Alfresco/fix/MNT_20449_fingerprint_not_working_after_update
...
MNT-20449 fingerprint not working after update
2019-04-24 10:29:44 -04:00
agazzarini
ea848f5760
[MNT-20449] Added the MNT scenario in DistributedFingerPrintTest as well
2019-04-20 16:29:07 +02:00
agazzarini
e7932913f0
[MNT-20449] Copy MINHASH from cached doc (if exists)
2019-04-18 09:39:43 +02:00
agazzarini
caba437cf0
[MNT-20449] Fingerprint testCase revisited + additional test method for this MNT
2019-04-16 15:11:58 +02:00
agazzarini
3ddb6a0143
[MNT-20449] removed useless schema-fingerprint.xml from test suite
2019-04-15 22:14:20 +02:00
Tom Page
212dbea68b
SEARCH-1513 Update mirroring command to ensure we can build from GitHub.
2019-04-11 15:58:59 +01:00
Tom Page
7004ead69d
Merge pull request #144 from Alfresco/dependabot/maven/org.alfresco-alfresco-data-model-8.30
...
Bump alfresco-data-model from 8.29 to 8.30
2019-04-11 12:24:15 +01:00
Tom Page
091996a114
Merge pull request #146 from Alfresco/dependabot/maven/org.mockito-mockito-core-2.27.0
...
Bump mockito-core from 2.25.1 to 2.27.0
2019-04-11 11:52:09 +01:00
Tom Page
00ce17bf1e
Update notice.txt.
...
All still Apache 2.0:
https://mvnrepository.com/artifact/org.springframework/spring-core/5.1.6.RELEASE
https://mvnrepository.com/artifact/com.zaxxer/HikariCP-java7/2.4.13
https://mvnrepository.com/artifact/org.quartz-scheduler/quartz/2.3.1
2019-04-11 10:48:52 +01:00
dependabot[bot]
ee26162a69
Bump mockito-core from 2.25.1 to 2.27.0
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 2.25.1 to 2.27.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v2.25.1...v2.27.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-11 00:14:18 +00:00
Tom Page
16bd8c02dc
SEARCH-1513 ADRs for combining the search codebases.
2019-04-09 11:59:01 +01:00
eliaporciani
cbd52232ce
Merge pull request #141 from Alfresco/fix/SEARCH-1445_default_text_search_fields
...
Fix/search 1445 default text search fields
2019-04-08 21:26:44 +02:00
dependabot[bot]
ea3a5e0d31
Bump alfresco-data-model from 8.29 to 8.30
...
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model ) from 8.29 to 8.30.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases )
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.29...8.30 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-04-08 00:15:58 +00:00
eliaporciani
48379a474b
Merge branch 'master' of github.com:Alfresco/SearchServices into fix/SEARCH-1445_default_text_search_fields
2019-04-05 09:50:00 +02:00
eliaporciani
887ba725a8
[SEARCH-1445]
...
typo
2019-04-05 09:49:26 +02:00
eliaporciani
b9bcf4f242
[SEARCH-1445]
...
Improved test coverage.
Removed fuzzy test.
2019-04-05 09:46:24 +02:00
eliaporciani
c241ee8d9a
[SEARCH-1445]
...
comment fix.
removed useless test on creator.
2019-04-04 23:46:32 +02:00
eliaporciani
588315f419
[SEARCH-1445]
...
Added comments to tests
2019-04-04 23:44:12 +02:00
eliaporciani
d82dbbf57c
[SEARCH-1445]
...
Changed arrays in list of map in data preparation.
2019-04-03 21:48:27 +02:00
agazzarini
ab37d2dd45
[SEARCH-1509] Minor updates after the Search tech meeting
2019-04-03 13:19:19 +02:00
agazzarini
acaf3eb35e
[SEARCH-1509] Additional Trackers configuration properties (thread pool)
2019-04-03 09:35:24 +02:00
agazzarini
2468fb988c
[SEARCH-1509] Content tracking diagram update with information about what "unclean" means.
2019-03-29 17:44:42 +01:00
eliaporciani
de0ea56579
[SEARCH-1445]
...
Removed broken test on highlight query with highlight_multi_term=false
The test does not work because of a problem on highlight queries that has been discovered with the changes of SEARCH-1445.
2019-03-29 16:42:30 +01:00
Andrea Gazzarini
2e1e14e2a9
Merge pull request #140 from Alfresco/doc/SEARCH-1509_ContentTracker_investigation
...
[SEARCH-1509] ContentTracker documentation + diagrams
2019-03-29 15:32:12 +01:00
eliaporciani
5afd1c30c8
[SEARCH-1445]
...
fixed unit tests in order to take into account new behaviour of default text queries.
2019-03-28 16:14:03 +01:00
eliaporciani
5cca0d643a
Revert "Revert "[SEARCH-1445] Fix to enable default search on: cm:name, cm:title, cm:description and cm:content code refactoring: removed duplicated code for text queries.""
...
This reverts commit 2c6f3ac
2019-03-27 21:43:21 +01:00
eliaporciani
a0ff05b39b
Revert "Revert "[SEARCH-1445] Added unit tests for default text queries""
...
This reverts commit 9862f61
2019-03-27 21:43:14 +01:00
eliaporciani
2933a05503
Revert "Revert "[SEARCH-1445] Added enum class for text default fields.""
...
This reverts commit db68302
2019-03-27 21:43:08 +01:00
eliaporciani
2383f278c4
Revert "Revert "[SEARCH-1445] Added ThrowingFunction utility class.""
...
This reverts commit 7037eb2
2019-03-27 21:43:02 +01:00
eliaporciani
c857da306f
Revert "[SEARCH-1445] Added ThrowingFunction utility class."
...
This reverts commit 43537d6
2019-03-27 21:15:00 +01:00
eliaporciani
a162466868
Revert "[SEARCH-1445] Added enum class for text default fields."
...
This reverts commit 030771c
2019-03-27 21:14:58 +01:00
eliaporciani
de0f2afcf6
Revert "[SEARCH-1445] Added unit tests for default text queries"
...
This reverts commit 610cf92
2019-03-27 21:14:55 +01:00
eliaporciani
31d150c4de
Revert "[SEARCH-1445] Fix to enable default search on: cm:name, cm:title, cm:description and cm:content code refactoring: removed duplicated code for text queries."
...
This reverts commit 56fbc65
2019-03-27 21:14:52 +01:00
eliaporciani
b300b9b752
Merge branch 'master' of github.com:Alfresco/SearchServices
2019-03-27 20:29:27 +01:00
eliaporciani
43d261255d
[SEARCH-1445]
...
Fix to enable default search on: cm:name, cm:title, cm:description and cm:content
code refactoring: removed duplicated code for text queries.
2019-03-27 20:26:49 +01:00
agazzarini
8efd3cba22
[SEARCH-1509] ContentTracker documentation + diagrams
2019-03-27 18:36:32 +01:00
eliaporciani
bb611b273b
[SEARCH-1445]
...
Added unit tests for default text queries
2019-03-27 18:00:56 +01:00
eliaporciani
e2e5057096
[SEARCH-1445]
...
Added enum class for text default fields.
2019-03-27 11:08:07 +01:00
eliaporciani
36fb0fbad7
[SEARCH-1445]
...
Added ThrowingFunction utility class.
2019-03-27 11:07:24 +01:00
Tom Page
37eeb57395
Merge pull request #139 from Alfresco/dependabot/maven/org.alfresco-alfresco-data-model-8.29
...
Bump alfresco-data-model from 8.28 to 8.29
2019-03-20 08:46:52 +00:00
dependabot[bot]
aaeee34f53
Bump alfresco-data-model from 8.28 to 8.29
...
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model ) from 8.28 to 8.29.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases )
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.28...8.29 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-03-19 15:24:58 +00:00
Tom Page
cc07565433
Merge master into UpdateThirdPartyLicenses.
2019-03-19 14:49:18 +00:00
Tom Page
2355fb309a
Update third party license notice for alfresco-data-model.
...
The new licenses were checked here:
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.8.1
https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl/2.3.1
https://mvnrepository.com/artifact/org.jibx/jibx-run/1.3.1
https://mvnrepository.com/artifact/org.springframework/spring-aop/5.1.4.RELEASE
2019-03-19 14:48:21 +00:00