[midPoint-git] [Evolveum/midpoint] adc0ed: Extend TestTrustedBulkActions

mederly noreply at github.com
Fri Aug 18 13:26:25 CEST 2023


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: adc0ed8c71974cb14b8de255f60584ea8d1ccb74
      https://github.com/Evolveum/midpoint/commit/adc0ed8c71974cb14b8de255f60584ea8d1ccb74
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/ExpressionProfileManager.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/ExecutionContext.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/ScriptingExpressionEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/AbstractExecuteExecutor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/BaseActionExecutor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/DiscoverConnectorsExecutor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/ReencryptExecutor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/ValidateExecutor.java
    A testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestTrustedBulkActions.java
    R testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestTrustedScripts.java
    A testing/story/src/test/resources/trusted-bulk-actions/archetype-little-trusted-task.xml
    A testing/story/src/test/resources/trusted-bulk-actions/archetype-trusted-role.xml
    A testing/story/src/test/resources/trusted-bulk-actions/archetype-trusted-task.xml
    A testing/story/src/test/resources/trusted-bulk-actions/function-library-one.xml
    A testing/story/src/test/resources/trusted-bulk-actions/role-unprivileged.xml
    A testing/story/src/test/resources/trusted-bulk-actions/role-with-scripting-action.xml
    A testing/story/src/test/resources/trusted-bulk-actions/system-configuration.xml
    A testing/story/src/test/resources/trusted-bulk-actions/task-template-scripting-little-trusted-run-privileged.xml
    A testing/story/src/test/resources/trusted-bulk-actions/task-template-scripting-little-trusted.xml
    A testing/story/src/test/resources/trusted-bulk-actions/task-template-scripting-no-profile.xml
    A testing/story/src/test/resources/trusted-bulk-actions/task-template-scripting-trusted.xml
    A testing/story/src/test/resources/trusted-bulk-actions/user-joe.xml
    R testing/story/src/test/resources/trusted-scripts/archetype-little-trusted-task.xml
    R testing/story/src/test/resources/trusted-scripts/archetype-trusted-task.xml
    R testing/story/src/test/resources/trusted-scripts/function-library-one.xml
    R testing/story/src/test/resources/trusted-scripts/role-unprivileged.xml
    R testing/story/src/test/resources/trusted-scripts/system-configuration.xml
    R testing/story/src/test/resources/trusted-scripts/task-template-scripting-little-trusted.xml
    R testing/story/src/test/resources/trusted-scripts/task-template-scripting-no-profile.xml
    R testing/story/src/test/resources/trusted-scripts/task-template-scripting-trusted.xml
    R testing/story/src/test/resources/trusted-scripts/user-joe.xml
    M testing/story/testng-integration.xml

  Log Message:
  -----------
  Extend TestTrustedBulkActions

The "run privileged" library function as well as bulk actions usage
in policy rule were added.

Also, operation result handling in bulk action executor was fixed.




More information about the midPoint-svn mailing list