Konstantin Kläger
fa0a41e419
TSK-286: Replace workbaskets bei workbasketIds in TaskMonitorService
...
- Create method for generating workbasket ids
- Remove unnecessary exceptions in throws clauses
- Remove unused WithAccessId annotations
2018-02-22 13:50:20 +01:00
Marcel Lengl
36974006af
TSK-227: REST - Workbasket ID for Controller instead of KEY.
2018-02-22 13:03:01 +01:00
Konstantin Kläger
c065590711
TSK-268: Add domain filter to reports
...
- Update service, mapper and tests
- Add tests for the new filter
- Update JavaDoc
2018-02-22 08:46:10 +01:00
BerndBreier
59d1d9af71
TSK-304 Use Ids for identification of workbaskets and classifications
2018-02-21 14:18:53 +01:00
Marcel Lengl
2652810461
TSK-318: Enable security by default on Spring
2018-02-21 10:58:44 +01:00
Marcel Lengl
061e7e068e
TSK-222: REST-Endpoint get dist-targets by WB-ID.
2018-02-21 10:45:06 +01:00
Konstantin Kläger
3d3418e44b
TSK-267: Add category filter to reports
2018-02-21 09:12:33 +01:00
Mustapha Zorgati
0ca7d01595
Updated poms to version 0.0.8-SNAPSHOT
2018-02-20 08:17:04 +00:00
Konstantin Kläger
b78b3ccb2f
TSK-261: Extend classification report by attachment classifications
...
- Add ClassificationReport
- Add DetailedClassificationReport
- Add DetailedReportLine
- Add DetailedMonitorItem
- Implement getDetailedClassificationReport
- Move createReport method to the Report class
- Add tests and update sample data
2018-02-20 08:40:21 +01:00
Mustapha Zorgati
9d4f80dcaa
TSK-302: removed getAllClassifications
2018-02-19 22:33:13 +01:00
Mustapha Zorgati
f51174668b
TSK-302: removed classificationTree
2018-02-19 22:33:13 +01:00
Marcel Lengl
c3bac7e476
TSK-310: Add setOwner() to the public interface of WB.
2018-02-19 21:31:51 +01:00
Marcel Lengl
1ee7b1d5fc
TSK-318: Add Security-switch to EngineConfiguration-Constructor.
2018-02-19 21:03:20 +01:00
Marcel Lengl
7200a826fe
TSK-247: Added customX as filter/sortorder to all queries.
2018-02-19 20:05:24 +01:00
Konstantin Kläger
11442571f2
TSK-321: Change LocalDate to Instant in DaysToWorkingDaysConverter
...
- The instant is converted back to LocalDateTime to check whether a day
is saturday or sunday
- Update also the unit test for this converter
2018-02-19 16:59:48 +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
fcef49dcb3
TSK-157: remove unnecessary method which have been replaced by query.
2018-02-19 07:19:42 +01:00
BerndBreier
cf7d795e3c
TSK-105 Add DB operators to query conditions in QueryBuilder interfaces
2018-02-16 21:15:17 +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
BerndBreier
28e13608b1
TSK-276 Classification.CREATE in the schema should be a Timestamp rather than a Date
2018-02-15 17:44:11 +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
Marcel Lengl
df91aa28ae
TSK-288: WB_KEY as varchar(64) - 32 before
2018-02-15 16:16:27 +01:00
BerndBreier
c64ecd77ba
TSK-281 Remove NotAuthorizedException from BaseQuery. Replace it by NotAuthorizedToQueryWorkbasketException (RuntimeException)
2018-02-15 15:27:19 +01:00
Marcel Lengl
d9db1d9a45
TSK-273: Complete a bulk of tasks. Improved Delete bulk of tasks. Renamed claimTaskBulk to claimTasks.
2018-02-15 14:54:32 +01:00
BerndBreier
ebc198ce99
TSK-70 Query Tasks by various conditions, especially by time intervals
2018-02-15 08:55:53 +01:00
BerndBreier
451d2fc63d
TSK-104 make constructor of impl classes package private
2018-02-15 08:51:59 +01:00
BerndBreier
9408142e57
TSK-287 add ownerLike, orderByDescription and orderByOwner to WorkbasketQuery
2018-02-14 12:14:28 +01:00
BerndBreier
acac30b687
TSK-275 Introduce WorkbasketAccessItemQuery
2018-02-12 21:48:15 +01:00
Konstantin Kläger
de8dbdc51b
TSK-262: Create custom field value report
...
- Create a report for the values of a custom field
- The custom fields are represented by an enum
- Create tests and update sample data
- Update and format monitor sample data
- Fix error in the sample data
2018-02-12 14:37:39 +01:00
BerndBreier
62defd1c08
TSK-259 delete Task single and bulk
2018-02-12 13:34:21 +01:00
Konstantin Kläger
4969f8b165
TSK-284: Fix monitoring sample data to repair build
2018-02-12 10:26:03 +01:00
BerndBreier
f6b9524bfe
TSK-235 sort workbasket query results case insensitive
2018-02-08 21:28:18 +01:00
BerndBreier
43d4e9eafd
TSK-246 Find all workbaskets, where the given key is configured as distribution target
2018-02-08 17:21:04 +01:00
Marcel Lengl
e6218d0540
TSK-250: CancelClaim with force-flag.
2018-02-08 13:46:37 +01:00
Konstantin Kläger
b361d59a5e
TSK-260: Create classification report
...
- Reuse existing monitoring methods to create a report for
classifications
- Create methods in service and mapper and add tests
- Modify monitoring sample data by adding domains
2018-02-07 21:32:27 +01:00
BVier
4fcb15aca8
TSK-257: Implement custom property querys in classification mapper
2018-02-07 21:14:51 +01:00
Marcel Lengl
8b0bdb94b5
TSK-252: Bulk-Transfer for Task
2018-02-07 16:55:49 +01:00
BerndBreier
91a949f842
TSK-48 Sort the results of a task query
2018-02-07 16:39:37 +01:00
Holger Hagen
1476e89642
TSK-272: acceptance test for bulk completion of tasks.
2018-02-07 13:22:06 +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
Holger Hagen
53cd04b6f8
TSK-274: accesptance test for workbasket access item query.
2018-02-07 13:02:26 +01:00
Konstantin Kläger
1f01e7ad17
TSK-228: Replace days by working days in the reports
...
- Create a converter that converts days to working days by using a table
- The table should exist all day if no changes are required
- Create tests for this converter
- Modify the existing report functions to count the age in working days
- Update test and sample data
- Remove empty lines from the WorkbasketLevelReport
2018-02-06 17:00:34 +01:00
Holger Hagen
6428235be5
TSK-258: acceptance tests for deleting tasks.
2018-02-06 15:50:32 +01:00
Holger Hagen
0f2c0891fc
TSK-256: changed acceptance test for query classification to isolate custom fields and to adapt to method name conventions.
2018-02-06 15:49:36 +01:00
Mustapha Zorgati
2054b3c5a6
Updated poms to version 0.0.7-SNAPSHOT
2018-02-06 12:48:07 +00:00
Marcel Lengl
d9d52d3ed6
TSK-251: fixed Ignore import.
2018-02-06 11:38:18 +01:00
Marcel Lengl
63d0c5cbff
TSK-244: Reset TaskState after a transfer.
2018-02-06 10:44:58 +01:00
Marcel Lengl
9be8d839d3
TSK-75: Delete a Workbasket
2018-02-06 10:43:54 +01:00
Holger Hagen
7bdb11c951
TSK-251: acceptance test for bulk transfer.
2018-02-06 10:19:04 +01:00
BerndBreier
2c9d595123
TSK-213 introduce Interface and Implementation for WorkbasketAccessItem
2018-02-06 10:18:51 +01:00
Holger Hagen
4d24ff7c67
TSK-245: acceptance test for getting distribution sources.
2018-02-06 07:58:19 +01:00
Holger Hagen
e6883a05c2
TSK-249: acceptance tests for all working on tasks.
2018-02-06 07:56:11 +01:00
Holger Hagen
9504a225d3
TSK-243: acceptance test for state reset during transfer.
2018-02-06 07:50:20 +01:00
BerndBreier
a9ebb41a29
TSK-156 Add workbasketSummary to task. Refactor loading and querying of tasks.
2018-02-05 10:42:46 +01:00
Holger Hagen
5419132014
TSK-74: added acceptance test to updating workbaskets.
2018-02-05 08:13:49 +01:00
BerndBreier
407a4a33d8
TSK-73 Create Workbasket
2018-02-02 16:40:35 +01:00
BerndBreier
9c6f2db7eb
TSK-130A add acceptance test for update task with various ways to modify attachments
2018-02-02 12:22:28 +01:00
Marcel Lengl
035fee5cb9
TSK-169: Pagination-Method for Query-Classes with wrapped Exception for an offset which is out of bounds/rows.
2018-02-02 10:41:53 +01:00
BerndBreier
252d36a13d
TSK-130 Update Task
2018-02-02 09:44:42 +01:00
BerndBreier
0c5ed430c8
TSK-171 add sorting to workbasket query
2018-02-01 15:04:17 +01:00
BVier
9f86a5ef94
change taskForClassification-request
2018-02-01 11:35:58 +01:00
BVier
2d45297acd
TSK-83: delete Classification (with tests)
2018-02-01 11:35:58 +01:00
BVier
ef7326311a
TSK-229: Add permCustom9 to 12 to Workbasket access item
2018-02-01 10:57:08 +01:00
BerndBreier
aa1003405d
TSK-162 Implement WorkbasketService.getDistributionTargets() method
2018-01-31 17:41:18 +01:00
BerndBreier
4f321d47c2
TSK-162 rename checkAuthorizationImpl to checkAuthorization
2018-01-31 17:41:18 +01:00
BerndBreier
c04b30d91a
TSK-162 Implement WorkbasketService.getDistributionTargets() method
2018-01-31 17:41:18 +01:00
Konstantin Kläger
a9bb3ed377
TSK-215: Create category report and modify tests
...
- Reuse the report specific classes to obtain a report for categories
- Update monitor-sample-data
- Update unit and acceptance tests
2018-01-31 16:26:43 +01:00
BerndBreier
396dd54144
TSK-173 switch to SpringManagedTransactionFactory and add test application
2018-01-31 16:08:50 +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
012cef45f9
TSK-168: created pagination acceptance tests and cleaned up task test data.
2018-01-31 08:13:03 +01:00
Konstantin Kläger
a41eeffacb
TSK-155: Extend workbasket level report by subdivision into cluster
...
- Create method that creates the report by a list of workbaskets, a list
of states and a list of cluster
- Create methods for initialization, create sumline and add counts in
the ReportLines
- Exclude tasks with DUE = null from the query
- Add method for manipulating SQL data
- Set databaseId to allow database specific queries in the mapper
- Remove integration tests and replace them by an acceptance test
- Create an own monitor test data method in TestDataGenerator
- ProvideWorkbasketLevelReportAccTest doesn't extend AbstractAccTest
anymore
2018-01-30 16:07:32 +01:00
Holger Hagen
7497518281
TSK-170: added tests for sorting by name and key ascending and descending for the WorkbasketQuery.
2018-01-30 10:53:24 +01:00
Holger Hagen
3862e1d71d
GENERAL: ignoring bin directories in rest and lib project.
2018-01-30 10:53:24 +01:00
BerndBreier
01cee64673
TSK-167 Implement Workbasket query extensions
2018-01-29 14:02:51 +01:00
Holger Hagen
4680c960f7
TSK-166: acceptance tests for various workbasket queries.
2018-01-29 09:53:02 +01:00
BVier
40d392d887
TSK-72: Add 'GetPermissionsForWorkbasketKey' to WorkbasketService
2018-01-25 17:26:11 +01:00
Marcel Lengl
87e11970f3
TSK-125: Create/Update/Enable Acc-Tests, especially for querying WB content.
2018-01-24 16:40:06 +01:00
BVier
2f468939ed
TSK-158: Add Acc Test for task transfer
2018-01-24 14:51:00 +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
Marcel Lengl
fff74f974c
TSK-141: Get Classification by Key+Domain in extra Query.
2018-01-22 13:16:10 +01:00
BerndBreier
9a9c8aa5e8
TSK-149 Use embedded primary ObjectReference without helper fields
2018-01-17 10:40:50 +01:00
BerndBreier
edddcce2a0
TSK-139 update a classification
2018-01-17 09:38:06 +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
Konstantin Kläger
29fccd25e6
TSK-110: Generate workbasket level report for total count
...
- Add Report, ReportLine, ReportLineItem and ReportLineItemDefintion
- Create Report in TaskMonitorService by workbaskets and states
- Add unit test and integration tests
- Enable JAAS for the integration tests
2018-01-15 21:30:36 +01:00
BerndBreier
429b2327e4
TSK-152 fix problem with drop table if exists
2018-01-15 21:14:58 +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
Marcel Lengl
44faa945b5
TSK-84: Query Classifications. Updated SQL-Data, checked functionality, improved Acc-Test, Summary in other Ticket
2018-01-15 20:43:24 +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
46fe48fd36
TSK-121 Implement Holgers comments - make SystemException unchecked and map ClassificationNotFoundException to SystemException when working with existing tasks.
2018-01-12 12:19:58 +01:00
BerndBreier
7ee001950d
TSK-121 Task.setClassificationKey instead of setClassification
2018-01-12 12:19:58 +01:00
Holger Hagen
5175256bea
TSK-150: set test loglevel to info to reduce log output to console on travis.
2018-01-12 10:20:55 +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
588c30887c
Add test data
2018-01-10 21:26:27 +01:00
BVier
a368cdd8e4
TSK-145: add "domain" value to Task
2018-01-10 21:26:27 +01:00
BVier
679346cfe2
TSK-80: make GetClassificationAccTest run
2018-01-10 16:00:25 +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
Holger Hagen
98658ac8e8
TSK-138: Added acceptance test for getWorkbasket
2018-01-09 16:08:46 +01:00
Holger Hagen
9b1fe8850a
TSK-136: acceptance test for getAttachments
2018-01-09 15:54:25 +01:00
BerndBreier
69784458af
TSK-115 JAASRunner throws ClassCastException if tests fail
2018-01-08 13:12:28 +01:00
BerndBreier
a6f95fcd55
TSK-44 implement Holgers comments - assert only Exception type, not message; rename attachment id prefix and helper method
2018-01-08 11:25:41 +01:00
BerndBreier
8b26f7564d
TSK-44 allow to add a list of attachments to a Task
2018-01-08 11:25:41 +01:00
BerndBreier
bc338b1dc7
TSK-66 implemented comments from Marcel: use J8 stream for loops
2018-01-04 12:18:32 +01:00
BerndBreier
37bb8535a3
TSK-59 implement comments from holger - toLowerCase only for setters not for getters and change useContainerManagedTransactions to useManagedTransactions
2018-01-04 12:18:32 +01:00
BerndBreier
f3f46e1ed5
TSK-123 move primary Object Reference Values to Task record
2018-01-04 12:18:32 +01:00
Holger Hagen
7afa2e33f8
TSK-125: acceptance tests for querying on workbasket content without OPENER permission added.
2018-01-04 09:21:43 +01:00
Holger Hagen
b2d6db79f8
TSK-130: acceptance tests for updating tasks added.
2018-01-04 09:18:48 +01:00
Holger Hagen
d1355f83c0
TSK-129: acceptance tests for updating classifications added.
2018-01-04 09:12:54 +01:00
Holger Hagen
305910ee7c
TSK-127: acceptance tests for adding attachments to tasks added.
2018-01-04 09:09:02 +01:00
Holger Hagen
f7fa202608
TSK-122: acceptance tests for primary object reference added.
2018-01-02 14:14:42 +01:00
Mustapha Zorgati
0944d9f997
fixed manifest version change after deployment
2017-12-22 21:40:59 +01:00
Holger Hagen
67ce24f002
TSK-112: first acceptance tests added.
2017-12-22 19:44:11 +01:00
Mustapha Zorgati
b7cc32fae5
Updated poms to version 0.0.4-SNAPSHOT
2017-12-21 17:20:03 +00:00
BerndBreier
00340044e2
TSK-59 ACCESS_ID should always be treated as lowercase - add taskanaEngineConfiguration.getUseContainerManagedTransactions
2017-12-21 15:14:17 +01:00
BerndBreier
1952807123
TSK-59 ACCESS_ID should always be treated as lowercase
2017-12-21 15:14:17 +01:00
Marcel Lengl
5f64242714
TSK-81: correced some ClassificationService Methods, Tests and need unique ID for task-join. +Structure fix for CreateClassification (root domain)
2017-12-21 11:57:30 +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
657cbe5e75
TSK-87: Improved CreateTask-Method, updated Tests
2017-12-19 15:16:45 +01:00
Marcel Lengl
b6a75ed5e7
TSK-87: Transfer Task, improved Integration-Tests, Updated CreateTask() with AlreadyExistException
2017-12-19 15:16:45 +01:00
Mustapha Zorgati
c0a5775a39
TSK-26: deploy script now updating WARarchive dependency
...
temporary until someone fixes the issue
2017-12-19 14:37:08 +01:00
Mustapha Zorgati
b62ded1ab2
TSK-26: deployment now regarding manifest file & rest service
...
TSK-26: deployment now including manifest & rest-service
TSK-26: shortened build logs
TSK-26: now using array operator for avc
TSK-26: cleanup of deploy script
2017-12-19 14:37:08 +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
Holger Hagen
8b9c5c7de0
TSK-108: readme and pom descriptions updated.
2017-12-13 16:00:26 +01:00
Mustapha Zorgati
c0b4fbfccd
TSK-26: removed setup of git username and mail
...
since we have a travis account now
2017-12-13 12:04:23 +01:00
Mustapha Zorgati
1767a7286c
TSK-26: now inrementing last number when writing back to github
2017-12-13 12:04:23 +01:00
Konstantin Kläger
b33afe838c
TSK-101: Run TaskServiceImplIntExplicitTest with JAASRunner
2017-12-12 13:26:27 +01:00
Mustapha Zorgati
afcca3b24b
Updated poms to version 0.0.2-SNAPSHOT
2017-12-12 11:55:39 +00:00
Mustapha Zorgati
1d55b9456b
TSK-26: reordered skip promts so that builds from other repos don't fail
2017-12-12 12:45:56 +01:00
Mustapha Zorgati
4a63e6c474
encripted keys again
2017-12-12 11:54:06 +01:00
Mustapha Zorgati
681d2b7272
fixed PR query
2017-12-12 11:37:34 +01:00
Mustapha Zorgati
4371f5d3b1
new encripted key file
2017-12-12 11:21:43 +01:00
Mustapha Zorgati
4700278dea
fixed javadoc
2017-12-12 11:21:43 +01:00
Mustapha Zorgati
8142d90d38
fixed debugging
2017-12-12 11:21:43 +01:00
Mustapha Zorgati
30bf118a05
cleanup
2017-12-12 11:21:43 +01:00
Mustapha Zorgati
6d4dbb93f7
stop when multiple branches are detected
2017-12-12 11:21:43 +01:00
Mustapha Zorgati
0a22c5e4f6
extended debug
2017-12-12 11:21:43 +01:00
Mustapha Zorgati
dc6ac19c42
cleanup & bugfixes
...
continuous delivery now working
removed meta informations from parent
now building frontend aswell
typo in config
merged sign and build-extras to snapshot
format xml
deployment script WIP
added release plugin
fixed deploy script
enhanced deploy script
added plugins for javadoc & source attachement
now deploying snapshots of core and cdi
fixed travis config file
removed subshells
generalized deploy scripts
enabled release via git tag
fixed pattern matching
fixed release deployment
now decripting key while deploying tag
made deploy script prettier
shortened build time
debug messages
Revert "shortened build time"
This reverts commit d4efc9e6bfb6e4913291ba8a3e940e59c73bc6b1.
Revert "debug messages"
This reverts commit d9f23d1e002f8ea0b31612d4ec3873c92b3ab5a3.
cleanup of deploy script
added debug feature of deploy script [ci skip]
added repo check
fixed travis config file
removed subshells
Revert "shortened build time"
This reverts commit d4efc9e6bfb6e4913291ba8a3e940e59c73bc6b1.
generalized deploy scripts
enabled release via git tag
Revert "debug messages"
This reverts commit d9f23d1e002f8ea0b31612d4ec3873c92b3ab5a3.
testing if build fails
testing commit pushing
Revert "testing if build fails"
This reverts commit e1a742689f20d220fdf836ea957e0df6e03ce214.
deployment only on tags
fixed travis file
now deploying to sonatype from mustaphazorgati/taskana
do not do tests [ci skip]
overwrite files
added head detection for branch
now pushing new snapshot version back to git
Updated poms to version 0.0.5-SNAPSHOT
refactoring
Revert "Updated poms to version 0.0.5-SNAPSHOT"
This reverts commit 9f1db8824e4bca4ae076df3ea39ad2439e8ed5d5.
do not build on PR-builds
this should be disabled in general ...
removed dryrun
fixed build order and javadoc errors
build only on master branch
improvements
fixed deploy script
2017-12-12 11:21:43 +01:00
Mustapha Zorgati
afa6314cd7
continuous delivery now working
...
removed meta informations from parent
now building frontend aswell
typo in config
merged sign and build-extras to snapshot
format xml
deployment script WIP
added release plugin
fixed deploy script
enhanced deploy script
added plugins for javadoc & source attachement
now deploying snapshots of core and cdi
fixed travis config file
removed subshells
generalized deploy scripts
enabled release via git tag
fixed pattern matching
fixed release deployment
now decripting key while deploying tag
made deploy script prettier
shortened build time
debug messages
Revert "shortened build time"
This reverts commit d4efc9e6bfb6e4913291ba8a3e940e59c73bc6b1.
Revert "debug messages"
This reverts commit d9f23d1e002f8ea0b31612d4ec3873c92b3ab5a3.
cleanup of deploy script
added debug feature of deploy script [ci skip]
added repo check
fixed travis config file
removed subshells
Revert "shortened build time"
This reverts commit d4efc9e6bfb6e4913291ba8a3e940e59c73bc6b1.
generalized deploy scripts
enabled release via git tag
Revert "debug messages"
This reverts commit d9f23d1e002f8ea0b31612d4ec3873c92b3ab5a3.
testing if build fails
testing commit pushing
Revert "testing if build fails"
This reverts commit e1a742689f20d220fdf836ea957e0df6e03ce214.
deployment only on tags
fixed travis file
now deploying to sonatype from mustaphazorgati/taskana
do not do tests [ci skip]
overwrite files
added head detection for branch
now pushing new snapshot version back to git
Updated poms to version 0.0.5-SNAPSHOT
refactoring
Revert "Updated poms to version 0.0.5-SNAPSHOT"
This reverts commit 9f1db8824e4bca4ae076df3ea39ad2439e8ed5d5.
2017-12-12 11:21:43 +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
Holger Hagen
d6651a9ed5
Merge pull request #55 from MLengl/TSK-61
...
TSK-61: Update after review
2017-12-11 09:28:28 +01:00
Marcel Lengl
a39814bf4b
TSK-61: Adding code-review issues and resolved failures on TaskIntegrationTests.
2017-12-11 09:12:34 +01:00
BerndBreier
1d24a4075d
TSK-54 Initial drop
2017-12-11 07:05:19 +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
8a10607bab
Fixed build
2017-12-08 11:29:56 +01:00
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