julian.schallenmueller
93ed287c05
TSK-732: Refactored BaseQuery.listValues method to use Enum instead of String
2018-11-08 16:19:19 +01:00
julian.schallenmueller
ff558b3a2a
TSK-646: Added equals and hash methods to TimeInterval
2018-11-08 13:08:13 +01:00
Mustapha Zorgati
a9191e6bb0
Updated poms to version 1.0.5-SNAPSHOT
2018-10-24 14:54:24 +00:00
Jose Ignacio Recuerda Cambil
5d2861a6cd
TSK-720 - NullpointerException in ClassificationServiceImpl:293 if no categories are configured for classification types
2018-10-24 14:30:37 +02:00
Martin Rojas Miguel Angel
83918d9af5
TSK-681 Create WorkbasketCleanupJob transaction test
2018-10-23 16:51:03 +02:00
Jose Ignacio Recuerda Cambil
d886aaf00e
Rebase with master and fix minors errors
2018-10-23 16:51:03 +02:00
Martin Rojas Miguel Angel
279589a5df
TSK-681 Create workbasket cleanup job
2018-10-23 16:51:03 +02:00
Martin Rojas Miguel Angel
e62e0a5ac7
TSK-726 Change TaskanaHistoryEvent id from String to long
2018-10-18 20:04:03 +02:00
Martin Rojas Miguel Angel
5817cc15a6
TSK-726 Refactored public api and history event producer to initialize TaskanaHistory implementations
2018-10-18 17:00:10 +02:00
Jose Ignacio Recuerda Cambil
55e8135cc8
TSK-733 - Modify response deleteWorkbasket
2018-10-17 10:14:27 +02:00
Jose Ignacio Recuerda Cambil
1e6fc73f7d
TSK-715 - Merge WorkbasketAccessItem entities and remove the extended one
2018-10-15 08:32:12 +02:00
Holger Hagen
d6a38d7f29
TSK-722: added HistoryEventProducer to completeTask
2018-10-10 10:24:12 +02:00
Holger Hagen
e3b472ed84
TSK-722: fixed Javadoc problems.
2018-10-10 10:24:12 +02:00
Jose Ignacio Recuerda Cambil
f74a70e0d5
TSK-680 - Mark workbasket for deletion
2018-10-09 10:38:40 +02:00
BVier
eab4d54acd
TSK-721-2: Add flag and correct TYPO
...
Add schema.sql and 'generateSampleData'-Flag (forgotten in last commit).
2018-10-03 18:42:39 +02:00
BVier
6f7b5b7e8c
TSK-721: Enable connection to db2-instance
...
Enables Taskana-rest-spring-exxample to run against an DB2-Database.
Introduced Flag to define if sample data should be inserted
2018-09-26 17:27:13 +02:00
Martin Rojas Miguel Angel
5628fd8ebb
TSK-670 Remove IS NOT NULL condition for queryMapper and fix failing tests
2018-09-17 15:46:44 +02:00
Mustapha Zorgati
ef703b4a40
TSK-694: refactored WorkbasketAccessItemQuery + Extended
2018-09-11 11:06:16 +02:00
Jose Ignacio Recuerda Cambil
40b2648060
Fixed minors
2018-09-11 11:06:16 +02:00
Martin Rojas Miguel Angel
131e11e7aa
Create access items extended
2018-09-11 11:06:16 +02:00
Martin Rojas Miguel Angel
c6a40bb2a3
TSK-662 Add task classification report to monitor.
2018-09-07 12:02:56 +02:00
Mustapha Zorgati
db70a89435
TSK-697: refactored Report structure
2018-09-06 16:20:56 +02:00
Jose Ignacio Recuerda Cambil
4c192d79a4
TSK-577 - Tasks should only be deleted if all tasks with the same parent business process id can be cleaned up
2018-09-05 16:36:29 +02:00
Martin Rojas Miguel Angel
adcaad9f0a
TSK-690 Split query mapper task count query
...
Split query mapper task count query for db2 and other
2018-09-03 12:19:13 +02:00
Mustapha Zorgati
928e67f3d5
Updated poms to version 1.0.4-SNAPSHOT
2018-08-17 07:46:14 +00:00
Martin Rojas Miguel Angel
d4110731f7
TSK-644 make tasks attachments queryable
2018-08-17 09:09:22 +02:00
Holger Hagen
d6a29e7bdd
TSK-576: added transaction slicing to cleanup job.
2018-08-13 09:11:43 +02:00
Holger Hagen
afdf6cbaff
TSK-664: added hash and equals methods to KeyDomain.
2018-08-10 09:29:17 +02:00
Holger Hagen
c750e00b32
TSK-664: added hash and equals methods to KeyDomain.
2018-08-10 09:29:17 +02:00
Holger Hagen
c6984977a6
TSK-669: ADMIN is authorized to OPEN all workbaskets.
2018-08-08 08:57:32 +02:00
Jose Ignacio Recuerda Cambil
2dbc0de402
TSK-621 - Make classification categories configurable by type
2018-08-06 10:47:34 +02:00
Mustapha Zorgati
6bc1416fa6
Updated poms to version 1.0.3-SNAPSHOT
2018-08-01 17:06:06 +00:00
julian.schallenmueller
846a54196a
TSK-658: Initialize task attachments correctly in resource assemblers
2018-08-01 17:11:40 +02:00
Martin Rojas Miguel Angel
183185ed87
TSK-418 configure schema via application.properties file
2018-08-01 16:09:03 +02:00
Martin Rojas Miguel Angel
84ec9e97e4
TSK-418 make db schema customizable via taskana.properties
2018-08-01 16:09:03 +02:00
Holger Hagen
b335bb02f5
TSK-665: added schema update script and fixed schema versioning.
2018-07-31 18:05:03 +02:00
Martin Rojas Miguel Angel
8a8063764e
Revert "TSK-665: added schema update script and fixed schema versioning."
...
This reverts commit a1e27ac651
.
2018-07-31 17:30:18 +02:00
Holger Hagen
c58b504e9b
TSK-665: added schema update script and fixed schema versioning.
2018-07-31 15:05:08 +02:00
BVier
6a122c5afd
TSK-643: Summarize all custom-querys in task and classification
2018-07-26 21:02:35 +02:00
Holger Hagen
2981dad384
TSK-629: Hamonized all job handling.
2018-07-26 10:41:17 +02:00
Holger Hagen
3e0334ee6f
TSK-659: considering permissions for business admins in workbasket queries.
2018-07-25 12:20:46 +02:00
Holger Hagen
7a5fcacb36
TSK-629: restructered job tests.
2018-07-23 08:29:40 +02:00
Holger Hagen
30f3682c51
TSK-629: review findings incorporated.
2018-07-23 08:29:40 +02:00
Holger Hagen
b7be70d09c
TSK-629: first refactoring of job handling.
2018-07-23 08:29:40 +02:00
Mustapha Zorgati
d0ad0bbf5b
Updated poms to version 1.0.2-SNAPSHOT
2018-07-17 09:35:14 +00:00
julian.schallenmueller
d44e88b6cc
TSK-637: Initialized return values to empty lists
2018-07-17 08:26:16 +02:00
BVier
0c5d540c56
TSK-634: Extend the TaskQuery with classificationKeyNotIn and stateNotIn
2018-07-12 11:56:31 +02:00
Martin Rojas Miguel Angel
bc317b6c72
TSK-590 Add more descriptive error message on service level error.
...
- Error message on validating service level is more descriptive adding some examples of how to use the ISO-8601 format.
2018-07-12 11:34:57 +02:00
julian.schallenmueller
84b681d442
TSK-628: Corrected classification hierarchy in test data
2018-07-11 16:19:37 +02:00
Martin Rojas Miguel Angel
87140d05ea
TSK-615
...
- Added key and domain for those exception messages which has access to key and domain values in classification and workbasket services.
2018-07-11 16:12:59 +02:00
BVier
cd2110f1d7
TSK-626: Correct mistakes in AttachmentSummary
2018-07-11 10:12:03 +02:00
BVier
85c9a7ed8a
Add Channel and ObjectReference to AttachmentSummary
2018-07-11 10:12:03 +02:00
julian.schallenmueller
cc62283437
TSK-598: Added custom1-4 to WorkbasketSummary
2018-07-11 08:40:55 +02:00
Martin Rojas Miguel Angel
70476e597f
TSK-616 Allow update classifications with empty service_level
...
- Allow save classifications when service level is empty
2018-07-11 08:13:12 +02:00
Martin Rojas Miguel Angel
2725d29191
TSK-614 BUG to allow update empty wbAccessItems
...
- Update to empty workbasket access items was not allowed.
2018-07-10 20:23:59 +02:00
julian.schallenmueller
c68dace0f1
TSK-606: Improved mapper test coverage for task attributes
2018-07-10 16:32:53 +02:00
Martin Rojas Miguel Angel
f09a31776b
TSK-567 Add transactional support {Part1}
2018-07-04 17:19:58 +02:00
Martin Rojas Miguel Angel
8b060b2a39
TSK-567 Create scheduler task job
2018-07-04 17:19:58 +02:00
julian.schallenmueller
4c6c3f30ad
TSK-613: Improved workbasket query test coverage
2018-07-04 13:56:18 +02:00
Martin Rojas Miguel Angel
f0137f66b8
TSK-623 Add parentKey to classification saved object
2018-07-04 13:06:52 +02:00
Martin Rojas Miguel Angel
801e76498e
TSK-623 BUG link children classification correctly to it parent
...
Link children classification to it corresponding parent in root domain when creating a new children classification in one specific domain.
2018-07-04 13:06:52 +02:00
julian.schallenmueller
7bc96ad568
TSK-612: Improved test coverage for workbasket accessitem query
2018-07-03 13:53:01 +02:00
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
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
Mustapha Zorgati
14aa61bd7c
Updated poms to version 0.9.5-SNAPSHOT
2018-06-27 16:18:06 +00: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
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
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
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
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
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
BerndBreier
cdcaa6b2fe
TSK-513 Integrate taskana-spring-txtest in taskana-spring-example
2018-06-15 16:26:07 +02:00
Konstantin Kläger
ecd88201fb
TSK-569: Convert Windows line endings (CRLF) to Unix line endings (LF)
2018-06-15 12:59:46 +02:00
Mustapha Zorgati
1af5acfbd5
Updated poms to version 0.9.2-SNAPSHOT
2018-06-11 18:56:22 +00:00
Holger Hagen
6e42863f07
TSK-549: removed unused SQLException from method signature.
2018-06-11 18:16:05 +02:00
Holger Hagen
a93c408cc3
TSK-549: Uppercase comparision when getting workbasket by key and domain.
2018-06-11 18:16:05 +02:00