[midPoint-git] [Evolveum/midpoint] e4c2f0: Fix MID-4407: Closure not recomputed correctly
Radovan Semancik
radovan.semancik at evolveum.com
Thu Feb 15 10:53:49 CET 2018
Branch: refs/heads/support-3.7
Home: https://github.com/Evolveum/midpoint
Commit: e4c2f077734ba7b733f44c9dfbb021be0d346c5b
https://github.com/Evolveum/midpoint/commit/e4c2f077734ba7b733f44c9dfbb021be0d346c5b
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
M infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismContainerValue.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ObjectDelta.java
A repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/closure/OrgClosureOverwriteAddTest.java
M repo/repo-sql-impl-test/testng-integration.xml
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectUpdater.java
Log Message:
-----------
Fix MID-4407: Closure not recomputed correctly
Add-with-overwrite repo method was (probably for a very long time)
broken with respect for org closure maintenance. Hopefully, other
methods (standard addObject, modifyObject, deleteObject) were not
affected.
Commit: 7f982117e1a2062599835701b0c0fa87d42afab5
https://github.com/Evolveum/midpoint/commit/7f982117e1a2062599835701b0c0fa87d42afab5
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
M infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismContainerValue.java
Log Message:
-----------
Remove wrong comments
Commit: a498e6f2873aca45d8df1870ca439bdfd533622c
https://github.com/Evolveum/midpoint/commit/a498e6f2873aca45d8df1870ca439bdfd533622c
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
M build-system/pom.xml
M testing/story/pom.xml
Log Message:
-----------
fixing story tests
Commit: bf8b12cf7225ba62569cc4d3bd8043c5ae4e75d3
https://github.com/Evolveum/midpoint/commit/bf8b12cf7225ba62569cc4d3bd8043c5ae4e75d3
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/IvwoConsolidator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ConsolidationProcessor.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestMapleLeaf.java
A testing/story/src/test/resources/mapleLeaf/meta-role-monkey-donkey.xml
M testing/story/src/test/resources/mapleLeaf/resource-opendj.xml
A testing/story/src/test/resources/mapleLeaf/role-squirrel.xml
Log Message:
-----------
moneky-donkey-mcconkey finally works
Commit: 9254cd2f40d82fedf1e2643bda78e7fcca89a26f
https://github.com/Evolveum/midpoint/commit/9254cd2f40d82fedf1e2643bda78e7fcca89a26f
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/rest/MidpointAbstractProvider.java
Log Message:
-----------
removing excessively logging
Commit: 658683e3cbc6f5cfb488d4508dd4be5a3a8d234c
https://github.com/Evolveum/midpoint/commit/658683e3cbc6f5cfb488d4508dd4be5a3a8d234c
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
R testing/story/src/test/resources/mapleLeaf/role-squirel.xml
Log Message:
-----------
removing old files
Commit: e83a1885e6b72d7f8ee60a70371b80906e29a70e
https://github.com/Evolveum/midpoint/commit/e83a1885e6b72d7f8ee60a70371b80906e29a70e
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
M infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ObjectDelta.java
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/expr/MidpointFunctions.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractSearchIterativeTaskHandler.java
A repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/closure/OrgClosureOverwriteAddTest.java
M repo/repo-sql-impl-test/testng-integration.xml
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectUpdater.java
Log Message:
-----------
Merge branch 'post-3.7-fixes' of https://github.com/Evolveum/midpoint into post-3.7-fixes
Commit: b4ae4ead1c0bdcc7015e421ffec5ceaacf437d72
https://github.com/Evolveum/midpoint/commit/b4ae4ead1c0bdcc7015e421ffec5ceaacf437d72
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2018-02-15 (Thu, 15 Feb 2018)
Changed paths:
M model/model-intest/src/test/resources/manual/task-propagation-multi.xml
Log Message:
-----------
Fixing multi-resource propagation task sample
Commit: ce6c118781dec6fd506e6b7d2bb6ec358af24254
https://github.com/Evolveum/midpoint/commit/ce6c118781dec6fd506e6b7d2bb6ec358af24254
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2018-02-15 (Thu, 15 Feb 2018)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebModelServiceUtils.java
Log Message:
-----------
Toletate runtime-resolution object references in GUI
Commit: d82eee669cef2ccf057971e25d8a988445f49810
https://github.com/Evolveum/midpoint/commit/d82eee669cef2ccf057971e25d8a988445f49810
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2018-02-15 (Thu, 15 Feb 2018)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/progress/ProgressReporter.java
Log Message:
-----------
Switch from raw to noFetch operations in ProgressReporter (MID-4408)
Commit: 5bce69b4878f5cf8ae3fdf75bbd629806ccd3cc3
https://github.com/Evolveum/midpoint/commit/5bce69b4878f5cf8ae3fdf75bbd629806ccd3cc3
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2018-02-15 (Thu, 15 Feb 2018)
Changed paths:
M build-system/pom.xml
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebModelServiceUtils.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/progress/ProgressReporter.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ObjectDelta.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/IvwoConsolidator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ConsolidationProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/rest/MidpointAbstractProvider.java
M model/model-intest/src/test/resources/manual/task-propagation-multi.xml
A repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/closure/OrgClosureOverwriteAddTest.java
M repo/repo-sql-impl-test/testng-integration.xml
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectUpdater.java
M testing/story/pom.xml
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestMapleLeaf.java
A testing/story/src/test/resources/mapleLeaf/meta-role-monkey-donkey.xml
M testing/story/src/test/resources/mapleLeaf/resource-opendj.xml
R testing/story/src/test/resources/mapleLeaf/role-squirel.xml
A testing/story/src/test/resources/mapleLeaf/role-squirrel.xml
Log Message:
-----------
Merge branch 'post-3.7-fixes' into support-3.7
Compare: https://github.com/Evolveum/midpoint/compare/fe52c53695f6...5bce69b4878f
More information about the midPoint-svn
mailing list