[midPoint-git] [Evolveum/midpoint] 22f4e1: Add message to operation execution records

mederly noreply at github.com
Mon Mar 22 16:28:34 CET 2021


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 22f4e166c76c1ac2d3b236dc8b56d6a578e6b20e
      https://github.com/Evolveum/midpoint/commit/22f4e166c76c1ac2d3b236dc8b56d6a578e6b20e
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-03-22 (Mon, 22 Mar 2021)

  Changed paths:
    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/OperationExecutionRecorderForClockwork.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/util/OperationExecutionRecorderForTasks.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/prism/PrismObjectAsserter.java

  Log Message:
  -----------
  Add message to operation execution records

New message field was added to OperationExecutionType. This is to
provide the necessary information also to complex records. (For simple
records such info has been in object delta list. But this is not
applicable to complex ones, because there are no natural deltas.)

So, from now on, please use the message from this place.

This resolves MID-6906.


  Commit: 7a03eee23886cb51516281607e28d725ab74fb0c
      https://github.com/Evolveum/midpoint/commit/7a03eee23886cb51516281607e28d725ab74fb0c
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-03-22 (Mon, 22 Mar 2021)

  Changed paths:
    M repo/repo-sqale/sql/pgnew-repo.sql
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryBeanConfig.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/common/MContainerType.java
    A repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/MOperationExecution.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/ObjectSqlTransformer.java
    A repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/OperationExecutionSqlTransformer.java
    A repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/QOperationExecution.java
    A repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/QOperationExecutionMapping.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/TriggerSqlTransformer.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/SqaleRepoAddObjectTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


Compare: https://github.com/Evolveum/midpoint/compare/9540d337696d...7a03eee23886


More information about the midPoint-svn mailing list