Commit Graph

299 Commits

Author SHA1 Message Date
Michael Hoennig
2022492f21 implements jsonb-changes-delta 2022-08-23 09:36:39 +02:00
Michael Hoennig
dd4f39902f cleaning up database migration files, removing date prefix, renumbering etc. 2022-08-23 09:25:10 +02:00
Michael Hoennig
a04929453c implements optimistic locking for PackageEntity 2022-08-20 12:29:14 +02:00
Michael Hoennig
5ea8069608 implements rbac-grants get-by-id 2022-08-19 17:39:41 +02:00
Michael Hoennig
a66ed8e59f add jacoco test code coverage 2022-08-19 12:00:13 +02:00
Michael Hoennig
86802a2aab use Spring Transactional annotation instead of JavaX 2022-08-19 08:26:30 +02:00
Michael Hoennig
eebe2d40a6 refactor RbacGrantControllerAcceptanceTest introducing fixture classes for better readability 2022-08-18 13:47:22 +02:00
Michael Hoennig
8a62d9802e implements REST API DELETE to /api/rbac-grants/{grantedRoleUuid}/{granteeUserUuid}: 2022-08-17 17:34:10 +02:00
Michael Hoennig
787400c089 only use @Transactional from Spring (not JavaX) and use readOnly=true where possible 2022-08-17 16:38:03 +02:00
Michael Hoennig
6be5cfd923 arch unit test for @Accepts only in AcceptanceTests 2022-08-17 13:21:05 +02:00
Michael Hoennig
2cb9375d03 implements revoking role from user at repository level 2022-08-16 17:51:51 +02:00
Michael Hoennig
c8e835f880 implements user granting roles to other users 2022-08-16 10:46:41 +02:00
Michael Hoennig
7869d07d30 add unixuser prototype as preparation for testability of grants 2022-08-14 16:44:26 +02:00
Michael Hoennig
bc05fb1eeb improve + cleanup RbacRoleControllerAcceptanceTests 2022-08-13 17:24:56 +02:00
Michael Hoennig
322736cd01 creating and viewing grants 2022-08-13 16:47:36 +02:00
Michael Hoennig
c03697ccd9 POST to /api/customers response 200 -> 201 2022-08-13 14:58:19 +02:00
Michael Hoennig
8529ec9949 findByRoleName 2022-08-12 18:00:15 +02:00
Michael Hoennig
41d3b678c4 implements create new rbac-user and transacted JpaAttemp 2022-08-12 17:56:39 +02:00
Michael Hoennig
dfc7162675 fix references in api-definition 2022-08-11 12:43:29 +02:00
Michael Hoennig
1dd3b3e8e3 directly use repository in test fixture of PackageControllerAcceptanceTest 2022-08-11 12:42:41 +02:00
Michael Hoennig
4616bb133d avoid string concatenation in RestAssured API usage 2022-08-11 12:36:30 +02:00
Michael Hoennig
5d63544a15 cleanup 2022-08-11 09:31:24 +02:00
Michael Hoennig
cb84efe63d split api-definition.yaml 2022-08-11 09:29:15 +02:00
Michael Hoennig
5ebed0f75d extract OptionalFromJson for JSON mapper bug 2022-08-09 18:30:06 +02:00
Michael Hoennig
0e4602aac6 add updatePackage (description) using JsonNullableModule and HTTP-to-DB test with RestAssured 2022-08-09 17:51:50 +02:00
Michael Hoennig
eeab68d63a API-first with openapiprocessor and modelmapper 2022-08-08 17:12:51 +02:00
Michael Hoennig
86128f5994 test alignment and code cleanup 2022-08-05 15:39:23 +02:00
Michael Hoennig
f16953877f add RbacUser* tests and improved http status codes 2022-08-05 15:00:29 +02:00
Michael Hoennig
bef358eda6 add RbacUser* tests and improved http status codes 2022-08-05 14:31:54 +02:00
Michael Hoennig
06996e4dc4 add RbacUserController/-Entity/-Repository 2022-08-04 17:23:10 +02:00
Michael Hoennig
e2bdb96e83 README: How to Run the Appplication on a Different Port 2022-08-04 13:07:16 +02:00
Michael Hoennig
a2f2fdb6a4 add spotless 2022-08-04 10:11:35 +02:00
Michael Hoennig
8605d4c4f1 PackageController+Repository with name search option 2022-08-04 09:26:01 +02:00
Michael Hoennig
212b1077c8 adds RbacRoleControllerRestTest + RbacRoleRepositoryIntegrationTest + fix duplicate key 2022-08-04 09:11:11 +02:00
Michael Hoennig
57cf316c00 for customer findAll()->findCustomerByOptionalPrefix(...) 2022-08-04 09:09:06 +02:00
Michael Hoennig
dc6445544a add RbacRoleEntity.roleName as computed column 2022-08-03 08:52:45 +02:00
Michael Hoennig
ece36209a5 add RbacRole... 2022-08-03 06:12:16 +02:00
Michael Hoennig
bb05eb4ac4 refactoring packages, moving Hostsharing related entities etc. to hs package 2022-08-03 06:11:39 +02:00
Michael Hoennig
142aac2bce add ArchUnitTest 2022-08-02 15:51:06 +02:00
Michael Hoennig
2ac476d99b add-customer and introducing JpaAttempt test helper 2022-08-02 14:31:48 +02:00
Michael Hoennig
03ee2cfd62 add-customer and introducing JpaAttempt test helper 2022-08-02 11:51:36 +02:00
Michael Hoennig
f58a68d1cc experimental CustomerRepositoryIntegrationTest with Given/When/Then classes 2022-08-01 12:53:09 +02:00
Michael Hoennig
27c5699c36 add CustomerRepositoryIntegrationTest, fix testcontainers liquibase context and improve error messages 2022-07-31 18:56:03 +02:00
Michael Hoennig
53d3d68021 introduce TestPackage.java 2022-07-30 18:37:32 +02:00
Michael Hoennig
08804bd45c use plural for /api/packages too 2022-07-30 18:23:02 +02:00
Michael Hoennig
fe4fef2752 add CustomerControllerRestTest and -UnitTest 2022-07-30 18:17:45 +02:00
Michael Hoennig
2610ecd311 add PackageControllerTest as WebMvcTest through the REST API 2022-07-30 16:35:26 +02:00
Michael Hoennig
b20920d646 make package owner/admin/tenant roles assumable 2022-07-29 16:25:46 +02:00
Michael Hoennig
4721d1be23 PackagerEntity, -Repository and -Controller 2022-07-29 16:13:38 +02:00
Michael Hoennig
46957dc590 bugfix in pureIdentifier + findUuidByIdName and CustomerEntity+Repository 2022-07-29 15:53:20 +02:00
Michael Hoennig
414149f0a1 introduce Context service 2022-07-29 14:24:50 +02:00
Michael Hoennig
2b630aadbc hs-package SQL-Scripts in Liquibase and some bugfixes 2022-07-29 12:37:40 +02:00
Michael Hoennig
61c50c46ed hs-customer SQL-Scripts in Liquibase 2022-07-29 12:14:22 +02:00
Michael Hoennig
8ba952a41d hs-customer SQL-Scripts in Liquibase 2022-07-29 11:53:58 +02:00
Michael Hoennig
a478fe4cf1 cleanup in Liquibase files, header, formatting etc. 2022-07-29 11:38:51 +02:00
Michael Hoennig
9beaf5e684 improved README.md for first steps 2022-07-29 09:12:52 +02:00
Michael Hoennig
4c403b0436 formatted SQL code 2022-07-29 08:46:04 +02:00
Michael Hoennig
fb8862c37e convert rbac-statistics and rbac-role-builder*.sql files to Liquibase changesets 2022-07-28 17:17:22 +02:00
Michael Hoennig
583c45c85d add first integration test based on Testcontainers 2022-07-28 16:56:34 +02:00
Michael Hoennig
d234ac3227 convert rbac*.sql files, except test-file, to Liquibase changesets 2022-07-28 16:55:21 +02:00
Michael Hoennig
6c33bbe780 add SpringBoot 2.7.x application 2022-07-28 16:51:36 +02:00
Michael Hoennig
f2d0fbe67a removing JHipster 2022-07-22 13:31:37 +02:00
Michael Hoennig
31cd92f3be #145 [Rights-Module] preparation for module specific roles / fix UserRoleAssignmentCriteria 2019-07-03 22:23:51 +02:00
Michael Hoennig
f79c4bd7a1 #145 [Rights-Module] preparation for module specific roles / static init 2019-07-03 21:54:03 +02:00
Michael Hoennig
7db2c23de1 #145 [Rights-Module] preparation for module specific roles 2019-06-27 23:48:16 +02:00
Michael Hoennig
7983aa7e52 #145 [Rights-Module] documented the role system and some renaming 2019-05-25 19:43:29 +02:00
Michael Hoennig
57b6399950 historicization of JHI_USER_AUTHORITY table 2019-05-25 16:40:41 +02:00
Michael Hoennig
354cfbbebc historicization of JHI_USER table 2019-05-25 16:40:16 +02:00
Michael Hoennig
cbb5532394 Deserializer: improved test code coverage for entity associations 2019-05-22 21:53:45 +02:00
Michael Hoennig
e7cb3622f3 Deserializer: improved test code coverage for IGNORE field access 2019-05-16 20:25:02 +02:00
Michael Hoennig
f9b68df901 Deserializer: BadRequestAlertException("Unknown property") with test code coverage 2019-05-15 07:41:21 +02:00
Michael Hoennig
60612f6c41 #146 [AccessRights] simple AccessFilter for UserRoleAssignments
allows r/w for ADMINs and r/o for SUPPORTERs
no entity dependent access rights implemented yet
2019-05-14 07:36:14 +02:00
Michael Hoennig
3143f27b6c refactored ugly and risky code in role filter / removed Role.isIndependent() 2019-05-10 17:37:36 +02:00
Michael Hoennig
a2b90b0a36 separated MockSecurityContext into SecurityContextMock+SecurityContextMock 2019-05-10 17:21:50 +02:00
Michael Hoennig
72e79e2134 #112 [RightsModule] use UserRoleAssignments from database 2019-05-10 11:18:15 +02:00
Michael Hoennig
01d28a85d4 #137 [Rechte-Modul] sample-data für User+UserRoleAssignment 2019-05-08 20:17:28 +02:00
Michael Hoennig
671d80cc71 adding @EntityTypeId to *DTO as preparation for UserRoleAssignments 2019-05-08 13:17:26 +02:00
Michael Hoennig
735f672ea1 UserRoleAssignment entityTypeId+entityObjectId now required
this table only stores entity-dependent roles,
independent roles are stored in the JHipster table JHI_USER_AUTHORITY
2019-05-08 10:56:48 +02:00
Michael Hoennig
8ca206e1c0 accessrights.jdl: UserRoleAssignments entity*Id required
Merge branch 'jhipster-generated'
2019-05-07 13:08:26 +02:00
Michael Hoennig
bac012f9b4 accessrights.jdl: UserRoleAssignments entity*Id required 2019-05-07 13:01:04 +02:00
Michael Hoennig
3228b0d0da make Hibernate sequence start above 1,000,000 to spare ids for sample data 2019-05-07 12:11:17 +02:00
Michael Hoennig
807ed74091 historicization for UserRoleAssinment 2019-05-07 11:01:01 +02:00
Michael Hoennig
6d85a59744 temporarily removing historicization for UserRoleAssinment
just to prepare a complete HOWTO-commit
2019-05-07 10:57:17 +02:00
Michael Hoennig
5337e7a7e8 historicization trigger+view for Customer, Membership, SepaMandate, Share and Asset 2019-05-07 10:54:27 +02:00
Michael Hoennig
e49323e99f UserRoleAssignment historicization 2019-05-06 19:12:12 +02:00
Michael Hoennig
f3c207528e general historicization table+function for Postgres 2019-05-06 19:11:33 +02:00
Michael Hoennig
295e45e8b8 ReplaceCustomChange: assume auto commit off during Liquibase-Changeset 2019-05-06 18:20:10 +02:00
Michael Hoennig
ecd5573654 ReplaceCustomChangeUnitTest 2019-05-06 11:47:08 +02:00
Michael Hoennig
f8ed5069fb sample-data: replacing pipes ('|') with newlines now via customChange
this avoids database-specific code spread over all sample-data/*.xml files
2019-05-05 14:15:07 +02:00
Michael Hoennig
4c42d15c12 fixing sample-data flag via gw -Psample-data in code+documentation 2019-05-05 14:13:17 +02:00
Michael Hoennig
6efa167427 adding Postgres configurations for dev-environment with sample-data 2019-05-04 13:59:36 +02:00
Michael Hoennig
22e7511952 #124 [intUI/Filter] for UserRoleAssignment 2019-05-03 23:22:17 +02:00
Michael Hoennig
5e001c59f9 Revert "#124 [intUI/Filter] for UserRoleAssignment"
I am reverting because I need to fix a bug in this commit and it's a tagged HOWTO commit.
2019-05-03 23:19:12 +02:00
Michael Hoennig
fbb356c8e9 fixing problems with infinite scroll due to hidden scrollbar and filtering 2019-05-03 23:17:52 +02:00
Michael Hoennig
d672d5b0cd more sample-data for assets 2019-05-03 22:36:57 +02:00
Michael Hoennig
967b06cfa7 #133 [intUI] for now, no sort functionality for *DisplayLabel columns 2019-05-03 21:50:08 +02:00
Michael Hoennig
cd94cb118d add placeholder="YYYY|--|++" to date filter inputs 2019-05-03 21:02:17 +02:00
Michael Hoennig
b7aac92807 match membership sample-date with sepa-mandate sample-data 2019-05-03 20:22:17 +02:00
Michael Hoennig
20b9d2f105 #131 sample-data for sepamandate 2019-05-03 20:21:07 +02:00
Michael Hoennig
0a9f2584f1 #124 [intUI/Filter] for UserRoleAssignment 2019-05-03 14:41:41 +02:00