[midPoint-git] [Evolveum/midpoint] d471c6: MID-9865 localization of label panel for Boolean
mederly
noreply at github.com
Fri Jul 26 13:06:01 CEST 2024
Branch: refs/heads/tmp/connid-finalization
Home: https://github.com/Evolveum/midpoint
Commit: d471c67d93c6d8a7f24294efff80eb4b67d933cc
https://github.com/Evolveum/midpoint/commit/d471c67d93c6d8a7f24294efff80eb4b67d933cc
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2024-07-24 (Wed, 24 Jul 2024)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebComponentUtil.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/factory/panel/LabelPanelFactory.java
Log Message:
-----------
MID-9865 localization of label panel for Boolean
Commit: 471f899e3ea8fccbc93244892684953e2f8ddfb5
https://github.com/Evolveum/midpoint/commit/471f899e3ea8fccbc93244892684953e2f8ddfb5
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
R gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/BasicSearchPanel.html
R gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/BasicSearchPanel.java
R gui/admin-gui/src/main/java/com/evolveum/midpoint/web/util/SearchFormEnterBehavior.java
Log Message:
-----------
MID-9683 removed unused classes in search
Commit: fb7afae33765df0a01b89fb3e431581d71ebf10f
https://github.com/Evolveum/midpoint/commit/fb7afae33765df0a01b89fb3e431581d71ebf10f
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebComponentUtil.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/search/panel/FulltextSearchPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/search/panel/SingleSearchItemPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/self/requestAccess/RoleCatalogPanel.java
Log Message:
-----------
MID-9683 removed custom javascript that was not working at all (to catch enter/submit in text), wip
Commit: 677c524cc922aa7591421b93cffdd700f387c914
https://github.com/Evolveum/midpoint/commit/677c524cc922aa7591421b93cffdd700f387c914
Author: Kamil Jires <kamil at jires.eu>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M dist/src/main/bin/midpoint.sh
M dist/src/main/bin/ninja.sh
Log Message:
-----------
escaping the parameters for eval in shell script - e.g. properly passing the filter definition to ninja
Commit: c559beb484f32b2206c2e0ad6d3b8efe76b1257c
https://github.com/Evolveum/midpoint/commit/c559beb484f32b2206c2e0ad6d3b8efe76b1257c
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/ShadowAttributeDefinition.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestShadowCaching.java
A model/model-intest/src/test/resources/caching/archetype-person.xml
A model/model-intest/src/test/resources/caching/resource-dummy-hr.xml
A model/model-intest/src/test/resources/caching/resource-dummy-target.xml
A model/model-intest/src/test/resources/caching/system-configuration.xml
A model/model-intest/src/test/resources/caching/task-recompute-persons.xml
M model/model-intest/testng-integration-full.xml
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/util/SynchronizationRequest.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/ShadowPostProcessor.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/UserAsserter.java
Log Message:
-----------
Add first model-level shadow caching tests
Here we check whether import and recomputation tasks really avoid
reading from the resource. Work in progress - only single source
resource yet.
Contains also some fixes related to shadow caching.
Commit: c01cd435f5cc41db64fe9185ae5f1255455403c9
https://github.com/Evolveum/midpoint/commit/c01cd435f5cc41db64fe9185ae5f1255455403c9
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M pom.xml
M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/TestConnectorManager.java
Log Message:
-----------
Use ConnId 1.5.3.0-M2
Commit: 02900fbefa45c9593be8de02a00163f65da9d51c
https://github.com/Evolveum/midpoint/commit/02900fbefa45c9593be8de02a00163f65da9d51c
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M dist/src/main/bin/midpoint.sh
M dist/src/main/bin/ninja.sh
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebComponentUtil.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/search/panel/FulltextSearchPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/search/panel/SingleSearchItemPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/factory/panel/LabelPanelFactory.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/self/requestAccess/RoleCatalogPanel.java
R gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/BasicSearchPanel.html
R gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/BasicSearchPanel.java
R gui/admin-gui/src/main/java/com/evolveum/midpoint/web/util/SearchFormEnterBehavior.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/ShadowAttributeDefinition.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestShadowCaching.java
A model/model-intest/src/test/resources/caching/archetype-person.xml
A model/model-intest/src/test/resources/caching/resource-dummy-hr.xml
A model/model-intest/src/test/resources/caching/resource-dummy-target.xml
A model/model-intest/src/test/resources/caching/system-configuration.xml
A model/model-intest/src/test/resources/caching/task-recompute-persons.xml
M model/model-intest/testng-integration-full.xml
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/util/SynchronizationRequest.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/ShadowPostProcessor.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/UserAsserter.java
Log Message:
-----------
Merge branch 'refs/heads/master' into tmp/connid-finalization
Compare: https://github.com/Evolveum/midpoint/compare/6564b046e5c9...02900fbefa45
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list