Commit Graph

954 Commits

Author SHA1 Message Date
Mustapha Zorgati cd556d87f4 TSK-925: refactored relativePath in pom files for better IDE navigation 2019-10-28 18:06:16 +01:00
Mustapha Zorgati 37bcc03c37 TSK-925: copied taskana-simplehistory to history folder 2019-10-28 18:06:16 +01:00
Mustapha Zorgati e68c9bae1b TSK-901: replaced deploy stage with single maven call. 2019-10-28 18:01:49 +01:00
Mustapha Zorgati 8bcde0a40b TSK-865: extracted TaskanaEngine.Internal to dedicated Interface file 2019-10-24 08:04:58 +02:00
Mustapha Zorgati 06bfe215d4 TSK-865: moved HistoryEventProducer to InternalTaskanaEngine 2019-10-24 08:04:58 +02:00
Mustapha Zorgati 9a4f4dd9ef CLEANUP: removed unnecessary init of mocks 2019-10-24 08:04:58 +02:00
Mustapha Zorgati 271e293969 TSK-865: seperated taskanaEngine in two engines (internal + external) 2019-10-24 08:04:58 +02:00
Patric Schumann 301085da06 update(TSK-935): added diff3.5.0 as dev-dep. Audited a deep nested vuln. 2019-10-23 05:53:30 +02:00
Holger Hagen 7b05b68528 Updated poms to version 1.1.5-SNAPSHOT 2019-10-12 09:55:01 +00:00
BVier 7da8b64439 TSK-861: Throw error when File upload aborted 2019-10-08 11:07:55 +02:00
Mustapha Zorgati 6018aac903 HOTFIX: fixed javadoc html pages in example application 2019-10-08 09:12:08 +02:00
Mustapha Zorgati a6bf8c2a05 HOTFIX: removed dependency to simplehistory 2019-10-07 17:00:41 +02:00
Holger Hagen a57616ff32 TSK-895: changed SimpleHistory dependency to 'project.version' 2019-10-07 16:28:06 +02:00
Mustapha Zorgati 013aa96008 TSK-879: reverted deployment 2019-10-07 16:26:22 +02:00
Mustapha Zorgati 17885d227a TSK-892: Refactored build pipeline in order to increase general speed
Removed caches. Each build step is now independent.
Build stage is now Compile stage with 3 jobs.
Reduced test stage from 6 to 4, so that we use optimal job count (travis runs 4 in parralel).
Reduced release / deploy stage to one job.
TSK-892 made maven less verbose to clean up build log

TSK-892: corrected syntax of weird firefox starting command..

TSK-892: fixed h2 test phase

TSK-892: fixed db2 test phase

TSK-892: removed taskana artifacts from build cache

TSK-892: fixed h2 test

TSK-892: reconfigured travis

TSK-879: added git config to personalise travis pom commit

TSK-879: reformatted bash scripts in ci folder

