[midPoint-git] [Evolveum/midpoint] 8f5aa6: MID-6318: AuditSearchTest added test for custom co...

virgo47 noreply at github.com
Thu Aug 20 09:26:31 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 8f5aa6823ee5a28f628b898092899429bb464b6c
      https://github.com/Evolveum/midpoint/commit/8f5aa6823ee5a28f628b898092899429bb464b6c
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/AuditSearchTest.java

  Log Message:
  -----------
  MID-6318: AuditSearchTest added test for custom column NOT EQ


  Commit: 8270f0148a42da5d707cbd74009c504357f9b3e3
      https://github.com/Evolveum/midpoint/commit/8270f0148a42da5d707cbd74009c504357f9b3e3
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/pure/QuerydslUtils.java

  Log Message:
  -----------
  QuerydslUtils: removed expand(Path...), custom columns work differently

For custom columns in MID-6318, MID-6319 we don't need to expand
relational paths (entities) to all their columns, but we use structure
of Tuple [R, custom columns...], so we load the fixed part of the entity
in its bean and the custom columns as separate path expressions.
See SqlQueryContext#executeQuery.


  Commit: 97e157eee3865d93621a541efed3fb16396e8fd6
      https://github.com/Evolveum/midpoint/commit/97e157eee3865d93621a541efed3fb16396e8fd6
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/SelectorOptions.java

  Log Message:
  -----------
  MID-6319: minor cleanup and typo fix in SelectorOptions


Compare: https://github.com/Evolveum/midpoint/compare/72b28593bc2d...97e157eee386


More information about the midPoint-svn mailing list