[midPoint-git] [Evolveum/midpoint] f899f7: Report: Added example test using value metadata

Viliam Repan noreply at github.com
Tue Jul 16 21:16:24 CEST 2024


  Branch: refs/heads/feature/spring-boot-3.2
  Home:   https://github.com/Evolveum/midpoint
  Commit: f899f7b9a65e60e119428e3500a77956473e4f71
      https://github.com/Evolveum/midpoint/commit/f899f7b9a65e60e119428e3500a77956473e4f71
  Author: Tony Tkáčik <tonydamage at gmail.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M model/report-impl/src/test/java/com/evolveum/midpoint/report/EmptyReportIntegrationTest.java
    M model/report-impl/src/test/java/com/evolveum/midpoint/report/TestCsvReportExportClassic.java
    A model/report-impl/src/test/resources/reports/report-object-collection-with-value-metadata.xml

  Log Message:
  -----------
  Report: Added example test using value metadata


  Commit: 04668852bfc1d79534cb8fffa0b7ac13b748bd00
      https://github.com/Evolveum/midpoint/commit/04668852bfc1d79534cb8fffa0b7ac13b748bd00
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/BaseSQLRepoTest.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/util/RUtil.java

  Log Message:
  -----------
  removed obsolete code


  Commit: 5e0f67586d13d05302d9612a4173677761d22515
      https://github.com/Evolveum/midpoint/commit/5e0f67586d13d05302d9612a4173677761d22515
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/web/AbstractGuiIntegrationTest.java
    M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/RestServiceInitializer.java

  Log Message:
  -----------
  nicer handling of superuser role in tests for non-native repos


  Commit: f28112a8f81a573fd561f0a97610f63004218698
      https://github.com/Evolveum/midpoint/commit/f28112a8f81a573fd561f0a97610f63004218698
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M model/report-impl/src/test/java/com/evolveum/midpoint/report/EmptyReportIntegrationTest.java
    M model/report-impl/src/test/java/com/evolveum/midpoint/report/TestCsvReportExportClassic.java
    A model/report-impl/src/test/resources/reports/report-object-collection-with-value-metadata.xml

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


  Commit: 932d3c9ae6850e8e370d3677c2a25565eae54ef2
      https://github.com/Evolveum/midpoint/commit/932d3c9ae6850e8e370d3677c2a25565eae54ef2
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M docs/interfaces/rest/endpoints/cases.adoc
    M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/TestAbstractRestService.java
    M testing/rest/src/test/resources/repo/role-meta-approval.xml

  Log Message:
  -----------
  cases and work items rest api docs + more tests


  Commit: ceec1be4bf485e506095d34e5532407faa8a80ef
      https://github.com/Evolveum/midpoint/commit/ceec1be4bf485e506095d34e5532407faa8a80ef
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M docs/interfaces/rest/endpoints/cases.adoc

  Log Message:
  -----------
  cases and work items rest api docs + more tests, linked samples


  Commit: a7c411eba2ccec8795cef758a94363576f32e7b4
      https://github.com/Evolveum/midpoint/commit/a7c411eba2ccec8795cef758a94363576f32e7b4
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M docs/interfaces/rest/endpoints/cases.adoc

  Log Message:
  -----------
  cases and work items rest api docs, fixed few typos


  Commit: 0d549967e9ed3de3a2260d2665163eb44c69b4f0
      https://github.com/Evolveum/midpoint/commit/0d549967e9ed3de3a2260d2665163eb44c69b4f0
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/CertificationCaseHelper.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectUpdater.java

  Log Message:
  -----------
  HACK: fixed exceptions when working with detached entities via jpa, rework if possible


  Commit: f4aec956c66912d8cb51aaa630ba11eb6f51aed5
      https://github.com/Evolveum/midpoint/commit/f4aec956c66912d8cb51aaa630ba11eb6f51aed5
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/ReportFunctions.java

  Log Message:
  -----------
  autowiring fix


  Commit: bcd2a35dfe323da0f11277dd1583ee90e9dd219e
      https://github.com/Evolveum/midpoint/commit/bcd2a35dfe323da0f11277dd1583ee90e9dd219e
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M docs/interfaces/rest/endpoints/cases.adoc
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/web/AbstractGuiIntegrationTest.java
    M model/report-impl/src/test/java/com/evolveum/midpoint/report/EmptyReportIntegrationTest.java
    M model/report-impl/src/test/java/com/evolveum/midpoint/report/TestCsvReportExportClassic.java
    A model/report-impl/src/test/resources/reports/report-object-collection-with-value-metadata.xml
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/BaseSQLRepoTest.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/util/RUtil.java
    M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/RestServiceInitializer.java
    M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/TestAbstractRestService.java
    M testing/rest/src/test/resources/repo/role-meta-approval.xml

  Log Message:
  -----------
  merge from master


Compare: https://github.com/Evolveum/midpoint/compare/b8d07c7c038d...bcd2a35dfe32

To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications


More information about the midPoint-svn mailing list