Commit Graph

24596 Commits

Author SHA1 Message Date
dependabot-preview[bot]
0e4fb09678 Bump alfresco-repository from 8.206 to 8.207 (#681) 2020-06-16 21:30:44 +00:00
Travis CI User
520c6dba12 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-16 20:24:22 +00:00
Travis CI User
4ca1197c04 [maven-release-plugin][skip ci] prepare release alfresco-repository-8.207 2020-06-16 20:24:14 +00:00
Travis CI User
1c84e2bed5 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-16 20:23:29 +00:00
Travis CI User
ca8d30bd79 [maven-release-plugin][skip ci] prepare release alfresco-remote-api-8.188 2020-06-16 20:23:21 +00:00
Alan Davis
9fefc6ff90 Pick up T-Engine 2.3.0 2020-06-16 20:57:01 +01:00
Alan Davis
a8ea6e94c9 Pick up upstream projects 2020-06-16 18:55:09 +01:00
Alan Davis
6e9950b7da Pick up upstream projects 2020-06-16 18:50:29 +01:00
Travis CI User
1ff9bcbdd5 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-16 17:40:01 +00:00
Travis CI User
3286c78f66 [maven-release-plugin][skip ci] prepare release alfresco-repository-8.206 2020-06-16 17:39:53 +00:00
Alan Davis
9795fc3787 Pick up upstream projects and T-Engine 2.2.3 2020-06-16 18:16:37 +01:00
Alan Davis
63ace3abd8 REPO-4334 Move metadata extraction into T-Engines (#1015)
* ContentMetadataExtracter (the Action service Executer):
        * Code refactored so that post processing of extracted properties can be called after a
          transform has taken place in an async call. Previously done in the same Thread.
        * The source size is passed to the metadataExtracterRegistry as this is needed to select
          the transform.
        * Passes the source nodeRef to the metadataExtractor, so that it is possible to update
          the correct node after the async transform call.
    * AbstractMappingMetadataExtracter (the base class for all extractors):
        * Post extract processing extracted into separate methods.
        * NodeRef made available to sub classes.
    * AsynchronousExtractor (new metadata extractor and embedder) that will use
      a T-Engine.
    * Set targetExtension in transform for metadata extract and embed requests to T-Engines
      in both LocalTransforms (community) and RenditionEventProducer (enterprise).
    * RenditionService2Impl (used to request and respond to async transform requests).
        * Add consumeExtractedMetadata and consumeEmbeddedMetadata methods, which
          handle the response, normally be calling AsynchronousExtractor.
    * Discovered that the JodConverterMetadataExtracter was superseded by the
    * TikaPoweredMetadataExtracter for all the types that it support in 6.0.1 and could have been
      deprecated at that time as part of REPO-2910. It will now be deprecated so that it can be
      removed in 7.0.0.

Additional tests are being added to AsynchronousExtractorTest for overwritePolicy, enableStringTagging and carryAspectProperties in a separate PR, as these will cover tests at a likely to be removed when delete local extractors.
2020-06-16 18:12:30 +01:00
Travis CI User
88b135f8d9 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-16 08:27:30 +00:00
Travis CI User
3c9180ca68 [maven-release-plugin][skip ci] prepare release 8.123 2020-06-16 08:27:23 +00:00
Angel Borroy
7e2ef6e994 SEARCH-2296: Add new "_unit_of_time_quarter" date part field. (#267) 2020-06-16 10:22:45 +02:00
Travis CI User
d8bddd199c [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-15 23:04:45 +00:00
Travis CI User
988193d6cf [maven-release-plugin][skip ci] prepare release alfresco-remote-api-8.187 2020-06-15 23:04:37 +00:00
Travis CI User
a70eb5f045 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-15 22:32:36 +00:00
Travis CI User
ee5e22f7d7 [maven-release-plugin][skip ci] prepare release alfresco-repository-8.205 2020-06-15 22:32:28 +00:00
dependabot-preview[bot]
2f6d4241c1 Bump alfresco-repository from 8.203 to 8.204 (#679) 2020-06-15 22:20:49 +00:00
dependabot-preview[bot]
d2cb57048b Bump alfresco-data-model from 8.119 to 8.122 (#1049) 2020-06-15 21:32:50 +00:00
dependabot-preview[bot]
5f2b542025 Bump alfresco-data-model from 8.119 to 8.122 (#680) 2020-06-15 21:28:39 +00:00
Travis CI User
0a15ea6a45 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-15 11:10:09 +00:00
Travis CI User
19588497d2 [maven-release-plugin][skip ci] prepare release 8.122 2020-06-15 11:10:02 +00:00
tiagosalvado10
4e169a7faf [MNT-18448] Added Visio extensions: vss, vst, vsdm, vssx, vssm, vstx, vstm (#265)
* [MNT-18448] Added Visio extensions: vss, vst, vsdm, vssx, vssm, vstx, vstm

* vsd changed to default extension

Co-authored-by: Nicolas Barithel <nicolas@barithel.fr>
2020-06-15 12:05:37 +01:00
Travis CI User
c705342f9a [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-15 11:00:44 +00:00
Travis CI User
b385de93f3 [maven-release-plugin][skip ci] prepare release alfresco-remote-api-8.186 2020-06-15 11:00:36 +00:00
Travis CI User
e7a721254a [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-15 11:00:10 +00:00
Travis CI User
430d1db878 [maven-release-plugin][skip ci] prepare release 8.121 2020-06-15 11:00:02 +00:00
tiagosalvado10
41f0ffd0b6 [MNT-20953] Added Project extension: mpt (#264)
* [MNT-20953] Added Project extension: mpt
2020-06-15 11:45:50 +01:00
Chris Shields
2c35bb984b Revert "Feature/repo 5118 node download event (#655)" (#676)
This reverts commit 331efab5a0.
2020-06-15 10:50:03 +01:00
Travis CI User
2bffe2afec [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-15 09:04:52 +00:00
Travis CI User
d762b9d221 [maven-release-plugin][skip ci] prepare release alfresco-repository-8.204 2020-06-15 09:04:44 +00:00
Ayman Harake
403256e5fa ATS-731: Add missing legacy pipelines to the local basePipelines json file (#1011)
* ATS-731: Added new pipelines

* ATS-731: Took out new line

* ATS-731: Fixed spacing

* ATS-731: Add missing source and target MediaTypes to the libreofficeToPdf pipeline

* ATS-731: Add OutlookMsg2Office transformer pipeline

* ATS-731: Renamed pipeline OutlookMsg2Office to outlookMsgToLibreofficeViaText

* ATS-762: Remove duplicate MediaTypes from libreofficeToPdf pipeline and add options to it and the outlookMsgToLibreofficeViaText pipeline

Co-authored-by: kristian <kristian.dimitrov@alfresco.com>
2020-06-15 09:43:23 +01:00
Travis CI User
0358534d91 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-12 21:49:13 +00:00
Travis CI User
e2a3525778 [maven-release-plugin][skip ci] prepare release alfresco-remote-api-8.185 2020-06-12 21:49:05 +00:00
dependabot-preview[bot]
1e0ca79f21 Bump alfresco-repository from 8.202 to 8.203 (#678) 2020-06-12 21:30:07 +00:00
Travis CI User
01b7b63a27 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-12 21:21:03 +00:00
Travis CI User
f8d92217a8 [maven-release-plugin][skip ci] prepare release 8.120 2020-06-12 21:20:53 +00:00
dependabot-preview[bot]
27e966349b Bump alfresco-core from 8.34 to 8.35 (#266) 2020-06-12 21:15:50 +00:00
Travis CI User
14d147b419 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-12 12:19:34 +00:00
Travis CI User
ce771d5520 [maven-release-plugin][skip ci] prepare release alfresco-repository-8.203 2020-06-12 12:19:27 +00:00
Elia Porciani
42cca6b077 [SEARCH-2279] (#1045)
added new configuration parameter in shardRegistry
2020-06-12 13:58:41 +02:00
Travis CI User
8437a84e92 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-11 21:46:37 +00:00
Travis CI User
66795d968a [maven-release-plugin][skip ci] prepare release alfresco-remote-api-8.184 2020-06-11 21:46:29 +00:00
dependabot-preview[bot]
22c531f033 Bump postgresql from 42.2.13 to 42.2.14 (#675) 2020-06-11 21:28:51 +00:00
dependabot-preview[bot]
cf647db39e Bump alfresco-core from 8.34 to 8.35 (#674) 2020-06-11 21:28:01 +00:00
Travis CI User
e1ca3dc1f2 [maven-release-plugin][skip ci] prepare for next development iteration 2020-06-11 13:39:58 +00:00
Travis CI User
7845ab8def [maven-release-plugin][skip ci] prepare release alfresco-remote-api-8.183 2020-06-11 13:39:51 +00:00
DenisGabriela
0822f92cdf ACS-304 : Update alfresco repository and data model versions 2020-06-11 16:20:41 +03:00