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
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
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
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
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
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
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
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
db4d217b85
Fix mapper problem
2017-11-28 10:28:43 +01:00
BerndBreier
74adc6e2de
Merge branch 'master' into TSK-57_refactor_query_interfaces
2017-11-28 10:20:25 +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
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
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
BerndBreier
483831bfa4
Changes to Refactor session handling requested by Holger
2017-11-24 16:19:08 +01:00
BerndBreier
ea988efd46
TSK-38 Refactor session handling
2017-11-23 15:13:24 +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
Marcel Lengl
75fb20509b
Changed Camunda to NovaTec Repository for JDBC-Driver
2017-11-20 16:41:58 +01:00
BerndBreier
2a2b8e8e37
TSK-42 Refactor taskana.org to taskana.pro
2017-11-17 13:51:13 +01:00
BVier
a2093376a1
Merge branch 'master' and solve Conflicts
2017-11-15 13:42:51 +01:00
BVier
d34961eb5b
Delete tenantId from classification
2017-11-15 12:36:26 +01:00
BerndBreier
1906d4ea5f
TSK-25 review finding. Add trailing newline to clear-db.sql
2017-11-15 12:19:32 +01:00
BerndBreier
867d6c8c72
Fix taskana-schema.sql for DB2 plus some unlovely details
2017-11-15 12:12:30 +01:00
BerndBreier
aac8abdcad
Enable JUnit tests to run on DB2
2017-11-14 14:29:39 +01:00
BVier
9a97bd20fc
Update ClassificationController, QueryMapper and Tests to actual ClassificationSchema
2017-11-09 11:55:57 +01:00
BVier
90761d2233
Classification: add validFrom and validUntil (with functionalities). Remove modified-attribute. findById -> findByIdAndDomain
2017-08-01 15:19:44 +02:00
BVier
44c5f2dec4
Add Customs and Domain (with functionalities) to Classification
2017-08-01 10:08:55 +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
Holger Hagen
1220cd863b
Merge pull request #24 from eberhardmayer/master4
...
added ".checkstyle" to gitignore
2017-07-11 15:16:40 +02:00
Eberhard Mayer
399e37e6c3
added ".checkstyle" to gitignore
2017-07-11 14:26:35 +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
e60fa595cc
updated myBatis to 3.4.4
2017-07-06 08:35:57 +02:00
Eberhard Mayer
a251158ca1
added checkstyle
2017-07-05 14:53:39 +02:00
Eberhard Mayer
a52111e910
removed warnings
2017-07-05 13:00:33 +02:00
Eberhard Mayer
f444ad3a5d
Added prefixes to id definitions and changed varchar(36) to char(40)
2017-07-05 11:32:04 +02:00
Eberhard Mayer
51ae3c97e3
integrated logic for existing schema
2017-07-05 10:24:33 +02:00
Holger Hagen
010ef8cb41
Object Reference added to Task
2017-07-05 10:15:56 +02:00
Eberhard Mayer
46e0fb1174
changed table name BUSINESS_CLASSIFICATION to CLASSIFICATION
2017-07-05 08:42:50 +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
c442298214
removed test-logging file in resource folder
2017-07-03 11:49:52 +02:00
Eberhard Mayer
399fdf2410
changed integration tests to unit tests and moved integration tests to own package
2017-07-03 11:49:36 +02:00
Eberhard Mayer
287ea4a9ac
added permission filter to workbaskets
2017-07-03 10:34:03 +02:00
Holger Hagen
8669884cc9
Added CurrentUserContext to support plain JAAS and WebSphere.
2017-06-30 10:26:13 +02:00
Eberhard Mayer
1bbf6ee42d
added simple structure in beans.xml
2017-06-29 14:20:44 +02:00
Eberhard Mayer
69b6921976
removed JtaTransactionInterceptor in beans.xml because mybatis-cdi is not used any more
2017-06-29 10:34:55 +02:00
Holger Hagen
802f0ce554
Initial commit
2017-06-28 17:45:30 +02:00