MLengl
2d78e9dc0b
MERGE TSK-61 resolving conflicts
2017-12-07 17:20:30 +01:00
Benni Vier
14682ed415
TSK-62: Let getTaskSummaries throw WorkbasketNotFoundException
2017-12-07 17:07:39 +01:00
Benni Vier
7d05702f50
Remove custom synchronization in Task and change order of wb-invocations
2017-12-07 17:07:39 +01:00
Benni Vier
3fc8a336bb
TSK-64: Refactor createManualTask to createTask
2017-12-07 17:07:39 +01:00
MLengl
feb4077ce1
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
a4709adab1
TSK-65: Update the tests with specific workbasket ids
2017-12-07 16:42:57 +01:00
Konstantin Kläger
3832729c36
Merge branch 'master' of https://github.com/Taskana/taskana into TSK-65
2017-12-07 16:03:20 +01:00
Konstantin Kläger
44cefcd3cc
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
holgerhagen
ed75a34d48
Merge pull request #49 from BVier/TSK62
...
TSK-62: Let getTaskSummaries throw WorkbasketNotFoundException
2017-12-07 14:50:06 +01:00
holgerhagen
a8936d7117
Merge pull request #48 from BVier/master
...
TSK-64: Refactor createManualTask to createTask
2017-12-07 14:26:40 +01:00
Benni Vier
d360f6df85
Remove custom synchronization in Task and change order of wb-invocations
2017-12-07 14:14:38 +01:00
Benni Vier
6c2e4a801b
TSK-62: Let getTaskSummaries throw WorkbasketNotFoundException
2017-12-07 11:59:36 +01:00
Benni Vier
dfbe2b0947
TSK-64: Refactor createManualTask to createTask
2017-12-07 11:13:33 +01:00
Konstantin Kläger
d431672db4
Merge branch 'master' of https://github.com/Taskana/taskana into TSK-65
2017-12-06 09:56:56 +01:00
Konstantin Kläger
7bd4051e94
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
holgerhagen
c842bb9b4e
Merge pull request #46 from BerndBreier/TSK-53_logging_support
...
Tsk 53 logging support
2017-12-04 12:04:38 +01:00
BerndBreier
5504854867
TSK-53 Comments from Holger
2017-12-04 09:46:58 +01:00
BerndBreier
cd5d74bdb7
correct logging statements in merged files
2017-12-01 14:02:59 +01:00
BerndBreier
8c084e5210
added gating of log statements with expensive evaluation of arguments
2017-12-01 13:59:36 +01:00
BerndBreier
4f46c0b6ba
TSK-53_logging_support_Initial implementation
2017-12-01 13:59:36 +01:00
BerndBreier
f4f1675ca4
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
2cd801f6ef
move init of business process id into standardSettings
2017-12-01 09:42:07 +01:00
BerndBreier
dcf8c29cae
TSK-15-fixedNotAuthorizedException-in-TaskServiceImplIntExplicitTest.testCreateManualTask
2017-12-01 09:31:29 +01:00
Konstantin Kläger
8a352e40d9
TSK-43 Add businessProcessId and parentBusinessProcessId to Task and
...
update TaskMapper as well as task.sql
2017-12-01 09:26:31 +01:00
MLengl
e48f0bf4e7
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
29fe88fa61
TSK-43 Add businessProcessId and parentBusinessProcessId to Task and TaskMapper
2017-12-01 09:26:30 +01:00
BerndBreier
91243344d0
Merge branch 'master' into master2
2017-11-30 16:43:14 +01:00
BerndBreier
926d61da6b
TSK-15 solve merge conflicts
2017-11-30 16:21:37 +01:00
BerndBreier
0b4d92a55e
TSK-15-fixedNotAuthorizedException-in-TaskServiceImplIntExplicitTest.testCreateManualTask
2017-11-30 16:05:06 +01:00
Benni Vier
e53f364d7a
TSK15: Throw ClassificationNotFoundError and insert createManualTask
2017-11-30 16:05:06 +01:00
Konstantin Kläger
df28c5e71d
TSK-43 Add businessProcessId and parentBusinessProcessId to Task and
...
update TaskMapper as well as task.sql
2017-11-30 16:04:33 +01:00
MLengl
d1fef44337
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
4f911bc96c
TSK-43 Add businessProcessId and parentBusinessProcessId to Task and TaskMapper
2017-11-30 15:51:30 +01:00
BerndBreier
ada4f5203a
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
1914c5d970
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
MLengl
a9d3de2ae5
TSK-21: Conflicts resolved (merge)
2017-11-30 14:03:01 +01:00
BerndBreier
05a66a7611
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
fea1d6f835
Merge branch 'TSK-43' of https://github.com/kklaeger/taskana into TSK-43
2017-11-30 11:53:59 +01:00
Konstantin Kläger
26368e50ae
Merge branch 'master' of https://github.com/Taskana/taskana into TSK-43
2017-11-30 11:31:02 +01:00
Konstantin Kläger
be0dac1678
TSK-43 Add businessProcessId and parentBusinessProcessId to Task and
...
update TaskMapper as well as task.sql
2017-11-30 10:03:51 +01:00
Benni Vier
d1f8defa3a
TSK15: Throw ClassificationNotFoundError and insert createManualTask
2017-11-29 18:33:59 +01:00
MLengl
fad692b0f0
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
MLengl
e4390008ae
Checked /tasks/id request, updated unitTest for TaskService and made ServiceCalls better Testable.
2017-11-29 13:20:14 +01:00
BerndBreier
8b168463df
Merge pull request #41 from MLengl/TSK-45
...
TSK 45: TaskSummary
2017-11-29 13:06:46 +01:00
Konstantin Kläger
29ec6892f8
TSK-43 Add businessProcessId and parentBusinessProcessId to Task and TaskMapper
2017-11-29 10:35:58 +01:00
MLengl
9199997d4a
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
56b787d9cc
Fix mapper problem
2017-11-28 13:48:31 +01:00
BerndBreier
e28ca78fbf
TSK-57_refactor_query_interfaces
2017-11-28 13:41:28 +01:00
BerndBreier
b11d7e2c36
TSK-56 refactor Exceptions. Introduce TaskanaException and TaskanaRuntimeException
2017-11-28 13:39:24 +01:00
BerndBreier
b2b587ed96
Merge pull request #40 from BerndBreier/TSK-57_refactor_query_interfaces
...
TSK-57_refactor_query_interfaces
2017-11-28 10:57:13 +01:00