1
0

Commit Graph

  • 4994bac101 use @Slf4j (+logback) for logging instead of System.out/err.println (#165) master Michael Hoennig 2025-03-19 16:21:55 +01:00
  • eb9edf1cb1 remove current-subject from OpenAPI header specs, use Authorization instead (#164) Michael Hoennig 2025-03-18 11:52:29 +01:00
  • 5ca0638319 unauthenticated swagger-ui on- server-port and proper security filter integration into Spring Security (#163) Michael Hoennig 2025-03-17 12:59:50 +01:00
  • a2b81f009b update dependend relations when updating partner person (#162) Michael Hoennig 2025-03-10 12:04:54 +01:00
  • e3b11972e5 preparation for changing updatable columns (#161) Michael Hoennig 2025-03-03 12:01:33 +01:00
  • f8fda06beb scenario test for multiple debitors+memberships + validation for subsequent memberships (#160) Michael Hoennig 2025-02-25 09:46:35 +01:00
  • a0635960a5 migrate hosting-assets into external db (#158) Michael Hoennig 2025-02-17 09:40:58 +01:00
  • ddd96654ef use only persistViaSql (#156) Michael Hoennig 2025-02-07 09:31:36 +01:00
  • abafd64813 feature/remove-office-data-import (#155) Michael Hoennig 2025-02-05 09:29:27 +01:00
  • a1a753e00a replace office-data-import by db-restore (#154) Michael Hoennig 2025-02-04 09:55:48 +01:00
  • 16252334b7 programmatically generate liquibase-compare-file for prod-release 2025-01-28 (#153) Michael Hoennig 2025-01-30 09:36:32 +01:00
  • ce7e3741bd feature/test-liquibase-migration-from-a-prod-dump (#152) Michael Hoennig 2025-01-28 12:27:54 +01:00
  • 2a61686918 use-latest-versions and improved test-code-coverage (#151) Michael Hoennig 2025-01-24 09:28:52 +01:00
  • cd01d0ab8f amend contact-caption-import and add person-type organizational-unit (#150) Michael Hoennig 2025-01-22 13:53:07 +01:00
  • 9d251f88e9 test legacy-id-triggers (#149) Michael Hoennig 2025-01-22 10:08:19 +01:00
  • c1d3d583e7 feature/run-office-module-without-booking-and-hosting (#148) Michael Hoennig 2025-01-21 14:36:49 +01:00
  • ad61f2af59 Merge pull request 'add view for list subscriptions' (#146) from TP-20250113-list-subscription-view into master Timotheus Pokorra 2025-01-16 13:57:27 +01:00
  • abddebd7c3 Merge pull request 'post new contact: process postalAddress' (#145) from TP-20250109_addcontact_putpostaladdress into master Timotheus Pokorra 2025-01-16 13:57:05 +01:00
  • 02495de36f Merge branch 'master' into TP-20250113-list-subscription-view Dev und Test fuer hsadminng 2025-01-16 09:51:33 +01:00
  • 19c1e1ba5c Merge branch 'master' into TP-20250109_addcontact_putpostaladdress Timotheus Pokorra 2025-01-16 09:49:06 +01:00
  • a31159eb5b improve Test for addRelation with postalAddress Timotheus Pokorra 2025-01-16 09:47:08 +01:00
  • 15e94a1800 fix previous commit Timotheus Pokorra 2025-01-16 09:42:07 +01:00
  • 78cc729a97 improve test for adding contact with postal address Timotheus Pokorra 2025-01-16 08:54:19 +01:00
  • d6edfa4dc7 add sql file for mlmmj integration view to db changelog Timotheus Pokorra 2025-01-16 08:36:30 +01:00
  • 9c8d7616e3 Upgrade to SpringBoot 3.4.1 and dependencies (#147) Michael Hoennig 2025-01-15 13:43:20 +01:00
  • 6a673c66d4 add view for list subscriptions Timotheus Pokorra 2025-01-13 16:26:34 +01:00
  • 27de4ce634 post new contact: process postalAddress Timotheus Pokorra 2025-01-09 10:21:48 +01:00
  • a7ffee9348 dependency-versions-upgrade and exclusion (#144) Michael Hoennig 2025-01-09 09:28:30 +01:00
  • 6b09ad0003 bugfix/only-one-partner-per-person (#143) Michael Hoennig 2025-01-07 09:30:25 +01:00
  • b3f1171561 merge identical (ignoring case) persons during import (#142) Michael Hoennig 2025-01-03 09:49:20 +01:00
  • 6dafe0a7bb rename table rbac.grants -> rbac.grant for consistent naming (#141) Michael Hoennig 2025-01-02 12:39:18 +01:00
  • 71be87b36b RBAC-rebuild (#140) Michael Hoennig 2025-01-02 10:02:47 +01:00
  • 9debaa1fc0 assuming-long-roleidnames + object-uuid-based-rolenames (#139) Michael Hoennig 2024-12-30 10:00:12 +01:00
  • d89b4b4992 add CAS authentication (#138) Michael Hoennig 2024-12-23 12:49:43 +01:00
  • 87c7d2f531 feature/add-scenario-test-for-deceased-partner-with-community-of-heirs (#137) Michael Hoennig 2024-12-18 10:49:05 +01:00
  • 20fa27194b create relation with holder- and contact-data, and search for contact emailAddress + relation mark (#136) Michael Hoennig 2024-12-13 14:09:01 +01:00
  • 19fac6b5e1 http-get endpoints for partner, debitor and memberhip-number (#135) Michael Hoennig 2024-12-11 11:35:51 +01:00
  • c7b17ee546 bugfix: permit access to Swagger UI (#134) Michael Hoennig 2024-12-11 10:55:15 +01:00
  • a05430a54b more scenario tests for coop-assets (#133) Michael Hoennig 2024-12-06 10:59:02 +01:00
  • 6464d6f1ec linked metrics-endpoint (#132) Michael Hoennig 2024-12-06 10:08:26 +01:00
  • 7212c92fe2 Merge pull request 'fix spotless violation due to empty file after merge' (#131) from bugfix/fix-spotless-violation-due-to-merge into master Michael Hoennig 2024-12-05 13:28:07 +01:00
  • 6ee2b0e81f fix spotless violation due to empty file after merge Michael Hoennig 2024-12-05 11:30:06 +01:00
  • ee627cc246 split PersonEntity/Repo into Rbac and Real Entity/Repo and use in Relation for faster lazy loading (#130) Michael Hoennig 2024-12-05 10:39:25 +01:00
  • ddba946d72 add micrometer @Timing annotations to Controllers+Repositories + ArchTest (#128) Michael Hoennig 2024-12-05 10:32:34 +01:00
  • 0832c90c82 TP-20241126-znuny-view-customer_company (#129) Timotheus Pokorra 2024-12-05 10:22:42 +01:00
  • d06512f0a0 working hasGlobalAdminRole and prepare for Micrometer metrics with Spring Security (#127) Michael Hoennig 2024-12-03 12:39:19 +01:00
  • 88e0adcea7 refactoring scenario-tests (#126) Michael Hoennig 2024-11-29 14:03:26 +01:00
  • b36712076d implement coop-asset-TRANSFER-transaction reversal (#125) Michael Hoennig 2024-11-28 07:10:31 +01:00
  • 3532e3a46c add advanced scenario-tests for coop-assets (#123) Michael Hoennig 2024-11-25 16:06:24 +01:00
  • 7883052864 optimize RBAC SELECT-queries for global-admins without assumed role (#124) Michael Hoennig 2024-11-25 10:56:16 +01:00
  • d7caf3b0f8 TP-20240927-importfixes (#115) Timotheus Pokorra 2024-11-21 10:27:34 +01:00
  • 35db9aad43 feature/prefixes-for-partner-member-debitor-in-api (#122) Michael Hoennig 2024-11-18 12:11:16 +01:00
  • c98a5acb38 OfficeScenarioTests CoopShares+Assets (#121) Michael Hoennig 2024-11-15 11:54:18 +01:00
  • 8f410198e9 feature/use-dot-uuid-in-api (#120) Michael Hoennig 2024-11-11 11:25:42 +01:00
  • e97b177a92 feature/use-case-acceptance-tests-3 (#119) Michael Hoennig 2024-11-07 10:11:46 +01:00
  • 6191bf16e0 feature/split-up-postalAddress (#118) Michael Hoennig 2024-11-06 12:24:37 +01:00
  • 63af33d003 feature/use-case-acceptance-tests-2 (#117) Michael Hoennig 2024-11-05 13:58:31 +01:00
  • 3b94f117fb feature/use-case-acceptance-tests (#116) Michael Hoennig 2024-10-30 11:40:36 +01:00
  • c181500a1d feature/add-jenkinsfile (#114) Michael Hoennig 2024-10-14 10:36:50 +02:00
  • c26ae77a09 feature/api-for-email-address-search-in-contacts (#113) Michael Hoennig 2024-10-11 17:06:44 +02:00
  • cb8a5190ce fix allowed licenses, do version upgrades upgrade and improve test coverage (#112) Michael Hoennig 2024-10-10 09:31:43 +02:00
  • 60341bf644 add DomainSetup-HostingAssets for new BookingItem via created-event (#111) Michael Hoennig 2024-10-08 11:48:31 +02:00
  • cc2b04472f application-event for booking-item-created with domain-setup-example (#110) Michael Hoennig 2024-09-27 11:19:01 +02:00
  • 4811c0328c fix Error code 500 in Relation.find without type (NullPointerException) (#109) Michael Hoennig 2024-09-27 11:00:58 +02:00
  • cb4aecb9c8 refactoring for implicit creation of dependend hosting-assets (#108) Michael Hoennig 2024-09-26 10:51:27 +02:00
  • d949604d70 unique identifers for hosting assets per type (#107) Michael Hoennig 2024-09-25 10:53:43 +02:00
  • f33a3a2df7 introduce-separate-database-schemas-hs-booking-and-hosting (#106) Michael Hoennig 2024-09-23 10:52:37 +02:00
  • 23b60641e3 introduce-separate-database-schema-hs-office-and-amend-generators (#105) Michael Hoennig 2024-09-18 10:28:21 +02:00
  • 285e6fbeb5 introduce separate database schema-test and amend RBAC generators for schema-generation (#104) Michael Hoennig 2024-09-17 14:21:43 +02:00
  • 1eed0e9b21 introduce separate database-schemas base+rbac (#103) Michael Hoennig 2024-09-16 15:36:37 +02:00
  • 80d79de5f4 import-legacy-ids-of-booking-items-and-hosting-assets (#101) Michael Hoennig 2024-09-16 10:00:41 +02:00
  • 860df4c69f user-definable verificationCode and more business-level-validation-tests (#100) Michael Hoennig 2024-09-12 10:52:44 +02:00
  • b1ab1afbb6 test deep patch into properties and fix typing while patching array properties (#99) Michael Hoennig 2024-09-11 18:16:50 +02:00
  • 13f258fb90 fix import with domain setup dns verification (#98) Michael Hoennig 2024-09-11 13:32:49 +02:00
  • a7d586f0f7 check-domain-setup-permission (#97) Michael Hoennig 2024-09-10 13:15:03 +02:00
  • 8e02610679 fix salt problem for yescrypt hashes in HashGenerator (#96) Michael Hoennig 2024-09-10 10:31:49 +02:00
  • fbd17a21e2 ceate bookingitems for domain-setup hostingassets (#95) Michael Hoennig 2024-09-04 11:15:37 +02:00
  • e57f4bf0c8 add-webspace-gid-and-create-webspace-main-user (#94) Michael Hoennig 2024-09-03 10:28:57 +02:00
  • 8b5cf8adc1 document-potential-rbac-optimizations (#91) Michael Hoennig 2024-09-03 09:37:49 +02:00
  • 0c9931d73a fix running tests from command-line via gw-test (#93) Michael Hoennig 2024-08-30 10:06:39 +02:00
  • 2bacea7ad9 historic-view (#92) Michael Hoennig 2024-08-29 17:00:19 +02:00
  • a1163bfc8d fix-and-improve-test-execution (#90) Michael Hoennig 2024-08-22 11:56:21 +02:00
  • 1eaeade155 real rbac-entities in booking+hosting (#89) Michael Hoennig 2024-08-21 06:18:36 +02:00
  • 2138b3eed0 fix-domain-setup-rbac-grant-problems (#88) Michael Hoennig 2024-08-15 10:38:43 +02:00
  • 0763511edd import-email-addresses (#86) Michael Hoennig 2024-08-12 12:06:12 +02:00
  • 99a26aed8b report multiple zonefile errors, don't stop after first violation (#85) Michael Hoennig 2024-08-08 15:25:11 +02:00
  • 5046e9a296 import-hosting-domain-assets (#84) Michael Hoennig 2024-08-08 10:40:34 +02:00
  • 085876c772 improve-performance-of-office-data-import (#83) Michael Hoennig 2024-08-05 11:48:33 +02:00
  • e4e1216a85 import-database-users-and-databases (#82) Michael Hoennig 2024-08-02 10:40:15 +02:00
  • d6a0511d98 import-unix-user-and-email-aliases (#81) Michael Hoennig 2024-08-01 13:12:58 +02:00
  • e1fda412ae rbac-optimization (#80) Michael Hoennig 2024-07-27 10:18:07 +02:00
  • 4d27a98c9a hosting-asset-data-migration (#79) Michael Hoennig 2024-07-22 11:30:33 +02:00
  • c191af2ea1 add-ipnumber-validatation (#77) Michael Hoennig 2024-07-16 10:32:41 +02:00
  • 05e97f4844 TP-202405-filtered_import (#78) Michael Hoennig 2024-07-16 10:23:16 +02:00
  • c32361a83a add-postgresql-instance-user-and-database-validation (#76) Michael Hoennig 2024-07-15 12:00:34 +02:00
  • 46fce275ae add-mariadb-instance-database-and-user-validations (#75) Michael Hoennig 2024-07-12 10:54:47 +02:00
  • 9d2692add3 add-domain-email-setup-validation (#74) Michael Hoennig 2024-07-11 10:43:47 +02:00
  • 0af389d7c6 add-domain-http-setup-validation (#73) Michael Hoennig 2024-07-10 15:54:02 +02:00
  • afb6771ed7 HostingAsset-Hierarchie spec in enum HsHostingAssetType and generates PlantUML (#72) Michael Hoennig 2024-07-09 14:32:14 +02:00
  • f6d66d5712 add-domain-setup-validation (#71) Michael Hoennig 2024-07-05 11:56:32 +02:00