OfficeScenarioTests CoopShares+Assets #121

Merged
hsh-michaelhoennig merged 39 commits from feature/use-case-acceptance-tests-4 into master 2024-11-15 11:54:19 +01:00

39 Commits

Author SHA1 Message Date
Michael Hoennig
054bff4355 amendments according to code-review - COMMA_RIGHT_BEFORE_CLOSING_BRACE 2024-11-15 11:34:23 +01:00
Michael Hoennig
eca01a2f9b amendments according to code-review 2024-11-15 10:47:48 +01:00
Michael Hoennig
0342ec0f50 amendments according to code-review 2024-11-15 10:37:06 +01:00
Michael Hoennig
0fd7cb119a Merge remote-tracking branch 'refs/remotes/origin/master' into feature/use-case-acceptance-tests-4
# Conflicts:
#	src/main/java/net/hostsharing/hsadminng/hs/office/coopassets/HsOfficeCoopAssetsTransactionController.java
#	src/main/resources/api-definition/hs-office/hs-office-coopassets-schemas.yaml
#	src/main/resources/api-definition/hs-office/hs-office-coopshares-schemas.yaml
#	src/test/java/net/hostsharing/hsadminng/hs/office/coopassets/HsOfficeCoopAssetsTransactionControllerAcceptanceTest.java
#	src/test/java/net/hostsharing/hsadminng/hs/office/coopshares/HsOfficeCoopSharesTransactionControllerAcceptanceTest.java
#	src/test/java/net/hostsharing/hsadminng/hs/office/scenarios/membership/CreateMembership.java
2024-11-15 09:57:11 +01:00
Michael Hoennig
a87acaacec Streamline controller method naming leaned to HTTP verbs 2024-11-15 09:55:01 +01:00
Michael Hoennig
82f1c57722 find the generated ScenarioReports in build/doc/scenarios 2024-11-15 09:51:54 +01:00
Michael Hoennig
92e675b642 improves the Business-Glossary 2024-11-15 09:51:04 +01:00
Michael Hoennig
17825e7356 revert accidantally renamed README.md 2024-11-15 09:38:27 +01:00
Michael Hoennig
3fcff3b9c8 catch exception when determining git branch 2024-11-15 09:18:08 +01:00
Michael Hoennig
6f702c82d5 revert convert Object->String, causes NPE problems 2024-11-14 17:16:34 +01:00
Michael Hoennig
e934726c4b revert convert Object->String, causes NPE problems 2024-11-14 16:38:14 +01:00
Michael Hoennig
880b2aa99a fix new BigDecimal("6,400.00") 2024-11-14 16:22:00 +01:00
Michael Hoennig
38c51cbf7b fix a FIXME regarding Object->String 2024-11-14 16:09:27 +01:00
Michael Hoennig
be4898474c don't use PostgreSQL money 2024-11-14 15:23:03 +01:00
Michael Hoennig
83adb7a5ae remove FormattedBigDecimalDeserializer, did not work anyway 2024-11-14 15:11:15 +01:00
Michael Hoennig
9a9e3e2e73 add coop assets+shares scenario tests 2024-11-14 14:30:00 +01:00
Michael Hoennig
5f454a2ebe workaround for the PostgreSQL money column type problem with thousands separator by using numeric 2024-11-14 14:24:30 +01:00
Michael Hoennig
07b5e4686b improve Scenario Report format 2024-11-14 06:20:31 +01:00
Michael Hoennig
a1f09642b1 fix duplicate @Order 2024-11-13 16:14:48 +01:00
Michael Hoennig
f12ef76f05 add aliass scenario-reports-upload + scenario-reports-online and hide template+debug-log 2024-11-13 16:14:33 +01:00
Michael Hoennig
c3f3efaf18 add RestTest for findMembershipByNonExistingMemberNumberReturnsEmptyList 2024-11-13 14:56:54 +01:00
Michael Hoennig
ff42bc45ab add RestTest for findMembershipByNonExistingMemberNumberReturnsEmptyList 2024-11-13 14:56:44 +01:00
Michael Hoennig
11f6a895f2 add introductory text for partner as client 2024-11-13 14:22:10 +01:00
Michael Hoennig
385c2c0b75 fixing initial memberhip number suffix 2024-11-13 13:43:46 +01:00
Michael Hoennig
4fb0a270da fixing some FIXME's 2024-11-13 13:27:59 +01:00
Michael Hoennig
a8de7029e9 query partner instead of re-using the @Required uuid 2024-11-13 10:03:33 +01:00
Michael Hoennig
9feef02a17 adjust naming in CoopAssets regarding reverseEntry->revertedAssetTx 2024-11-13 09:29:58 +01:00
Michael Hoennig
faf654e499 adjust naming in CoopAssets regarding adjustment->reversal 2024-11-13 08:09:15 +01:00
Michael Hoennig
718fde2643 adjust naming in CoopShares regarding ADJUSTMENT->REVERSAL 2024-11-13 07:08:29 +01:00
Michael Hoennig
4736dc0427 adjust naming in CoopShares regarding HTTP verbs and adjust vs. revert 2024-11-13 06:50:55 +01:00
Michael Hoennig
cbf68f8657 add coop-shares-tests 2024-11-12 20:01:04 +01:00
Michael Hoennig
6177e32051 add M-memberNumber to identifier names 2024-11-11 11:54:40 +01:00
Michael Hoennig
e8b74ad1c0 add testCoopShares-scenario-tests - WIP 2024-11-11 07:48:39 +01:00
Michael Hoennig
9531f6a881 amend RestTests according to .uuid - wrong error-message mapping in SpringValidation 2024-11-09 20:54:59 +01:00
Michael Hoennig
1d4d985a3e amend RestTests according to .uuid 2024-11-09 18:34:27 +01:00
Michael Hoennig
ca43977361 amend RestTests according to .uuid 2024-11-09 17:03:50 +01:00
Michael Hoennig
3a910468b4 amend AcceptanceTests according to .uuid 2024-11-09 14:55:31 +01:00
Michael Hoennig
1f19bbbcac amend ScenarioTests according to .uuid 2024-11-09 14:28:20 +01:00
Michael Hoennig
e38ccc9d83 use .uuid in API instead of a directly attached Uuid 2024-11-09 14:17:13 +01:00