Commit Graph

646 Commits

Author SHA1 Message Date
julian.schallenmueller aadc31beff TSK-605: Improved mapper test coverage for classification attributes 2018-07-03 13:18:16 +02:00
Konstantin Kläger 43d25e0496 TSK-571: Create a fluent API for the monitoring
- Create report builders that create the reports and list the tasks of
the reports
- Extend getTaskIds by customFieldValueReport
- Rename WorkbasketLevelReport to WorkbasketReport
- Harmonize report filters
2018-07-03 11:32:01 +02:00
Lars Leo Grätz 13f31c7b93 TSK-593: bugfix: reload workbasket and classification list after import 2018-07-03 10:58:06 +02:00
Martin Rojas Miguel Angel b5c4d583e4 TSK-620 Move master domain to dropdown last element
TSK-620 Move master domain to dropdown last element
2018-07-02 14:14:38 +02:00
Martin Rojas Miguel Angel 0422c576ac TSK-455 Remove demo url from web app
- Since url are defined in rest API there is no need to define the production url in we app.
2018-07-02 10:04:48 +02:00
Lars Leo Grätz 1c5846252a TSK-537 Import only accepting json files 2018-06-29 08:46:28 +02:00
Lars Leo Grätz 15487d2ff6 TSK-449
Bugfix: exporting workbaskets on the workbasket export in admin now
2018-06-29 08:38:38 +02:00
Lars Leo Grätz dc8d2f7fd8 TSK-595 now sorting workbaskets by key 2018-06-29 08:28:17 +02:00
Mustapha Zorgati ee7dffce49 Updated poms to version 1.0.1-SNAPSHOT 2018-06-28 16:20:58 +00:00
Mustapha Zorgati 4936cbb158 Updated poms to version 0.9.6-SNAPSHOT 2018-06-27 17:39:16 +00:00
Martin Rojas Miguel Angel baaf53ec1c TSK-601 Bug Fix tree component filtering 2018-06-27 18:50:22 +02:00
Mustapha Zorgati 14aa61bd7c Updated poms to version 0.9.5-SNAPSHOT 2018-06-27 16:18:06 +00:00
Martin Rojas Miguel Angel 68779cf68a TSK-601 Make classification categories customizables via icon and text 2018-06-27 17:01:20 +02:00
Mustapha Zorgati 7e3439c00f TSK-536: taskana-rest-example redirect http -> https 2018-06-27 13:31:58 +02:00
Holger Hagen 5ef8fe2ba0 TSK-608: removed exception hiding in JobRunner. 2018-06-27 13:31:25 +02:00
Holger Hagen 98d012d592 TSK-607: moved version parameter to prepared statement for version check. 2018-06-27 12:54:08 +02:00
Holger Hagen 104d5ed60e TSK-597: fixed validation of parent id and key for classifications during creation. 2018-06-27 12:51:47 +02:00
Mustapha Zorgati b84ee12f45 Updated poms to version 0.9.4-SNAPSHOT 2018-06-25 19:13:02 +00:00
julian.schallenmueller e7de713571 TSK-582: Removed unused method in ObjectReferenceMapper 2018-06-25 16:54:23 +02:00
Holger Hagen 4bac0cb6e3 TSK-524: removed unnecessary field sqlSessionFactory and refactored code to remove warnings. 2018-06-25 15:57:08 +02:00
julian.schallenmueller 85b09508e5 TSK-599: Improved test coverage for workbasket query 2018-06-25 14:43:00 +02:00
Martin Rojas Miguel Angel f763089e38 TSK-531 Access id validation failing refinement 2018-06-25 08:45:58 +02:00
BerndBreier b8138db327 TSK-587 Improve Job Support - improve test coverage 2018-06-24 14:23:20 +02:00
BerndBreier a64fb47aa0 TSK-587 Improve Job Support 2018-06-24 14:23:20 +02:00
Martin Rojas Miguel Angel b1cc34a71c TSK-580 Add master domain option for classification screens 2018-06-24 13:38:45 +02:00
Holger Hagen 71cedd85de TSK-572: refactored permission initializition. 2018-06-22 09:13:37 +02:00
Holger Hagen 3aee44f52b TSK-572: fixed NPE in WorkbasketServiceImpl 2018-06-22 09:13:37 +02:00
julian.schallenmueller 4e04eb4f60 TSK-563: Improved task mapper test coverage 2018-06-21 21:07:54 +02:00
Mustapha Zorgati 7636fe584d TSK-528: re-encrypted key file 2018-06-21 12:08:43 +02:00
Mustapha Zorgati ff6367477a TSK-528 now testing multiple databases simultaneously 2018-06-21 12:08:43 +02:00
Martin Rojas Miguel Angel 8425ec32b4 TSK-575 Created General handling error log system for REST API 2018-06-21 11:33:33 +02:00
Holger Hagen 766cb64621 TSK-521: activated query tasks by workbasket tasks and moved one tests to consolidate all corresponding tests in one class. 2018-06-21 11:05:20 +02:00
julian.schallenmueller ae23f18852 TSK-583: Fixed test to work on Db2 2018-06-21 11:03:44 +02:00
Holger Hagen cdabc8d89e TSK-584: updated postgres db schema to match master db schema. 2018-06-21 02:19:36 +02:00
julian.schallenmueller 9e138937a4 Removed unused mapper method 2018-06-20 21:11:43 +02:00
julian.schallenmueller f54a02ccb1 TSK-564: Improved classification mapper test coverage 2018-06-20 21:11:43 +02:00
Martin Rojas Miguel Angel 73d1f33e9f TSK-542 Add description for filtering type icons 2018-06-20 13:54:07 +02:00
Mustapha Zorgati 6b55fd5dff Updated poms to version 0.9.3-SNAPSHOT 2018-06-20 06:14:06 +00:00
Konstantin Kläger bb46ab9850 TSK-579: Add parent key and custom attributes to classification(summary) 2018-06-19 20:54:46 +02:00
julian.schallenmueller 13f0e0d8c7 TSK-559: Removed unused methods 2018-06-19 16:21:51 +02:00
julian.schallenmueller 3ec9359ff3 TSK-559: Improved test coverage for the workbasket mapper 2018-06-19 16:21:51 +02:00
BerndBreier e07c8919cd TSK-581 Separate configuration of LdapTemplate. Wire LdapTemplate conditionally. 2018-06-19 14:55:08 +02:00
BerndBreier 4dedc761f1 TSK-516 verify schema version at startup 2018-06-19 14:44:01 +02:00
Konstantin Kläger 71a42b58fd TSK-367: Provide a workbasket level report for specific classifications 2018-06-18 21:10:10 +02:00
BerndBreier 169ad0d718 TSK-511 Add transaction slicing to job runner 2018-06-18 18:14:01 +02:00
julian.schallenmueller ae9f00ddc4 TSK-511 Add transaction slicing to job runner 2018-06-18 18:14:01 +02:00
Konstantin Kläger 5a76d17a54 TSK-568: Remove unnecessary exceptions from method signatures 2018-06-18 12:28:54 +02:00
Martin Rojas Miguel Angel a6ff3c2813 mend 2018-06-18 10:55:57 +02:00
Martin Rojas Miguel Angel 08a8649a25 TSK-376 Change test to Firefox instead of phantom 2018-06-18 10:55:57 +02:00
Lars Leo Grätz a372a2eaa6 TSK-565: sorting of tasks in workplace 2018-06-18 10:44:42 +02:00