Commit Graph

884 Commits

Author SHA1 Message Date
Holger Hagen 87f44bd026 TSK-469: added endpoint to delete workbasket as distribution target. 2018-04-27 11:50:19 +02:00
Holger Hagen 6fe096a939 TSK-461: added some validation to the incoming task resource in the REST controller. 2018-04-25 08:59:20 +02:00
Holger Hagen fdfb9b65d0 TSK-426: creation of classifications with empty id is now possible. 2018-04-20 10:48:31 +02:00
Mustapha Zorgati 8307e3e7a7 Updated poms to version 0.1.3-SNAPSHOT 2018-04-19 14:32:18 +00:00
Martin Rojas Miguel Angel ccf6f133ee TSK-432 Domain switch and filtering for the application 2018-04-18 21:56:13 +02:00
Holger Hagen 5ef112bf97 TSK-424: Exception is thrown if a completed task is getting transferred. 2018-04-18 16:02:04 +02:00
Holger Hagen dc8b0dbc54 TSK-421: invalid parameter lead to error message. 2018-04-18 12:30:58 +02:00
BerndBreier 36d66064a7 TSK-441 Add foreign key constraint for workbasket_id to workbasket-access-list 2018-04-16 14:08:32 +02:00
Holger Hagen fd0b1436c5 TSK-445: user info endpoint. 2018-04-16 13:10:26 +02:00
Holger Hagen 9601e9a8ec TSK-434: added endpoints to read classification categories and types. 2018-04-16 08:44:06 +02:00
BerndBreier 227ab7782d TSK-303 Add callback information to task 2018-04-13 16:26:58 +02:00
Holger Hagen 6e075bce6b TSK-429: added task update to and integration test to task rest service. 2018-04-13 12:00:08 +02:00
Holger Hagen 1dd6dcddf1 TSK-433: Delete classification by id using REST API. 2018-04-12 12:42:07 +02:00
BerndBreier b62563f463 TSK-417 page number and size mismatch when hidden tasks are member of query resultset 2018-04-06 14:04:47 +02:00
Holger Hagen 1d58cb39e1 TSK-422: HATEOAS support for ClassificationController. 2018-04-06 13:25:05 +02:00
Holger Hagen 9cacb892c6 TSK-422: encoding fix for sample data. 2018-04-06 13:25:05 +02:00
Mustapha Zorgati e3e91383c9 Updated poms to version 0.1.2-SNAPSHOT 2018-04-04 15:51:00 +00:00
BerndBreier 94c32624a0 TSK-420 - Place all tables in db schema "taskana" 2018-04-04 15:56:30 +02:00
Holger Hagen ba3b8baaf5 TSK-399: Configurable classification cagetories. 2018-04-04 12:55:51 +02:00
Martin Rojas Miguel Angel 5864d70e0b TSK-404 allow workbasket list filtering while selection is applied. 2018-04-04 08:42:17 +02:00
Lars Leo Grätz a311a60301 TSK-426
now using generic domains/ did refactors of import/export
TSK-426 fixed test issues
2018-04-02 08:32:29 +02:00
Holger Hagen df4638f2fc TSK-400: added configuration of classification types. 2018-03-29 16:31:45 +02:00
Holger Hagen 22ee9e96f9 TSK-406: fixed unit test until bug is resolved. 2018-03-29 09:56:40 +02:00
Holger Hagen db8de1063e TSK-406: optimizations from review. 2018-03-28 17:53:45 +02:00
Holger Hagen c1809373a4 TSK-406: adapted to count() fix. 2018-03-28 17:53:45 +02:00
Holger Hagen 106df46a69 TSK-406: Added pagination for TaskController. 2018-03-28 17:53:45 +02:00
Lars Leo Grätz ead7b9a3a0 TSK-295
added import/export functionality
2018-03-27 17:08:38 +02:00
Mustapha Zorgati f4ea8ef569 Updated poms to version 0.1.1-SNAPSHOT 2018-03-23 10:17:41 +00:00
Holger Hagen fd0bc96b9d TSK-398: domain is checked for existance during classification creation. 2018-03-23 10:19:16 +01:00
Holger Hagen 9803de0502 TSK-398: domain is checked for existance during workbasket creation. 2018-03-23 10:19:16 +01:00
Holger Hagen b0156d9af2 TSK-398: refactored roles config to be more generic. 2018-03-23 10:19:16 +01:00
BerndBreier 32449a4d52 TSK-401 After creating a workbasket, the user is not able to delete it. 2018-03-22 14:42:29 +01:00
Mustapha Zorgati 02fc6b3cd3 TSK-395 created REST interface for TaskStatusReport 2018-03-22 14:26:43 +01:00
Mustapha Zorgati bb4d5adf35 TSK-395 created TaskStatusReport
TSK-395 created rest endpoint
2018-03-22 14:26:43 +01:00
Holger Hagen 95146d764f TSK-370: fixed import to be compatible with new Spring version. 2018-03-22 10:30:10 +01:00
Holger Hagen 034852cabd TSK-370: upgrade to Spring Boot 2.0.0.RELEASE 2018-03-22 10:30:10 +01:00
BerndBreier 4bc7b6bad1 TSK-314 Recalculate due timestamp and prio when a classification is updated 2018-03-21 22:18:55 +01:00
Holger Hagen 4765fc242a TSK-217: pagination support for WorkbasketController and first page to be number 1. 2018-03-20 09:44:50 +01:00
Holger Hagen 15dee0c269 TSK-378: introduced REST integration tests on WorkbasketController. 2018-03-20 09:44:50 +01:00
Holger Hagen 2c62de91d7 TSK-378: Add pagination to WorkbasketController. 2018-03-20 09:44:50 +01:00
BerndBreier eb55cb6ad8 TSK-358 Bulk update of all tasks with a specific ObjectReference 2018-03-19 16:59:42 +01:00
BerndBreier c7208cf882 TSK-391 Remove custom field condition from task query 2018-03-16 12:39:48 +01:00
BerndBreier f55c54f991 tsk-385 Empty WHERE condition on workbasket query 2018-03-16 08:03:43 +01:00
BerndBreier 5de0cd5e09 TSK-382 add errorhandling to controllers 2018-03-15 17:08:22 +01:00
Lars Leo Grätz aef0e987e9 TSK-385:
added domain endpoints for workbaskets and classifications
2018-03-15 10:06:43 +01:00
BerndBreier a7c7dec43c TSK-353 Extend the number of available custom attributes on the task 2018-03-14 11:48:03 +01:00
Holger Hagen e581c8051b TSK-378: PUT operations return updated entities and removed not required operations. 2018-03-14 08:15:28 +01:00
BerndBreier 3498df039a TSK-377 provide meaningful response for duplicate key exception 2018-03-13 11:09:08 +01:00
Holger Hagen e0c0246101 TSK-373: renamed relations and removed some duplicate links. 2018-03-13 10:25:02 +01:00
Holger Hagen 4c8b29bcec TSK-373: list resources according to HAL format. 2018-03-13 10:25:02 +01:00
Holger Hagen c958e8f1d4 TSK-373: added HAL format to workbasket list. 2018-03-13 10:25:02 +01:00
BerndBreier d4ab03667c TSK-348 Consider admin rights in workbasket query and hide tasks from workbaskets without read permission 2018-03-12 13:59:20 +01:00
Holger Hagen d25e846fd5 TSK-360: added links to workbasket and removed distributiontargets from workbasketsummary. 2018-03-06 17:34:41 +01:00
Mustapha Zorgati 7fd9422dd6 Updated poms to version 0.0.9-SNAPSHOT 2018-03-06 09:24:33 +00:00
BerndBreier 04221a3fa8 TSK-280 add ids to NotFoundExceptions 2018-03-06 08:33:14 +01:00
BerndBreier bab3d9ff5c TSK-359 setWorkbasketAccessItems doesn't save access items 2018-03-05 16:16:32 +01:00
Marcel Lengl e32a1acbc6 TSK-341: No Exception when Classification-parent for ID does not exist 2018-03-01 14:41:10 +01:00
Marcel Lengl d9bb89248b TSK-327: Move Enums from impl to taskana package 2018-03-01 13:31:27 +01:00
Marcel Lengl a89d9a1945 TSK-346: Add MODIFIED timestamp to Classification 2018-03-01 13:28:51 +01:00
Marcel Lengl f4c29855d8 TSK-328: Add userId to NotAuthorizedException 2018-03-01 11:28:19 +01:00
BerndBreier 8dc00106d0 TSK-356 Remove compiled classes from repository and add .gitignore for REST and taskana-rest-spring-example projects 2018-03-01 11:01:07 +01:00
Mustapha Zorgati 43a226f26d TSK-311: replaced RuntimeExceptions with more precise exceptions
and added exception handling
2018-02-28 17:05:56 +01:00
Mustapha Zorgati 1369a1fb48 TSK-311: fixed self link of WorkbasketSummary 2018-02-28 17:05:56 +01:00
Mustapha Zorgati 798e160669 TSK-311 refactoring 2018-02-28 17:05:56 +01:00
Mustapha Zorgati eaf15fd19c TSK-311 fixed checkstyle 2018-02-28 17:05:56 +01:00
Mustapha Zorgati 54c9b538f8 TSK-311 now releasing taskana-rest-spring to maven central aswell
TSK-311: fixed travis config


