Mustapha Zorgati
e26e5c65a1
TSK-1337: fixed newly introduced bugs
2020-09-02 09:56:16 +02:00
Mustapha
f5498511f1
Updated poms to version 4.0.1-SNAPSHOT
2020-08-13 12:46:30 +00:00
Joerg Heffner
cd8b93b86a
TSK-1373: Adjust WorkbasketHistoryQuery customIn/Like
2020-08-13 13:02:56 +02:00
Joerg Heffner
3691ea624d
TSK-1369: Refactor TaskHistoryCustomField from events package to events/task
2020-08-13 09:44:15 +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
bbb909bfa4
TSK-1358_3: Rename history parent module
2020-08-12 14:11:31 +02:00
Joerg Heffner
814a8a6b63
TSK-1335: Added create for WorkbasketHistoryEvents in historyLogger & review findings
2020-08-12 13:27:26 +02:00
Joerg Heffner
29ba5fe418
TSK-1335: Add workbasket history events
2020-08-12 13:27:26 +02:00
Joerg Heffner
58ff8d2c62
TSK-1358_2: Rename history parent
2020-08-12 08:06:21 +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
Joerg Heffner
901991e90b
TSK-1333: Review findings
2020-08-05 16:48:33 +02:00
Joerg Heffner
b7237021e2
TSK-1333: Add history events for cancelled/terminated tasks
2020-08-05 16:48:33 +02:00
Mustapha Zorgati
b3c5084291
TSK-1267: TimeIntervalReportBuilder#listTaskIdsForSelectedItems now works with TaskTimestamp aswell
2020-07-26 13:38:24 +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
97443641af
TSK-1267: All TimeIntervalReports are now based on any TaskTimestamp
2020-07-21 16:48:36 +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
Mustapha Zorgati
b3add569ff
fixed new sonarqube code smells and bugs
2020-07-01 09:04:33 +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
Mustapha Zorgati
a63fad0257
TSK-1283: general refactoring + made accessIds lowercase
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
89641ecdf9
TSK-1257: added one more test
2020-06-07 16:16:17 +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
Tristan Eisermann
8832876b93
TSK-1247: Removed LoggerUtils and replaced its usages with the standard toString implementations
2020-06-03 14:32:31 +02:00
sfrevel
20ef76c059
TSK-1270: removed taskana-simplehistory-rest-spring-test physically
2020-05-29 12:30:28 +02:00
sfrevel
475c0ec383
TSK-1035: moved tests to corresponding taskana-simplehistory-spring-test project
...
TSK-1035: example project now copies the docu from taskana-simplehostory-rest-spring, instead of the of the other way arround
2020-05-28 17:01:43 +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
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
Mustapha Zorgati
ea03826263
fixed newly introduced code smells
2020-05-04 15:33:33 +02:00
Sascha Frevel
9ff6af8757
TSK-1211: removed the annoatation @EnableAutoConfiguration; set id to 45 in should_ReturnSpecificTaskHistoryEventWithDetails_When_SingleEventIsQueried
2020-04-28 16:16:48 +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
7836590311
More Comments from Holger Hagen
2020-04-22 13:41:20 +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
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