[midPoint-git] [Evolveum/midpoint] d90c4d: implementation of support custom search filter pan...

Lukas Skublik noreply at github.com
Wed Jan 20 17:01:16 CET 2021


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: d90c4d0db4600c3c831318a68d9013a75dec95b8
      https://github.com/Evolveum/midpoint/commit/d90c4d0db4600c3c831318a68d9013a75dec95b8
  Author: lskublik <lskublik at evolveum.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/MultivalueContainerListPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/search/SearchFactory.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/AuditLogViewerPanel.java

  Log Message:
  -----------
  implementation of support custom search filter panel for audit log table


  Commit: 6eea3898667ea43aed2e28af14ff8144a2603ac2
      https://github.com/Evolveum/midpoint/commit/6eea3898667ea43aed2e28af14ff8144a2603ac2
  Author: lskublik <lskublik at evolveum.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/roles/AbstractRoleMemberPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/roles/AvailableRelationDto.java

  Log Message:
  -----------
  fix for default relation of member panel


  Commit: 256091f60bdd0b1f8b85565d44eac1fc1232277e
      https://github.com/Evolveum/midpoint/commit/256091f60bdd0b1f8b85565d44eac1fc1232277e
  Author: lskublik <lskublik at evolveum.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/AbstractFreezable.java
    M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/Freezable.java
    M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/query/ObjectFilter.java
    M infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/query_3/SearchFilterType.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/marshaller/QueryConverterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/AllFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/ComparativeFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/ExistsFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/FullTextFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/InOidFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/LogicalFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/NoneFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/ObjectFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/OrgFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/PropertyValueFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/RefFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/SubstringFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/TypeFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/UndefinedFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/ValueFilterImpl.java
    M infra/prism-impl/src/main/resources/xml/ns/public/query-3.xsd
    A infra/prism-impl/src/test/java/com/evolveum/midpoint/prism/query/lang/TestQueryConverters.java
    A infra/prism-impl/src/test/resources/query/lang/filter-not-full-text.xml
    A infra/prism-impl/src/test/resources/query/lang/filter-not-in-oid.xml
    A infra/prism-impl/src/test/resources/query/lang/filter-type-user-none.xml
    A infra/prism-impl/src/test/resources/query/lang/filter-user-and.xml
    A infra/prism-impl/src/test/resources/query/lang/filter-user-name.xml
    A model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/TestFilterResolverQueryDsl.java
    A model/model-impl/src/test/resources/common/resource-dummy-dependency-filter-querydsl.xml
    M model/model-impl/testng-unit.xml
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/Database.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/util/PrismIdentifierGenerator.java
    M repo/system-init/src/test/java/com/evolveum/midpoint/init/TestConfigurationLoad.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/UsersTest.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/AbstractLabTest.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M10ObjectTemplate.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M11SystemConfiguration.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M12Authorizations.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M3ResourcesAttributesAndMappingsTest.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M4ProvisioningToResources.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M5AccountsAssignmentsAndRoles.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M6ConfiguringMultipleAccountTypes.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M7SynchronizationFlavours.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M8ExtendingMidPointXMLSchema.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M9OrganizationalStructure.java
    M testing/schrodingertest/src/test/resources/configuration/schrodinger.properties
    A testing/schrodingertest/src/test/resources/labs/M3/resources/localhost-csvfile-1-document-access-simple.xml
    A testing/schrodingertest/src/test/resources/labs/M3/resources/localhost-csvfile-2-canteen.xml
    A testing/schrodingertest/src/test/resources/labs/M3/resources/localhost-csvfile-3-ldap.xml
    A testing/schrodingertest/src/test/resources/labs/M3/valuePolicies/numeric-pin-first-nonzero-policy.xml
    A testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-1-document-access-4-2.xml
    A testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-1-document-access-4-3.xml
    A testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-3-ldap-4-2.xml
    A testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-3-ldap-4-4.xml
    A testing/schrodingertest/src/test/resources/labs/M4/users/kirk-user.xml
    A testing/schrodingertest/src/test/resources/labs/M4/valuePolicies/numeric-pin-first-nonzero-policy.xml
    A testing/schrodingertest/src/test/resources/labs/M5/archetypes/archetype-employee.xml
    A testing/schrodingertest/src/test/resources/labs/M5/archetypes/archetype-external.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-1-document-access-5-5.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-1-document-access.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-2-canteen-5-5.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-2-canteen.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-3-ldap-5-5.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-3-ldap.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/localhost-csvfile-3-ldap.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/role-incognito.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/role-internal-employee.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/role-secret-i.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/role-secret-ii.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/role-top-secret-i.xml
    A testing/schrodingertest/src/test/resources/labs/M5/systemConfiguration/system-configuration-5-7.xml
    A testing/schrodingertest/src/test/resources/labs/M5/valuePolicies/numeric-pin-first-nonzero-policy.xml
    A testing/schrodingertest/src/test/resources/labs/M6/resources/localhost-csvfile-1-document-access-6-1.xml
    A testing/schrodingertest/src/test/resources/labs/M6/resources/localhost-csvfile-2-canteen-6-1.xml
    A testing/schrodingertest/src/test/resources/labs/M6/resources/localhost-csvfile-3-ldap-6-1.xml
    A testing/schrodingertest/src/test/resources/labs/M6/roles/role-csv1-tester.xml
    A testing/schrodingertest/src/test/resources/labs/M6/roles/role-csv3-admin.xml
    A testing/schrodingertest/src/test/resources/labs/M6/roles/role-incognito.xml
    A testing/schrodingertest/src/test/resources/labs/M6/roles/role-internal-employee.xml
    A testing/schrodingertest/src/test/resources/labs/M6/roles/role-secret-i.xml
    A testing/schrodingertest/src/test/resources/labs/M6/roles/role-secret-ii.xml
    A testing/schrodingertest/src/test/resources/labs/M6/users/kirk-tiberius-user.xml
    A testing/schrodingertest/src/test/resources/labs/M6/valuePolicies/numeric-pin-first-nonzero-policy.xml
    A testing/schrodingertest/src/test/resources/labs/M7/archetypes/archetype-employee.xml
    A testing/schrodingertest/src/test/resources/labs/M7/resources/localhost-csvfile-1-document-access-7.xml
    A testing/schrodingertest/src/test/resources/labs/M7/resources/localhost-csvfile-2-canteen-7.xml
    A testing/schrodingertest/src/test/resources/labs/M7/resources/localhost-csvfile-3-ldap-7.xml
    A testing/schrodingertest/src/test/resources/labs/M7/resources/localhost-hr-noextension.xml
    A testing/schrodingertest/src/test/resources/labs/M7/systemConfiguration/system-configuration-7.xml
    A testing/schrodingertest/src/test/resources/labs/M7/valuePolicies/numeric-pin-first-nonzero-policy.xml
    A testing/schrodingertest/src/test/resources/labs/M8/resources/localhost-csvfile-1-document-access-8.xml
    A testing/schrodingertest/src/test/resources/labs/M8/resources/localhost-csvfile-2-canteen-8.xml
    A testing/schrodingertest/src/test/resources/labs/M8/resources/localhost-csvfile-3-ldap-8.xml
    A testing/schrodingertest/src/test/resources/labs/M8/resources/localhost-hr.xml
    A testing/schrodingertest/src/test/resources/labs/M8/roles/role-internal-employee.xml
    A testing/schrodingertest/src/test/resources/labs/M8/valuePolicies/numeric-pin-first-nonzero-policy.xml
    M tools/schrodinger/src/main/java/com/evolveum/midpoint/schrodinger/page/configuration/AboutPage.java
    M tools/schrodinger/src/main/java/com/evolveum/midpoint/schrodinger/util/Schrodinger.java

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


Compare: https://github.com/Evolveum/midpoint/compare/b531f2133d32...256091f60bdd


More information about the midPoint-svn mailing list