[midPoint-git] [Evolveum/midpoint] b61e1d: fixing MID-1849 (incorrect behaviour while assigni...

Katarina Valalikova k.valalikova at evolveum.com
Tue Apr 22 12:21:18 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: b61e1d162d9555d332c4dda6766923fda9fab7d3
      https://github.com/Evolveum/midpoint/commit/b61e1d162d9555d332c4dda6766923fda9fab7d3
  Author: Katarina Valalikova (katkav) <k.valalikova at evolveum.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/query_2/SearchFilterType.java

  Log Message:
  -----------
  fixing MID-1849 (incorrect behaviour while assigning role - missing equals in search filter type, caching problems)..


  Commit: dfaf6def567d4e28f6cde0841ae0a90e4146eef0
      https://github.com/Evolveum/midpoint/commit/dfaf6def567d4e28f6cde0841ae0a90e4146eef0
  Author: Katarina Valalikova (katkav) <k.valalikova at evolveum.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismContext.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/parser/AbstractParser.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/parser/DomParser.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/parser/Parser.java

  Log Message:
  -----------
  import object based on new parser (preparing interfaces)..


  Commit: 6281936ae1e550bd3e05e39d5e4ccfe391e62714
      https://github.com/Evolveum/midpoint/commit/6281936ae1e550bd3e05e39d5e4ccfe391e62714
  Author: Katarina Valalikova (katkav) <k.valalikova at evolveum.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/DeltaConvertor.java
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestParseDiffPatch.java

  Log Message:
  -----------
  removing unused code (delta convertor), added new test (testing diff for assignment container)


  Commit: e9311b8af9485289c957fb0b59f62209fa03d15b
      https://github.com/Evolveum/midpoint/commit/e9311b8af9485289c957fb0b59f62209fa03d15b
  Author: Katarina Valalikova (katkav) <k.valalikova at evolveum.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugView.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismContext.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/parser/DomSerializer.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/parser/XNodeProcessor.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/schema/DomToSchemaProcessor.java
    M infra/prism/src/test/resources/common/json/user-jack.json
    M infra/prism/src/test/resources/common/xml/user-jack.xml
    M infra/prism/src/test/resources/common/yaml/user-jack.yaml
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/DeltaConvertor.java
    M infra/schema/src/main/resources/xml/ns/public/model/workflow/extension-2.xsd
    M model/model-api/src/main/java/com/evolveum/midpoint/model/api/ModelExecuteOptions.java
    M model/model-api/src/main/java/com/evolveum/midpoint/model/api/context/ModelElementContext.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/ChangeExecutor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/Clockwork.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensContext.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensElementContext.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/notifiers/SimpleUserNotifier.java
    M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/util/JaxbValueContainer.java
    M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/util/SerializationSafeContainer.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/TestUserChangeApproval.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/general/TestGeneralChangeProcessor.java
    M model/workflow-impl/src/test/resources/common/system-configuration.xml
    M model/workflow-impl/src/test/resources/user-jack-modify-activation-disable.xml
    M model/workflow-impl/src/test/resources/user-jack-modify-activation-enable.xml
    M model/workflow-impl/src/test/resources/user-jack-modify-add-assignment-role-r1.xml
    M model/workflow-impl/src/test/resources/user-jack-modify-add-assignment-role1.xml
    M model/workflow-impl/src/test/resources/user-jack-modify-add-assignment-role2-change-gn.xml
    M model/workflow-impl/src/test/resources/user-jack-modify-add-assignment-role3-change-gn2.xml
    M model/workflow-impl/src/test/resources/user-jack-modify-add-assignment-roles2-3-4.xml
    M model/workflow-impl/src/test/resources/user-jack-modify-change-password-2.xml
    M model/workflow-impl/src/test/resources/user-jack-modify-change-password.xml
    M model/workflow-impl/testng.xml
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/AddGetObjectTest.java
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/QueryInterpreterTest.java
    R repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/util/ObjectDBValidator.java
    M repo/repo-sql-impl-test/src/test/resources/modify/user.xml
    R repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/factory/ObjectReferenceFactory.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/query/OrgFilterQuery.java

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


Compare: https://github.com/Evolveum/midpoint/compare/aaf47577e945...e9311b8af948


More information about the midPoint-svn mailing list