[midPoint-git] [Evolveum/midpoint] 0b29bd: fix for MID-3934

Katarina Valalikova k.valalikova at evolveum.com
Thu Sep 13 13:22:10 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 0b29bdbc118474815c4bb91beb3bfbe3d074f094
      https://github.com/Evolveum/midpoint/commit/0b29bdbc118474815c4bb91beb3bfbe3d074f094
  Author: Katarina Valalikova <k.valalikova at evolveum.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

  Changed paths:
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationServiceImpl.java

  Log Message:
  -----------
  fix for MID-3934


  Commit: 7fbe787050d7a316721c7dd6031cc21b1e4357cd
      https://github.com/Evolveum/midpoint/commit/7fbe787050d7a316721c7dd6031cc21b1e4357cd
  Author: Katarina Valalikova <k.valalikova at evolveum.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

  Changed paths:
    R model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/controller/DummySystemConfigurationChangeApplierImpl.java
    A model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/controller/DummySystemConfigurationChangeDispatcherImpl.java
    M model/model-impl/src/test/resources/ctx-model-test-no-repo.xml
    R repo/repo-api/src/main/java/com/evolveum/midpoint/repo/api/SystemConfigurationChangeApplier.java
    A repo/repo-api/src/main/java/com/evolveum/midpoint/repo/api/SystemConfigurationChangeDispatcher.java
    A repo/repo-api/src/main/java/com/evolveum/midpoint/repo/api/SystemConfigurationChangeListener.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/SystemConfigurationCacheableAdapter.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlRepositoryServiceImpl.java
    R repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SystemConfigurationChangeApplierImpl.java
    A repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SystemConfigurationChangeDispatcherImpl.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/cluster/ClusterManager.java

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Evolveum/midpoint


  Commit: 1642c057b333d426c160819d15b3914ff293f9ad
      https://github.com/Evolveum/midpoint/commit/1642c057b333d426c160819d15b3914ff293f9ad
  Author: Katarina Valalikova <k.valalikova at evolveum.com>
  Date:   2018-09-13 (Thu, 13 Sep 2018)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/boot/EmbeddedTomcatAutoConfiguration.java
    M gui/admin-gui/src/main/resources/application.yml

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Evolveum/midpoint


  Commit: 50036c786759af6fb360129a84c0d16d7c545525
      https://github.com/Evolveum/midpoint/commit/50036c786759af6fb360129a84c0d16d7c545525
  Author: Katarina Valalikova <k.valalikova at evolveum.com>
  Date:   2018-09-13 (Thu, 13 Sep 2018)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/column/ColumnUtils.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/ResourceContentPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/ResourceDetailsTabPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskAdd.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/handlers/dto/ResourceRelatedHandlerDto.java
    M infra/common/src/main/java/com/evolveum/midpoint/common/SynchronizationUtils.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationServiceImpl.java

  Log Message:
  -----------
  other fixes for MID-3934


  Commit: 59956c9e4147367393b11b3dc3e55f8a26df01e6
      https://github.com/Evolveum/midpoint/commit/59956c9e4147367393b11b3dc3e55f8a26df01e6
  Author: Katarina Valalikova <k.valalikova at evolveum.com>
  Date:   2018-09-13 (Thu, 13 Sep 2018)

  Changed paths:
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationContext.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationServiceImpl.java

  Log Message:
  -----------
  small cleanup for synchronization service


  Commit: 0734c07aefdcbbebeebbc1b789857080865dd790
      https://github.com/Evolveum/midpoint/commit/0734c07aefdcbbebeebbc1b789857080865dd790
  Author: Katarina Valalikova <k.valalikova at evolveum.com>
  Date:   2018-09-13 (Thu, 13 Sep 2018)

  Changed paths:
    M gui/admin-gui/src/main/resources/localization/Midpoint.properties
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/TypeFilter.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/AssignmentEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/EvaluatedAssignmentImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensElementContext.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AssignmentProcessor.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/security/AbstractSecurityTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/security/TestSecurityAdvanced.java
    A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/security/TestSecurityMultitenant.java
    M model/model-intest/src/test/resources/logback-test.xml
    A model/model-intest/src/test/resources/security/multitenant/org-multitenant.xml
    A model/model-intest/src/test/resources/security/multitenant/user-dmurr.xml
    A model/model-intest/src/test/resources/security/multitenant/user-duncan.xml
    A model/model-intest/src/test/resources/security/multitenant/user-piter.xml
    M model/model-intest/testng-integration.xml
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/AssignmentFinder.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/AssignmentsAsserter.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/FocusAsserter.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/LinkFinder.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/LinksAsserter.java
    A repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/OrgAsserter.java
    A repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/ParentOrgRefAsserter.java
    A repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/ParentOrgRefFinder.java
    A repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/ParentOrgRefsAsserter.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/PrismObjectAsserter.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/UserAsserter.java
    M repo/security-enforcer-impl/src/main/java/com/evolveum/midpoint/security/enforcer/impl/SecurityEnforcerImpl.java

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Evolveum/midpoint


Compare: https://github.com/Evolveum/midpoint/compare/f752ec6aa3de...0734c07aefdc
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the midPoint-svn mailing list