TSK-879: fixed prod configuration for web
2019-10-07 15:02:36 +02:00
Dennis Lehmann f68e730a72 TSK-896: Removed _embedded from History 2019-10-04 22:12:52 +02:00
Patric Schumann 8f3b338cef bugfix(TSK-891): The bug resulted from an unchecked default-assign and the actual category was overwritten. Now it is wrapped in a check for an existing value. Refactoring will follow in its own task 2019-10-01 13:06:29 +02:00
Mustapha Zorgati b09567410e HOTFIX: upgraded Node to 12.10.0 2019-09-30 15:35:24 +02:00
Patric Schumann d7cfd31b05 Hotfix(TSK-880): Fixed routing to 'no-role' by adding a path to app-routing 2019-09-26 11:52:37 +02:00
Dennis Lehmann 352d0d67cd TSK-881: Refactored REST-Api 2019-09-26 10:38:29 +02:00
BVier 1d41e99f9d TSK-869: Throw error for non-unique input-file 2019-09-24 10:19:31 +02:00
Dennis Lehmann 72a9a98b16 TSK-868: Added Filter to map elytron Roles into JAAS-Subject 2019-09-24 10:14:57 +02:00
Dennis Lehmann ed796b39a1 TSK-874: Rest Documentation 2019-09-19 13:48:07 +02:00
Dennis Lehmann 3b906972aa TSK-874: Removed duplicate Versions 2019-09-19 13:48:07 +02:00
BVier 78745e4de1 TSK-882: Insert short breaks to avoid getting the same timestamp 2019-09-18 16:47:01 +02:00
Dennis Lehmann 6a2ef47cbd TSK-879: Removed initial mvn build 2019-09-17 12:33:20 +02:00
Mustapha Zorgati bc8c93a489 TSK-878: fixed conversion of taskresource -> task 2019-09-16 10:14:31 +02:00
Mustapha Zorgati b43b6cecfb TSK-877: fixed conversion workbasketresource -> workbasket without created or modified 2019-09-13 12:50:32 +02:00
Dennis Lehmann c3857fe3a3 TSK-873: Removed -f Flag in maven Build.
Bug in Wildfly Swarm: https://issues.jboss.org/browse/THORN-2049
2019-09-11 11:10:50 +02:00
Dennis Lehmann 5386c514d4 TSK-873: Support for Maven 3.6.x 2019-09-11 11:10:50 +02:00
Mustapha Zorgati a3bd48410e [CLEANUP] moved eclipse specific setup into seperated profile to reduce build warnings 2019-09-05 07:12:09 +02:00
Mustapha Zorgati ce0d0265cc hotfix: allocated more ram to bluemix vm to prevent startup crash 2019-09-02 16:06:45 +02:00
BVier ad026b7879 TSK-870: Create new Id for imported workbasket 2019-08-15 17:06:43 +02:00
Holger Hagen 469452b50b TSK-858: extracted default db test to separate test file. 2019-08-14 09:22:40 +02:00
Holger Hagen bee34a5cec TSK-858: updated npm dependencies to remove security vulnerabilities 2019-08-14 09:22:40 +02:00
Holger Hagen c216c4c380 TSK-858: removed unnecessary throws declarations 2019-08-14 09:22:40 +02:00
Holger Hagen 523e0715c1 TSK-858: added missing UTF-8 encoding for test file. 2019-08-14 09:22:40 +02:00
Dennis Lehmann 4b85c9f9b1 TSK-786: classificationId is only read if classification is selected 2019-08-13 12:37:13 +02:00
Mustapha Zorgati fd393bd083 TSK-860: fixed expectedException for a test. 2019-07-12 18:55:40 +02:00
Mustapha Zorgati b7fe42206e TSK-860: Removed an additional (& unnecessary) error message 2019-07-12 18:55:40 +02:00
BVier fa5dc48155 TSK-860: Beautify the build log by correcting DB operations 2019-07-12 18:55:40 +02:00
BVier 4b69f4bbe8 TSK-671: Allow upload of large classification or workbasket files 2019-06-28 08:54:25 +02:00
BVier 5a1d3f5321 TSK-859: make unlinking child from parent through import possible 2019-06-28 08:51:37 +02:00
Mustapha Zorgati 04e34a70f3 now releasing taskana parents aswell 2019-06-07 15:48:47 +02:00
Mustapha Zorgati c5732fd002 Updated poms to version 1.1.4-SNAPSHOT 2019-06-04 15:42:30 +00:00
Mustapha Zorgati 7b7ae169b7 TSK-854: enabled checkstyle javadoc integrity check + fixed issues 2019-06-04 16:25:30 +02:00
Mustapha Zorgati 7df168d870 TSK-850: removed unnecessary properties and comments 2019-06-04 15:36:26 +02:00
Mustapha Zorgati aebd87b935 TSK-850: rebase cleanup 2019-06-04 15:36:26 +02:00
Mustapha Zorgati 164b585add TSK-850: fixed eclipse build warnings 2019-06-04 15:36:26 +02:00
Mustapha Zorgati 45e077f8c6 TSK-850: saved all version numbers to properties 2019-06-04 15:36:26 +02:00