37 Commits

Author SHA1 Message Date
Lucian Tuca
279efd3071 ATS-329
- updated exception package
2019-04-11 16:41:00 +03:00
Lucian Tuca
c5f528c434 ATS-371 : Error in AWS_AI Engine when upload .jpeg files in ACS
- updated behaviour for empty source files to throw bad request exception and replies
   - updated docker-transformer for ai engine
2019-04-05 12:35:39 +03:00
Denis Ungureanu
07386b1a1d ATS-237 : Unit tests for the queue logic (router & engine) 2019-02-05 13:56:59 +00:00
Lucian Tuca
7c466b7c82 ATS-238 2019-02-05 13:55:43 +00:00
Cezar.Leahu
89786df316 ATS-234 : Increase default JMS connection number from 10 to 20 2019-01-11 17:27:01 +02:00
Lucian Tuca
86bb0210e0 ATS-227 : PoC: Improve scaling/performance of transforms via T-Engine queues ? 2019-01-11 08:49:10 +00:00
Cezar Leahu
54a7b07e55 ATS-213 : Transformers should have unique option name 2018-12-11 16:02:04 +00:00
Jan Vonka
e20f7a1bd2 ATS-224 : (shadow of ACE-5923) T-Engines: refine logging for probes (liveness & readiness)
- change log level from info to trace (and use parameterised formatting)
2018-12-07 10:00:52 +00:00
DenisGabriela
7c6d2ed024 ATS-198 : ACE-5893: T-Engines - Files bigger than 1MB can not be uploaded via multipart API
- renamed multipart properties
2018-11-15 12:42:01 +02:00
Cezar Leahu
24611ea42e ATS-176 : Log improvements with Slf4j 2018-11-13 15:22:38 +00:00
Cezar.Leahu
fb25362e08 ATS-191 : Cleanup source temp files from T-Engines after SFS upload 2018-11-12 12:23:49 +02:00
Cezar.Leahu
39cfc09ab6 ATS-191 : Delete temp target files after SFS upload 2018-11-05 19:14:38 +02:00
Cezar.Leahu
f007b674e8 ATS-175 : JavaDoc (2) 2018-10-31 11:25:36 +02:00
Cezar.Leahu
ad4ea1574e ATS-175 : Replace HTTP numeric codes with constants 2018-10-30 16:11:10 +02:00
Cezar.Leahu
d85c03d362 ATS-175 : T-Engine code cleanup 2018-10-26 16:38:09 +03:00
DenisGabriela
8e7e775eef ATS-126 : Expose JVM metrics - eg. CPU & Memory (within jvm process / container)
- addressed review comments
2018-10-15 16:08:47 +03:00
DenisGabriela
6a7bbb3c4e ATS-126 : Expose JVM metrics - eg. CPU & Memory (within jvm process / container)
- added pod name tag tag on metrics
2018-10-15 12:41:42 +03:00
DenisGabriela
494a16c00d ATS-126 : Expose JVM metrics - eg. CPU & Memory (within jvm process / container)
- removed disabling of non-t-engines' metrics
2018-10-10 16:42:34 +03:00
DenisGabriela
2d578997b9 ATS-126 : Expose JVM metrics - eg. CPU & Memory (within jvm process / container)
- removed disabling of non-t-engines' metrics
2018-10-10 16:36:19 +03:00
DenisGabriela
7c2cb2f768 ATS-126 : Expose JVM metrics - eg. CPU & Memory (within jvm process / container)
- added actuator & micrometer
   - enabled /health, /metrics & /prometheus
   - disabled some of the default metrics (subject to be discussed)
2018-10-10 11:41:57 +03:00
DenisGabriela
24d44398ab ATS-35 : T-Engines: update Docker Transformers to Spring Boot 2.0.x GA
- upgraded to Spring boot 2.0.5
   - added dependency to spring-boot-starter-web (before it was brought in by thymeleaf 1.5.15)
   - removed try-catch since UnsupportedEncodingException is not thrown anymore by HierarchicalUriComponents.encodeUriComponent(..)
   - updated WebApplicationConfig to implement WebMvcConfigurer (WebMvcConfigurerAdapter is deprecated)
   - updated import of LocalServerPort
   - updated tests to use new method from InvocationOnMock
2018-10-08 14:38:27 +03:00
Cezar Leahu
34bfc8b60f ATS-116 : Disable k8s Liveness probes with Transformations 2018-09-25 14:45:24 +01:00
Denis Ungureanu
dbedbce8c6 ATS-68 : ATS-16: Fix error status code mapping for expected invalid requests
- fixed code after updating the transform-data-model version (ATS-70)
2018-08-21 15:11:22 +03:00
Denis Ungureanu
9fdafcb60f ATS-68 : ATS-16: Fix error status code mapping for expected invalid requests
- updated tests
   - added negative test for 400 reply
2018-08-21 14:05:31 +03:00
Denis Ungureanu
18f055bf46 ATS-68 : ATS-16: Fix error status code mapping for expected invalid requests
- validated the transformRequest on '/transform' endpoint
2018-08-20 15:41:34 +03:00
Lucian Tuca
dda632c7a5 feature/ATS-16 2018-08-17 09:32:25 +01:00
Alan Davis
82c5e3e96a REPO-3425 Transformers: Tika based transformers 2018-06-28 13:25:01 +01:00
Alan Davis
7de82a3541 Feature/repo 3505 probes 2018-05-23 15:36:56 +01:00
Alan Davis
93ab9ad92f REPO-3449 Pickup ch.qos.logback 1.2.3 and enhance logging 2018-04-20 18:12:19 +01:00
Alan Davis
73af441ab3 REPO-3424 More unit tests and pick up latest alfresco-core (7.2) 2018-04-16 23:22:18 +01:00
Alan Davis
601dfd2e47 REPO-3424 Unit tests for docker transformers 2018-04-16 16:24:48 +01:00
Alan Davis
0b1ffe9f29 REPO-3424 Unit tests for docker transformers 2018-04-16 16:24:09 +01:00
Alan Davis
a0dd60d6a6 REPO-3422 Startup check for LibreOffice
Also included the transformer name on the log and error pages.
2018-04-09 06:57:53 +01:00
Alan Davis
b4fc6c0097 REPO-3299,REPO-3436,REPO-3437: Typo in license message 2018-03-28 14:40:22 +01:00
Alan Davis
89e906be6b REPO-3299,REPO-3437,REPO-3436: Switch to Enterprise license. 2018-03-28 14:12:59 +01:00
Alan Davis
8d338d1b55 REPO-3335 Enterprise Docker and docker-compose simplified by pulling in transformer images 2018-03-17 12:27:55 +00:00
Alan Davis
42e7e192b5 Initial commit 2018-03-07 14:39:07 +00:00