Commit Graph

881 Commits

Author SHA1 Message Date
Lia Lissmann 2b7e7902a3 TSK-1710: Fixed a few code smells 2021-08-25 10:13:50 +02:00
Holger Hagen aa233fec1b TSK-1701: added integration test for task routing via REST API. 2021-08-13 10:25:43 +02:00
Mustapha Zorgati 698808e9d3 TSK-1693: automatic reformatting 2021-08-11 11:17:27 +02:00
Mustapha Zorgati bc024e3194 Updated poms to version 4.8.1-SNAPSHOT 2021-08-02 19:55:32 +00:00
Mustapha Zorgati 6dfb751bee TSK-1659: Expanded TimeIntervalReportBuilder with custom-X filter
Co-authored-by: Tim Gerversmann<72377965+tge20@users.noreply.github.com>
2021-08-02 21:23:10 +02:00
Mustapha Zorgati 55d21a9e8b TSK-1649: implemented database lock for resolution of jobs to run 2021-08-02 16:42:09 +02:00
Tristan 7e6c045ded TSK-1240: PR amends 2021-08-02 16:41:37 +02:00
Tristan 140134eec5 TSK-1240: Added SpringArchitectureTest 2021-08-02 16:41:37 +02:00
Tristan fd761ee3ac TSK-1666: Fixed QueryParameters of Rest Docs
By adding @JsonProperty to all parameters
2021-08-02 16:41:37 +02:00
Holger Hagen 0ebdb3095b TSK-1676: Fixed REST Exception Mapping for *InUseExceptions. 2021-08-02 16:13:06 +02:00
Mustapha Zorgati 6f344c9363 TSK-1647: automatic refactoring 2021-08-02 11:46:33 +02:00
Mustapha Zorgati 9d290f2c3d TSK-1647: minor rest test refactoring 2021-08-02 11:46:33 +02:00
Mustapha Zorgati 6da07b069a TSK-1647: minor improvements and fixes 2021-08-02 11:46:33 +02:00
Tristan2357 99eba636a1
TSK-1674: Added received timestamp to task (#1638)
* TSK-1674: Added RECEIVED timestamp to task entity

Erweiterung Datenmodell um das Feld “RECEIVED” von Typ TIMESTAMP an der Task
Update-Skript
Task-Modell erweitern
TaskQuery erweitern
TaskQueryMapper anpassen
REST API erweitern
Doku erweitern

Es fehlt noch: 
Acceptance Test und Integrationstest erstellen
Task-Ansicht im Workplace um received Timestamp erweitern

TSK-1658: PR amends addons

* TSK-1674: Added sample and test data

added received to RepresentationModels

* TSK-1674: adapted TaskMapper

* TSK-1674: Frontend: added received field in Task Status Details

* TSK-1674: Added received to TaskQueryFilter

* TSK-1674: Added Tests for received

* TSK-1674: Test fixes on postgres

* TSK-1674: Test fixes on db2

* TSK-1674: Code was smelly

* TSK-1674: PR amends

* TSK-1674: createAttachement now receives an instant instead of a string
2021-07-29 14:58:57 +02:00
Mustapha Zorgati 98f2a2f024 TSK-1677: fixed retrieval of all master classifications
Co-authored-by: Sofie Hofmann<29145005+sofie29@users.noreply.github.com>
2021-07-28 10:23:48 +02:00
Mustapha Zorgati 358e699f9f TSK-1664: fixed some code smells and redesigned RestHelper 2021-07-16 11:08:05 +02:00
Tristan Eisermann 375a92291d TSK-1658: Created TaskQueryMapperSqlProvider
TSK-1658: Added CustomXNotIn fields


TSK-1658: Tests fixed


TSK-1658: Added Test


TSK-1658: introduced methods for common OnjectReference where parts


TSK-1658: small stuff
2021-07-15 14:03:00 +02:00
Mustapha Zorgati 34d2bbfa92 TSK-1647: Implemented an error key for every exception
Co-authored-by: Tristan Eisermann<19949441+Tristan2357@users.noreply.github.com>
Co-authored-by: Tim Gerversmann<72377965+tge20@users.noreply.github.com>
Co-authored-by: Sofie Hofmann<29145005+sofie29@users.noreply.github.com>

javaDoc Exceptions

blub

TSK-1647: now validating existing & not authorized tasks :)
2021-07-14 10:49:34 +02:00
Holger Hagen 9375b3ead2 TSK-1308: Format corrections. 2021-07-13 11:31:57 +02:00
Tristan Eisermann 7e7970eb59 TSK-1656: Added from and until for created and completed 2021-07-07 22:08:15 +02:00
Holger Hagen 95fd731d25 TSK-1308: Retrieve users by DN without using userSearchBase. 2021-07-06 12:45:55 +02:00
Martin Sawilla 039ec5a464
TSK-1661: Added sort-by parameters for all entities. (#1624) 2021-07-02 14:38:26 +02:00
dependabot[bot] a269c9d2f5 Bump checkstyle from 8.43 to 8.44
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.43 to 8.44.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.43...checkstyle-8.44)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 17:01:18 +02:00
Tim Gerversmann 1c83b7871f TSK-1646: Bugfix for creation / update of Task with invalid Attachment 2021-06-22 16:14:09 +02:00
Mustapha Zorgati 334d21ba7d Updated poms to version 4.7.1-SNAPSHOT 2021-06-11 06:17:32 +00:00
Chi Nguyen 9b98b56ce4
TSK-1651: Add XSRF Support (#1602)
* TSK-1651: Add XSRF Support

* TSK-1651: now sending XRSF Header for requests with absolute path

* TSK-1651: created configuration to enable XSRF for spring-boot example

Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2021-06-10 11:28:30 +02:00
Mustapha Zorgati dd5bccc62c TSK-1654: fixed current code smells 2021-06-10 10:49:53 +02:00
dependabot[bot] 071a7c7cfd Bump version.spring.boot from 2.4.5 to 2.5.0
Bumps `version.spring.boot` from 2.4.5 to 2.5.0.

Updates `spring-boot-dependencies` from 2.4.5 to 2.5.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.5...v2.5.0)

