[midPoint-git] [Evolveum/integration-catalog] eac37f: #3850 TASK WP4 - Align the implementation of the G...
Tomas Simon
noreply at github.com
Sun Apr 26 00:46:36 CEST 2026
Branch: refs/heads/GUI_for_list_and_detail_fixies
Home: https://github.com/Evolveum/integration-catalog
Commit: eac37fef0421995d553501620473c1ee8e323128
https://github.com/Evolveum/integration-catalog/commit/eac37fef0421995d553501620473c1ee8e323128
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M angular-frontend/angular.json
Log Message:
-----------
#3850 TASK WP4 - Align the implementation of the GUI for the integration catalog with the design - all steps for publish flow including end review, with corrections to DB scripts for IN_REVIEW state + functionality do delete from DB when canceling published connector
Commit: 6f9cc4be743325d388526f28de808b4c151fee56
https://github.com/Evolveum/integration-catalog/commit/6f9cc4be743325d388526f28de808b4c151fee56
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M angular-frontend/src/environments/environment.prod.ts
Log Message:
-----------
Fix prod apiUrl to universal /api
Commit: 21854ca7b3ff2c8ba35928f1332f850062fa266d
https://github.com/Evolveum/integration-catalog/commit/21854ca7b3ff2c8ba35928f1332f850062fa266d
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M config/sql/01_schema.sql
Log Message:
-----------
DB script fix
Commit: 02f9e725631450e8edac1377ec2211c28d569bd3
https://github.com/Evolveum/integration-catalog/commit/02f9e725631450e8edac1377ec2211c28d569bd3
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M angular-frontend/src/environments/environment.prod.ts
Log Message:
-----------
Merge remote-tracking branch 'origin/main'
Commit: 93bcb09edbfc0b137b149c70d9c1013ca9a16d94
https://github.com/Evolveum/integration-catalog/commit/93bcb09edbfc0b137b149c70d9c1013ca9a16d94
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M angular-frontend/src/app/components/request-form/request-form.ts
M angular-frontend/src/app/models/request.model.ts
M config/sql/01_schema.sql
M src/main/java/com/evolveum/midpoint/integration/catalog/dto/RequestFormDto.java
M src/main/java/com/evolveum/midpoint/integration/catalog/mapper/ApplicationMapper.java
A src/main/java/com/evolveum/midpoint/integration/catalog/object/ObjectClassCapabilities.java
M src/main/java/com/evolveum/midpoint/integration/catalog/object/Request.java
A src/main/java/com/evolveum/midpoint/integration/catalog/repository/ObjectClassCapabilitiesRepository.java
M src/main/java/com/evolveum/midpoint/integration/catalog/service/RequestVotingService.java
Log Message:
-----------
changes to functionality of Request flow - DB, backend and frontend - will correctly save object class capabilities if needed
Commit: 954dd00e889527d1b3461b407161836cab8b4e39
https://github.com/Evolveum/integration-catalog/commit/954dd00e889527d1b3461b407161836cab8b4e39
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M src/test/java/com/evolveum/midpoint/integration/catalog/controller/ControllerTest.java
Log Message:
-----------
changes to functionality of Request flow - ControllerTest fixies
Commit: be84a10bdff611fd78ae35424c826f59263e9f61
https://github.com/Evolveum/integration-catalog/commit/be84a10bdff611fd78ae35424c826f59263e9f61
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M angular-frontend/angular.json
M angular-frontend/src/app/components/request-form/request-form.ts
M angular-frontend/src/app/models/request.model.ts
M angular-frontend/src/environments/environment.prod.ts
M config/sql/01_schema.sql
M src/main/java/com/evolveum/midpoint/integration/catalog/dto/RequestFormDto.java
M src/main/java/com/evolveum/midpoint/integration/catalog/mapper/ApplicationMapper.java
A src/main/java/com/evolveum/midpoint/integration/catalog/object/ObjectClassCapabilities.java
M src/main/java/com/evolveum/midpoint/integration/catalog/object/Request.java
A src/main/java/com/evolveum/midpoint/integration/catalog/repository/ObjectClassCapabilitiesRepository.java
M src/main/java/com/evolveum/midpoint/integration/catalog/service/RequestVotingService.java
M src/test/java/com/evolveum/midpoint/integration/catalog/controller/ControllerTest.java
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into GUI_for_list_and_detail_fixies
Commit: 8577ce5b4e467b609fda16652c9f38cc20172d5b
https://github.com/Evolveum/integration-catalog/commit/8577ce5b4e467b609fda16652c9f38cc20172d5b
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-26 (Sun, 26 Apr 2026)
Changed paths:
M angular-frontend/src/app/components/application-detail/application-detail.html
M angular-frontend/src/app/components/application-detail/application-detail.scss
M angular-frontend/src/app/components/application-detail/application-detail.ts
M angular-frontend/src/app/components/applications-list/applications-list.html
M angular-frontend/src/app/components/applications-list/applications-list.scss
M angular-frontend/src/app/components/applications-list/applications-list.ts
M angular-frontend/src/app/components/page-header/page-header.html
M angular-frontend/src/app/components/page-header/page-header.scss
M angular-frontend/src/app/components/page-header/page-header.ts
M angular-frontend/src/app/components/upload-form-main/upload-form-main.html
M angular-frontend/src/app/components/upload-form-main/upload-form-main.ts
Log Message:
-----------
fixies to frontend of homepage and detail of app page based on designs in figma
Compare: https://github.com/Evolveum/integration-catalog/compare/dc2fee51d9d6...8577ce5b4e46
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/integration-catalog/settings/notifications
More information about the midPoint-svn
mailing list