[midPoint-git] [Evolveum/midpoint] 794f1a: Cleaned-up notifications a bit. Added kind and int...
Pavol Mederly
mederly at evolveum.com
Thu Apr 24 00:01:13 CEST 2014
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 794f1a2a57bf047a7b03d761e988f925f0a4e2f1
https://github.com/Evolveum/midpoint/commit/794f1a2a57bf047a7b03d761e988f925f0a4e2f1
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2014-04-23 (Wed, 23 Apr 2014)
Changed paths:
M infra/prism/src/test/java/com/evolveum/midpoint/prism/foo/EventHandlerChainType.java
M infra/schema/src/main/resources/xml/ns/public/common/common-2a.xsd
M model/model-intest/src/test/resources/common/system-configuration.xml
M model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/NotificationManager.java
R model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/events/AccountEvent.java
M model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/events/BaseEvent.java
M model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/events/ModelEvent.java
A model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/events/ResourceObjectEvent.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/AccountOperationListener.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/NotificationManagerImpl.java
R model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/filters/CategoryFilter.java
R model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/filters/ExpressionFilter.java
R model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/filters/OperationFilter.java
R model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/filters/StatusFilter.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/handlers/AggregatedEventHandler.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/handlers/BaseHandler.java
R model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/handlers/ChainHandler.java
R model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/handlers/ForkHandler.java
A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/helpers/BaseHelper.java
A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/helpers/CategoryFilterHelper.java
A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/helpers/ChainHelper.java
A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/helpers/ExpressionFilterHelper.java
A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/helpers/ForkHelper.java
A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/helpers/KindIntentFilterHelper.java
A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/helpers/OperationFilterHelper.java
A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/helpers/StatusFilterHelper.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/notifiers/AccountPasswordNotifier.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/notifiers/GeneralNotifier.java
R model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/notifiers/SimpleAccountNotifier.java
A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/notifiers/SimpleResourceObjectNotifier.java
M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/TestUserChangeApproval.java
M samples/model-client-sample-dotnet/ModelClientSample/ModelClientSample/Service References/midpointModelService/Reference.cs
M samples/model-client-sample-dotnet/ModelClientSample/ModelClientSample/Service References/midpointModelService/modelPortType.wsdl
M samples/objects/simple-notifications.xml
M testing/longtest/src/test/resources/common/system-configuration.xml
M testing/story/src/test/resources/common/system-configuration.xml
Log Message:
-----------
Cleaned-up notifications a bit. Added kind and intent filters. Fixed wf tests related to notifications.
Commit: 888fd1f4a1dbe7787a83fad8c0ca3e4f982572e6
https://github.com/Evolveum/midpoint/commit/888fd1f4a1dbe7787a83fad8c0ca3e4f982572e6
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2014-04-23 (Wed, 23 Apr 2014)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-2a.xsd
M infra/schema/src/main/resources/xml/ns/public/model/context/model-context-2.xsd
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/ChangeExecutor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensElementContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensFocusContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensProjectionContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensUtil.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/AssignmentProcessor.java
R model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/FocusPolicyProcessor.java
A model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/FocusProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/InboundProcessor.java
A model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/ObjectTemplateProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/PasswordPolicyProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/ProjectionValuesProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/Projector.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/SynchronizationService.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/action/AddFocusAction.java
M model/model-impl/src/test/java/com/evolveum/midpoint/model/sync/TestSynchronizationService.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestPreviewChanges.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestImportRecon.java
M model/model-intest/src/test/resources/logback-test.xml
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/OrgClosureTest.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/QueryInterpreterTest.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/query/OrgFilterQuery.java
Log Message:
-----------
Merge branch 'master' of github.com:Evolveum/midpoint
Commit: 085e95a4d37f6a664992a73e741b62825ac500f0
https://github.com/Evolveum/midpoint/commit/085e95a4d37f6a664992a73e741b62825ac500f0
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2014-04-24 (Thu, 24 Apr 2014)
Changed paths:
M infra/test-util/src/main/java/com/evolveum/midpoint/test/util/MidPointAsserts.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/FocusProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/ObjectTemplateProcessor.java
M model/model-intest/src/test/resources/common/user-template-complex.xml
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestVillage.java
M testing/story/src/test/resources/village/object-template-user.xml
A testing/story/src/test/resources/village/orgs.xml
M testing/story/src/test/resources/village/role-basic.xml
A testing/story/src/test/resources/village/role-meta-functional-org.xml
Log Message:
-----------
Merge branch 'master' of github.com:Evolveum/midpoint
Compare: https://github.com/Evolveum/midpoint/compare/ed21e7a02428...085e95a4d37f
More information about the midPoint-svn
mailing list