Updates `spring-boot-maven-plugin` from 2.4.5 to 2.5.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.5...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-22 02:46:41 +02:00
SebastianRoseneck bfcabea610
TSK-1596: Automatic TraceLogging (#1577) 2021-05-20 09:41:58 +02:00
Sofie Hofmann 2f1c0972d6 TSK-1643: Make sample data in workbasket sql more diverse 2021-05-19 13:22:51 +02:00
SebastianRoseneck c4ffa222d9
TSK-1610: Replaced hardcoded user id attribute (#1569) 2021-05-19 10:27:20 +02:00
Mustapha Zorgati ae919e2825 TSK-1640: Configure taskana-spi-routing-dmn-router module properly 2021-05-18 15:00:06 +02:00
Mustapha Zorgati eba33b1846 Updated poms to version 4.6.1-SNAPSHOT 2021-05-11 16:07:55 +00:00
Joerg Heffner 7b90a84574 TSK-1634: Review Findings 2021-05-11 17:25:03 +02:00
Joerg Heffner 38363b81d6 TSK-1634: Endpoint in AccessIdController to search users and members of groups configured with TASKANA user role 2021-05-11 17:25:03 +02:00
Joerg Heffner 4c94281a64 TSK-1638: Make Comparator for AccessIds in LdapClient NULL-safe 2021-05-11 15:58:33 +02:00
Joerg Heffner a7457f420d TSK-1623: Review Findings 2021-05-10 14:50:15 +02:00
Joerg Heffner 1fabff9492 TSK-1623: Make like query filters for tasks available in the REST-API 2021-05-10 14:50:15 +02:00
Joerg Heffner 3d27f54e0f TSK-1635: Make forceCancelClaim of a task available in the REST-API 2021-05-10 09:11:10 +02:00
Tim Gerversmann a7e9685ac3 TSK-1543: Throw expressive error when REST parameter cannot be converted 2021-05-03 11:46:46 +02:00
Tim Gerversmann 98987d2e54 TSK-1597: Unified HTTP Request in Rest Tests 2021-05-03 11:46:25 +02:00
SebastianRoseneck 37cfcae92b
TSK-1628: cleanup of code smells & refactoring (#1571)
* TSK-1628: Fixed Code-Smells

* TSK-1628: FileLoaderUtil Refactoring

* TSK-1628: Increased readabilty of some tests

* TSK-1628: Fixed pom and tidying up
2021-04-29 14:04:47 +02:00
SebastianRoseneck 542ca3d7eb TSK-1567: Fixed creating a task using a TaskRouter 2021-04-26 08:15:42 +02:00
Joerg Heffner 3ddcd2ae97 TSK-1628: New DmnTaskRouter module 2021-04-23 17:28:11 +02:00
Mustapha Zorgati 19e277315f Updated poms to version 4.5.2-SNAPSHOT 2021-04-08 11:50:07 +00:00
Mustapha Zorgati b42781c00e TSK-1609: fixed password for user-2-2 2021-03-23 10:30:08 +01:00
Mustapha Zorgati 327747cbd8 TSK-1594: now using type inference to automatically detenct the type of any HttpEntity 2021-03-16 20:19:43 +01:00
Mustapha Zorgati 47821aae2e TSK-1594: inlined RestHelper#defaultRequest 2021-03-16 20:19:43 +01:00
Mustapha Zorgati 876cf15802 Updated poms to version 4.5.1-SNAPSHOT 2021-03-11 12:16:57 +00:00
Joerg Heffner 3e809b4ea0 TSK-1582: Review Findings 2021-03-10 15:47:30 +01:00
Joerg Heffner fe0082e00b TSK-1582: Additional statistical data from monitoring component 2021-03-10 15:47:30 +01:00
tge20 6804ce272f
TSK-1581: Added some new tasks to main Workbaskets in sample data (#1512) 2021-03-09 19:05:49 +01:00
tge20 0119999380
TSK-1538: Added transfer method with control setTransferFlag (#1513)
* TSK-1538: Added transfer method with control setTransferFlag

* TSK-1538: Improvements after review

Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2021-03-09 18:58:51 +01:00
Sofie Hofmann bbbb657c7a TSK-1579: Additional classification example data 2021-03-09 12:27:25 +01:00
Mustapha Zorgati fdcf09f980 TSK-1519: replaced hibernate dependency with spring-starter-validation
reason: https://discourse.hibernate.org/t/hibernate-validator-7-and-spring-mvc-5-3-2-compatible/4927
2021-03-05 09:10:19 +01:00
tge20 d57aeb3219
TSK-1524: Set the default service level to "P0D" (#1496)
* TSK-1524: Set the default service level to "P0D"

* TSK-1524: Improvements after review
2021-03-01 10:03:04 +01:00
Joerg Heffner be4f6c997a TSK-1544: Removed duplicated tests 2021-02-24 11:09:11 +01:00
Joerg Heffner e7ac77cd39 TSK-1544: Throw error for unknown query parameter 2021-02-24 11:09:11 +01:00
Joerg Heffner 518bd29c74 TSK-1361: Configure Spring Boot to serve gzip files 2021-02-24 10:52:59 +01:00
Mustapha Zorgati 2a643bc298 TSK-1572: automatically formatted code 2021-02-18 16:38:36 +01:00
Mustapha Zorgati 886c76e167 Updated poms to version 4.4.1-SNAPSHOT 2021-02-04 00:44:36 +00:00
Joerg Heffner 4c48ce4826 TSK-1530: Add a REST endpoint to cancel a task 2021-02-03 15:39:51 +01:00
Mustapha Zorgati 477470302a TSK-1531: moved all example classes to dedicated example package 2021-02-02 19:41:04 +01:00
Mustapha Zorgati d773869779 TSK-1497: introduced GitHub Actions 2021-01-15 15:34:28 +01:00
Joerg Heffner ed5d262138 TSK-1494: Validate the AccessIds with EqualsFilter instead of WhitespaceWildcardsFilter 2021-01-15 09:57:01 +01:00
Mustapha Zorgati 850ad5f724 Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts:
	history/taskana-simplehistory-rest-spring/src/main/java/pro/taskana/simplehistory/rest/TaskHistoryEventController.java
	rest/taskana-rest-spring-example-wildfly/src/test/java/pro/taskana/AbstractAccTest.java
2021-01-07 14:53:59 +01:00
tge20 ab672b27d4
TSK-1362: Fixed the test data to not include invalid owners for Workbaskets (#1379)
* TSK-1362: Fixed the test data to not include invalid owners

* TSK-1362: Improvements after review
2021-01-05 15:27:27 +01:00
tge20 0dc26f5fe1 TSK-1472: Replaced the DB check with productName by productId (#1353)
* TSK-1472: Moved initialization of the schema from the taskanaEngineConfiguration to taskanaEngineImpl.

* TSK-1472: Changed the check of current DB type from productName to productId to enable places where we don't want to open a connection to the DB not to do so.

* TSK-1472: Improvements after review
2021-01-05 14:53:34 +01:00
Mustapha Zorgati b508feca01 TSK-1436: fixed breaking REST API change for workbasketAccessItems 2020-12-22 04:24:38 +01:00
Mustapha Zorgati 90b094a5f1 TSK-1436: adapted PR change requests 2020-12-18 11:29:10 +01:00
Mustapha Zorgati 3172f9f1bc TSK-1436: adapted breaking changes for frontend 2020-12-18 11:29:10 +01:00
Mustapha Zorgati 41d956c633 TSK-1436: implemented further documentation rewording. 2020-12-18 11:29:10 +01:00
Mustapha Zorgati fff26d6a08 TSK-1236: removed links from classification definitions export 2020-12-18 11:29:10 +01:00
Mustapha Zorgati 727b3ba3b5 TSK-1436: integraded wording feedback from team 2020-12-18 11:29:10 +01:00
Mustapha Zorgati f93cf9ee57 TSK-1436: renamed XXXRestDocumentationTest to XXXRestDocTest (shorter name) 2020-12-18 11:29:10 +01:00
Mustapha Zorgati de57596ba8 TSK-1436: reworked review comments. 2020-12-18 11:29:10 +01:00
Mustapha Zorgati 3967e2900e TSK-1436: rest api documentation is now build with spring-auto-restdocs
TSK-1436: mvp with spring auto docs
TSK-1436: the rest documentation for all ClassificationController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for all ClassificationDefinitionsController endpoints is now using spring auto rest docs
TSK-1436: fixed dynamic table of content
TSK-1436: renamed classification summary paged resource
TSK-1436: rest documentation for all MonitorController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for TaskanaEngingeConfigurationController is now using spring auto rest docs
TSK-1436: added admin headers as default headers for each documentation test
TSK-1436: rest documentation for all TaskCommentController endpoints is now using spring auto rest docs
TSK-1436: added dedicated QueryFilter classes to reduce complexity from controller
TSK-1436: documented dedicated QueryFilter
TSK-1436: fixed all tests and corrected generic type of ParameterizedTypeReference
TSK-1436: rest documentation for all TaskController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for all WorkbasketController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for all WorkbasketAccessItemController endpoints si now using spring auto rest docs
TSK-1436: rest documentation for all WorkbasketDefinitionController endpoints is now using spring auto rest docs
TSK-1436: tidy up
TSK-1436: made all taskana entities start with an upper case letter
TSK-1436: properly deleted "links" from request examples and more tidy up
TSK-1436: tidy up usage of multiple values
TSK-1436: made asciidoc html pretty
TSK-1436: tidy-up feedback from team
TSK-1436: updated implementation of simplehistory rest to new standards
TSK-1436: prepared history for documentation
TSK-1436: removed QueryHelper and applied its test cases to QuerySortParameterTest
TSK-1436: made code compatible to current version of spring-auto-rest-docs
TSK-1436: finished history documentation tests
TSK-1436: fixed wildfly tests
TSK-1436: fixed sonarcloud warnings
TSK-1436: now adding simplehistory documentation to our demo
TSK-1436: fixed wildfly build stage
TSK-1436: cleanup of rest configuration structure
TSK-1436: added documentation for history endpoints
TSK-1436: moved spring-rest-auto-docs templates to taskana-common-test
TSK-1436: replaced when with if after throws declaration
TSK-1436: documented AccessIdController
TSK-1436: added curlRequest documentation snippet
2020-12-18 11:29:10 +01:00
Mustapha Zorgati 4883737e71 TSK-1492: automatically update taskana dependency for wildfly during release build 2020-12-18 09:13:53 +01:00
Mustapha fca56cfc10 Updated poms to version 4.3.1-SNAPSHOT 2020-12-16 11:46:34 +00:00
tge20 bc64407364
TSK-1423: Implemented the option to search for an Access Id by the full name of the user. (#1361) 2020-12-14 12:16:39 +01:00
Mustapha Zorgati f8b1932e0b TSK-1482: reformated all pom files 2020-12-04 21:11:38 +01:00
tge20 8c6beb6e96
TSK-1239: All tests now working with Assertj instead of junit Assertion. (#1346) 2020-12-03 12:53:29 +01:00
Joerg Heffner 6133b66059 TSK-1419: Null check for Service Level in classification service 2020-11-30 12:25:03 +01:00
Mustapha Zorgati 1aa4cd69fe TSK-1471: now using docker-compose for all database containers 2020-11-18 23:18:46 +01:00
Holger Hagen 5ddb81a618 TSK-1452: update to Spring Boot 2.3.5 2020-11-05 14:18:13 +01:00
Mustapha Zorgati 28b3ce6f8a TSK-1282: replaced all usages of Arrays.asList with List.of 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 4f7b1fc867 TSK-1282: replaced Collections.emptyCollection with List/Map/Set.of 2020-11-02 09:41:48 +01:00
Mustapha Zorgati ab152f87b1 TSK-1282: replaced Collections.singletonMap with Map.of in all tests 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 0eb877705b TSK-1282: replaced Collections.singletonList with List.of in all tests 2020-11-02 09:41:48 +01:00
Mustapha Zorgati c25075ab25 TSK-1282: replaced Collections.singleton with Set.of in all tests 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 3f44b32ac0 TSK-1282: downgraded taskana-rest-spring-example-wildfly to jdk8
This is done to preserve the wildfly version we agreed with our client
2020-11-02 09:41:48 +01:00
SAllhusen 00be5e4b5f TSK-1442: Used ParameterizedTypeReference properly for list of AccessIds 2020-10-30 17:03:38 +01:00
SAllhusen 85573e9ce7 TSK-1442: Removed serialVersionUID class variable from all entities 2020-10-30 17:03:38 +01:00
Mustapha Zorgati fbc623bd31 TSK-1430: further grouped and renamed endpoints 2020-10-30 01:36:27 +01:00
Mustapha Zorgati 4561e6c4f9 TSK-1430: expand strings to increase readability 2020-10-30 01:36:27 +01:00
Chi Nguyen 6dc782e37a TSK-1430: Rename Mapping to RestEndpoints, groups relevant endpoints together 2020-10-30 01:36:27 +01:00
SAllhusen 9c2453659a TSK-1439: Removed all @author tags in *.java files 2020-10-29 13:03:00 +01:00
Mustapha Zorgati 3849ee385f TSK-1429: automatically formatted all backend code 2020-10-29 13:02:41 +01:00
Mustapha cd47ce2256 Updated poms to version 4.2.1-SNAPSHOT 2020-10-20 10:55:57 +00:00
SAllhusen 5dd1de4d58 TSK-1414: Fixed most of the new SonaCloud Code Smells since 4.0.2-SNAPSHOT 2020-10-17 21:14:34 +02:00
Joerg Heffner 4b5d2c90ad TSK-1400: Changed Port and added note 2020-10-15 13:46:11 +02:00
Joerg Heffner f50e5ef64a TSK-1400: H2 in server mode for rest spring example 2020-10-15 13:46:11 +02:00
Mustapha Zorgati 121a9c103f TSK-1407: adopted RestDocumentation tests to use taskana-common-test aswell 2020-10-13 17:07:09 +02:00
Mustapha Zorgati 980d4490dc TSK-1407: fixed taskana-rest-spring-example-wildfly tests and adopted them according to our guidelines 2020-10-13 17:07:09 +02:00
Mustapha Zorgati 3a6f3dea87 TSK-1407: taskana-simplehistory-rest-spring now using provided test util classes from taskana-common-test 2020-10-13 17:07:09 +02:00
Mustapha Zorgati 427ff366c3 TSK-1406: moved spring-boot test classes to dedicated test module 2020-10-12 15:15:38 +02:00
Mustapha Zorgati a5faab282a TSK-1277: moved the entire taskana.common package to the taskana-common module 2020-10-09 10:25:54 +02:00
Mustapha Zorgati 72738bc3a6 TSK-1277: moved taskana-test to taskana-common-test 2020-10-09 10:25:54 +02:00
Mustapha Zorgati 44cb21b5ae TSK-1277: removed circular dependency between taskana-common and taskana-core 2020-10-09 10:25:54 +02:00
Mustapha Zorgati 7df5587676 TSK-1277: created taskana-common-parent and its children modules 2020-10-09 10:25:54 +02:00
Mustapha 40f9587399 Updated poms to version 4.1.1-SNAPSHOT 2020-09-23 18:08:03 +00:00
Joerg Heffner 32a1db98bd TSK-1332: Reworked logic after review 2020-09-23 08:50:12 +02:00
Joerg Heffner 851b3536db TSK-1332: Add HistoryCleanupJob 2020-09-23 08:50:12 +02:00
Mustapha Zorgati a5351f1158 TSK-1389: updated postgres driver version to match version provided by spring-boot 2020-09-23 07:54:59 +02:00
Mustapha Zorgati 83feab0955 TSK-1386: made all our lower case test names upper case to match our naming convention 2020-09-15 12:23:07 +02:00
Joerg Heffner a64f8e14f3 TSK-1382: Fix wildcard-search 2020-09-15 10:16:47 +02:00
Joerg Heffner 333bef03be TSK-1379: Renamed test case 2020-09-14 10:13:07 +02:00
Joerg Heffner 231d009d81 TSK-1379: Verify customAttributes format in taskRepresentationModel 2020-09-14 10:13:07 +02:00
Joerg Heffner 34f32557e0 TSK-1358: Fixed and adjusted arquillian tests 2020-09-02 22:35:01 +02:00
Mustapha d3bcfe2008 Updated poms to version 4.0.2-SNAPSHOT 2020-09-02 09:28:31 +00:00
Mustapha f5498511f1 Updated poms to version 4.0.1-SNAPSHOT 2020-08-13 12:46:30 +00:00
holgerhagen 79e674f958 TSK-1368: removed duplicate context root in self ref links 2020-08-13 10:34:56 +02:00
Joerg Heffner 27fa8ed3b3 TSK-1367: Fix history sample data 2020-08-13 09:03:43 +02:00
Joerg Heffner 0072f16905 TSK-1335: Change group id for history module 2020-08-12 18:13:09 +02:00
Nikita Kolytschew d0ae7f2150 TSK-1085: Hateoas self-links which contain variables are not working for Paged representationmodels
* remove Aspect
* remove PageLinks
* remove AbstractRessourcesAssembler
* update TaskanaPagingAssembler
* update *Assembler implementing TaskanaPagingAssembler for self-links

* update unit-test and test "href-self" part of json
* fix checkstyl-finding
2020-08-12 16:11:19 +02:00
Joerg Heffner 0df2a1e324 TSK-1364: Fixed codsmells 2020-08-12 15:27:27 +02:00
Sofie Hofmann ef82e4f3ef TSK-1144: Provide sample workbasket with many access items for testing 2020-08-12 13:10:34 +02:00
Tristan2357 9b65838a79
TSK-1356: added cypress e2e testing
* Add initial cypress files and testcases

* Fix cypress workbasket merge errors

* change testValue for WorkbasketSelection

* TSK-1356: added cypress e2e testing to ci pipeline

* TSK-1356: Fixed cypress tests

Also changed default example data, so that workbaskets contain valid owners

* TSK-1356: hopefully fixed small startup problem in travis

* TSK-1356: revert of test-data

* TSK-1356: Modified ldif to support our test data

* TSK-1356: Removed unused cypress.json

Co-authored-by: Tobias Baden <16336696+tbdn@users.noreply.github.com>
2020-08-11 15:41:50 +02:00
Joerg Heffner 64701e785c TSK-1358: Added Wildflytests, renamed history module 2020-08-11 15:38:59 +02:00
Joerg Heffner a37a859573 TSK-1358: Audit-log for history events 2020-08-11 15:38:59 +02:00
Mustapha Zorgati 41973183bc TSK-1337: removed some code smells 2020-08-07 14:59:19 +02:00
holgerhagen f79f7587a9 TSK-1299: Added embedded LDAP to Wildfly example. 2020-08-07 14:23:35 +02:00
Nikita Kolytschew 5030415f17 TSK-1085: Hateoas self-links which contain variables are not working for Paged representationmodels
Bug Fix
* update Aspect
* update unit-test and test "href-self" part of json
* fix checkstyl-finding
2020-08-05 15:53:41 +02:00
Mustapha Zorgati b3c5084291 TSK-1267: TimeIntervalReportBuilder#listTaskIdsForSelectedItems now works with TaskTimestamp aswell 2020-07-26 13:38:24 +02:00
Mustapha Zorgati 2a655d3944 TSK-1331: added documentation for multiple sort-by parameters 2020-07-24 10:08:47 +02:00
Mustapha Zorgati 7cc5b00be6 TSK-1345: replaced every customField API call with CustomField enums 2020-07-24 01:05:42 +02:00
Mustapha Zorgati f5e3d449b6 TSK-1344: introduced displayName for Row 2020-07-22 19:18:53 +02:00
Mustapha Zorgati 278d17ecfe TSK-1344: added key for all rows 2020-07-22 19:18:53 +02:00
Mustapha Zorgati 97443641af TSK-1267: All TimeIntervalReports are now based on any TaskTimestamp 2020-07-21 16:48:36 +02:00
Tristan Eisermann e441506812 TSK-1342: getTasksWorkbasketReport now filters for states 2020-07-21 09:16:32 +02:00
Mustapha Zorgati 9e44ca6140 TSK-1331: allowed multiple sortBy declarations in REST api 2020-07-10 14:33:32 +02:00
Joerg Heffner 4bba93c5a9 Review findings 2020-07-10 13:13:42 +02:00
Joerg Heffner d8ad7a7fb9 TSK-1250 On demand deletion of historical data 2020-07-10 13:13:42 +02:00
holgerhagen 6285d27920 TSK-1330: removed obsolete hateoas dependency declaration. 2020-07-10 10:46:57 +02:00
Mustapha Zorgati ec483ab21c TSK-1318: replaced all declared Exceptions with Exception.class in all our test classes 2020-07-06 18:02:39 +02:00
Mustapha dd7598443a Updated poms to version 3.2.1-SNAPSHOT 2020-07-02 20:59:38 +00:00
holgerhagen 78ef03d9a7 TSK-1321: Fixed user lookup with dn. 2020-07-02 17:05:14 +02:00
holgerhagen da9cf9978a TSK-1322: enabled organizational groupsfor example apps 2020-07-02 16:56:36 +02:00
holgerhagen 8e5ab5d5b3 TSK-1317: Fixed task comment authorization tests. 2020-07-02 10:24:27 +02:00
holgerhagen 9f0179619f TSK-1253: Prevent LDAP injection. 2020-07-02 10:14:54 +02:00
Mustapha Zorgati 63b6248cf7 TSK-1308: fixed compile issues introduced in rebase 2020-07-01 12:14:35 +02:00
holgerhagen 382b8366bf TSK-1308: User must be in role ADMIN, BUSINESS_ADMIN to use AccessIdSrv. 2020-07-01 11:01:58 +02:00
holgerhagen 553c1d9f83 TSK-1308: Fixed: return groups from LDAP, accessId is member of. 2020-07-01 11:01:58 +02:00
Mustapha Zorgati b321c495ba .. and more code smells 💩 - it stinks 2020-07-01 10:39:53 +02:00
Mustapha Zorgati b3add569ff fixed new sonarqube code smells and bugs 2020-07-01 09:04:33 +02:00
Joerg Heffner 969d3eeff6 review Findings 2020-06-30 14:50:26 +02:00
Joerg Heffner 1dfe54c0b6 TSK-1275: Support select and claim in one API call 2020-06-30 14:50:26 +02:00
Mustapha Zorgati 135d78ff54 TSK-1298: TSK-1292: fixed several bugs in taskana-admin > classifications 2020-06-30 13:58:47 +02:00
Mustapha Zorgati 2def9d025a datasouce for rest service now using spring datasource 2020-06-27 21:48:31 +02:00
Mustapha Zorgati ec4d919dd0 TSK-1301: Cleaned up ldap properties in order to allow users to define custom LdapTemplate bean 2020-06-26 10:28:11 +02:00
holgerhagen 0367a3deac TSK-1254: Added explicit test for base 64 encoded LDAP values. 2020-06-25 10:38:25 +02:00
holgerhagen 8760bdceb3 TSK-1196: improved accessId check before deleting all user access items 2020-06-25 09:17:27 +02:00
Mustapha Zorgati a63fad0257 TSK-1283: general refactoring + made accessIds lowercase 2020-06-22 16:05:19 +02:00
holgerhagen c57bbe07c7 TSK-1283: replaced usernames with - instead of _ 2020-06-22 16:05:19 +02:00
Sofie Hofmann 2760b9ee59 TSK-1279: Enable the creation of subclassifications 2020-06-22 12:43:25 +02:00
Mustapha Zorgati e352016584 TSK-1214: refactored taskana-classification
TSK-1214 Trying to make drag'n drop in tree possible

TSK-1214 Removed refreshClassification output from tree

TSK-1214 New action in store updates a classification and refetches all, saving now correctly refreshes the classification-list

TSK-1214 Fixed tests in tree component

TSK-1214 Removed tree service and corresponding test in class-details

TSK-1214 fixed issues in tree where multiple actions to store are fired incorrectly

TSK-1214 added accessibility action, use space to select a tree node

TSK-1214 swapped space and enter in tree component, cleaned code

TSK-1214 fixed bug where page isn't updated dynamically according to browser path

TSK-1214 workaround circular dependency.

service uses snapshot of store, does not actually access the state in store

TSK-1214 fixed eslint. TODO: circular dependency between classification.service and classification.state

TSK-1214 changed first() to take(1) to fix Observable dying during test

TSK-1214 fixed test cases and lint issues

TSK-1214 fixed circular dependency

TSK-1214 devmode = false

TSK-1214: fixed merge problems with notificationService and removed some warnings

TSK-1214: fixed merge problems with notificationService

TSK-1214 remove wrong imports from before merge
2020-06-22 12:43:25 +02:00
Nikita Kolytschew 61066217b9 TSK-1258
Refactoring of spring versions in maven pom files

* move "spring-boot-dependencies" dependency to parent
* remove version from managed dependencies
* remove unused versions from parent
2020-06-19 16:39:13 +02:00
Chi Nguyen 8434bde759 TSK-1214 implemented ngxs store as state manager for classification component 2020-06-17 12:19:38 +02:00
Mustapha Zorgati 493e25b565 TSK-1214: refactored taskana-classification
TSK-1214 Trying to make drag'n drop in tree possible

TSK-1214 Removed refreshClassification output from tree

TSK-1214 New action in store updates a classification and refetches all, saving now correctly refreshes the classification-list

TSK-1214 Fixed tests in tree component

TSK-1214 Removed tree service and corresponding test in class-details

TSK-1214 fixed issues in tree where multiple actions to store are fired incorrectly

TSK-1214 added accessibility action, use space to select a tree node

TSK-1214 swapped space and enter in tree component, cleaned code

TSK-1214 fixed bug where page isn't updated dynamically according to browser path

TSK-1214 workaround circular dependency.

service uses snapshot of store, does not actually access the state in store

TSK-1214 fixed eslint. TODO: circular dependency between classification.service and classification.state

TSK-1214 changed first() to take(1) to fix Observable dying during test

TSK-1214 fixed test cases and lint issues

TSK-1214 fixed circular dependency

TSK-1214 devmode = false

TSK-1214: fixed merge problems with notificationService and removed some warnings

TSK-1214: fixed merge problems with notificationService

TSK-1214 remove wrong imports from before merge
2020-06-17 12:19:38 +02:00
Mustapha Zorgati a2318c267e reformatted code 2020-06-12 12:31:55 +02:00
Mustapha b15b799add Updated poms to version 3.1.1-SNAPSHOT 2020-06-07 15:00:31 +00:00
Mustapha Zorgati 938a5112aa TSK-1257: fixed exportClassificationsDefinitionsAccTest 2020-06-07 15:56:30 +02:00
Mustapha Zorgati 496da17b3e TSK-1257: refactored claimtasks in taskService and increased test coverage 2020-06-07 15:56:30 +02:00
Mustapha Zorgati 92f81a6d2b TSK-1281: reduced open bugs and recent code smells 2020-06-06 18:15:52 +02:00
Mustapha Zorgati cc4efaa1cd TSK-1210: Replaced LoginModule with Embedded Spring LDAP
TSK-1210: set log level to DEBUG für SecurityVerifier message

TSK-1210: review findings
2020-06-05 20:03:15 +02:00
Joerg Heffner 38c9adea5c TSK-1280: Sort options for task comments in REST-API 2020-06-05 12:13:31 +02:00
Mustapha Zorgati d07459fe26 TASK-1278: Extended Test Coverage of Assembler Classes 2020-06-04 21:00:58 +02:00
Tristan Eisermann 8832876b93 TSK-1247: Removed LoggerUtils and replaced its usages with the standard toString implementations 2020-06-03 14:32:31 +02:00
Mustapha Zorgati 005075d852 TSK-1265: fixed checkstyle 2020-06-02 09:18:41 +02:00
Mustapha Zorgati 6c4fef7635 TSK-1265: further cleanup of representationModelAssemblers 2020-06-02 05:55:19 +02:00
Mustapha Zorgati 2fc38a2b85 TSK-1265: Removal of constructors from the representationModels 2020-06-02 05:55:19 +02:00
Christopher Heiting deb5c52107 TASK-1272: Removed the ObjectMappers and replaced them with the RestHelper 2020-06-02 05:18:57 +02:00
Christopher Heiting 0442dc54b4 Task-1259: Refactoring of assembler classes 2020-05-30 11:48:03 +02:00
sfrevel 3dc5377c75 TSK-1271:migrate properties in application.properties files to spring-boot 2.3 2020-05-30 11:45:37 +02:00
sfrevel 204d337139 TSK-1184: enabled custom logging configuration to WEB-INF/classes/logging.properties file 2020-05-26 13:29:06 +02:00
Mustapha Zorgati d4a516863e TSK-1226: made corpus christi configurable from taskana.properties file 2020-05-22 15:00:04 +02:00
Mustapha 4ed089fa98 Updated poms to version 3.0.1-SNAPSHOT 2020-05-22 02:08:13 +00:00
krozzus 8a6f7d573b
TSK-1209 refactored package structure
* TSK-1209: refactored package structure

* TASK-1209: remember to squash this

Co-authored-by: Christopher Heiting <christopher.heiting@novatec-gmbh.de>
2020-05-21 22:40:44 +02:00
sfrevel ffd1d27ac5 TSK-1249: fixed driver-class-name 2020-05-19 15:13:06 +02:00
Jörg Heffner df4fd17264 TSK-1252: Fixed new code smells of the last 30 days 2020-05-15 15:56:02 +02:00
Christopher Heiting 7dcd42bd52 TSK-1251: upgraded hateoas to 1.1 2020-05-15 15:29:11 +02:00
Christopher Heiting bd116d4c2e [TSK-1208] changed HATE terminology and replaced list resources with generic one 2020-05-14 13:02:48 +02:00
Jörg Heffner b82741a2b4 removed unnecessary getTask-call 2020-05-14 10:09:03 +02:00
Jörg Heffner eb73c0670f TSK-1192 Introduced new Task-Admin Role 2020-05-11 16:08:12 +02:00
Mustapha Zorgati 75a340ccf3 TSK-1243: made rest url for workbasket distribution-targets consistent 2020-05-11 14:48:36 +02:00
Christopher Heiting d765da1683 TSK-1233: Removed the seriazation directory and its subclasses 2020-05-07 12:43:52 +02:00
Mustapha Zorgati 3ce41b224e TSK-1182: refined architecture tests 2020-05-06 10:18:42 +02:00
Holger Hagen c56bc54fee TSK-1206: created ldif file according to desired test user structure. 2020-04-29 13:18:22 +02:00
Mustapha Zorgati 35705ddb02 automatically formatted code 2020-04-24 12:59:13 +02:00
Christopher Heiting a8e44dead3 TSK-1083: Updated HATEOAS from version 0.24.0 to version 1.0.4 2020-04-23 09:49:16 +02:00