[midPoint-git] [Evolveum/midpoint] 20e1ab: Request panel, little fix

honchar honchar at evolveum.com
Wed Mar 9 12:54:23 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 20e1ab6bff4b1145b69f0969edfbd50e34ee492f
      https://github.com/Evolveum/midpoint/commit/20e1ab6bff4b1145b69f0969edfbd50e34ee492f
  Author: honchar <honchar at evolveum.com>
  Date:   2016-03-08 (Tue, 08 Mar 2016)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/MultipleAssignmentSelector.java

  Log Message:
  -----------
  Request panel, little fix


  Commit: e54749d405b2b7cfaae7dd53b89270a9aedb0996
      https://github.com/Evolveum/midpoint/commit/e54749d405b2b7cfaae7dd53b89270a9aedb0996
  Author: honchar <honchar at evolveum.com>
  Date:   2016-03-08 (Tue, 08 Mar 2016)

  Changed paths:
    M .travis.yml
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/match/MatchingRuleRegistryFactory.java
    A infra/prism/src/main/java/com/evolveum/midpoint/prism/match/XmlMatchingRule.java
    M infra/prism/src/test/java/com/evolveum/midpoint/prism/match/TestMatchingRule.java
    M infra/util/src/main/java/com/evolveum/midpoint/util/DOMUtil.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/test/java/com/evolveum/midpoint/model/impl/AbstractInternalModelIntegrationTest.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/expr/TestModelExpressions.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestAssignmentProcessor.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestClockwork.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestProjector.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/sync/TestCorrelationConfiramtionEvaluator.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/sync/TestSynchronizationService.java
    M model/model-impl/src/test/resources/common/account-guybrush-dummy.xml
    M model/model-impl/src/test/resources/common/account-shadow-guybrush-dummy.xml
    R model/model-impl/src/test/resources/common/connector-dummy.xml
    M model/model-impl/src/test/resources/common/resource-dummy.xml
    R model/model-impl/src/test/resources/expr/expression-func.xml
    A model/model-impl/src/test/resources/expr/expression-testGetLinkedShadowKindIntentFullname.xml
    A model/model-impl/src/test/resources/expr/expression-testGetLinkedShadowKindIntentFullnameRepo.xml
    A model/model-impl/src/test/resources/expr/expression-testGetLinkedShadowKindIntentUsername.xml
    A model/model-impl/src/test/resources/expr/expression-testGetLinkedShadowKindIntentUsernameRepo.xml
    A model/model-impl/src/test/resources/expr/expression-testGetLinkedShadowName.xml
    A model/model-impl/src/test/resources/expr/expression-testGetLinkedShadowNameRepo.xml
    A model/model-impl/src/test/resources/expr/expression-testHello.xml
    M model/model-impl/src/test/resources/expr/orgstruct.xml
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/TestInfrastructure.java
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/AccessChecker.java
    M samples/resources/ad/exchange-resource.xml
    R samples/resources/sap/sap-advanced.xml
    A samples/resources/sap/sap-medium.xml
    M samples/resources/sap/task-import-activity-groups.xml
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestTrafo.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestUuid.java
    M testing/story/src/test/resources/uuid/ou-clients.ldif

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


  Commit: b8062f281090cf6fd52be07f6fbeae4311aa9359
      https://github.com/Evolveum/midpoint/commit/b8062f281090cf6fd52be07f6fbeae4311aa9359
  Author: honchar <honchar at evolveum.com>
  Date:   2016-03-09 (Wed, 09 Mar 2016)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/component/OrgUnitBrowser.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/component/TreeTablePanel.java

  Log Message:
  -----------
  MID-2148


  Commit: 8be43b8e809dbf2938c46f52445f3d44b1451afb
      https://github.com/Evolveum/midpoint/commit/8be43b8e809dbf2938c46f52445f3d44b1451afb
  Author: honchar <honchar at evolveum.com>
  Date:   2016-03-09 (Wed, 09 Mar 2016)

  Changed paths:
    M infra/common/src/main/java/com/evolveum/midpoint/common/refinery/RefinedAttributeDefinition.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismConstants.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismPropertyDefinition.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/match/MatchingRuleRegistryFactory.java
    A infra/prism/src/main/java/com/evolveum/midpoint/prism/match/UuidMatchingRule.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/schema/DomToSchemaProcessor.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/schema/SchemaToDomProcessor.java
    M infra/prism/src/main/resources/xml/ns/public/annotation-3.xsd
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ShadowCache.java
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/ConnectorFactoryIcfImpl.java
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/ConnectorInstanceIcfImpl.java
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/test/impl/TestOpenDJ.java
    M provisioning/provisioning-impl/src/test/resources/object/resource-opendj.xml
    M samples/resources/sap/object-template-role.xml
    A samples/resources/sap/role-group-metarole.xml
    A samples/resources/sap/role-profile-metarole.xml
    A samples/resources/sap/sap-advanced.xml
    M samples/resources/sap/sap-medium.xml
    M samples/resources/sap/task-import-activity-groups.xml
    A samples/resources/sap/task-import-groups.xml
    A samples/resources/sap/task-import-profiles.xml
    M testing/conntest/src/test/resources/common/system-configuration.xml
    M testing/conntest/src/test/resources/logback-test.xml

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


Compare: https://github.com/Evolveum/midpoint/compare/9d465a9851bb...8be43b8e809d


More information about the midPoint-svn mailing list