Commit Graph

  • 87e2b05926 fix gw alias to preserve colors and fix test strength threshold Michael Hoennig 2022-09-06 13:32:53 +0200
  • 4ec26108fa makes HTML reports from failed gradle tasks directly accessible via gw alias + grep Michael Hoennig 2022-09-06 11:07:49 +0200
  • af90fefd49 hs.admin.partner from API via Controller to Entity Michael Hoennig 2022-09-06 11:07:08 +0200
  • 2abe88eb15 experimental access code for RbacUserEntity Michael Hoennig 2022-09-03 12:31:56 +0200
  • 1451e7b661 add missing linked yaml files to test api-definition Michael Hoennig 2022-09-02 13:56:21 +0200
  • cd9be1db75 api-definition subdirectories rbac+test Michael Hoennig 2022-09-02 13:11:15 +0200
  • 3541b0c48c use /api/rbac/... instead of /api/rbac-... same for /api/test/... Michael Hoennig 2022-09-02 11:18:09 +0200
  • fd96bfffb2 fix security vulnerability in snakeyaml Michael Hoennig 2022-09-02 08:58:15 +0200
  • df48bfc0da implements delete rbacuser Michael Hoennig 2022-09-01 16:57:16 +0200
  • a06feff42e defineContext now requires an existing user name or null to create a new user Michael Hoennig 2022-08-31 16:26:31 +0200
  • 8731f4a7b2 migrate hs-api to test-api Michael Hoennig 2022-08-31 15:44:06 +0200
  • a117258085 replace unixuser test entities with domain Michael Hoennig 2022-08-31 14:57:15 +0200
  • 84ce90b28f use customer/package/unixuser only as test data structure (Java part) Michael Hoennig 2022-08-31 09:47:35 +0200
  • a33cb4ec29 use customer/package/unixuser only as test data structure (DB part) Michael Hoennig 2022-08-31 09:42:40 +0200
  • 817c1a9e58 split off rbac-global from hs-base and allow multiple global objects Michael Hoennig 2022-08-30 14:21:24 +0200
  • 7f6e363c8f store http request in audit log Michael Hoennig 2022-08-30 13:38:12 +0200
  • 8af93603d5 improve test code coverage and generic array return from native queries Michael Hoennig 2022-08-30 13:08:29 +0200
  • a1c3e95032 introduce defineContext replacing explicit "set local current..." Michael Hoennig 2022-08-30 09:35:59 +0200
  • 8045b66324 rename currentUserId->currentUserUuid + currentSubjectIds->currentSubjectsUuids Michael Hoennig 2022-08-30 09:18:52 +0200
  • 1c45443da6 add enhanced views for users, roles and grants Michael Hoennig 2022-08-30 08:22:20 +0200
  • 4aa8b85bb6 use context.define(...) instead of setCurrent... Michael Hoennig 2022-08-28 17:30:27 +0200
  • 7d4815e2cf documented pitest mutation testing Michael Hoennig 2022-08-26 16:54:46 +0200
  • 9fb6610ec8 configured pitest mutation testing Michael Hoennig 2022-08-26 16:06:27 +0200
  • 2124d448bf improve test code coverage and introduce context.register Michael Hoennig 2022-08-26 14:13:02 +0200
  • 1a18ba4a3d improve test code coverage Michael Hoennig 2022-08-25 17:27:17 +0200
  • 2531b9071f align create methods and improve and align acceptance tests Michael Hoennig 2022-08-25 14:46:05 +0200
  • 9a7b683e7d also use new xxx/yyy/zzz example customers in README Michael Hoennig 2022-08-25 11:06:24 +0200
  • 68dfadf0e2 set currentTask in addCustomer Michael Hoennig 2022-08-24 18:48:37 +0200
  • 595c11c7ac org.gradle.jvmargs not necessary anymore after version upgrades Michael Hoennig 2022-08-24 18:47:53 +0200
  • 8b4e7869ad add Dependency Version Upgrade and upgrade versions Michael Hoennig 2022-08-24 18:27:40 +0200
  • 6b4c9f6c51 use xxx, yyy and zzz for test customers, makes tests easier to read Michael Hoennig 2022-08-24 17:56:13 +0200
  • 258f8b1f66 split tx_audit_log into tx_context and tx_journal Michael Hoennig 2022-08-24 12:52:28 +0200
  • e880a1c2c8 initial audit-log implementation Michael Hoennig 2022-08-24 12:01:54 +0200
  • cb641eb8c6 introduce currentTask and ContextBasedTest Michael Hoennig 2022-08-24 11:32:51 +0200
  • 81cfbc62e4 re-numbering rbac db-migration scripts while extracting context (currentUser etc.) Michael Hoennig 2022-08-23 14:36:22 +0200
  • 661f23e1e2 archrule to disallow JUnit 4, dependency exclude not possible as it's still needed for testcontainers Michael Hoennig 2022-08-23 14:31:54 +0200
  • 3de8b00672 exclude indirect JUnit 4 compile-time dependency Michael Hoennig 2022-08-23 14:10:50 +0200
  • a7f669a1f9 removes logging from jsonb-changes-delta Michael Hoennig 2022-08-23 10:18:14 +0200
  • d0b201aff9 implements jsonb-changes-delta Michael Hoennig 2022-08-23 10:17:32 +0200
  • 2022492f21 implements jsonb-changes-delta Michael Hoennig 2022-08-23 09:36:39 +0200
  • dd4f39902f cleaning up database migration files, removing date prefix, renumbering etc. Michael Hoennig 2022-08-22 16:40:42 +0200
  • a04929453c implements optimistic locking for PackageEntity Michael Hoennig 2022-08-20 12:29:14 +0200
  • 5ea8069608 implements rbac-grants get-by-id Michael Hoennig 2022-08-19 17:39:41 +0200
  • a66ed8e59f add jacoco test code coverage Michael Hoennig 2022-08-19 10:11:19 +0200
  • 86802a2aab use Spring Transactional annotation instead of JavaX Michael Hoennig 2022-08-19 08:14:17 +0200
  • eebe2d40a6 refactor RbacGrantControllerAcceptanceTest introducing fixture classes for better readability Michael Hoennig 2022-08-18 13:47:22 +0200
  • 8a62d9802e implements REST API DELETE to /api/rbac-grants/{grantedRoleUuid}/{granteeUserUuid}: Michael Hoennig 2022-08-17 17:34:10 +0200
  • 787400c089 only use @Transactional from Spring (not JavaX) and use readOnly=true where possible Michael Hoennig 2022-08-17 16:38:03 +0200
  • 6be5cfd923 arch unit test for @Accepts only in AcceptanceTests Michael Hoennig 2022-08-17 13:21:05 +0200
  • 2cb9375d03 implements revoking role from user at repository level Michael Hoennig 2022-08-16 17:51:51 +0200
  • c8e835f880 implements user granting roles to other users Michael Hoennig 2022-08-16 10:46:41 +0200
  • 7869d07d30 add unixuser prototype as preparation for testability of grants Michael Hoennig 2022-08-14 16:44:26 +0200
  • bc05fb1eeb improve + cleanup RbacRoleControllerAcceptanceTests Michael Hoennig 2022-08-13 17:24:56 +0200
  • 322736cd01 creating and viewing grants Michael Hoennig 2022-08-13 16:47:36 +0200
  • c03697ccd9 POST to /api/customers response 200 -> 201 Michael Hoennig 2022-08-13 14:58:19 +0200
  • 8529ec9949 findByRoleName Michael Hoennig 2022-08-12 18:00:15 +0200
  • 41d3b678c4 implements create new rbac-user and transacted JpaAttemp Michael Hoennig 2022-08-12 17:56:39 +0200
  • dfc7162675 fix references in api-definition Michael Hoennig 2022-08-11 12:43:29 +0200
  • 1dd3b3e8e3 directly use repository in test fixture of PackageControllerAcceptanceTest Michael Hoennig 2022-08-11 12:42:41 +0200
  • 4616bb133d avoid string concatenation in RestAssured API usage Michael Hoennig 2022-08-11 12:36:30 +0200
  • 9aa86a1652 fix vulnerability in postgresql jdbc driver 41.3.6 and JDK 16 incompatibility Michael Hoennig 2022-08-11 12:35:19 +0200
  • 5d63544a15 cleanup Michael Hoennig 2022-08-11 09:31:24 +0200
  • cb84efe63d split api-definition.yaml Michael Hoennig 2022-08-11 09:29:15 +0200
  • 5ebed0f75d extract OptionalFromJson for JSON mapper bug Michael Hoennig 2022-08-09 18:30:06 +0200
  • 0e4602aac6 add updatePackage (description) using JsonNullableModule and HTTP-to-DB test with RestAssured Michael Hoennig 2022-08-09 17:51:50 +0200
  • 0486dc3fae documentation of directory structure Michael Hoennig 2022-08-08 17:57:02 +0200
  • c4cf6c4312 progress status as of 2022-08-07 Michael Hoennig 2022-08-08 17:34:12 +0200
  • eeab68d63a API-first with openapiprocessor and modelmapper Michael Hoennig 2022-08-08 16:54:35 +0200
  • 80f342eeae add more allowed licenses Michael Hoennig 2022-08-08 12:12:02 +0200
  • c4531cb217 add dependency license compatibility check Michael Hoennig 2022-08-08 10:03:26 +0200
  • 86128f5994 test alignment and code cleanup Michael Hoennig 2022-08-05 15:39:23 +0200
  • f16953877f add RbacUser* tests and improved http status codes Michael Hoennig 2022-08-05 15:00:00 +0200
  • bef358eda6 add RbacUser* tests and improved http status codes Michael Hoennig 2022-08-05 14:31:54 +0200
  • f2bc42bd85 replace GRP with PRM in requirements Michael Hoennig 2022-08-05 13:11:01 +0200
  • 433d0e19f5 add Gradle Java toolchain and improve documentation Michael Hoennig 2022-08-05 13:10:11 +0200
  • 06996e4dc4 add RbacUserController/-Entity/-Repository Michael Hoennig 2022-08-04 17:19:45 +0200
  • 18f3234272 clickable link to markdown plugin settings for IntelliJ IDEA Michael Hoennig 2022-08-04 14:56:19 +0200
  • e2bdb96e83 README: How to Run the Appplication on a Different Port Michael Hoennig 2022-08-04 13:07:16 +0200
  • 58200eee1f cleanup IntelliJ DB run scripts, not needed anymore due to Liquibase Michael Hoennig 2022-08-04 12:34:51 +0200
  • 507bee0953 fix gradle .gitignore Michael Hoennig 2022-08-04 12:30:14 +0200
  • 80b1e0ff25 add OWASP dependencyCheck Michael Hoennig 2022-08-04 12:26:41 +0200
  • d9ee0017dd set gradle wrapper version+distribution Michael Hoennig 2022-08-04 12:24:54 +0200
  • 60f2af6404 remove gradle wrapper from JHipster + configure version 7.5 for "gradle wrapper" Michael Hoennig 2022-08-04 11:15:08 +0200
  • 9945eddf7a Merge remote-tracking branch 'origin/spike/ATN+HST' Michael Hoennig 2022-08-04 11:08:26 +0200
  • 45c1bed43b add TODO document + progress calculation Michael Hoennig 2022-08-04 11:06:07 +0200
  • bf3da34d32 add adr for row-level-security Michael Hoennig 2022-08-04 10:51:21 +0200
  • 2eb8b70517 add glossary Michael Hoennig 2022-08-04 10:35:28 +0200
  • a2f2fdb6a4 add spotless Michael Hoennig 2022-08-04 09:41:27 +0200
  • 8605d4c4f1 PackageController+Repository with name search option Michael Hoennig 2022-08-04 09:26:01 +0200
  • 212b1077c8 adds RbacRoleControllerRestTest + RbacRoleRepositoryIntegrationTest + fix duplicate key Michael Hoennig 2022-08-04 09:11:11 +0200
  • 57cf316c00 for customer findAll()->findCustomerByOptionalPrefix(...) Michael Hoennig 2022-08-04 09:09:06 +0200
  • 8fb92f9978 remove hateoas and hal explorer for now Michael Hoennig 2022-08-03 09:07:02 +0200
  • 5f08b41724 add SwaggerUI Michael Hoennig 2022-08-03 09:06:21 +0200
  • dc6445544a add RbacRoleEntity.roleName as computed column Michael Hoennig 2022-08-03 08:52:45 +0200
  • ece36209a5 add RbacRole... Michael Hoennig 2022-08-03 06:12:16 +0200
  • bb05eb4ac4 refactoring packages, moving Hostsharing related entities etc. to hs package Michael Hoennig 2022-08-03 06:11:39 +0200
  • 142aac2bce add ArchUnitTest Michael Hoennig 2022-08-02 15:17:24 +0200
  • 2ac476d99b add-customer and introducing JpaAttempt test helper Michael Hoennig 2022-08-02 14:31:48 +0200
  • 03ee2cfd62 add-customer and introducing JpaAttempt test helper Michael Hoennig 2022-08-02 11:51:36 +0200
  • f58a68d1cc experimental CustomerRepositoryIntegrationTest with Given/When/Then classes Michael Hoennig 2022-08-01 12:53:09 +0200