Commit Graph

918 Commits

Author SHA1 Message Date
bamboo_auth
c992de4d1a [maven-release-plugin] prepare release 1.3.0-RC2 1.3.0-RC2 2018-11-27 13:33:23 +00:00
Tuna Aksoy
644ecfed87 SEARCH-1260: Update Solr memory setting on AWS (#65)
* SEARCH-1260: Update Solr memory setting on AWS

* SEARCH-1260: Updated README file

* SEARCH-1260: Update Solr memory setting on AWS

* SEARCH-1260: Update Solr memory setting on AWS
2018-11-27 12:38:56 +00:00
Tuna Aksoy
bab2a57317 Use latest Java base image for Dockerfile (#63) 2018-11-15 14:16:32 +00:00
bamboo_auth
2064375301 [maven-release-plugin] prepare for next development iteration 2018-11-07 15:45:32 +00:00
bamboo_auth
ba6a6f53d5 [maven-release-plugin] prepare release 1.3.0-RC1 1.3.0-RC1 2018-11-07 15:45:25 +00:00
meenalbhave
503601b331 Merge pull request #61 from Alfresco/Search-1249
Search-1249 Updated 5.x image var name to be consistent with 6.x packaging
2018-11-07 14:46:03 +00:00
Meenal Bhave
6b360a171a Search-1249 Changed tag name to be consistent with 6.x packaging structure 2018-11-07 13:28:59 +00:00
Alessandro Benedetti
810271a3ba Merge pull request #60 from Alfresco/fix/MNT-19520_testIntermittentFix
[MNT-19456] intermittent test fixed removing unnecessary docs in response
2018-11-07 12:12:20 +00:00
Alessandro Benedetti
13cc964e52 [MNT-19456] intermittent test fixed removing unnecessary docs in the response 2018-11-07 12:02:37 +00:00
Alessandro Benedetti
6d1d8ac82f Merge pull request #53 from Alfresco/fix/MNT-19520_facetRewritingRegression
[MNT-19520] Facet fields rewriting distributed bug fixed + test
2018-11-06 15:04:13 +00:00
Tuna Aksoy
8c65b9cede SEARCH-1188: Assess 6.1 compatibility (#56)
* Update platform/alfresco versions for 5.x and 6.x

* SEARCH-1188: Extracted docker image tags to .env file for Alfresco 5.x
2018-10-31 15:49:04 +00:00
Tuna Aksoy
a858e988d5 Fix/search 1053 add support to java 11 (#59)
* SEARCH-1053: Updated mockito version 2.23.0

* SEARCH-1053: Updated alfresco-super-pom version

* SEARCH-1053: Updated base image for the Dockerfile

* SEARCH-1053: Use patched version of Solr 6.6.5

* SEARCH-1053: Updated alfresco-client dependency, fixed code after quartz upgrade coming as a transitive dependency and made changes to pull the patched solr version from a public repository

* SEARCH-1053: Fixed Solr zip URL

* SEARCH-1053: Fixed Solr zip URL

* SEARCH-1053: Deleted wrong config

* SEARCH-1053: Updated alfresco-super-pom version
2018-10-31 10:28:56 +00:00
Tuna Aksoy
da57967fdd Fix/search 1053 add support to java 11 (#55)
* SEARCH-1053: Updated mockito version 2.23.0

* SEARCH-1053: Updated alfresco-super-pom version

* SEARCH-1053: Updated base image for the Dockerfile

* SEARCH-1053: Use patched version of Solr 6.6.5

* SEARCH-1053: Updated alfresco-client dependency, fixed code after quartz upgrade coming as a transitive dependency and made changes to pull the patched solr version from a public repository

* SEARCH-1053: Fixed Solr zip URL

* SEARCH-1053: Fixed Solr zip URL

* SEARCH-1053: Deleted wrong config
2018-10-30 09:31:25 +00:00
Andrea Gazzarini
c376303a43 Merge pull request #54 from Alfresco/fix/MNT-19290_bootstrap_failure
[ MNT-19290 ] Solr4 bootstrap failure fix
2018-10-29 15:58:29 +01:00
agazzarini
8eea9907b4 [ MNT-19290 ] Some other minor formatting fixes on test case 2018-10-29 15:10:45 +01:00
agazzarini
278a890b88 [ MNT-19290 ] Minor formatting fixes 2018-10-29 15:07:15 +01:00
agazzarini
b0d7418a9c [ MNT-19290 ] Fix on port number retrieval + Unit test 2018-10-25 15:47:46 +02:00
Alessandro Benedetti
43daaabbe9 [MNT-19520] Facet fields rewriting distributed bug fixed + test 2018-10-25 14:25:21 +01:00
Tom Page
1d0193b897 Merge pull request #50 from Alfresco/fix/SEARCH-1003_SonarNullParameters
SEARCH-1003 Fix a couple of issues raised by Sonar.
2018-09-25 11:29:43 +01:00
Tom Page
722dac101a Merge pull request #45 from Alfresco/feature/SEARCH-996_DowngradeDownloadMavenPlugin
SEARCH-996 Downgrade download-maven-plugin to avoid ClassNotFoundException.
2018-09-24 16:14:52 +01:00
Tom Page
1d47918432 SEARCH-1003 Remove unused stubbing from tests.
The calls to these methods have been deleted as part of the refactoring, since they resulted
in an exception being throw anyway.
2018-09-24 10:12:08 +01:00
Tom Page
bee833acb2 Merge commit unit tests into SEARCH-1003_SonarNullParameters.
Check that we still have the same coverage after the refactoring.
2018-09-24 10:08:58 +01:00
Tom Page
dd321f0328 SEARCH-1003 Add unit tests for AlfrescoCoreAdminHandler.actionTXREPORT. 2018-09-24 10:08:03 +01:00
Tom Page
b5f4bac6ae SEARCH-1003 Ignore error caused by unused mock stubbing.
This was introduced when upgrading the version of Mockito we're using.
2018-09-21 08:29:57 +01:00
Tom Page
9160b06178 Merge commit '207ceb' into SEARCH-1003_SonarNullParameters.
Merge in unit test change and check that everything still passes after refactoring.
2018-09-20 16:16:04 +01:00
Tom Page
aea3838641 SEARCH-1003 Add unit tests for logic in getFirstLiveDoc. 2018-09-20 16:12:29 +01:00
Tom Page
a450d57523 SEARCH-1003 Remove redundant for loop from getFirstLiveDoc. 2018-09-20 09:58:13 +01:00
Tom Page
e6cee9b294 SEARCH-1003 Fix a couple of issues raised by Sonar.
Replace some code that throws a NullPointerException with code to explicitly throw
an AlfrescoRuntimeException if the core name is not passed when creating the
transaction report.

Simplify the logic when getting the first live doc for a search term by not reusing
the postings iterator (nb. It wasn't being reused anyway as we always passed null).
2018-09-20 09:26:45 +01:00
Michael
d7f6d4c59b Search-779, fixed failing tests 2018-09-14 20:00:47 +01:00
Tuna Aksoy
ccff99622a Updated docker-compose file for Search Services (#46) 2018-09-14 15:09:10 +01:00
Michael
8e724059ef Merge pull request #26 from Alfresco/feature/SEARCH-779
Feature/search 779
2018-09-14 10:23:35 +01:00
Tom Page
5b36f2a677 SEARCH-996 Downgrade download-maven-plugin to avoid ClassNotFoundException.
There is a known issue in versions after 1.4.0 where we get a ClassNotFoundException for
com.googlecode.download.maven.plugin.internal.CachedFileEntry:
https://github.com/maven-download-plugin/maven-download-plugin/issues/80
2018-09-14 09:43:40 +01:00
Tom Page
8d815c684c Merge pull request #43 from Alfresco/feature/Solr665
SEARCH-996 Update solr and alfresco-solrclient.
2018-09-10 09:39:37 +01:00
Tom Page
6e67d99f72 SEARCH-996 Exclude solr.xml when extracting solr.zip. 2018-09-07 09:42:22 +01:00
Tom Page
e01c33815e SEARCH-996 Update solr and alfresco-solrclient.
Update to Solr 6.6.5 and alfresco-solrclient 6.7 (which brings in
alfresco-datamodel 6.25).  This should fix several vulnerabilities
flagged by Whitesource.

Create build config to allow specifying the URL to download the solr
zip file from (in case we need to provide a patched version).
2018-09-06 14:12:05 +01:00
Tom Page
7baa878635 Merge pull request #42 from Alfresco/feature/UpdateReadme
Update README file to cover starting from source.
2018-08-30 11:19:45 +01:00
Tom Page
f53ac2ad07 Update README file to cover starting from source. 2018-08-30 10:44:21 +01:00
Paul Brodner
7cddbfe0b6 Merge pull request #41 from Alfresco/fix/search-1037-delete-scripts
Fix search-1037 delete shell scripts
2018-08-30 12:13:18 +03:00
Paul Brodner
586d617442 delete whitesource-package-scan.sh (you can use make whitesource-scan whitesource-download) 2018-08-30 12:11:56 +03:00
Paul Brodner
0805dd15d4 delete start-alfresco.sh (you can use make start-alfresco) 2018-08-30 12:11:30 +03:00
Paul Brodner
43933816f3 delete buildAndTest.sh (you can use make build test-image push) 2018-08-30 12:11:09 +03:00
bamboo_auth
38013b7c66 [maven-release-plugin] prepare for next development iteration 2018-08-14 23:02:16 +00:00
bamboo_auth
13b4d213dd [maven-release-plugin] prepare release 1.2.0 1.2.0 2018-08-14 23:02:09 +00:00
Michael
3752ea74c4 Search-1029, updated solrconfig to have the correct url format for the master slave setup 2018-08-14 14:32:43 +01:00
Paul Brodner
d273afb2ac Merge pull request #39 from Alfresco/fix/whitesource-cleanup
cleanup remote temporary scan folder
2018-08-14 11:58:56 +03:00
Paul Brodner
185b09c086 cleanup remote temporary scan folder 2018-08-14 11:57:57 +03:00
bamboo_auth
1a5b0a85d4 [maven-release-plugin] prepare for next development iteration 2018-08-09 13:14:54 +00:00
bamboo_auth
c8ead7da49 [maven-release-plugin] prepare release paul-master-1.2.0 2018-08-09 13:14:47 +00:00
Paul Brodner
4234969f75 Merge pull request #36 from Alfresco/fix/SEARCH-1017-merge-tas
SEARCH-1027 capability to run TAS tests
2018-08-09 14:24:53 +03:00
Paul Brodner
9186b8f9af enabling whiteSource scan only on master and relese branches 2018-08-09 14:01:13 +03:00