Commit Graph

1787 Commits

Author SHA1 Message Date
BVier 341d77f572 TSK-62: Let getTaskSummaries throw WorkbasketNotFoundException 2017-12-07 11:59:36 +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
Holger Hagen 12a607a76a Merge pull request #46 from BerndBreier/TSK-53_logging_support
Tsk 53 logging support
2017-12-04 12:04:38 +01:00
BerndBreier 3db95975a1 TSK-53 Comments from Holger 2017-12-04 09:46:58 +01:00
BerndBreier 7fb36ac156 correct logging statements in merged files 2017-12-01 14:02:59 +01:00
BerndBreier e582bc660a added gating of log statements with expensive evaluation of arguments 2017-12-01 13:59:36 +01:00
BerndBreier e9434c2497 TSK-53_logging_support_Initial implementation 2017-12-01 13:59:36 +01:00
BerndBreier ed0703cd9a Merge pull request #45 from BVier/master2
TSK-15: Create a manual task in a given Workbasket
2017-12-01 11:36:40 +01:00
BerndBreier b864abcf0f move init of business process id into standardSettings 2017-12-01 09:42:07 +01:00
BerndBreier 05834034ed TSK-15-fixedNotAuthorizedException-in-TaskServiceImplIntExplicitTest.testCreateManualTask 2017-12-01 09:31:29 +01:00
Konstantin Kläger 4239566cf0 TSK-43 Add businessProcessId and parentBusinessProcessId to Task and
update TaskMapper as well as task.sql
2017-12-01 09:26:31 +01:00
Marcel Lengl 2383d98d49 Added select statement to taskMapper, added new service-method, added it to rest-project and tested with authentification. 2017-12-01 09:26:30 +01:00
Konstantin Kläger 026d6d0309 TSK-43 Add businessProcessId and parentBusinessProcessId to Task and TaskMapper 2017-12-01 09:26:30 +01:00
BerndBreier bf3d6a44b0 Merge branch 'master' into master2 2017-11-30 16:43:14 +01:00
BerndBreier 26675dcb7a TSK-15 solve merge conflicts 2017-11-30 16:21:37 +01:00
BerndBreier f753ef6767 TSK-15-fixedNotAuthorizedException-in-TaskServiceImplIntExplicitTest.testCreateManualTask 2017-11-30 16:05:06 +01:00
BVier 650fcfde4d TSK15: Throw ClassificationNotFoundError and insert createManualTask 2017-11-30 16:05:06 +01:00
Konstantin Kläger 18c4c966e6 TSK-43 Add businessProcessId and parentBusinessProcessId to Task and
update TaskMapper as well as task.sql
2017-11-30 16:04:33 +01:00
Marcel Lengl d820cf07fa Added select statement to taskMapper, added new service-method, added it to rest-project and tested with authentification. 2017-11-30 15:54:04 +01:00
Konstantin Kläger fa23175011 TSK-43 Add businessProcessId and parentBusinessProcessId to Task and TaskMapper 2017-11-30 15:51:30 +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
BerndBreier 1afd460864 Merge pull request #43 from MLengl/TSK-21
TSK-21: List Tasks with all dependencies by TaskId
2017-11-30 14:38:48 +01:00
Marcel Lengl f166b648ce TSK-21: Conflicts resolved (merge) 2017-11-30 14:03:01 +01:00
BerndBreier 142d801ab1 Merge pull request #42 from kklaeger/TSK-43
TSK-43 Add businessProcessId and parentBusinessProcessId to Task and …
2017-11-30 13:43:02 +01:00
Konstantin Kläger 4882ed6859 Merge branch 'TSK-43' of https://github.com/kklaeger/taskana into TSK-43 2017-11-30 11:53:59 +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
BVier a33673b93a TSK15: Throw ClassificationNotFoundError and insert createManualTask 2017-11-29 18:33:59 +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
BerndBreier f5c30fe652 Merge pull request #41 from MLengl/TSK-45
TSK 45: TaskSummary
2017-11-29 13:06:46 +01:00
Konstantin Kläger 41a9557921 TSK-43 Add businessProcessId and parentBusinessProcessId to Task and TaskMapper 2017-11-29 10:35:58 +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 27e529baa0 Fix mapper problem 2017-11-28 13:48:31 +01:00
BerndBreier eb4111e75b TSK-57_refactor_query_interfaces 2017-11-28 13:41:28 +01:00
BerndBreier fe587844e3 TSK-56 refactor Exceptions. Introduce TaskanaException and TaskanaRuntimeException 2017-11-28 13:39:24 +01:00
BerndBreier 5e10c036c3 Merge pull request #40 from BerndBreier/TSK-57_refactor_query_interfaces
TSK-57_refactor_query_interfaces
2017-11-28 10:57:13 +01:00
BerndBreier db4d217b85 Fix mapper problem 2017-11-28 10:28:43 +01:00
BerndBreier 889e7d7818 Merge branch 'TSK-57_refactor_query_interfaces' of https://github.com/BerndBreier/taskana into TSK-57_refactor_query_interfaces 2017-11-28 10:22:39 +01:00
BerndBreier 74adc6e2de Merge branch 'master' into TSK-57_refactor_query_interfaces 2017-11-28 10:20:25 +01:00
BerndBreier 579104be36 Merge branch 'master' into TSK-57_refactor_query_interfaces 2017-11-28 10:08:19 +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
Holger Hagen d412b455a1 Merge pull request #39 from BerndBreier/TSK-56_refactor_exceptions
TSK-56 refactor Exceptions. Introduce TaskanaException and TaskanaRun…
2017-11-27 12:35:53 +01:00
Holger Hagen 2d5ca63c67 Merge pull request #37 from MLengl/TSK-52
Tsk 52 - Illigal ArgumentException
2017-11-27 12:19:28 +01:00
BerndBreier c2fa208e5d TSK-56 refactor Exceptions. Introduce TaskanaException and TaskanaRuntimeException 2017-11-27 11:03:33 +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