[midPoint-git] [Evolveum/midpoint] 772966: fix for MID-5088 (accounts column in the popup)

KaterynaHonchar noreply at github.com
Mon Mar 4 21:15:57 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 7729666b2cf76521e53f89f7253bb763ee207927
      https://github.com/Evolveum/midpoint/commit/7729666b2cf76521e53f89f7253bb763ee207927
  Author: kate <honchar at evolveum.com>
  Date:   2019-02-28 (Thu, 28 Feb 2019)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/component/AbstractPopupTabPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/column/ColumnUtils.java

  Log Message:
  -----------
  fix for MID-5088 (accounts column in the popup)


  Commit: 275b0292a1acdfaaf77e0970b58576378471b318
      https://github.com/Evolveum/midpoint/commit/275b0292a1acdfaaf77e0970b58576378471b318
  Author: kate <honchar at evolveum.com>
  Date:   2019-02-28 (Thu, 28 Feb 2019)

  Changed paths:
    M infra/common/src/main/java/com/evolveum/midpoint/common/crypto/CryptoUtil.java
    M infra/test-util/src/main/java/com/evolveum/midpoint/test/util/MidPointAsserts.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ExtensionSchemaRestService.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelInteractionServiceImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/UnassignExecutor.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/AbstractConfiguredModelIntegrationTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/AbstractInitializedModelIntegrationTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/scripting/TestScriptingBasic.java
    A model/model-intest/src/test/resources/common/user-will.xml
    A model/model-intest/src/test/resources/scripting/unassign-from-will-2.xml
    A model/model-intest/src/test/resources/scripting/unassign-from-will-3.xml
    A model/model-intest/src/test/resources/scripting/unassign-from-will.xml
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/HandlerExecutor.java
    A repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/LightweightPartitioningTaskHandler.java
    R repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/LightweigthPartitioningTaskHandler.java
    A samples/resources/scriptedsql/SyncScript.groovy
    M testing/rest/pom.xml
    M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/RestServiceInitializer.java
    M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/TestAbstractRestService.java
    M testing/rest/src/test/resources/logback-test.xml
    M testing/rest/src/test/resources/repo/json/policy-generate-password-execute.json
    A testing/rest/src/test/resources/repo/json/policy-validate-security-answer-check-expression-fail.json
    A testing/rest/src/test/resources/repo/json/policy-validate-security-answer-check-expression.json
    M testing/rest/src/test/resources/repo/security-policy.xml
    M testing/rest/src/test/resources/repo/system-configuration.xml
    A testing/rest/src/test/resources/repo/value-policy-security-answer.xml
    M testing/rest/src/test/resources/repo/xml/policy-generate-password-execute.xml
    A testing/rest/src/test/resources/repo/xml/policy-validate-security-answer-check-expression-fail.xml
    A testing/rest/src/test/resources/repo/xml/policy-validate-security-answer-check-expression.xml
    M testing/rest/src/test/resources/repo/xml/script-generate-passwords.xml
    M testing/rest/src/test/resources/repo/yaml/policy-generate-password-execute.yml
    A testing/rest/src/test/resources/repo/yaml/policy-validate-security-answer-check-expression-fail.yml
    A testing/rest/src/test/resources/repo/yaml/policy-validate-security-answer-check-expression.yml

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


  Commit: 6b27f218a545d1d3731ee35b080191dca50ead52
      https://github.com/Evolveum/midpoint/commit/6b27f218a545d1d3731ee35b080191dca50ead52
  Author: kate <honchar at evolveum.com>
  Date:   2019-03-01 (Fri, 01 Mar 2019)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/component/MultiTypesMemberPopupTabPanel.java
    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/web/page/admin/users/component/OrgMemberPanel.java

  Log Message:
  -----------
  assignment holder types list for org members panel


  Commit: e1c47aa742474c892cea4a1ba36e4c5ab43a5099
      https://github.com/Evolveum/midpoint/commit/e1c47aa742474c892cea4a1ba36e4c5ab43a5099
  Author: kate <honchar at evolveum.com>
  Date:   2019-03-01 (Fri, 01 Mar 2019)

  Changed paths:
    R gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/AssignmentActivationPopupablePanel.html
    R gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/AssignmentActivationPopupablePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/input/DropDownChoicePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskAdd.html
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskAdd.java

  Log Message:
  -----------
  MID-5107 sorting for dropdown choices


  Commit: 678cc7709ee37b884af7ec2243feb7bddfdfeaca
      https://github.com/Evolveum/midpoint/commit/678cc7709ee37b884af7ec2243feb7bddfdfeaca
  Author: kate <honchar at evolveum.com>
  Date:   2019-03-01 (Fri, 01 Mar 2019)

  Changed paths:
    M gui/admin-gui/src/main/resources/localization/Midpoint_cs.properties
    M gui/admin-gui/src/main/resources/localization/Midpoint_fr.properties
    M gui/admin-gui/src/main/resources/localization/Midpoint_it.properties
    M gui/admin-gui/src/main/resources/localization/Midpoint_ja.properties
    M gui/admin-gui/src/main/resources/localization/Midpoint_pl.properties
    M infra/schema/src/main/resources/localization/schema_fr.properties
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/NodeAuthenticationEvaluatorImpl.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/AbstractInitializedModelIntegrationTest.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/sync/AbstractInboundSyncTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/AbstractSynchronizationStoryTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestInboundLiveSyncTask.java
    M model/model-intest/src/test/resources/common/user-will.xml
    M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/TaskManager.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/ClusterExecutionHelperImpl.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/HandlerExecutor.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/LightweightPartitioningTaskHandler.java

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


  Commit: 40cbdf8f1b1c1dfccfafea28f09b48938263c75b
      https://github.com/Evolveum/midpoint/commit/40cbdf8f1b1c1dfccfafea28f09b48938263c75b
  Author: kate <honchar at evolveum.com>
  Date:   2019-03-04 (Mon, 04 Mar 2019)

  Changed paths:
    M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/polystring/PolyString.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/PolyStringTranslationArgumentType.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/PolyStringTranslationType.java
    M infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/PolyStringType.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/marshaller/BeanMarshaller.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/marshaller/BeanUnmarshaller.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/marshaller/PrismMarshaller.java
    M infra/prism-impl/src/main/resources/xml/ns/public/types-3.xsd
    M infra/prism-impl/src/test/java/com/evolveum/midpoint/prism/PrismInternalTestUtil.java
    M infra/prism-impl/src/test/java/com/evolveum/midpoint/prism/TestFind.java
    M infra/prism-impl/src/test/java/com/evolveum/midpoint/prism/TestPrismParsing.java
    M infra/prism-impl/src/test/resources/common/json/user-jack-adhoc.json
    M infra/prism-impl/src/test/resources/common/json/user-jack-modified.json
    M infra/prism-impl/src/test/resources/common/json/user-jack-no-ns.json
    M infra/prism-impl/src/test/resources/common/json/user-jack.json
    M infra/prism-impl/src/test/resources/common/xml/user-jack-adhoc.xml
    M infra/prism-impl/src/test/resources/common/xml/user-jack-modified.xml
    M infra/prism-impl/src/test/resources/common/xml/user-jack-no-ns.xml
    M infra/prism-impl/src/test/resources/common/xml/user-jack.xml
    M infra/prism-impl/src/test/resources/common/yaml/user-jack-adhoc.yaml
    M infra/prism-impl/src/test/resources/common/yaml/user-jack-modified.yaml
    M infra/prism-impl/src/test/resources/common/yaml/user-jack-no-ns.yaml
    M infra/prism-impl/src/test/resources/common/yaml/user-jack.yaml
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestActivation.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/gensync/TestEditSchema.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/misc/TestMisc.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/sync/AbstractObjTemplateSyncTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/AbstractSynchronizationStoryTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestInboundReconTask.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestRecomputeTask.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestUuid.java
    M model/model-intest/src/test/resources/common/user-will.xml
    M model/model-intest/src/test/resources/scripting/unassign-from-will-2.xml
    M model/model-intest/src/test/resources/scripting/unassign-from-will-3.xml
    M model/model-intest/src/test/resources/scripting/unassign-from-will.xml
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/cluster/ClusterExecutionHelperImpl.java

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


Compare: https://github.com/Evolveum/midpoint/compare/4afd03544414...40cbdf8f1b1c


More information about the midPoint-svn mailing list