[midPoint-git] [Evolveum/midpoint] 19b7e2: Add targetSelector to audit property definition

mederly noreply at github.com
Thu Oct 8 21:53:28 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 19b7e2541e752aea8f80098019e74ff63dd40050
      https://github.com/Evolveum/midpoint/commit/19b7e2541e752aea8f80098019e74ff63dd40050
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  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/ClockworkAuditHelper.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestModelServiceContract.java
    M model/model-intest/src/test/resources/common/system-configuration.xml
    M repo/repo-test-util/src/main/resources/test-config.xml

  Log Message:
  -----------
  Add targetSelector to audit property definition

When the audit property definition was applied to a wrong type
of target object, errors sometimes occurred (sometimes not).
Although these were swallowed, they used to fill the logs and
disturb the admins.

Now, the targetSelector(s) can be used to specify objects to which
particular property definition should be applied.

Also, any problems during expression evaluation are now correctly
reported as partial errors in the operation result.

Related to MID-6592.


  Commit: dc13950f2fcc04b2e47c78520a7d8152d45b5f10
      https://github.com/Evolveum/midpoint/commit/dc13950f2fcc04b2e47c78520a7d8152d45b5f10
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    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/gui/api/util/WebModelServiceUtils.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/panel/DefaultContainerablePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/PageAdminObjectDetails.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugList.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTasks.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/security/MidPointAuthWebSession.java
    M infra/util/src/main/resources/ctx-interceptor.xml
    M model/model-api/src/main/java/com/evolveum/midpoint/model/api/CollectionStats.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/DashboardServiceImpl.java

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


Compare: https://github.com/Evolveum/midpoint/compare/e72134eb3dce...dc13950f2fcc


More information about the midPoint-svn mailing list