Alex Mukha
216aa4f676
REPO-3057 Remove unnecessary arguments in docker build command
2017-11-21 16:12:04 +00:00
Alex Mukha
18020d1730
REPO-3057 Add lsof package to Docker image
2017-11-21 16:10:26 +00:00
Alex Mukha
1bb3a5954c
REPO-3057 Correct user creation in Docker image
2017-11-21 16:04:00 +00:00
Alex Mukha
dcc6ad3450
REPO-3057 Correct zip extraction in build script
2017-11-21 15:43:54 +00:00
Alex Mukha
fe0b287b52
REPO-3057 Point build script to target folder
2017-11-21 15:25:36 +00:00
Alex Mukha
61a86596e6
REPO-3057 Change installation commands to use yum
2017-11-21 15:23:34 +00:00
Alex Mukha
41e998b55e
REPO-3057 Use local resources to build the Docker image
2017-11-21 15:16:48 +00:00
Alex Mukha
61f42dee48
REPO-3057 Use latest base Alfresco Java image available
2017-11-21 14:51:36 +00:00
Alex Mukha
edc39823cb
REPO-3057 Use Java image from quay.io as a base
2017-11-21 14:02:28 +00:00
Michael
4c6cf8c14f
Search-633, added lockOwner as an identifier to allow faceting on lockOwner
2017-11-21 12:49:26 +00:00
Michael
f42447eca0
Search-633, updated cm:lockOwner to be cross locale.
2017-11-13 22:48:25 +00:00
Michael
4938b109cf
Merge branch 'develop' of git.alfresco.com:search_discovery/searchservices into develop
2017-11-07 17:11:24 +00:00
Michael
0c1d478e53
Search-558, fix to remove temp files
2017-11-07 17:11:12 +00:00
Andrew Hind
1cc8afd203
Merge branch 'feature/SEARCH-433_CMIS_LOJ' into 'develop'
...
SEARCH-433 CMIS QL - Support inner and left outer joins
See merge request !21
2017-10-23 12:12:31 +01:00
ahind
7ab8b6e22a
SEARCH-433 CMIS QL - Support inner and left outer joins
2017-10-03 18:47:34 +01:00
Michael Suzuki
055b7b481e
Search-615, updated docker compose to retrieve the latest platfom image for community search
2017-09-27 13:51:55 +01:00
ahind
197e1a2ded
SEARCH-554 Model Tracker does not delete in-memory models
...
- MNT-17627 When a model created in Model Manager has a text property and the search option is set to “List of values – whole match” the search results are being tokenized.
2017-09-13 21:10:01 +01:00
Tuna Aksoy
2431a80ee0
SEARCH-542: Updated docker-compose file to use Repo/Share 5.2.2-SNAPSHOT
2017-09-08 18:11:57 +01:00
ahind
dce26d9ea6
Fix bug splitting java options - they are ignored
2017-09-06 11:21:07 +01:00
Tuna Aksoy
b5f505f4f7
Merge branch 'feature/SEARCH-542_Docker_Image' into 'develop'
...
SEARCH-542: Fixed an issue in the build script and updated SOLR URL in the readme file
See merge request !18
2017-09-05 17:48:23 +01:00
Tuna Aksoy
932b00efcf
SEARCH-542: Fixed an issue in the build script and updated SOLR URL in the readme file
2017-09-05 17:25:03 +01:00
Tuna Aksoy
db42224c86
SEARCH-540: Fixed issues after moving enterprise only code
2017-08-31 13:31:17 +01:00
Gethin James
85816b90c1
SEARCH-569: Moving to use AbstractAlfrescoDistributedTest instead of AbstractStreamTest
...
(cherry picked from commit edb2386)
2017-08-29 13:47:52 +02:00
Gethin James
582e1916b1
SEARCH-569: Adding to the tests
...
(cherry picked from commit cca7230)
2017-08-29 13:47:44 +02:00
Gethin James
8c48e73c7a
Merge branch 'feature/SEARCH-550_select_queries' into 'develop'
...
Feature/search 550 select queries
See merge request !16
2017-08-25 09:35:40 +01:00
Michael Suzuki
fe07708de9
Search-569, Added tests to cover CachedDocTransformer and fixed issue with : been used as an alias
...
(cherry picked from commit 8628035)
2017-08-24 17:30:32 +02:00
Michael Suzuki
5ed1abe0a1
Merge branch 'develop' of https://git.alfresco.com/search_discovery/searchservices into develop
2017-08-22 10:12:28 +01:00
Michael Suzuki
84b960e541
Search-548, adding test for simple distinct query and fixed the default query to work in afts.
2017-08-22 10:12:25 +01:00
Joel
ca472c2992
SEARCH-550: Add the CachedDocTransformer
2017-08-21 19:49:15 -04:00
Gethin James
8ab853f45c
Merge branch 'feature/SEARCH-551_Support_non_grouped_SQL_aggregation_queries' into 'develop'
...
SEARCH-551 (Support non-grouped SQL aggregation queries)
See merge request !14
2017-08-21 12:48:07 +01:00
Tuna Aksoy
1c43ec6874
Merge branch 'develop' into feature/SEARCH-551_Support_non_grouped_SQL_aggregation_queries
2017-08-18 22:19:17 +01:00
Gethin James
4460096585
SEARCH-506: Adding better logging/tests of routing fallback
2017-08-18 16:53:38 +02:00
Gethin James
5520fc2063
SEARCH-506: Basic sharding test
2017-08-16 15:55:31 +02:00
Michael Suzuki
af894f21ca
Merge branch 'develop' of https://git.alfresco.com/search_discovery/searchservices into develop
2017-08-16 11:11:02 +01:00
Michael Suzuki
479d289680
Search-548, refactored out the duplications in sql stream tests
2017-08-16 11:10:54 +01:00
Gethin James
75e9ef5f79
SEARCH-506: Adding DBID fallback for errors / invalid config.
2017-08-16 11:22:41 +02:00
ahind
a73239bddb
Revert "SEARCH-492 Investigate / fix issues with the test framework"
...
This reverts commit 47bc715da4 .
2017-08-16 10:07:26 +02:00
Andrew Hind
0690f00b73
Merge branch 'feature/SEARCH-506' into 'develop'
...
Feature/search 506 Explicit shard routing
See merge request !11
2017-08-16 08:54:19 +01:00
Gethin James
61b3d646c6
SEARCH-506: Adding noderef to the debug message
2017-08-15 18:01:27 +02:00
Gethin James
45c25a13c0
SEARCH-506: Using solrclient 5.3-SNAPSHOT
2017-08-15 17:11:22 +02:00
Gethin James
859647ee60
Merge branch 'feature/SqlIntegration' into 'develop'
...
Feature/sql integration
See merge request !12
2017-08-15 12:19:09 +01:00
Gethin James
fc07ec25e1
SEARCH-536: Adding the /sql handler to the rerank template
2017-08-14 12:07:32 +02:00
Gethin James
a702d31412
SEARCH-536: Setting the StreamContext and json body
2017-08-11 16:05:27 +02:00
Gethin James
99f86c2bb3
SEARCH-536: Removing duplicate code
2017-08-11 16:03:04 +02:00
Joel
cb103b679d
SEARCH-536: Integrate the Solr /sql handler into Alfresco/Solr (Work in progress)
2017-08-10 13:55:17 -04:00
Gethin James
13feb1a1e6
SEARCH-506: Changing the shard id router to use the node property
2017-08-10 17:36:33 +02:00
Gethin James
a10a3d7c7f
SEARCH-506: All acls go to all shards
2017-08-10 12:09:24 +02:00
Gethin James
a2db723186
SEARCH-506: Handling a null properties
2017-08-08 15:19:26 +02:00
Gethin James
1bbcd35484
SEARCH-506: Adding an explicit shard router
2017-08-08 13:36:34 +02:00
Gethin James
67cc26c635
SEARCH-492: Reducing the ThreadLeakLingering time
2017-08-08 09:50:38 +02:00