Commit Graph

2864 Commits

Author SHA1 Message Date
Marcel Lengl ed9ab35704 TSK-78: Delete all permissions by access-id. 2018-02-27 14:25:54 +01:00
Lars Leo Grätz ecd5bd86a3 TSK-343 Using Bean Utils for mappers with tests 2018-02-27 12:34:10 +01:00
Holger Hagen bc83b1c500 TSK-329: changed data to match requirements from read permission on workbaskets. 2018-02-27 11:26:09 +01:00
Holger Hagen 02effb36f3 TSK-329 (draft): method removed. Tests are not running. 2018-02-27 11:26:09 +01:00
Martin Rojas Miguel Angel e10cc3a0c9 TSK-190 Add workbasket information saving feature, spinner, modal and alert components. 2018-02-26 21:26:58 +01:00
Marcel Lengl bc5e0e9688 TSK-221: set multiple Authorisations at once. 2018-02-26 14:02:00 +01:00
Marcel Lengl 53610a309c TSK-316: Add unchangeable CREATOR to Task. 2018-02-26 12:04:11 +01:00
Konstantin Kläger ecf3f1d317 TSK-285: Adjust acceptance tests for the monitoring
- All tests now have the same structure
- Each test prints the report in the debug mode
- Change workbasket id/classification id to key in the reports
2018-02-26 10:00:53 +01:00
BerndBreier 869e4fb325 TSK-344 add getClassification by Id, change parameter sequence in newClassification 2018-02-26 09:55:35 +01:00
Mustapha Zorgati 7b605a712f TSK-347 enabled transaction management for all rest interfaces 2018-02-26 08:46:27 +01:00
Mustapha Zorgati 26c13514eb TSK-300 import all workbasketdefinitions 2018-02-23 16:32:35 +01:00
BerndBreier f327aee7b5 TSK-339 Make Taskana configurable 2018-02-23 16:05:42 +01:00
Lars Leo Grätz 633bc2372f TSK-301 import all classifications 2018-02-23 15:32:26 +01:00
Holger Hagen 25107f5760 TSK-342: replaced sql timestamp with Instant.toString(). 2018-02-23 13:28:14 +01:00
Marcel Lengl 0c96464e17 TSK-342: REST Instant to Timestamp with Converter. 2018-02-23 13:28:14 +01:00
Mustapha Zorgati b5d5125632 TSK-325: minor refactoring 2018-02-22 14:21:08 +01:00
Konstantin Kläger fa0a41e419 TSK-286: Replace workbaskets bei workbasketIds in TaskMonitorService
- Create method for generating workbasket ids
- Remove unnecessary exceptions in throws clauses
- Remove unused WithAccessId annotations
2018-02-22 13:50:20 +01:00
Mustapha Zorgati 351d9654a2 TSK-325 replaced taskana-core with taskana-spring to gain transaction management 2018-02-22 13:29:12 +01:00
Marcel Lengl 36974006af TSK-227: REST - Workbasket ID for Controller instead of KEY. 2018-02-22 13:03:01 +01:00
Konstantin Kläger c065590711 TSK-268: Add domain filter to reports
- Update service, mapper and tests
- Add tests for the new filter
- Update JavaDoc
2018-02-22 08:46:10 +01:00
Marcel Lengl 862f17ed2b TSK-224: REST setDistributionTargets 2018-02-21 16:56:52 +01:00
Marcel Lengl 1d8f86d130 TSK-220: REST-DELETED added as endpoint. 2018-02-21 16:05:20 +01:00
BerndBreier 59d1d9af71 TSK-304 Use Ids for identification of workbaskets and classifications 2018-02-21 14:18:53 +01:00
Marcel Lengl ad2bbc4449 TSK-323: REST WB-Resources and key-filtering applied. 2018-02-21 13:41:34 +01:00
Martin Rojas Miguel Angel cdb9f0b44e TSK-289 Create select types component and refactor when it is used. 2018-02-21 13:36:59 +01:00
Martin Rojas Miguel Angel da53c87a68 Add key filtering 2018-02-21 11:45:28 +01:00
Martin Rojas Miguel Angel 274fa67a53 TSK-179 Create filtering component and apply filtering on workbasket list. 2018-02-21 11:45:28 +01:00
Marcel Lengl 2652810461 TSK-318: Enable security by default on Spring 2018-02-21 10:58:44 +01:00
Marcel Lengl 061e7e068e TSK-222: REST-Endpoint get dist-targets by WB-ID. 2018-02-21 10:45:06 +01:00
Konstantin Kläger 3d3418e44b TSK-267: Add category filter to reports 2018-02-21 09:12:33 +01:00
Mustapha Zorgati 0ca7d01595 Updated poms to version 0.0.8-SNAPSHOT 2018-02-20 08:17:04 +00:00
Konstantin Kläger b78b3ccb2f TSK-261: Extend classification report by attachment classifications
- Add ClassificationReport
- Add DetailedClassificationReport
- Add DetailedReportLine
- Add DetailedMonitorItem
- Implement getDetailedClassificationReport
- Move createReport method to the Report class
- Add tests and update sample data
2018-02-20 08:40:21 +01:00
Mustapha Zorgati 5f460f0403 TSK-302: now using ClassificationResource 2018-02-19 22:33:13 +01:00
Mustapha Zorgati 9d4f80dcaa TSK-302: removed getAllClassifications 2018-02-19 22:33:13 +01:00
Mustapha Zorgati f51174668b TSK-302: removed classificationTree 2018-02-19 22:33:13 +01:00
Mustapha Zorgati 9258f9cef0 TSK-302: now exporting classifications 2018-02-19 22:33:13 +01:00
Marcel Lengl c3bac7e476 TSK-310: Add setOwner() to the public interface of WB. 2018-02-19 21:31:51 +01:00
Marcel Lengl 1ee7b1d5fc TSK-318: Add Security-switch to EngineConfiguration-Constructor. 2018-02-19 21:03:20 +01:00
Marcel Lengl 7200a826fe TSK-247: Added customX as filter/sortorder to all queries. 2018-02-19 20:05:24 +01:00
Konstantin Kläger 11442571f2 TSK-321: Change LocalDate to Instant in DaysToWorkingDaysConverter
- The instant is converted back to LocalDateTime to check whether a day
is saturday or sunday
- Update also the unit test for this converter
2018-02-19 16:59:48 +01:00
Martin Rojas Miguel Angel 4c9dd20f39 TSK-306 fix Id name and remove last & from GET query. 2018-02-19 11:24:24 +01:00
Marcel Lengl 091ed6b95f TSK-282: Add parentId to Classification-Summary. Changed parent_KEY to ID. 2018-02-19 11:19:33 +01:00
Holger Hagen 072427d132 TSK-309: renamed id to workbasketId to prevent collision with HATEOAS Resource Support from Srping. 2018-02-19 10:21:56 +01:00
Mustapha Zorgati 036c7f71b5 travis now using phantomjs instead of firefox 2018-02-19 09:50:59 +01:00
Holger Hagen fcef49dcb3 TSK-157: remove unnecessary method which have been replaced by query. 2018-02-19 07:19:42 +01:00
Holger Hagen 0e393f35f6 TSK-307: fixed bug and consolidated code structure. 2018-02-19 07:18:56 +01:00
BerndBreier cf7d795e3c TSK-105 Add DB operators to query conditions in QueryBuilder interfaces 2018-02-16 21:15:17 +01:00
Martin Rojas Miguel Angel 11c12422be TSK-294 Create spinner component 2018-02-16 20:27:42 +01:00
Lars Leo Grätz a214851289 TSK-299 fixed getter 2018-02-16 20:09:37 +01:00
Lars Leo Grätz bee1af35a5 TSK-299 added WorkbasketQuery 2018-02-16 20:09:37 +01:00