TSK-311: created import key toggle
TSK-311: now only pushing one commit
TSK-311: replaced implicit if statements with explicit statements
2018-02-28 17:05:56 +01:00
Mustapha Zorgati e872c39340 TSK-311 seperated rest service 2018-02-28 17:05:56 +01:00
BerndBreier f7e912b48b TSK-345 Clarify usage of authorization terms in API 2018-02-28 13:10:54 +01:00
Marcel Lengl 64af03c368 TSK-283: Root-Classifications should always be false in domain. 2018-02-28 11:30:47 +01:00
Marcel Lengl 42d8739a67 TSK-226: Enable HATEOAS on REST at least for Workbasket 2018-02-27 17:40:41 +01:00
BerndBreier 0bdbf4700b TSK-242 Implement role based access control to the lib 2018-02-27 16:13:43 +01:00
Marcel Lengl 6f6d884e02 TSK-326: outsourced configuration file 2018-02-27 14:40:32 +01:00
Lars Leo Grätz ecd5bd86a3 TSK-343 Using Bean Utils for mappers with tests 2018-02-27 12:34:10 +01:00
Martin Rojas Miguel Angel e10cc3a0c9 TSK-190 Add workbasket information saving feature, spinner, modal and alert components. 2018-02-26 21:26:58 +01:00
Marcel Lengl bc5e0e9688 TSK-221: set multiple Authorisations at once. 2018-02-26 14:02:00 +01:00
Marcel Lengl 53610a309c TSK-316: Add unchangeable CREATOR to Task. 2018-02-26 12:04:11 +01:00
Mustapha Zorgati 7b605a712f TSK-347 enabled transaction management for all rest interfaces 2018-02-26 08:46:27 +01:00
Mustapha Zorgati 26c13514eb TSK-300 import all workbasketdefinitions 2018-02-23 16:32:35 +01:00
Lars Leo Grätz 633bc2372f TSK-301 import all classifications 2018-02-23 15:32:26 +01:00
Holger Hagen 25107f5760 TSK-342: replaced sql timestamp with Instant.toString(). 2018-02-23 13:28:14 +01:00
Marcel Lengl 0c96464e17 TSK-342: REST Instant to Timestamp with Converter. 2018-02-23 13:28:14 +01:00
Mustapha Zorgati b5d5125632 TSK-325: minor refactoring 2018-02-22 14:21:08 +01:00
Mustapha Zorgati 351d9654a2 TSK-325 replaced taskana-core with taskana-spring to gain transaction management 2018-02-22 13:29:12 +01:00
Marcel Lengl 36974006af TSK-227: REST - Workbasket ID for Controller instead of KEY. 2018-02-22 13:03:01 +01:00
Marcel Lengl 862f17ed2b TSK-224: REST setDistributionTargets 2018-02-21 16:56:52 +01:00
Marcel Lengl 1d8f86d130 TSK-220: REST-DELETED added as endpoint. 2018-02-21 16:05:20 +01:00
BerndBreier 59d1d9af71 TSK-304 Use Ids for identification of workbaskets and classifications 2018-02-21 14:18:53 +01:00
Marcel Lengl ad2bbc4449 TSK-323: REST WB-Resources and key-filtering applied. 2018-02-21 13:41:34 +01:00
Marcel Lengl 061e7e068e TSK-222: REST-Endpoint get dist-targets by WB-ID. 2018-02-21 10:45:06 +01:00
Mustapha Zorgati 0ca7d01595 Updated poms to version 0.0.8-SNAPSHOT 2018-02-20 08:17:04 +00:00
Mustapha Zorgati 5f460f0403 TSK-302: now using ClassificationResource 2018-02-19 22:33:13 +01:00
Mustapha Zorgati f51174668b TSK-302: removed classificationTree 2018-02-19 22:33:13 +01:00
Mustapha Zorgati 9258f9cef0 TSK-302: now exporting classifications 2018-02-19 22:33:13 +01:00
Marcel Lengl 091ed6b95f TSK-282: Add parentId to Classification-Summary. Changed parent_KEY to ID. 2018-02-19 11:19:33 +01:00
Holger Hagen 072427d132 TSK-309: renamed id to workbasketId to prevent collision with HATEOAS Resource Support from Srping. 2018-02-19 10:21:56 +01:00
Holger Hagen fcef49dcb3 TSK-157: remove unnecessary method which have been replaced by query. 2018-02-19 07:19:42 +01:00
Holger Hagen 0e393f35f6 TSK-307: fixed bug and consolidated code structure. 2018-02-19 07:18:56 +01:00
Lars Leo Grätz a214851289 TSK-299 fixed getter 2018-02-16 20:09:37 +01:00
Lars Leo Grätz bee1af35a5 TSK-299 added WorkbasketQuery 2018-02-16 20:09:37 +01:00
Mustapha Zorgati 468d2668ff TSK-299: added rest endpoint to export workbaskets
first version


