[midPoint-git] [Evolveum/midpoint] 2810cb: Add tests for progress reporting (MID-6011)
mederly
noreply at github.com
Wed Feb 5 17:37:33 UTC 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 2810cb1f1f305cdea15316a235250cd8625abe32
https://github.com/Evolveum/midpoint/commit/2810cb1f1f305cdea15316a235250cd8625abe32
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/dto/TaskDto.java
A infra/schema/src/main/java/com/evolveum/midpoint/schema/util/TaskPartitioningInformation.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/TaskTypeUtil.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/TaskWorkStateTypeUtil.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/ReconciliationTaskHandler.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizeAccountResultHandler.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/AbstractSearchIterativeModelTaskHandler.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/AbstractResourceDummyInterruptedSync.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/DummyInterruptedSyncImpreciseResource.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/DummyInterruptedSyncResource.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestLiveSyncTaskMechanics.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestProgressReporting.java
A model/model-intest/src/test/resources/sync/metarole-slowing-down.xml
M model/model-intest/src/test/resources/sync/resource-dummy-interrupted-sync-imprecise.xml
M model/model-intest/src/test/resources/sync/resource-dummy-interrupted-sync.xml
A model/model-intest/src/test/resources/sync/task-recompute-roles-multinode.xml
A model/model-intest/src/test/resources/sync/task-recompute-roles.xml
A model/model-intest/src/test/resources/sync/task-reconcile-dummy-interrupted-partitioned-multinode.xml
A model/model-intest/src/test/resources/sync/task-reconcile-dummy-interrupted-partitioned.xml
M model/model-test/pom.xml
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
A model/model-test/src/main/java/com/evolveum/midpoint/model/test/TaskFinishChecker.java
A model/model-test/src/main/java/com/evolveum/midpoint/model/test/TaskProgressExtract.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractSearchIterativeResultHandler.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractSearchIterativeTaskHandler.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/TaskDebugUtil.java
Log Message:
-----------
Add tests for progress reporting (MID-6011)
Plus some minor cleanups.
Commit: 83a66a9aa2085299c41fa99c05a3f25afceb2f77
https://github.com/Evolveum/midpoint/commit/83a66a9aa2085299c41fa99c05a3f25afceb2f77
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M dist/javadoc/pom.xml
M dist/midpoint-api/pom.xml
M dist/pom.xml
M gui/admin-gui/pom.xml
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/component/delta/ObjectDeltaOperationPanel.html
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/component/delta/ObjectDeltaOperationPanel.java
A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/component/result/OperationResultPopupPanel.html
A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/component/result/OperationResultPopupPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/LinkedReferencePanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/show/SceneItemDto.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/show/ScenePanel.html
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/show/ScenePanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/show/SceneUtil.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/security/MidpointHostBasedSamlServiceProviderProvisioning.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/security/module/configuration/SamlModuleWebSecurityConfiguration.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/security/provider/MidpointSaml2Provider.java
A gui/admin-gui/src/main/java/com/evolveum/midpoint/web/security/util/MidpointSamlLocalServiceProviderConfiguration.java
M gui/pom.xml
M infra/common/pom.xml
M infra/common/src/test/java/com/evolveum/midpoint/validator/test/BasicValidatorTest.java
A infra/common/src/test/java/com/evolveum/midpoint/validator/test/UnknownNodeSkipSchemaValidationTest.java
A infra/common/src/test/java/com/evolveum/midpoint/validator/test/UnknownNodeValidationTest.java
M infra/common/src/test/resources/refinery/resource-simple.xml
A infra/common/src/test/resources/validator/unknown/connector-attribute.xml
A infra/common/src/test/resources/validator/unknown/connector-config-element.xml
A infra/common/src/test/resources/validator/unknown/connector-config-nested.xml
A infra/common/src/test/resources/validator/unknown/connector-element.xml
A infra/common/src/test/resources/validator/unknown/filter-attribute.xml
A infra/common/src/test/resources/validator/unknown/filter-element.xml
A infra/common/src/test/resources/validator/unknown/object-attribute.xml
A infra/common/src/test/resources/validator/unknown/object-element.xml
A infra/common/src/test/resources/validator/unknown/property-attribute.xml
A infra/common/src/test/resources/validator/unknown/property-element.xml
A infra/common/src/test/resources/validator/unknown/reference-attribute.xml
A infra/common/src/test/resources/validator/unknown/reference-element.xml
M infra/pom.xml
M infra/prism-api/pom.xml
M infra/prism-impl/pom.xml
M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/marshaller/PrismUnmarshaller.java
M infra/prism-maven-plugin/pom.xml
M infra/schema-pure-jaxb/pom.xml
M infra/schema/pom.xml
M infra/schema/src/main/resources/xml/ns/public/common/common-security-3.xsd
M infra/test-util/pom.xml
M infra/util/pom.xml
A infra/util/src/main/java/com/evolveum/midpoint/util/Checks.java
M model/certification-api/pom.xml
M model/certification-impl/pom.xml
M model/model-api/pom.xml
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/ModelInteractionService.java
M model/model-common/pom.xml
M model/model-impl/pom.xml
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelRestService.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelInteractionServiceImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/Visualizer.java
M model/model-intest/pom.xml
M model/model-test/pom.xml
M model/notifications-api/pom.xml
M model/notifications-impl/pom.xml
M model/pom.xml
M model/report-api/pom.xml
M model/report-impl/pom.xml
M model/workflow-api/pom.xml
M model/workflow-impl/pom.xml
M pom.xml
M provisioning/pom.xml
M provisioning/provisioning-api/pom.xml
M provisioning/provisioning-impl/pom.xml
M provisioning/ucf-api/pom.xml
M provisioning/ucf-impl-builtin/pom.xml
M provisioning/ucf-impl-connid/pom.xml
M repo/audit-api/pom.xml
M repo/audit-impl/pom.xml
M repo/pom.xml
M repo/repo-api/pom.xml
M repo/repo-cache/pom.xml
M repo/repo-common/pom.xml
M repo/repo-sql-impl-test/pom.xml
M repo/repo-sql-impl/pom.xml
M repo/repo-test-util/pom.xml
M repo/security-api/pom.xml
M repo/security-enforcer-api/pom.xml
M repo/security-enforcer-impl/pom.xml
M repo/security-impl/pom.xml
M repo/system-init/pom.xml
M repo/task-api/pom.xml
M repo/task-quartz-impl/pom.xml
M testing/conntest/pom.xml
M testing/longtest/pom.xml
M testing/pom.xml
M testing/rest/pom.xml
M testing/samples-test/pom.xml
M testing/sanity/pom.xml
M testing/schrodingertest/pom.xml
M testing/story/pom.xml
M tools/midpoint-war-layout/pom.xml
M tools/ninja/pom.xml
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/worker/ImportProducerWorker.java
A tools/ninja/src/test/java/com/evolveum/midpoint/ninja/ImportInvalidRepositoryTest.java
M tools/ninja/src/test/java/com/evolveum/midpoint/ninja/ImportRepositoryTest.java
A tools/ninja/src/test/resources/unknown-nodes.zip
A tools/ninja/src/test/resources/unknown-nodes/00-org-monkey-island-simple.xml
A tools/ninja/src/test/resources/unknown-nodes/01-connector-attribute.xml
A tools/ninja/src/test/resources/unknown-nodes/02-filter-attribute.xml
A tools/ninja/src/test/resources/unknown-nodes/03-filter-element.xml
A tools/ninja/src/test/resources/unknown-nodes/04-reference-attribute.xml
A tools/ninja/src/test/resources/unknown-nodes/05-reference-element.xml
A tools/ninja/src/test/resources/unknown-nodes/06-connector-config-element.xml
A tools/ninja/src/test/resources/unknown-nodes/07-connector-config-nested.xml
M tools/pom.xml
M tools/schema-dist-maven-plugin/pom.xml
M tools/schrodinger/pom.xml
M tools/test-ng/pom.xml
M tools/xjc-plugin/pom.xml
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/3bc2171ff8d1...83a66a9aa208
More information about the midPoint-svn
mailing list