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
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
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
Mustapha Zorgati
121a9c103f
TSK-1407: adopted RestDocumentation tests to use taskana-common-test aswell
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
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
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
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
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
Mustapha Zorgati
41973183bc
TSK-1337: removed some code smells
2020-08-07 14:59:19 +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
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
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
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
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
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
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
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
Jörg Heffner
8d4d46de6a
Comments from Holger Hagen
2020-04-22 13:41:20 +02:00
Jörg Heffner
d5674ed11a
TSK-746 Add simple history event tracking to update and create task method
2020-04-22 13:41:20 +02:00
Jörg Heffner
c36933b450
Comments from Holger Hagen
2020-04-22 10:05:43 +02:00
Jörg Heffner
101072d3e9
TSK-1188 Enable combo filter for tasks
2020-04-22 10:05:43 +02:00
Sascha Frevel
2c5634c917
TSK-1180: migrate from JUnit 5 assertions to assertJ assertions
...
TSK-1180: remove hemcrest dependency
TSK-1180: convertes junit Assertions.ThrownBy to assertJ style
TSK-1180: add archUnit rule for checking if org.junit.jupiter.api.Assertions is used in classes
TSK-1080: fixed archunit tests which failed due to rebase
test
fixed order problem with H2 database -> set collation to DEFAULT_de_DE
disabled test with collation problems, readded old style assrtj test
2020-04-20 08:10:16 +02:00
Mustapha Zorgati
05818cabad
Updated poms to version 2.1.2-SNAPSHOT
2020-04-15 13:15:08 +00:00
Mustapha Zorgati
eef64bc1b3
Updated poms to version 2.1.1-SNAPSHOT
2020-04-14 12:03:41 +00:00
Sofie Hofmann
673f1896da
TSK-652, TSK-1170, TSK-1023 Fixed various bugs by introducing ngxs state management
...
TSK-1170 Remove @inputs from classification-types-selector
TSK-1170 Import Store in Classification-Detail-Component
TSK-1170 Removed getSelectedClassificationType() from category service
TSK-1170 Removed getSelectedClassificationType() from category service
TSK-1170 Put icons in store
TSK-1170 Removed selectCategoryType from service
TSK-1170 Refactored classification-category service
TSK-1170 Fixed multiple calls of actions
TSK-1170
TSK-1170: build ngxs store in parallel to the ngrx store
TSK-1170: replaced ngrx store with ngxs store
tests are still failing.
TSK-1170 Split store into two stores
TSK-1170 Fixed tests
TSK-1170 added categories service test
TSK-1170 Fixed checkstyle and test
TSK-1170: minimized diff for classification-details component
TSK-1170: replaced state with store observable in classificaiton details
TSK-1170 Incorporated requested changes in spec files
TSK-1170 Removed @output from classification-types-selector
Removed getClassifications() call when selecting a classification type because the code is duplicated in performRequest()
TSK-1170 Extracted selectors and actions
TSK-1170 Dispatch action in classification-service
TSK-1170 Incorporated 'set-value' function
dynamically rendering classification types
TSK-1170: disabled parent reference while creating classification
TSK-1170 fixed two ways binding for classification types
TSK-1170 removed console log
TSK-1170: Category dropdown shows correct values
TSK-1170 Renamed selectors
TSK-1170
2020-04-09 17:34:01 +02:00
Jörg Heffner
b79c4891e3
TSK-1178
2020-04-09 09:59:02 +02:00