Commit Graph

2847 Commits

Author SHA1 Message Date
BerndBreier 01cee64673 TSK-167 Implement Workbasket query extensions 2018-01-29 14:02:51 +01:00
Martin Rojas Miguel Angel 5db29f647b TSK-176 create header component for all applications, add scss support instead of css, include js libraries using cli bundle and include svg icons support 2018-01-29 12:01:50 +01:00
Holger Hagen 4680c960f7 TSK-166: acceptance tests for various workbasket queries. 2018-01-29 09:53:02 +01:00
BVier 40d392d887 TSK-72: Add 'GetPermissionsForWorkbasketKey' to WorkbasketService 2018-01-25 17:26:11 +01:00
Marcel Lengl 87e11970f3 TSK-125: Create/Update/Enable Acc-Tests, especially for querying WB content. 2018-01-24 16:40:06 +01:00
BVier 2f468939ed TSK-158: Add Acc Test for task transfer 2018-01-24 14:51:00 +01:00
Mustapha Zorgati 435f52b8c8 Updated poms to version 0.0.6-SNAPSHOT 2018-01-24 12:50:20 +00:00
Marcel Lengl fa917953e8 TSK-134: Updated to Java 8 Time-API. Removed valid_from/valid_until from
classification.
2018-01-24 12:40:21 +01:00
BerndBreier e396adf040 TSK-151 update task summary and use it in all list operations. Avoid joins for list queries. 2018-01-23 17:00:06 +01:00
Martin Rojas Miguel Angel f0d1b7b6cc update package and package-lock files in order to remove security vulnerabilites 2018-01-22 16:55:14 +01:00
Martin Rojas Miguel Angel 761df5c4aa Remove security warning updating handlebars.js dependency from istambul package. 2018-01-22 16:55:14 +01:00
Marcel Lengl fff74f974c TSK-141: Get Classification by Key+Domain in extra Query. 2018-01-22 13:16:10 +01:00
Holger Hagen d116b138d1 TSK-113: SampleLoginModule now accepts all test users and generated group memberships. 2018-01-18 16:13:22 +01:00
Lars Leo Grätz 4256ddc005 TSK-140 updated package.json files for security purposes 2018-01-18 09:42:15 +01:00
BerndBreier 9a9c8aa5e8 TSK-149 Use embedded primary ObjectReference without helper fields 2018-01-17 10:40:50 +01:00
BerndBreier edddcce2a0 TSK-139 update a classification 2018-01-17 09:38:06 +01:00
Marcel Lengl 83cff45c48 TSK-146: Introduced ClassificationSummary Interface and Impl. Also deleted forbidden methods on Classification-Interface. Mappers for Query changed. 2018-01-16 14:38:26 +01:00
Konstantin Kläger 29fccd25e6 TSK-110: Generate workbasket level report for total count
- Add Report, ReportLine, ReportLineItem and ReportLineItemDefintion
- Create Report in TaskMonitorService by workbaskets and states
- Add unit test and integration tests
- Enable JAAS for the integration tests
2018-01-15 21:30:36 +01:00
BerndBreier 429b2327e4 TSK-152 fix problem with drop table if exists 2018-01-15 21:14:58 +01:00
Marcel Lengl 51eba86d8f TSK-153: added field 'note' to Task for a custom commentary. Changes Taskname and Taskdescription field-length (shorter). 2018-01-15 20:56:29 +01:00
Marcel Lengl 44faa945b5 TSK-84: Query Classifications. Updated SQL-Data, checked functionality, improved Acc-Test, Summary in other Ticket 2018-01-15 20:43:24 +01:00
Tobias Schaefer f5197a9eb3 Fix broken link to web site 2018-01-13 18:54:39 +01:00
BerndBreier dea6f498ed TSK-147 Introduce Workbasket summary to be returned in lists and from all queries. 2018-01-12 16:27:19 +01:00
BerndBreier 46fe48fd36 TSK-121 Implement Holgers comments - make SystemException unchecked and map ClassificationNotFoundException to SystemException when working with existing tasks. 2018-01-12 12:19:58 +01:00
BerndBreier 7ee001950d TSK-121 Task.setClassificationKey instead of setClassification 2018-01-12 12:19:58 +01:00
Holger Hagen 5175256bea TSK-150: set test loglevel to info to reduce log output to console on travis. 2018-01-12 10:20:55 +01:00
Marcel Lengl 2b8ab6b16d TSK-126: Query workbaskets by task, adding Authentification, expanding REST getAllWorkbaskets, updated Tests 2018-01-12 09:36:12 +01:00
BVier 588c30887c Add test data 2018-01-10 21:26:27 +01:00
BVier a368cdd8e4 TSK-145: add "domain" value to Task 2018-01-10 21:26:27 +01:00
BVier 679346cfe2 TSK-80: make GetClassificationAccTest run 2018-01-10 16:00:25 +01:00
Mustapha Zorgati 7878eb3f50 Updated poms to version 0.0.5-SNAPSHOT 2018-01-10 14:04:18 +00:00
Marcel Lengl ad8aabb5de TSK-137: Get all attachments of a Task. 2018-01-10 13:52:12 +01:00
Holger Hagen 98658ac8e8 TSK-138: Added acceptance test for getWorkbasket 2018-01-09 16:08:46 +01:00
Holger Hagen 9b1fe8850a TSK-136: acceptance test for getAttachments 2018-01-09 15:54:25 +01:00
BerndBreier 69784458af TSK-115 JAASRunner throws ClassCastException if tests fail 2018-01-08 13:12:28 +01:00
BerndBreier a6f95fcd55 TSK-44 implement Holgers comments - assert only Exception type, not message; rename attachment id prefix and helper method 2018-01-08 11:25:41 +01:00
BerndBreier 8b26f7564d TSK-44 allow to add a list of attachments to a Task 2018-01-08 11:25:41 +01:00
BerndBreier bc338b1dc7 TSK-66 implemented comments from Marcel: use J8 stream for loops 2018-01-04 12:18:32 +01:00
BerndBreier 37bb8535a3 TSK-59 implement comments from holger - toLowerCase only for setters not for getters and change useContainerManagedTransactions to useManagedTransactions 2018-01-04 12:18:32 +01:00
BerndBreier f3f46e1ed5 TSK-123 move primary Object Reference Values to Task record 2018-01-04 12:18:32 +01:00
Holger Hagen 7afa2e33f8 TSK-125: acceptance tests for querying on workbasket content without OPENER permission added. 2018-01-04 09:21:43 +01:00
Holger Hagen b2d6db79f8 TSK-130: acceptance tests for updating tasks added. 2018-01-04 09:18:48 +01:00
Holger Hagen d1355f83c0 TSK-129: acceptance tests for updating classifications added. 2018-01-04 09:12:54 +01:00
Holger Hagen 305910ee7c TSK-127: acceptance tests for adding attachments to tasks added. 2018-01-04 09:09:02 +01:00
Holger Hagen f7fa202608 TSK-122: acceptance tests for primary object reference added. 2018-01-02 14:14:42 +01:00
BerndBreier add8dcc32a Merge branch 'master' of https://github.com/Taskana/taskana 2018-01-02 09:12:17 +01:00
Holger Hagen d873db61bf TSK-112: first acceptance tests added. 2018-01-02 07:55:29 +01:00
Mustapha Zorgati 0944d9f997 fixed manifest version change after deployment 2017-12-22 21:40:59 +01:00
Holger Hagen 67ce24f002 TSK-112: first acceptance tests added. 2017-12-22 19:44:11 +01:00
Mustapha Zorgati a519e561f0 fixed manifest version change after deployment 2017-12-22 13:26:08 +01:00