Commit Graph

25 Commits

Author SHA1 Message Date
montgolfiere
5cd8899a52 ACS-197 / ACS-207 : Add REST API for Version Renditions (#654)
* ACS-197 / ACS-207 : Add REST API for Version Renditions

- add four new endpoints for version-specific renditions and automated tests (+ve & -ve)

-- GET /nodes/{nodeId}/versions/{versionId}/renditions - List renditions for a version
-- POST /nodes/{nodeId}/versions/{versionId}/renditions - Create rendition for a version
-- GET /nodes/{nodeId}/versions/{versionId}/renditions/{renditionId} - Get rendition information for a version
-- GET /nodes/{nodeId}/versions/{versionId}/renditions/{renditionId}/content - Get rendition content for a version

- note: the RenditionsImpl implementation is also tested via RenditionsTest
2020-05-27 11:34:23 +01:00
Alan Davis
d80aa8a867 White source get the latest jar 2020-04-21 00:48:10 +01:00
Chris Shields
8d21b727bd Revert "REPO-4974 Pick up latest released version of the whitesource jar"
This reverts commit 4209a5c5e0.
2020-04-20 17:35:07 +01:00
Chris Shields
4209a5c5e0 REPO-4974 Pick up latest released version of the whitesource jar 2020-04-20 17:18:22 +01:00
antoniojfelix
a9220d3ca4 Updated the WhiteSource agent path (temporary solution, see REPO-4974) (#560) 2020-03-05 13:22:37 +00:00
Alex Mukha
a3947941ca Cleanup maven cache before committing to Travis [no-release] 2019-10-09 16:16:57 +01:00
Alex Mukha
8244cf4d47 Revert "Cleanup maven cache before committing to Travis [no-release]"
This reverts commit 5225b16f1e.
2019-10-09 16:15:42 +01:00
Alex Mukha
5225b16f1e Cleanup maven cache before committing to Travis [no-release] 2019-10-09 12:17:25 +01:00
Andrei Zapodeanu
919ea851b3 REPO-4463 Enable testing with Postgres 11 (#308) 2019-07-30 18:06:43 +03:00
Cristian Turlica
f168428b69 REPO-4530: Update supported PostgreSQL version to 10.9 2019-07-18 13:06:51 +03:00
Alex Mukha
77194cdf2e Remove "quiet" flag in relese for debugging 2019-07-03 11:14:22 +01:00
Alex Mukha
e40e0da975 Add release stage in Travis (#282) 2019-07-03 09:53:56 +01:00
Alex Mukha
a7407e524c Skip whitesource checks for HF 2019-06-28 17:17:28 +01:00
Alex Mukha
e995d4fcff Update Travis build agent to Xenial (#279) 2019-06-28 11:12:58 +01:00
alandavis
ae2bdf597c Try travis build with local transform service enabled, even though there are no T-Engines running. Previously failed. (#276) 2019-06-26 18:54:04 +01:00
alandavis
42e08c0486 Feature/local transform (#274)
Addition of Local Transforms which will ultimately replace the Legacy transformers. Local transforms use T-Engines running outside of the JVM. They are automatically created by adding either an Alfresco global property or System property. There is no spring configuration or Java code needed, reducing the need for an AMP when creating a custom transform.

For the alfresco-remote-api project, we are currently disabling the local transformers.

REPO-4319 Local Transformers
REPO-4454 Test addition and removal of T-Engines
REPO-4326 Local Transformer strict mime type check
REPO-4333 Configure Custom local transformers
REPO-4331 Remaining core transformers
REPO-4336 Client side of Transform Server Discovery API
REPO-4450 Get T-Router /transform/config working
REPO-4451 Get repo,api,ent-repo,ent-api,pack,com-pack green
2019-06-26 17:21:11 +01:00
Alex Mukha
470880ac6f Use local transforms in tests (#263) 2019-06-14 16:03:55 +01:00
Alan Davis
974c05ea52 Turn off local transforms in alfresco-remote-api for the moment as the T-Engines are not running.
(cherry picked from commit ac25fc713b0163acb0d22dc09ee6e8eb44b4a30b)
2019-06-04 23:28:33 +01:00
Andrei Zapodeanu
82f8caac83 REPO-4296 Update docker and helm charts to use new ActiveMQ images (#219) 2019-04-25 15:06:23 +03:00
Alex Mukha
61cb867da6 Limit WhiteSource scan to support branches or master 2019-04-12 18:38:49 +01:00
Alex Mukha
3d6fbfef71 Changed the old whitesource fs agent to unified 2019-04-12 15:30:59 +01:00
Alex Mukha
542636aef8 Avoid unnecessary travis runs 2019-04-05 00:33:49 +01:00
Alex Mukha
253c29493e Add WhiteSource scan to Travis (#178) 2019-03-30 13:42:11 +00:00
Alex Mukha
a878656b61 Add cache for maven in Travis (#119) 2019-01-09 18:36:54 +00:00
Alex Mukha
2ff65b99d1 Add Travis config (#113) 2018-12-17 10:38:02 +00:00