[midPoint-git] [Evolveum/midpoint] c5d9fa: implementation of support of query dsl of filter e...
Lukas Skublik
noreply at github.com
Wed Mar 3 12:04:24 CET 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: c5d9fa13ec4ab63fd895ddf8e3b181e69c02a46e
https://github.com/Evolveum/midpoint/commit/c5d9fa13ec4ab63fd895ddf8e3b181e69c02a46e
Author: lskublik <lskublik at evolveum.com>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/factory/panel/SearchFilterPanelFactory.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/search/BasicSearchFilterModel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/AceEditorPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/SearchFilterConfigurationPanel.html
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/SearchFilterConfigurationPanel.java
M infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/query_3/SearchFilterType.java
Log Message:
-----------
implementation of support of query dsl of filter element in generated forms
Commit: 00093d5ee574eab96a95cea647c6f95d3bd95598
https://github.com/Evolveum/midpoint/commit/00093d5ee574eab96a95cea647c6f95d3bd95598
Author: lskublik <lskublik at evolveum.com>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/marshaller/BeanMarshaller.java
M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/EqualFilterImpl.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/result/OperationResult.java
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/ModelObjectResolver.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/AuditController.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/Clockwork.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ClockworkAuditHelper.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/MappingSorter.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/scriptExecutor/PolicyRuleScriptExecutor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/AbstractObjectBasedActionExecutor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/BaseActionExecutor.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestModelServiceContract.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/misc/TestTracing.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/rbac/AbstractRbacTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/rbac/TestRbac.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/scripting/TestScriptingBasicNew.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/security/AbstractSecurityTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/security/TestSecurityAdvanced.java
M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-multinode.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-multinode.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-multinode.xml
M model/model-intest/src/test/resources/iterative-tasks/task-buckets-multithreaded.xml
A model/model-intest/src/test/resources/rbac/user-failing-script.xml
A model/model-intest/src/test/resources/schema/containers.xsd
A model/model-intest/src/test/resources/scripting/task-delete-shadows-multinode.xml
A model/model-intest/src/test/resources/security/role-read-task-status.xml
A model/model-intest/src/test/resources/security/task-dummy.xml
M model/model-intest/src/test/resources/sync/task-recompute-roles-multinode.xml
M model/model-intest/src/test/resources/sync/task-recompute-roles.xml
M model/model-intest/src/test/resources/sync/task-reconcile-dummy-interrupted-partitioned-multinode.xml
M model/model-intest/src/test/resources/sync/task-reconcile-dummy-interrupted-partitioned.xml
A model/model-intest/src/test/resources/tracing/function-library-hacking.xml
A model/model-intest/src/test/resources/tracing/role-class-less-values.xml
A model/model-intest/src/test/resources/tracing/user-jim.xml
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
M model/notifications-impl/src/test/java/com/evolveum/midpoint/notifications/impl/TestTextFormatter.java
M model/notifications-impl/src/test/java/com/evolveum/midpoint/notifications/impl/TestTransportUtils.java
M model/notifications-impl/src/test/resources/ctx-notifications-test.xml
M model/rest-impl/src/main/java/com/evolveum/midpoint/rest/impl/ModelRestController.java
M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/other/TestSoD.java
M model/workflow-impl/src/test/resources/sod/metarole-criminal-exclusion.xml
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ShadowCaretaker.java
M repo/audit-api/src/main/java/com/evolveum/midpoint/audit/api/AuditEventRecord.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractSearchIterativeTaskPartExecution.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RAbstractRole.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RAccessCertificationCampaign.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RAccessCertificationDefinition.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RArchetype.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RCase.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RConnector.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RConnectorHost.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RDashboard.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RFocus.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RForm.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RFunctionLibrary.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RGenericObject.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RNode.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObject.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObjectCollection.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObjectTemplate.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/ROrg.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RReport.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RReportData.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RResource.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RRole.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RSecurityPolicy.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RSequence.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RService.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RShadow.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RSystemConfiguration.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RTask.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RUser.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RValuePolicy.java
M repo/system-init/src/main/java/com/evolveum/midpoint/init/AuditServiceProxy.java
M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/TaskManager.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/cluster/ClusterManager.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/TaskRetriever.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/segmentation/StringWorkSegmentationStrategy.java
M repo/task-quartz-impl/src/test/java/com/evolveum/midpoint/task/quartzimpl/TestTaskManagerBasic.java
A repo/task-quartz-impl/src/test/resources/basic/task-dummy.xml
M repo/task-quartz-impl/src/test/resources/work-buckets/task-120-0.xml
M repo/task-quartz-impl/src/test/resources/work-buckets/task-125-0.xml
M repo/task-quartz-impl/src/test/resources/work-buckets/task-130-0.xml
M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/AbstractSchrodingerTest.java
M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/AbstractLabTest.java
R testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M10ObjectTemplate.java
R testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M11SystemConfiguration.java
R testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M12Authorizations.java
R testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M3ResourcesAttributesAndMappingsTest.java
R testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M4ProvisioningToResources.java
R testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M5AccountsAssignmentsAndRoles.java
R testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M6ConfiguringMultipleAccountTypes.java
R testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M7SynchronizationFlavours.java
R testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M8ExtendingMidPointXMLSchema.java
R testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M9OrganizationalStructure.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/advanced/M1ArchetypeAndObjectCollections.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/fundamental/M10ObjectTemplate.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/fundamental/M11SystemConfiguration.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/fundamental/M12Authorizations.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/fundamental/M3ResourcesAttributesAndMappingsTest.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/fundamental/M4ProvisioningToResources.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/fundamental/M5AccountsAssignmentsAndRoles.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/fundamental/M6ConfiguringMultipleAccountTypes.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/fundamental/M7SynchronizationFlavours.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/fundamental/M8ExtendingMidPointXMLSchema.java
A testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/fundamental/M9OrganizationalStructure.java
M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/page/LoginPageTest.java
R testing/schrodingertest/src/test/resources/labs/M10/archetypes/archetype-employee.xml
R testing/schrodingertest/src/test/resources/labs/M10/archetypes/archetype-org-company.xml
R testing/schrodingertest/src/test/resources/labs/M10/archetypes/archetype-org-functional.xml
R testing/schrodingertest/src/test/resources/labs/M10/archetypes/archetype-org-group-list.xml
R testing/schrodingertest/src/test/resources/labs/M10/archetypes/archetype-org-group.xml
R testing/schrodingertest/src/test/resources/labs/M10/lookuptables/lookup-emp-status.xml
R testing/schrodingertest/src/test/resources/labs/M10/objecttemplate/object-template-example-user-10-3.xml
R testing/schrodingertest/src/test/resources/labs/M10/objecttemplate/object-template-example-user-simple.xml
R testing/schrodingertest/src/test/resources/labs/M10/objecttemplate/object-template-example-user.xml
R testing/schrodingertest/src/test/resources/labs/M10/org/org-example.xml
R testing/schrodingertest/src/test/resources/labs/M10/org/org-secret-ops.xml
R testing/schrodingertest/src/test/resources/labs/M10/org/warp-speed-research.xml
R testing/schrodingertest/src/test/resources/labs/M10/resources/localhost-csvfile-1-document-access-10.xml
R testing/schrodingertest/src/test/resources/labs/M10/resources/localhost-csvfile-2-canteen-10.xml
R testing/schrodingertest/src/test/resources/labs/M10/resources/localhost-csvfile-3-ldap-10-4.xml
R testing/schrodingertest/src/test/resources/labs/M10/resources/localhost-csvfile-3-ldap-10.xml
R testing/schrodingertest/src/test/resources/labs/M10/resources/localhost-hr.xml
R testing/schrodingertest/src/test/resources/labs/M10/roles/role-internal-employee.xml
R testing/schrodingertest/src/test/resources/labs/M10/systemconfiguration/system-configuration-10.xml
R testing/schrodingertest/src/test/resources/labs/M10/tasks/task-hr-import.xml
R testing/schrodingertest/src/test/resources/labs/M10/tasks/task-opendj-livesync-full.xml
R testing/schrodingertest/src/test/resources/labs/M10/users/kirk-tiberius-user.xml
R testing/schrodingertest/src/test/resources/labs/M10/users/picard-user.xml
R testing/schrodingertest/src/test/resources/labs/M10/valuepolicies/numeric-pin-first-nonzero-policy.xml
R testing/schrodingertest/src/test/resources/labs/M11/archetypes/archetype-employee.xml
R testing/schrodingertest/src/test/resources/labs/M11/archetypes/archetype-external.xml
R testing/schrodingertest/src/test/resources/labs/M11/objectcollections/objectCollection-active-employees.xml
R testing/schrodingertest/src/test/resources/labs/M11/objectcollections/objectCollection-former-employees.xml
R testing/schrodingertest/src/test/resources/labs/M11/objectcollections/objectCollection-inactive-employees.xml
R testing/schrodingertest/src/test/resources/labs/M11/objecttemplate/object-template-example-user-11.xml
R testing/schrodingertest/src/test/resources/labs/M11/systemconfiguration/system-configuration-11-2.xml
R testing/schrodingertest/src/test/resources/labs/M11/systemconfiguration/system-configuration-11-3.xml
R testing/schrodingertest/src/test/resources/labs/M12/roles/role-basic-user-12-1.xml
R testing/schrodingertest/src/test/resources/labs/M12/roles/role-basic-user.xml
R testing/schrodingertest/src/test/resources/labs/M3/resources/localhost-csvfile-1-document-access-simple.xml
R testing/schrodingertest/src/test/resources/labs/M3/resources/localhost-csvfile-2-canteen.xml
R testing/schrodingertest/src/test/resources/labs/M3/resources/localhost-csvfile-3-ldap.xml
R testing/schrodingertest/src/test/resources/labs/M3/valuepolicies/numeric-pin-first-nonzero-policy.xml
R testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-1-document-access-4-2.xml
R testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-1-document-access-4-3.xml
R testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-1-document-access.xml
R testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-2-canteen.xml
R testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-3-ldap-4-2.xml
R testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-3-ldap-4-4.xml
R testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-3-ldap.xml
R testing/schrodingertest/src/test/resources/labs/M4/users/kirk-user.xml
R testing/schrodingertest/src/test/resources/labs/M4/valuepolicies/numeric-pin-first-nonzero-policy.xml
R testing/schrodingertest/src/test/resources/labs/M5/archetypes/archetype-employee.xml
R testing/schrodingertest/src/test/resources/labs/M5/archetypes/archetype-external.xml
R testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-1-document-access-5-5.xml
R testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-1-document-access.xml
R testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-2-canteen-5-5.xml
R testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-2-canteen.xml
R testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-3-ldap-5-5.xml
R testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-3-ldap.xml
R testing/schrodingertest/src/test/resources/labs/M5/roles/localhost-csvfile-3-ldap.xml
R testing/schrodingertest/src/test/resources/labs/M5/roles/role-incognito.xml
R testing/schrodingertest/src/test/resources/labs/M5/roles/role-internal-employee.xml
R testing/schrodingertest/src/test/resources/labs/M5/roles/role-secret-i.xml
R testing/schrodingertest/src/test/resources/labs/M5/roles/role-secret-ii.xml
R testing/schrodingertest/src/test/resources/labs/M5/roles/role-top-secret-i.xml
R testing/schrodingertest/src/test/resources/labs/M5/systemconfiguration/system-configuration-5-7.xml
R testing/schrodingertest/src/test/resources/labs/M5/users/kirk-tiberius-user.xml
R testing/schrodingertest/src/test/resources/labs/M5/valuepolicies/numeric-pin-first-nonzero-policy.xml
R testing/schrodingertest/src/test/resources/labs/M6/resources/localhost-csvfile-1-document-access-6-1.xml
R testing/schrodingertest/src/test/resources/labs/M6/resources/localhost-csvfile-2-canteen-6-1.xml
R testing/schrodingertest/src/test/resources/labs/M6/resources/localhost-csvfile-3-ldap-6-1.xml
R testing/schrodingertest/src/test/resources/labs/M6/roles/role-csv1-tester.xml
R testing/schrodingertest/src/test/resources/labs/M6/roles/role-csv3-admin.xml
R testing/schrodingertest/src/test/resources/labs/M6/roles/role-incognito.xml
R testing/schrodingertest/src/test/resources/labs/M6/roles/role-internal-employee.xml
R testing/schrodingertest/src/test/resources/labs/M6/roles/role-secret-i.xml
R testing/schrodingertest/src/test/resources/labs/M6/roles/role-secret-ii.xml
R testing/schrodingertest/src/test/resources/labs/M6/users/kirk-tiberius-user.xml
R testing/schrodingertest/src/test/resources/labs/M6/valuepolicies/numeric-pin-first-nonzero-policy.xml
R testing/schrodingertest/src/test/resources/labs/M7/archetypes/archetype-employee.xml
R testing/schrodingertest/src/test/resources/labs/M7/resources/localhost-csvfile-1-document-access-7.xml
R testing/schrodingertest/src/test/resources/labs/M7/resources/localhost-csvfile-2-canteen-7.xml
R testing/schrodingertest/src/test/resources/labs/M7/resources/localhost-csvfile-3-ldap-7.xml
R testing/schrodingertest/src/test/resources/labs/M7/resources/localhost-hr-noextension.xml
R testing/schrodingertest/src/test/resources/labs/M7/systemconfiguration/system-configuration-7.xml
R testing/schrodingertest/src/test/resources/labs/M7/valuepolicies/numeric-pin-first-nonzero-policy.xml
R testing/schrodingertest/src/test/resources/labs/M8/resources/localhost-csvfile-1-document-access-8.xml
R testing/schrodingertest/src/test/resources/labs/M8/resources/localhost-csvfile-2-canteen-8.xml
R testing/schrodingertest/src/test/resources/labs/M8/resources/localhost-csvfile-3-ldap-8.xml
R testing/schrodingertest/src/test/resources/labs/M8/resources/localhost-hr.xml
R testing/schrodingertest/src/test/resources/labs/M8/roles/role-internal-employee.xml
R testing/schrodingertest/src/test/resources/labs/M8/valuepolicies/numeric-pin-first-nonzero-policy.xml
R testing/schrodingertest/src/test/resources/labs/M9/archetypes/archetype-org-company.xml
R testing/schrodingertest/src/test/resources/labs/M9/archetypes/archetype-org-functional.xml
R testing/schrodingertest/src/test/resources/labs/M9/archetypes/archetype-org-group-list.xml
R testing/schrodingertest/src/test/resources/labs/M9/archetypes/archetype-org-group.xml
R testing/schrodingertest/src/test/resources/labs/M9/objecttemplate/object-template-example-user.xml
R testing/schrodingertest/src/test/resources/labs/M9/org/org-example.xml
R testing/schrodingertest/src/test/resources/labs/M9/org/org-secret-ops.xml
R testing/schrodingertest/src/test/resources/labs/M9/resources/localhost-csvfile-1-document-access-9.xml
R testing/schrodingertest/src/test/resources/labs/M9/roles/role-secret-i.xml
R testing/schrodingertest/src/test/resources/labs/M9/roles/role-secret-ii.xml
R testing/schrodingertest/src/test/resources/labs/M9/users/kirk-tiberius-user.xml
R testing/schrodingertest/src/test/resources/labs/M9/valuepolicies/numeric-pin-first-nonzero-policy.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/archetypes/archetype-employee.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/archetypes/archetype-external.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/objectcollections/objectCollection-active-employees.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/objectcollections/objectCollection-former-employees.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/objectcollections/objectCollection-inactive-employees.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/objecttemplate/object-template-example-user-11.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/resources/localhost-csvfile-1-document-access-simple.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/resources/localhost-csvfile-2-canteen.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/resources/localhost-csvfile-3-ldap.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/roles/role-internal-employee.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/roles/role-secret-i.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/roles/role-secret-ii.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/systemconfiguration/system-configuration-11-2.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/systemconfiguration/system-configuration-11-3.xml
A testing/schrodingertest/src/test/resources/labs/advanced/M1/users/kirk-user.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/archetypes/archetype-employee.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/archetypes/archetype-org-company.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/archetypes/archetype-org-functional.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/archetypes/archetype-org-group-list.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/archetypes/archetype-org-group.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/lookuptables/lookup-emp-status.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/objecttemplate/object-template-example-user-10-3.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/objecttemplate/object-template-example-user-simple.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/objecttemplate/object-template-example-user.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/org/org-example.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/org/org-secret-ops.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/org/warp-speed-research.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/resources/localhost-csvfile-1-document-access-10.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/resources/localhost-csvfile-2-canteen-10.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/resources/localhost-csvfile-3-ldap-10-4.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/resources/localhost-csvfile-3-ldap-10.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/resources/localhost-hr.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/roles/role-internal-employee.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/systemconfiguration/system-configuration-10.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/tasks/task-hr-import.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/tasks/task-opendj-livesync-full.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/users/kirk-tiberius-user.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/users/picard-user.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M10/valuepolicies/numeric-pin-first-nonzero-policy.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M11/archetypes/archetype-employee.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M11/archetypes/archetype-external.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M11/objectcollections/objectCollection-active-employees.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M11/objectcollections/objectCollection-former-employees.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M11/objectcollections/objectCollection-inactive-employees.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M11/objecttemplate/object-template-example-user-11.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M11/systemconfiguration/system-configuration-11-2.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M11/systemconfiguration/system-configuration-11-3.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M12/roles/role-basic-user-12-1.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M12/roles/role-basic-user.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M3/resources/localhost-csvfile-1-document-access-simple.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M3/resources/localhost-csvfile-2-canteen.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M3/resources/localhost-csvfile-3-ldap.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M3/valuepolicies/numeric-pin-first-nonzero-policy.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M4/resources/localhost-csvfile-1-document-access-4-2.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M4/resources/localhost-csvfile-1-document-access-4-3.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M4/resources/localhost-csvfile-1-document-access.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M4/resources/localhost-csvfile-2-canteen.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M4/resources/localhost-csvfile-3-ldap-4-2.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M4/resources/localhost-csvfile-3-ldap-4-4.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M4/resources/localhost-csvfile-3-ldap.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M4/users/kirk-user.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M4/valuepolicies/numeric-pin-first-nonzero-policy.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/archetypes/archetype-employee.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/archetypes/archetype-external.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/resources/localhost-csvfile-1-document-access-5-5.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/resources/localhost-csvfile-1-document-access.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/resources/localhost-csvfile-2-canteen-5-5.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/resources/localhost-csvfile-2-canteen.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/resources/localhost-csvfile-3-ldap-5-5.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/resources/localhost-csvfile-3-ldap.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/roles/localhost-csvfile-3-ldap.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/roles/role-incognito.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/roles/role-internal-employee.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/roles/role-secret-i.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/roles/role-secret-ii.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/roles/role-top-secret-i.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/systemconfiguration/system-configuration-5-7.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/users/kirk-tiberius-user.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M5/valuepolicies/numeric-pin-first-nonzero-policy.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/resources/localhost-csvfile-1-document-access-6-1.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/resources/localhost-csvfile-2-canteen-6-1.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/resources/localhost-csvfile-3-ldap-6-1.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/roles/role-csv1-tester.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/roles/role-csv3-admin.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/roles/role-incognito.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/roles/role-internal-employee.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/roles/role-secret-i.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/roles/role-secret-ii.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/users/kirk-tiberius-user.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M6/valuepolicies/numeric-pin-first-nonzero-policy.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M7/archetypes/archetype-employee.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M7/resources/localhost-csvfile-1-document-access-7.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M7/resources/localhost-csvfile-2-canteen-7.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M7/resources/localhost-csvfile-3-ldap-7.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M7/resources/localhost-hr-noextension.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M7/systemconfiguration/system-configuration-7.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M7/valuepolicies/numeric-pin-first-nonzero-policy.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M8/resources/localhost-csvfile-1-document-access-8.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M8/resources/localhost-csvfile-2-canteen-8.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M8/resources/localhost-csvfile-3-ldap-8.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M8/resources/localhost-hr.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M8/roles/role-internal-employee.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M8/valuepolicies/numeric-pin-first-nonzero-policy.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/archetypes/archetype-org-company.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/archetypes/archetype-org-functional.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/archetypes/archetype-org-group-list.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/archetypes/archetype-org-group.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/objecttemplate/object-template-example-user.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/org/org-example.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/org/org-secret-ops.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/resources/localhost-csvfile-1-document-access-9.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/roles/role-secret-i.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/roles/role-secret-ii.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/users/kirk-tiberius-user.xml
A testing/schrodingertest/src/test/resources/labs/fundamental/M9/valuepolicies/numeric-pin-first-nonzero-policy.xml
R testing/schrodingertest/src/test/resources/labs/objects/archetypes/archetype-employee.xml
R testing/schrodingertest/src/test/resources/labs/objects/archetypes/archetype-external.xml
R testing/schrodingertest/src/test/resources/labs/objects/archetypes/archetype-org-company.xml
R testing/schrodingertest/src/test/resources/labs/objects/archetypes/archetype-org-functional.xml
R testing/schrodingertest/src/test/resources/labs/objects/archetypes/archetype-org-group-list.xml
R testing/schrodingertest/src/test/resources/labs/objects/archetypes/archetype-org-group.xml
R testing/schrodingertest/src/test/resources/labs/objects/lookupTables/lookup-emp-status.xml
R testing/schrodingertest/src/test/resources/labs/objects/objectCollections/objectCollection-active-employees.xml
R testing/schrodingertest/src/test/resources/labs/objects/objectCollections/objectCollection-former-employees.xml
R testing/schrodingertest/src/test/resources/labs/objects/objectCollections/objectCollection-inactive-employees.xml
R testing/schrodingertest/src/test/resources/labs/objects/objectTemplate/object-template-example-user-10-3.xml
R testing/schrodingertest/src/test/resources/labs/objects/objectTemplate/object-template-example-user-simple.xml
R testing/schrodingertest/src/test/resources/labs/objects/objectTemplate/object-template-example-user.xml
R testing/schrodingertest/src/test/resources/labs/objects/org/org-example.xml
R testing/schrodingertest/src/test/resources/labs/objects/org/org-secret-ops.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-1-document-access-4-2.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-1-document-access-4-3.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-1-document-access-5-5.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-1-document-access-6-1.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-1-document-access-simple.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-1-document-access.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-2-canteen-5-5.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-2-canteen.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-3-ldap-10-4.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-3-ldap-4-2.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-3-ldap-4-4.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-3-ldap-5-5.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-3-ldap-6-1.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-3-ldap-8-1.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-csvfile-3-ldap.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-hr-noextension.xml
R testing/schrodingertest/src/test/resources/labs/objects/resources/localhost-hr.xml
R testing/schrodingertest/src/test/resources/labs/objects/roles/role-basic-user-12-1.xml
R testing/schrodingertest/src/test/resources/labs/objects/roles/role-basic-user.xml
R testing/schrodingertest/src/test/resources/labs/objects/roles/role-csv1-tester.xml
R testing/schrodingertest/src/test/resources/labs/objects/roles/role-csv3-admin.xml
R testing/schrodingertest/src/test/resources/labs/objects/roles/role-incognito.xml
R testing/schrodingertest/src/test/resources/labs/objects/roles/role-internal-employee.xml
R testing/schrodingertest/src/test/resources/labs/objects/roles/role-secret-i.xml
R testing/schrodingertest/src/test/resources/labs/objects/roles/role-secret-ii.xml
R testing/schrodingertest/src/test/resources/labs/objects/roles/role-top-secret-i.xml
R testing/schrodingertest/src/test/resources/labs/objects/systemConfiguration/system-configuration-11-1.xml
R testing/schrodingertest/src/test/resources/labs/objects/systemConfiguration/system-configuration-11-2.xml
R testing/schrodingertest/src/test/resources/labs/objects/systemConfiguration/system-configuration-11-3.xml
R testing/schrodingertest/src/test/resources/labs/objects/systemConfiguration/system-configuration-5-7.xml
R testing/schrodingertest/src/test/resources/labs/objects/tasks/task-opendj-livesync-full.xml
R testing/schrodingertest/src/test/resources/labs/objects/users/kirk-tiberius-user.xml
R testing/schrodingertest/src/test/resources/labs/objects/users/kirk-user.xml
R testing/schrodingertest/src/test/resources/labs/objects/valuePolicies/numeric-pin-first-nonzero-policy.xml
M testing/schrodingertest/testng-integration.xml
M tools/schrodinger/src/main/java/com/evolveum/midpoint/schrodinger/component/ProjectionsTab.java
M tools/schrodinger/src/main/java/com/evolveum/midpoint/schrodinger/util/Utils.java
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/16e1fe8c78d7...00093d5ee574
More information about the midPoint-svn
mailing list