[midPoint-git] [Evolveum/midpoint] bf82f9: Add some annotations needed by tasks GUI
mederly
noreply at github.com
Thu Feb 20 18:43:57 CET 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: bf82f9c2bcb8994fa98b57462bd9e7f90438b06e
https://github.com/Evolveum/midpoint/commit/bf82f9c2bcb8994fa98b57462bd9e7f90438b06e
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
Log Message:
-----------
Add some annotations needed by tasks GUI
Commit: a959c710dd7511bf23b1ed543fb6bd5b02e62432
https://github.com/Evolveum/midpoint/commit/a959c710dd7511bf23b1ed543fb6bd5b02e62432
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/AssignmentEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/AssignmentPathImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/EvaluatedAssignmentImpl.java
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestAssignmentProcessor2.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestRecomputeTask.java
A model/model-intest/src/test/resources/sync/archetype-task-recomputation.xml
M model/model-intest/src/test/resources/sync/task-user-recompute-captain.xml
M model/model-intest/src/test/resources/sync/task-user-recompute-herman-by-expression.xml
M model/model-intest/src/test/resources/sync/task-user-recompute-light.xml
M model/model-intest/src/test/resources/sync/task-user-recompute.xml
Log Message:
-----------
Fix task archetype leakage (MID-6061)
Originally we determined segment.processMembership only by looking
at the type of source object (if is not AbstractRoleType). This was
changed to "isUser || isMatchingOrder" - see AssignmentEvaluator:948.
Still not completely clean but hopefully good enough for now.
All the other changes are cleanups.
Commit: 0804c9792d7a22a9f12ff219206bdbb54fe7b36b
https://github.com/Evolveum/midpoint/commit/0804c9792d7a22a9f12ff219206bdbb54fe7b36b
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/security/factory/module/Saml2ModuleFactory.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/security/module/configuration/SamlModuleWebSecurityConfiguration.java
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/e472f2230ec2...0804c9792d7a
More information about the midPoint-svn
mailing list