Konstantin Kläger
150508e8e9
TSK-65: Fix tests because of failure and update UserPrincipal
2017-12-08 10:58:10 +01:00
Konstantin Kläger
6ed308a767
Merge branch 'master' of https://github.com/Taskana/taskana into TSK-65
2017-12-08 08:51:11 +01:00
Marcel Lengl
d29a18b8c3
MERGE TSK-61 resolving conflicts
2017-12-07 17:20:30 +01:00
BVier
e18600c8bd
TSK-62: Let getTaskSummaries throw WorkbasketNotFoundException
2017-12-07 17:07:39 +01:00
BVier
ccfefe0365
Remove custom synchronization in Task and change order of wb-invocations
2017-12-07 17:07:39 +01:00
BVier
62f957d467
TSK-64: Refactor createManualTask to createTask
2017-12-07 17:07:39 +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
55ed9684f0
TSK-65: Update the tests with specific workbasket ids
2017-12-07 16:42:57 +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
Holger Hagen
c8c037c3db
Merge pull request #49 from BVier/TSK62
...
TSK-62: Let getTaskSummaries throw WorkbasketNotFoundException
2017-12-07 14:50:06 +01:00
Holger Hagen
8572ecc3d1
Merge pull request #48 from BVier/master
...
TSK-64: Refactor createManualTask to createTask
2017-12-07 14:26:40 +01:00
BVier
0a21f0d96f
Remove custom synchronization in Task and change order of wb-invocations
2017-12-07 14:14:38 +01:00
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