Commit Graph

905 Commits

Author SHA1 Message Date
BerndBreier 791025fde0 TSK-90 Update Workbasket add domain and type 2017-12-20 21:03:09 +01:00
Marcel Lengl a1cbfd5262 TSK-106: Created Workbasket-Interface for public-interaction. Updated
tests. Package-private constructor added.
2017-12-18 18:33:00 +01:00
Marcel Lengl f750dcf94d TSK-39: Introduced an interface for 'Task', added Methods, solved conflicts, fixed some test issues. 2017-12-18 14:44:19 +01:00
Konstantin Kläger 75e35a7593 TSK-109: Separate monitor and task operations
- Add TaskMonitorService and move the needed methods from TaskService
- Update TaskanaEngine with TaskMonitorService
- Update MonitorController and RestApplication
- Add TaskMonitorMapper
2017-12-15 17:37:07 +01:00
Marcel Lengl f1ddf6780c TSK-23: Complete a Task with force-flag and user-check. Added unit test for this function. Added completeTask(id) without flag, improved unit-test, reacted to TSK-22. 2017-12-14 16:35:14 +01:00
BVier d5fcf1fe37 TSK-100: changed mapper and tests 2017-12-13 20:56:39 +01:00
Holger Hagen 4cdc2508e7 TSK-100: Übergabe an Benni 2017-12-13 20:56:39 +01:00
Holger Hagen fdf21365f9 TSK-107: move checkstype to qa folder and activated checkstyle 2017-12-13 17:07:46 +01:00
BerndBreier 600c4aa281 TSK-22_start_working_on_a_task 2017-12-13 17:07:12 +01:00
BerndBreier 4d94684bf0 TSK-22_start_working_on_a_task 2017-12-13 17:07:12 +01:00
Marcel Lengl 3e78f2e789 TSK-63:
Refactored SummayService/Controller/Test into Task - TaskSummary.
REST-Path for TaskSummary updated.
2017-12-11 12:36:33 +01:00
Marcel Lengl 663c79c6d2 Merge branch 'master' of https://github.com/Taskana/taskana into TSK-61 2017-12-08 15:12:38 +01:00
Marcel Lengl 2e473c54bd TSK-61: Classification-Interface created, changed pulic reachable code to Classification not Impl, ClassificationServiceImplsTest improved 2017-12-07 17:02:12 +01:00
Konstantin Kläger c085f4e5f8 Merge branch 'master' of https://github.com/Taskana/taskana into TSK-65 2017-12-07 16:03:20 +01:00
Konstantin Kläger 176fed5895 TSK-65: Update CurrentUserContext and unit tests
- Throw the respective exception instead of throwable in unit test
- Return an empty list instead of null in getGroupIds
- Remove TaskanaInterface and add single groups to subject
- Create Principals for tests and REST service
- Throw exceptions in tests
2017-12-07 15:18:59 +01:00
BVier 0b2c507f30 TSK-64: Refactor createManualTask to createTask 2017-12-07 11:13:33 +01:00
Konstantin Kläger 7135973bb3 Merge branch 'master' of https://github.com/Taskana/taskana into TSK-65 2017-12-06 09:56:56 +01:00
Konstantin Kläger cda53f8c26 Enable JAAS-Subjects in unit tests and REST Service
- Replace the publicCredentials in CurrentUserContext by Principals
- Add a TaskanaPrincipal interface that extends the Principal interface
by groupNames
- Update the CustomAuthenticationProvider with a taskanaPrincipal for
the jaasAuthenticationTokens login context
- Update the tests in TaskServiceImplIntExplicitTest by a subject 
- Add a SamplePrincipal class for the unit test
- Add workbasket-access-list into taskana-core to add sample data to the
database
2017-12-06 08:42:00 +01:00
BerndBreier 9470761f0c Merge pull request #44 from MLengl/TSK-58
TSK-58: Query tasks by workbasketId and tast-state (with Authentification)
2017-11-30 14:51:38 +01:00
Marcel Lengl f166b648ce TSK-21: Conflicts resolved (merge) 2017-11-30 14:03:01 +01:00
Konstantin Kläger 6f0deb7882 Merge branch 'master' of https://github.com/Taskana/taskana into TSK-43 2017-11-30 11:31:02 +01:00
Konstantin Kläger 8deb653305 TSK-43 Add businessProcessId and parentBusinessProcessId to Task and
update TaskMapper as well as task.sql
2017-11-30 10:03:51 +01:00
Marcel Lengl c483228651 Added select statement to taskMapper, added new service-method, added it to rest-project and tested with authentification. 2017-11-29 16:19:17 +01:00
Marcel Lengl 29e2c67dab Checked /tasks/id request, updated unitTest for TaskService and made ServiceCalls better Testable. 2017-11-29 13:20:14 +01:00
Marcel Lengl cadab6f570 TSK-45: added TaskSummary, a general SummaryController for shorter Classes, Unittest for Service and Integrationtest for Service. REST tested. 2017-11-28 13:48:31 +01:00
BerndBreier eb4111e75b TSK-57_refactor_query_interfaces 2017-11-28 13:41:28 +01:00
Marcel Lengl c1188a561d Review-fixed (Classification). Domain berücksichtigt, Status im Controller inzugefügt, ValidUntil berücksichtigt. 2017-11-27 16:56:59 +01:00
Marcel Lengl dc02e33233 Throwing 'IllegalArgumentException: 1' corrected by changing some mappings. 2017-11-27 16:53:19 +01:00
BerndBreier 6b8849c6ba TSK-57_refactor_query_interfaces 2017-11-27 13:20:32 +01:00
Marcel Lengl 4c4ee62414 Merge https://github.com/Taskana/taskana into TSK-52
Handling Merge-Conflicts
2017-11-27 09:59:36 +01:00
Marcel Lengl f0b8e6742a Review-fixed (Classification). Domain berücksichtigt, Status im Controller inzugefügt, ValidUntil berücksichtigt. 2017-11-27 09:44:13 +01:00
Marcel Lengl 6a53d0ce0d Throwing 'IllegalArgumentException: 1' corrected by changing some mappings. 2017-11-23 09:48:42 +01:00
BVier 79780f4666 WB-Access-List: Add CUSTOM-Attributes and insert prefix 'PERM_' for all Boolean values 2017-11-22 17:14:03 +01:00
Marcel Lengl d90643d9be Removed all 'tenant_id' from Task/workbasket/objectreference/... - core, rest, and UI (Angular Projects) 2017-11-21 13:01:52 +01:00
BerndBreier 2a2b8e8e37 TSK-42 Refactor taskana.org to taskana.pro 2017-11-17 13:51:13 +01:00
BVier 87f1070c31 Fixed root failures 2017-11-15 17:28:36 +01:00
BVier d34961eb5b Delete tenantId from classification 2017-11-15 12:36:26 +01:00
BVier 9a97bd20fc Update ClassificationController, QueryMapper and Tests to actual ClassificationSchema 2017-11-09 11:55:57 +01:00
Eberhard Mayer 70f391398f fixed views 2017-09-11 13:57:04 +02:00
BVier b253155a74 update classification.sql and travis.yml 2017-09-08 14:56:20 +02:00
Eberhard Mayer b7b3a49cb1 Created a query api for task and the linked objects classification and objectReference 2017-07-26 10:03:25 +02:00
Eberhard Mayer ab98a09390 added classification to task 2017-07-12 08:58:36 +02:00
Eberhard Mayer 235c5aa616 Added 10 custom fields to taskana 2017-07-11 14:26:01 +02:00
Eberhard Mayer b238768b37 added the field customAttributes to task
Integrated conversion of Map to Blob in MyBatis.
2017-07-10 11:30:54 +02:00
Eberhard Mayer a52111e910 removed warnings 2017-07-05 13:00:33 +02:00
Holger Hagen 010ef8cb41 Object Reference added to Task 2017-07-05 10:15:56 +02:00
Eberhard Mayer b25fbae08c fixed sample data in rest 2017-07-05 09:24:08 +02:00
BVier 68bf981019 Add 'category' and 'type' values to classification 2017-07-04 13:36:23 +02:00
BVier bcecf60164 refactor category to classification 2017-07-04 13:35:34 +02:00
Eberhard Mayer 196c57a58b refactored and added tests for WorkbasketService 2017-07-03 16:16:18 +02:00
Holger Hagen 074825fd4b Added isRead and isTransferred to the Task 2017-07-03 15:34:55 +02:00
Eberhard Mayer aa516d933c fixed states filter on TaskController 2017-07-03 13:28:58 +02:00
Eberhard Mayer 287ea4a9ac added permission filter to workbaskets 2017-07-03 10:34:03 +02:00
Holger Hagen f4fdb2cad3 activatec debug logging on REST service 2017-06-29 17:51:42 +02:00
Holger Hagen 802f0ce554 Initial commit 2017-06-28 17:45:30 +02:00