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 |
|
dependabot-preview[bot]
|
7ea424fae2
|
Bump randomizedtesting-runner from 2.7.7 to 2.7.8 in /search-services
Bumps randomizedtesting-runner from 2.7.7 to 2.7.8.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-07 21:17:54 +00: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 |
|
Angel Borroy
|
a7a477150f
|
Merge branch 'fix/SEARCH-2118_OpenSSLRemoval' into 'master'
SEARCH-2118: Removing OpenSSL program from SS/IE Docker Images.
See merge request search_discovery/insightengine!546
|
2020-06-17 12:50:33 +01:00 |
|
Andrea Gazzarini
|
6f72bd6baa
|
Merge branch 'fix/SEARCH-2303_npe_on_tracker_state' into 'master'
[ SEARCH-2303 ] Turn off / reset the tracker state silently
See merge request search_discovery/insightengine!550
|
2020-06-17 08:11:30 +01:00 |
|
Andrea Gazzarini
|
41fba16dae
|
[ SEARCH-2303 ] Turn off / reset the tracker state silently
|
2020-06-17 08:11:30 +01:00 |
|
Tom Page
|
a624a34255
|
Merge branch 'dependabot/maven/e2e-test/org.alfresco.tas-utility-3.0.21' into 'master'
Bump utility from 3.0.20 to 3.0.21 in /e2e-test
See merge request search_discovery/insightengine!549
|
2020-06-16 13:51:08 +01:00 |
|
Angel Borroy
|
8dc8dbf010
|
Bump Spring Libraries version for notice.txt
|
2020-06-16 12:11:58 +02:00 |
|
Angel Borroy
|
384bed9083
|
Merge branch 'feature/SEARCH-2296_SQLQuarterSupport' into 'master'
Feature/search 2296 sql quarter support
See merge request search_discovery/insightengine!547
|
2020-06-16 10:33:20 +01:00 |
|
Angel Borroy
|
c3641bf91b
|
SEARCH-2296: Bump alfresco-data-model version
|
2020-06-16 10:35:18 +02:00 |
|
dependabot-preview[bot]
|
ab27acbecb
|
Bump utility from 3.0.20 to 3.0.21 in /e2e-test
Bumps [utility](https://github.com/Alfresco/alfresco-tas-utility) from 3.0.20 to 3.0.21.
- [Release notes](https://github.com/Alfresco/alfresco-tas-utility/releases)
- [Changelog](https://github.com/Alfresco/alfresco-tas-utility/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/Alfresco/alfresco-tas-utility/compare/utility-3.0.20...utility-3.0.21)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-15 21:12:41 +00:00 |
|
Angel Borroy
|
dc494362ea
|
SEARCH-2296: Testing for the new "_unit_of_time_quarter" date part field.
|
2020-06-15 16:22:24 +02:00 |
|
Angel Borroy
|
07cc6af3f3
|
SEARCH-2296: Add new "_unit_of_time_quarter" date part field.
|
2020-06-15 16:21:53 +02:00 |
|