initial setup


revert core


reverted changes


added query for domain in WorkbasketDefinitionController
created bean WorkbasketDefinitionMapper and autowired WorkbasketService
deleted ImportExportController

fixed rebase error
2018-02-16 20:09:37 +01:00
Marcel Lengl 9d41c4e06b TSK-278: Classification-Category to Task for better filter performance with change on update. 2018-02-16 08:57:21 +01:00
Marcel Lengl 6a644b7db2 TSK-248: Moved models to IMPL, resigned hardcoded Strings, deleted model-package. 2018-02-15 16:30:25 +01:00
Martin Rojas Miguel Angel 0a904ac220 TSK-218 add to workbasketSummary GET endpoint filtering and sorting feature with hal+json support 2018-02-15 14:57:58 +01:00
Konstantin Kläger 12e59f939e TSK-270: Delete old monitoring methods from API
- Remove old monitoring methods from service, mapper and tests
- Remove unneeded monitoring specific classes
- Return sample strings in the methods of the REST Service that
represents the removed data
2018-02-07 13:04:43 +01:00
Mustapha Zorgati 2054b3c5a6 Updated poms to version 0.0.7-SNAPSHOT 2018-02-06 12:48:07 +00:00
Holger Hagen b590597690 Fixed sample data for REST to repair build. 2018-02-06 11:58:36 +01:00
Marcel Lengl 9be8d839d3 TSK-75: Delete a Workbasket 2018-02-06 10:43:54 +01:00
BerndBreier 2c9d595123 TSK-213 introduce Interface and Implementation for WorkbasketAccessItem 2018-02-06 10:18:51 +01:00
BerndBreier 407a4a33d8 TSK-73 Create Workbasket 2018-02-02 16:40:35 +01:00
BVier ef7326311a TSK-229: Add permCustom9 to 12 to Workbasket access item 2018-02-01 10:57:08 +01:00
Marcel Lengl 663ce463b2 TSK-163: Attachment functions add/remove/update implemented. Acc+Unit
Test added
2018-01-31 09:39:31 +01:00
Holger Hagen 3862e1d71d GENERAL: ignoring bin directories in rest and lib project. 2018-01-30 10:53:24 +01:00
Mustapha Zorgati 435f52b8c8 Updated poms to version 0.0.6-SNAPSHOT 2018-01-24 12:50:20 +00:00
Marcel Lengl fa917953e8 TSK-134: Updated to Java 8 Time-API. Removed valid_from/valid_until from
classification.
2018-01-24 12:40:21 +01:00
BerndBreier e396adf040 TSK-151 update task summary and use it in all list operations. Avoid joins for list queries. 2018-01-23 17:00:06 +01:00
Holger Hagen d116b138d1 TSK-113: SampleLoginModule now accepts all test users and generated group memberships. 2018-01-18 16:13:22 +01:00
Marcel Lengl 83cff45c48 TSK-146: Introduced ClassificationSummary Interface and Impl. Also deleted forbidden methods on Classification-Interface. Mappers for Query changed. 2018-01-16 14:38:26 +01:00
Marcel Lengl 51eba86d8f TSK-153: added field 'note' to Task for a custom commentary. Changes Taskname and Taskdescription field-length (shorter). 2018-01-15 20:56:29 +01:00
BerndBreier dea6f498ed TSK-147 Introduce Workbasket summary to be returned in lists and from all queries. 2018-01-12 16:27:19 +01:00
BerndBreier 7ee001950d TSK-121 Task.setClassificationKey instead of setClassification 2018-01-12 12:19:58 +01:00
Marcel Lengl 2b8ab6b16d TSK-126: Query workbaskets by task, adding Authentification, expanding REST getAllWorkbaskets, updated Tests 2018-01-12 09:36:12 +01:00
BVier a368cdd8e4 TSK-145: add "domain" value to Task 2018-01-10 21:26:27 +01:00
Mustapha Zorgati 7878eb3f50 Updated poms to version 0.0.5-SNAPSHOT 2018-01-10 14:04:18 +00:00
Marcel Lengl ad8aabb5de TSK-137: Get all attachments of a Task. 2018-01-10 13:52:12 +01:00
BerndBreier f3f46e1ed5 TSK-123 move primary Object Reference Values to Task record 2018-01-04 12:18:32 +01:00
Mustapha Zorgati 0944d9f997 fixed manifest version change after deployment 2017-12-22 21:40:59 +01:00
Mustapha Zorgati b7cc32fae5 Updated poms to version 0.0.4-SNAPSHOT 2017-12-21 17:20:03 +00:00
BerndBreier 1952807123 TSK-59 ACCESS_ID should always be treated as lowercase 2017-12-21 15:14:17 +01:00
BerndBreier 193e3c3079 TSK-90 Use task.workbasketKey as foreign key into workbasket and reject implicit creation of distribution targets 2017-12-20 21:03:09 +01:00
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