Commit Graph
5165 Commits
Author SHA1 Message Date
Alex Mukha 4d2152ad51 Change alpha version 2020-07-17 16:15:24 +01:00
Alex Mukha 3f0b95e965 Add deploy stage 2020-07-13 17:28:57 +01:00
Alex Mukha 9bdf0b4e56 Change the location of zepplin zip 2020-07-10 20:02:59 +01:00
Alex Mukha 5788dc6561 Rename whitesource config to be picked up 2020-07-10 19:42:54 +01:00
Alex Mukha c5e827afc8 Add defaut config file for whitesource 2020-07-10 19:41:51 +01:00
Alex Mukha f47f8e85fb Correct zeppelin folder location 2020-07-10 18:13:41 +01:00
Alex Mukha 6266e7018e Correct whitesource cli params 2020-07-10 18:11:24 +01:00
Alex Mukha 9e5d5347e4 Add whitesource scans 2020-07-10 17:35:33 +01:00
Alex Mukha ccdda07ec1 Cleanup unnecessary docker image creation 2020-07-10 16:23:15 +01:00
Alex Mukha b79554f3b9 Add docker images verification 2020-07-09 14:04:53 +01:00
Alex Mukha 992357c90e Fix unit test mvn cleanup 2020-07-09 13:33:52 +01:00
Alex Mukha a2414f37ee Cleanup maven commands 2020-07-09 13:23:02 +01:00
Alex Mukha 0e8568f20c Add Integration tests 2020-07-09 13:21:39 +01:00
Alex Mukha 45930b9b5e Add SQL API tests 2020-07-09 13:14:31 +01:00
Alex Mukha f592ce4c65 Enable branch restrictions 2020-07-08 20:40:06 +01:00
Alex Mukha 30a2cb46e6 Correct maven command for Search API tests 2020-07-08 20:38:49 +01:00
Alex Mukha 77c7d6eeb1 Add Search API tests 2020-07-08 20:11:05 +01:00
Alex Mukha 89721afe93 Add quay.io login 2020-07-08 19:44:43 +01:00
Alex Mukha 1027da8be5 Add HF repository 2020-07-08 17:52:02 +01:00
Alex Mukha fcba92611a Rename test stage 2020-07-08 17:05:14 +01:00
Alex Mukha 121a045e78 Increase timeouts for install scripts 2020-07-08 16:27:08 +01:00
Alex Mukha d191bc85ca Add internal releases repository 2020-07-08 15:44:04 +01:00
Alex Mukha 5ad53074f1 Change distribution management and repository URls 2020-07-08 14:35:47 +01:00
Alex Mukha 7c5d22b39f Rename stages 2020-07-08 12:37:26 +01:00
Alex Mukha 071baea49e Add quiet flag to install commands 2020-07-08 12:13:47 +01:00
Alex Mukha 3bf3677779 Add config for CMIS API tests 2020-07-08 12:11:35 +01:00
Alex Mukha 6c717e91d5 Add settings.xml 2020-07-08 11:24:48 +01:00
Alex Mukha 1aeb1bc426 Comment out settings.xml 2020-07-08 10:09:34 +01:00
Alex Mukha c5c02bfbb5 Remove deprecated sudo 2020-07-08 10:08:39 +01:00
Alex Mukha cb32feb1fd Add simple unit test job 2020-07-08 10:02:28 +01:00
Angel Borroy 01a60ff74a Merge pull request #828 from Alfresco/feature/SEARCH-1915_FixCryptoStores
SEARCH-1915: Generating again crypto stores with the new way of working.
2020-06-30 12:19:02 +02:00
Angel Borroy 1e52cb4758 SEARCH-1915: Generating again crypto stores with the new way of working. 2020-06-30 11:38:23 +02:00
Angel Borroy c4bb0840d9 Merge pull request #575 from Alfresco/feature/SEARCH-2041_UpdatePomSCM
SEARCH-2041: Move project from Git to GitHub
2020-06-25 15:59:07 +02:00
Angel Borroy 0c17b81d6f SEARCH-2041: Move project from Git to GitHub
Change Maven Git protocol from https to ssh
2020-06-25 13:18:53 +02:00
Alex Mukha 4ec595c29d SEARCH-2034 Add CODEOWNERS 2020-06-24 11:37:36 +01:00
Angel Borroy 5f41a04cae Merge pull request #574 from Alfresco/feature/SEARCH-2041_MoveToGitHub
SEARCH-2041: Move project from Git to GitHub
2020-06-24 10:15:06 +02:00
Angel Borroy cf6ad2b8e6 Update README.md 2020-06-24 09:51:12 +02:00
Angel Borroy d925801768 SEARCH-2041: Move project from Git to GitHub 2020-06-23 10:11:39 +02:00
Angel Borroy 41b0d226b1 Update README.md 2020-06-23 08:44:50 +01:00
Tom Page f7dbfba872 Merge branch 'feature/SEARCH-2271_ShardMethodEnum' into 'master'
SEARCH-2271 Refactor shardMethod to use enum.

