alfresco-build
5568f1e0e3
[maven-release-plugin] prepare for next development iteration
1.4.3
2020-08-17 16:31:12 +00:00
alfresco-build
8040893584
[maven-release-plugin] prepare release 1.4.3
2020-08-17 16:31:02 +00:00
alfresco-build
e13d36bdb7
[maven-release-plugin] prepare for next development iteration
1.4.3-RC2
2020-08-13 18:44:19 +00:00
alfresco-build
aaf6890501
[maven-release-plugin] prepare release 1.4.3-RC2
2020-08-13 18:44:10 +00:00
Angel Borroy
d4f0fbe233
SEARCH-2126: Fix Test Group Constant
2020-08-13 13:07:10 +01:00
Angel Borroy
588807c9a8
SEARCH-2126: Remove facet query results having count equals to zero.
...
Cherry picked from e46d962
2020-08-13 13:06:59 +01:00
alfresco-build
bb2121760f
[maven-release-plugin] prepare for next development iteration
2020-08-10 12:47:12 +00:00
alfresco-build
dabb82ddc8
[maven-release-plugin] prepare release 1.4.3.0-RC1
2020-08-10 12:47:03 +00:00
Alex Mukha
b0cf7f15ac
SEARCH-2335 Update pom version according to the new branch
2020-08-10 12:00:48 +01:00
Alex Mukha
3b14ebdceb
SEARCH-2346 Update data-model for 1.4.x ( #894 )
...
* Update data-model 8.145
* Transitive update of dom4j 2.1.3
* Removed tests as those don't exist on 2.0 (SEARCH-2142)
2020-08-08 18:16:14 +01:00
Alex Mukha
28092224f8
Merge pull request #870 from Alfresco/feature/SEARCH-2349_backport_fix_tool_to_1.4.x
...
SEARCH-2349 backport fix tool to 1.4.x
2020-08-05 16:21:02 +01:00
Alex Mukha
07cc0c7f14
SEARCH-2372 Update base docker image ( #882 )
2020-08-05 14:59:47 +01:00
Angel Borroy
6d2437060e
Merge pull request #878 from Alfresco/fix/SEARCH-2237_OOMANAME
...
SEARCH-2237: ANAME field was not cleared before updating in the Casca…
2020-08-04 15:18:31 +02:00
Angel Borroy
d4e0da51d7
SEARCH-2237: ANAME field was not cleared before updating in the CascadeTracker, so the field was growing without control.
...
That was generating a huge SolrDocument that may generate OOM crashes on the Solr Server.
2020-08-04 11:22:53 +02:00
elia
f873c77353
[SEARCH-2349]
...
fix unit tests
2020-07-31 10:44:58 +02:00
elia
6d33b95308
[SEARCH-2330]
...
fix formatting
(cherry picked from commit 5616b51370c7b36fe0912be5a2ed06f1ec0f7433)
2020-07-31 10:13:41 +02:00
elia
1ff0eb6c8d
[SEARCH-2330]
...
changed log messages at tracking enabling and disabling
(cherry picked from commit fed8dec9fe735f20de673e53e4da42e122028d29)
2020-07-31 10:13:41 +02:00
elia
44de42afd2
[SEARCH-2330]
...
managed persistence accross reloads with static variable
2020-07-31 10:12:51 +02:00
Andrea Gazzarini
975e936914
SEARCH-2330: enable/disable indexing ( #856 )
...
* [ SEARCH-2330 ] AlfrescoCoreAdminHandler START/STOP (no logic) + Unit tests
* [ SEARCH-2330 ] Activatable + ActivatableTracker
* [ SEARCH-2330 ] AbstractShardInformationPublisher and NodeStatePublisher removed (replaced by ShardStatePublisher)
* [ SEARCH-2330 ] Test fixes
* [ SEARCH-2330 ] Fix ClassCastException on ShardStatePublisher
* [ SEARCH-2330 ] Fix Unnecessary Stubbing
* [ SEARCH-2330 ] ActivatableTrackerTest
* [ SEARCH-2330 ] Fix action changes (it depends on the indexing state)
* [ SEARCH-2330 ] Purge on stop/start
* [ SEARCH-2330 ] Rollback on scheduled maintenance + Unit tests
* [ SEARCH-2330 ] Persist indexing state across core reloads
* [ SEARCH-2330 ] Minor renaming on tests
* [ SEARCH-2330 ] Fix Unit test failures
* [ SEARCH-2330 ] Fix E2E
* [ SEARCH-2330 ] Fix Retry expectation
* [ SEARCH-2330 ] Fix Json Path in retry expectaction
* [ SEARCH-2330 ] Fix ClassCastException
* [ SEARCH-2330 ] Review comments addressed
* [ SEARCH-2330 ] Review comments addressed (additional comments in the code)
(cherry picked from commit adadff9469fed4bb7bd166a0b3dd31e486b0c4f1)
2020-07-31 10:12:23 +02:00
elia
15124910e3
[ SEARCH-2223 ] First implementation on FIX report (always goes through repo for asking nodes count)
...
(cherry picked from commit 41a029c395fad7e2ce93541e02326065920ac07e)
2020-07-31 09:52:57 +02:00
Tom Page
17ad62e9cd
Merge pull request #864 from Alfresco/feature/SEARCH-2324_UpdateBaseDockerImage
...
SEARCH-2324 Update base Docker image.
(cherry picked from commit 71adf60dde63603b55872eb56d6dcfd2b030daa8)
2020-07-29 15:40:23 +01:00
Alex Mukha
f7a7de7e49
SEARCH-2365: Backport SEARCH-1915 to 1.4.x
2020-07-28 15:32:34 +01:00
Alex Mukha
2c8d7e7412
SEARCH-2365: Backport SEARCH-1915 changes to 1.5.x
2020-07-28 11:28:16 +01:00
Tom Page
09fb174d64
Merge pull request #837 from Alfresco/feature/SEARCH-2356_DockerLogLevel_14x
...
Merge pull request #835 from Alfresco/feature/SEARCH-2356_DockerLogLevel
2020-07-16 12:16:13 +01:00
Tom Page
f4acd5e847
Merge pull request #835 from Alfresco/feature/SEARCH-2356_DockerLogLevel
...
Feature/search 2356 docker log level
(cherry picked from commit 9150756abb400035df6e9990bcfbe30c3221ec0a)
2020-07-16 10:20:54 +01:00
Angel Borroy
4cb70cebbc
Merge pull request #579 from Alfresco/feature/SEARCH-2041_MoveRepositoryGitToGitHub_release_V1.4.x
...
SEARCH-2041: Move repository from Git to GitHub
2020-06-25 16:00:28 +02:00
Angel Borroy
7b31d69c8b
SEARCH-2041: Move repository from Git to GitHub
2020-06-25 13:50:57 +02:00
Angel Borroy
17631d9cdb
Merge branch 'feature/SEARCH-2277_RestoreApacheLicenseHeader_release_V1.4.x' into 'release/V1.4.x'
...
SEARCH-2277: Restoring Apache License Header
See merge request search_discovery/insightengine!575
2020-06-19 08:01:33 +01:00
Andrea Gazzarini
ee7c188493
Merge branch 'fix/SEARCH_2303_in_1.4.x' into 'release/V1.4.x'
...
Fix/search 2303 in 1.4.x
See merge request search_discovery/insightengine!560
2020-06-18 18:23:33 +01:00
Andrea Gazzarini
6643201abf
[ SEARCH-2303 ] Turn off / reset the tracker state silently
...
(cherry picked from commit 6b05c1ae594d78c4eba29ec367e2b48f0455d728)
2020-06-18 18:23:33 +01:00
Angel Borroy
756348de6e
SEARCH-2277: Restoring Apache License Header
2020-06-18 17:14:08 +02:00
Elia Porciani
55832044e4
Merge branch 'fix/SEARCH-2279_to_1.4.x' into 'release/V1.4.x'
...
Fix/search 2279 to 1.4.x
See merge request search_discovery/insightengine!552
2020-06-17 08:27:13 +01:00
Elia Porciani
1b8a7c7d14
[SEARCH-2279]
...
Registration to ACS is handled by a specific tracker
(cherry picked from commit d9d9edb57013a9995f79ef98ed877a81b07809f2)
2020-06-17 08:27:13 +01:00
Angel Borroy
df90c8bcc1
SEARCH-2238: Cherry-pick from master
...
git cherry-pick -n -X ignore-all-space 6352e2fa
2020-06-09 12:56:36 +02:00
Keerat Lalia
82802d6006
Merge branch 'feature/SEARCH-2249_LicenseHeaderCheck_V1.4.x' into 'release/V1.4.x'
...
Feature/search 2249 license header check v1.4.x
See merge request search_discovery/insightengine!505
2020-05-21 15:29:10 +01:00
Tom Page
99af89fedc
SEARCH-2249 Adding License Header
2020-05-14 16:13:12 +01:00
Tom Page
aaf3f3e283
SEARCH-2249 Allow automated updates to the copyright headers.
...
This can be done with the command:
mvn clean install -Dlicense.update.dryrun=false -DskipTests=true
(cherry picked from commit e184132fc8914d30691e753594b01cb60a076b6b)
2020-05-14 16:12:11 +01:00
Keerat
9705e60d26
SEARCH-2249 Fixing the format of the plugin in the parent pom
...
(cherry picked from commit 763c8b047df1458c0e5fc8be0a23a098e9e32e16)
2020-05-14 16:12:11 +01:00
Keerat
04a3160cd8
SEARCH-2249 Fixing the format of the plugin in the parent pom
...
(cherry picked from commit 56fc41bc2d89d008da6cffc29826212174203db3)
2020-05-14 16:12:11 +01:00
Keerat
daa8ea9f30
SEARCH-2249 Updating the license property in the e2e/pom file
...
(cherry picked from commit 3dcc1b6e5eae6d7c7533200cf1cdf70a4336d681)
2020-05-14 16:12:10 +01:00
Keerat
b4bb6368dd
SEARCH-2249 Adding plugin to parent pom and updating license property in search-services
...
(cherry picked from commit 4838aa2e468b4727ed25c36050c52d7dd815b951)
2020-05-14 16:12:10 +01:00
Tom Page
9a8b839592
SEARCH-2254 Use latest base image.
...
The previous one had a default expiry of two weeks.
(cherry picked from commit d55ce285976a405d7454e68a17256527a0fb286b)
2020-05-13 15:41:07 +01:00
bamboo_auth
ac936b5839
[maven-release-plugin] prepare for next development iteration
1.4.3-A1
2020-05-13 09:57:59 +00:00
bamboo_auth
b57de095e4
[maven-release-plugin] prepare release 1.4.3-A1
2020-05-13 09:57:56 +00:00
Tom Page
83a9f81b73
Merge branch 'feature/SEARCH-2223_SolrInformationServerExceptions' into 'master'
...
SEARCH-2223 Revert some exception handling in SolrInformationServer to fix intermittent tests.
See merge request search_discovery/insightengine!488
(cherry picked from commit d30b572dd19082ee03f213acfe3d420b98f6174a)
2020-05-06 11:03:33 +01:00
bamboo_auth
59cf6404e3
[maven-release-plugin] prepare for next development iteration
2020-04-28 16:22:41 +00:00
bamboo_auth
f46c3e2d51
[maven-release-plugin] prepare release 1.4.2
1.4.2
2020-04-28 16:22:38 +00:00
Alex Mukha
0632aee824
Merge branch 'feature/search-2219-update-base-java-image' into 'master'
...
SEARCH-2219 Update base Java image
See merge request search_discovery/insightengine!481
2020-04-28 13:54:07 +01:00
bamboo_auth
22fecf4203
[maven-release-plugin] prepare for next development iteration
2020-04-24 07:31:22 +00:00
bamboo_auth
f089fb76cf
[maven-release-plugin] prepare release 1.4.2-RC3
2020-04-24 07:31:19 +00:00