[midPoint-git] [Evolveum/midpoint] 732a8c: Add collectAssignedFocusMappingsResults() method

Radovan Semancik radovan.semancik at evolveum.com
Thu Feb 15 10:58:57 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 732a8c6091cd6c6a4477df315c81bf9b644eb3aa
      https://github.com/Evolveum/midpoint/commit/732a8c6091cd6c6a4477df315c81bf9b644eb3aa
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-02-14 (Wed, 14 Feb 2018)

  Changed paths:
    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

  Log Message:
  -----------
  Add collectAssignedFocusMappingsResults() method

This is to be used to implement non-tolerant focus mappings
induced by assignments (as opposed to those present in object
template).


  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: 840b46a92a4ff8c5dfa914ffba2772fcb4211866
      https://github.com/Evolveum/midpoint/commit/840b46a92a4ff8c5dfa914ffba2772fcb4211866
  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-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 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'


Compare: https://github.com/Evolveum/midpoint/compare/19c6c43e8370...840b46a92a4f


More information about the midPoint-svn mailing list