See merge request search_discovery/insightengine!582
2020-06-23 08:33:34 +01:00
Tom Page b5c128bd46 SEARCH-2271 Refactor shardMethod to use enum.
This fixes a type-mismatch issue with equality testing.
2020-06-22 11:04:43 +01:00
Tom Page 05e0cf8c5d Merge branch 'feature/SEARCH-1915_DockerJavaToolOpts' into 'master'
SEARCH-1915: Use JAVA_TOOL_OPTIONS to pass SOLR SSL password values.

See merge request search_discovery/insightengine!581
2020-06-19 15:40:33 +01:00
Angel Borroy 4798e55884 SEARCH-1915: Use JAVA_TOOL_OPTIONS to pass SOLR SSL password values.
SOLR_SSL_TRUST_STORE_PASSWORD >> solr.jetty.truststore.password
SOLR_SSL_KEY_STORE_PASSWORD >> solr.jetty.keystore.password
SOLR_SSL_CLIENT_KEY_STORE_PASSWORD >> javax.net.ssl.keyStorePassword
SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD >> javax.net.ssl.trustStorePassword
2020-06-19 16:27:30 +02:00
Angel Borroy d2f17198d6 Merge branch 'feature/SEARCH-2277_ApacheLicense' into 'master'
SEARCH-2277: Restore Apache License header to source code modified from Lucene Solr project.

See merge request search_discovery/insightengine!557
2020-06-18 14:34:45 +01:00
Angel Borroy 9b1f2407d1 SEARCH-2277: Restore Apache License header: modifications copyright. 2020-06-18 15:19:41 +02:00
Angel Borroy 4b723d5da1 SEARCH-2277: Restore Apache License header to source code modified from Lucene Solr project. 2020-06-18 15:03:03 +02:00
Angel Borroy 326245f099 Merge branch 'feature/SEARCH-1915_DockerComposeBestPractices' into 'master'
SEARCH-1915: Hide Java Environment values from external process like 'ps'

See merge request search_discovery/insightengine!556
2020-06-18 12:20:20 +01:00
Angel Borroy da6566b4a8 SEARCH-1915: Hide Java Environment values from external process like 'ps'
When using the JAVA_TOOL_OPTIONS environment variable, values are not passed as arguments to the Java Process
2020-06-18 12:43:52 +02:00
Andrea Gazzarini 2947621460 Merge branch 'fix/SEARCH-2303_npe_on_tracker_state' into 'master'
Fix/search 2303 npe on tracker state

See merge request search_discovery/insightengine!554
2020-06-17 15:50:09 +01:00
Andrea Gazzarini 70a9570e1d Merge branches 'fix/SEARCH-2303_npe_on_tracker_state' and 'master' of https://git.alfresco.com/search_discovery/insightengine into fix/SEARCH-2303_npe_on_tracker_state
 Conflicts:
	search-services/alfresco-search/src/main/java/org/alfresco/solr/tracker/AbstractTracker.java
2020-06-17 15:50:08 +01:00