[midPoint-git] [Evolveum/integration-catalog] 594dcc: #3850 TASK WP4 - Align the implementation of the G...
Tomas Simon
noreply at github.com
Wed Apr 22 08:30:19 CEST 2026
Branch: refs/heads/main
Home: https://github.com/Evolveum/integration-catalog
Commit: 594dcc3343e98f889394d156159de3aaef378ae4
https://github.com/Evolveum/integration-catalog/commit/594dcc3343e98f889394d156159de3aaef378ae4
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-07 (Tue, 07 Apr 2026)
Changed paths:
M angular-frontend/src/app/components/login-modal/login-modal.html
M angular-frontend/src/app/components/login-modal/login-modal.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.scss
M angular-frontend/src/app/components/upload-form-main/upload-form-main.ts
M angular-frontend/src/app/services/application.service.ts
M angular-frontend/src/styles.scss
A config/rich_text.txt
M config/sql/01_schema_n.sql
A config/sql/02_data_n.sql
A package-lock.json
A package.json
M src/main/java/com/evolveum/midpoint/integration/catalog/controller/Controller.java
A src/main/java/com/evolveum/midpoint/integration/catalog/object/RecentlyUsedApplication.java
A src/main/java/com/evolveum/midpoint/integration/catalog/repository/RecentlyUsedApplicationRepository.java
M src/main/java/com/evolveum/midpoint/integration/catalog/service/ApplicationService.java
Log Message:
-----------
#3850 TASK WP4 - Align the implementation of the GUI for the integration catalog with the design - initial changes to frontend side based on reviewed and agreed upon design of publish form (step 1-4)
Commit: e9766321a9ed91913b42335c910b2d6a71652493
https://github.com/Evolveum/integration-catalog/commit/e9766321a9ed91913b42335c910b2d6a71652493
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-09 (Thu, 09 Apr 2026)
Changed paths:
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.scss
M angular-frontend/src/app/components/upload-form-main/upload-form-main.ts
M angular-frontend/src/styles.scss
M angular-frontend/tsconfig.app.json
M config/sql/01_schema.sql
R config/sql/01_schema_n.sql
M config/sql/02_data.sql
R config/sql/02_data_n.sql
Log Message:
-----------
#3850 TASK WP4 - Align the implementation of the GUI for the integration catalog with the design - some minor visual changes + markdown language module fixies with side-by-side view
Commit: ad59a28bfc7bcfb2a873733620e12a155a3ddafb
https://github.com/Evolveum/integration-catalog/commit/ad59a28bfc7bcfb2a873733620e12a155a3ddafb
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-10 (Fri, 10 Apr 2026)
Changed paths:
M angular-frontend/package-lock.json
M angular-frontend/package.json
R config/rich_text.txt
Log Message:
-----------
#3850 TASK WP4 - Align the implementation of the GUI for the integration catalog with the design - removing unnecessary txt file, and adding easyMDe as dependency. "npm install" in angular-frontend folder could be required
Commit: 56d7393f9341f52c70aa3d75a330ddc70a541d13
https://github.com/Evolveum/integration-catalog/commit/56d7393f9341f52c70aa3d75a330ddc70a541d13
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-10 (Fri, 10 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 - raising budget limits for building and proper functioning
Commit: 3c615e2fae59d8a951b7f251802e7ce78e0c2653
https://github.com/Evolveum/integration-catalog/commit/3c615e2fae59d8a951b7f251802e7ce78e0c2653
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-17 (Fri, 17 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.ts
M angular-frontend/src/app/components/filter-modal/filter-modal.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.scss
M angular-frontend/src/app/components/upload-form-main/upload-form-main.ts
M angular-frontend/src/app/services/application.service.ts
M config/sql/01_schema.sql
M config/sql/02_data.sql
M src/main/java/com/evolveum/midpoint/integration/catalog/controller/Controller.java
M src/main/java/com/evolveum/midpoint/integration/catalog/object/Application.java
M src/main/java/com/evolveum/midpoint/integration/catalog/object/ImplementationVersion.java
M src/main/java/com/evolveum/midpoint/integration/catalog/service/ApplicationService.java
M src/main/java/com/evolveum/midpoint/integration/catalog/service/ConnectorUploadService.java
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: 25e4d74e1ab119f9011f35133b0e7d38095353c4
https://github.com/Evolveum/integration-catalog/commit/25e4d74e1ab119f9011f35133b0e7d38095353c4
Author: TSimonEvolveum <tomas.simon at evolveum.com>
Date: 2026-04-20 (Mon, 20 Apr 2026)
Changed paths:
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.scss
M angular-frontend/src/app/components/upload-form-main/upload-form-main.ts
M src/main/java/com/evolveum/midpoint/integration/catalog/service/ApplicationService.java
M src/main/java/com/evolveum/midpoint/integration/catalog/service/ConnectorUploadService.java
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: bb0a9c3d019be4bd868d6ba3607e03e085dd1f35
https://github.com/Evolveum/integration-catalog/commit/bb0a9c3d019be4bd868d6ba3607e03e085dd1f35
Author: Tomas Simon <tomas.simon at evolveum.com>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M config/sql/01_schema.sql
M config/sql/02_data.sql
Log Message:
-----------
Merge branch 'main' into publish-remake
Commit: a7393307c14973eec509db00e128b8bc82cb5976
https://github.com/Evolveum/integration-catalog/commit/a7393307c14973eec509db00e128b8bc82cb5976
Author: Tomas Simon <tomas.simon at evolveum.com>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M angular-frontend/angular.json
M angular-frontend/package-lock.json
M angular-frontend/package.json
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.ts
M angular-frontend/src/app/components/filter-modal/filter-modal.ts
M angular-frontend/src/app/components/login-modal/login-modal.html
M angular-frontend/src/app/components/login-modal/login-modal.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.scss
M angular-frontend/src/app/components/upload-form-main/upload-form-main.ts
M angular-frontend/src/app/services/application.service.ts
M angular-frontend/src/styles.scss
M angular-frontend/tsconfig.app.json
M config/sql/01_schema.sql
M config/sql/02_data.sql
A package-lock.json
A package.json
M src/main/java/com/evolveum/midpoint/integration/catalog/controller/Controller.java
M src/main/java/com/evolveum/midpoint/integration/catalog/object/Application.java
M src/main/java/com/evolveum/midpoint/integration/catalog/object/ImplementationVersion.java
A src/main/java/com/evolveum/midpoint/integration/catalog/object/RecentlyUsedApplication.java
A src/main/java/com/evolveum/midpoint/integration/catalog/repository/RecentlyUsedApplicationRepository.java
M src/main/java/com/evolveum/midpoint/integration/catalog/service/ApplicationService.java
M src/main/java/com/evolveum/midpoint/integration/catalog/service/ConnectorUploadService.java
Log Message:
-----------
Merge pull request #24 from Evolveum/publish-remake
publish-remake
Compare: https://github.com/Evolveum/integration-catalog/compare/d88f0322fcfa...a7393307c149
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