[midPoint-git] [Evolveum/midpoint] 23f059: Revert "Report first-order chain in state constrai...
Pavol Mederly
mederly at evolveum.com
Wed Mar 14 11:17:59 CET 2018
Branch: refs/heads/support-3.7
Home: https://github.com/Evolveum/midpoint
Commit: 23f0592ce0690a2b6d6e06f8033237550fff8b27
https://github.com/Evolveum/midpoint/commit/23f0592ce0690a2b6d6e06f8033237550fff8b27
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-03-06 (Tue, 06 Mar 2018)
Changed paths:
M infra/schema/src/main/resources/localization/schema.properties
M infra/schema/src/main/resources/localization/schema_en.properties
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/evaluators/StateConstraintEvaluator.java
Log Message:
-----------
Revert "Report first-order chain in state constraint message"
This reverts commit 0216a0e
Commit: 7e6d5bc86c69b784cd8163e14dae57c65b3ddf95
https://github.com/Evolveum/midpoint/commit/7e6d5bc86c69b784cd8163e14dae57c65b3ddf95
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-03-14 (Wed, 14 Mar 2018)
Changed paths:
M .travis.yml
M NEWS
M RELEASE-NOTES
M build-system/pom.xml
M custom/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/web/component/assignment/AbstractRoleAssignmentDetailsPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/AssignmentPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/InducementDetailsPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/input/QNameObjectTypeChoiceRenderer.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismValuePanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/orgs/AbstractOrgTabPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/orgs/OrgTreeAssignablePanel.java
M gui/admin-gui/src/test/java/com/evolveum/midpoint/web/TestIntegrationObjectWrapperFactory.java
M gui/pom.xml
M icf-connectors/dummy-connector-fake/pom.xml
M icf-connectors/dummy-connector/pom.xml
M icf-connectors/dummy-resource/pom.xml
M icf-connectors/pom.xml
M infra/common/pom.xml
M infra/pom.xml
M infra/prism-maven-plugin/pom.xml
M infra/prism/pom.xml
M infra/schema-pure-jaxb/pom.xml
M infra/schema/pom.xml
M infra/test-util/pom.xml
M infra/util/pom.xml
M infra/ws-util/pom.xml
M model/certification-api/pom.xml
M model/certification-impl/pom.xml
M model/model-api/pom.xml
M model/model-client/pom.xml
M model/model-common/pom.xml
M model/model-impl/pom.xml
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 samples/model-client-sample/pom.xml
M samples/pom.xml
M samples/samples-test/pom.xml
M testing/conntest/pom.xml
M testing/consistency-mechanism/pom.xml
M testing/longtest/pom.xml
M testing/minipoint/pom.xml
M testing/pom.xml
M testing/rest/pom.xml
M testing/sanity/pom.xml
M testing/selenidetest/pom.xml
M testing/story/pom.xml
M testing/wstest/pom.xml
M tools/midpoint-war-layout/pom.xml
M tools/ninja/pom.xml
M tools/pom.xml
M tools/schema-dist-maven-plugin/pom.xml
M tools/test-ng/pom.xml
M tools/xjc-plugin/pom.xml
M weblogic-build/pom.xml
Log Message:
-----------
Merge remote-tracking branch 'origin/support-3.7' into support-3.7
Commit: b02552b646368a6acfc0d5fc0fb81be75fe487bc
https://github.com/Evolveum/midpoint/commit/b02552b646368a6acfc0d5fc0fb81be75fe487bc
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-03-14 (Wed, 14 Mar 2018)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelRestService.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/RestServiceInitializer.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/TestAbstractRestService.java
A testing/rest/src/test/resources/repo/json/script-generate-passwords.json
A testing/rest/src/test/resources/repo/json/script-modify-validTo.json
A testing/rest/src/test/resources/repo/user-jack.xml
A testing/rest/src/test/resources/repo/xml/script-generate-passwords.xml
A testing/rest/src/test/resources/repo/xml/script-modify-validTo.xml
A testing/rest/src/test/resources/repo/yaml/script-generate-passwords.yml
A testing/rest/src/test/resources/repo/yaml/script-modify-validTo.yml
Log Message:
-----------
Add sample to extract scripting results (via REST)
Provided test methods demonstrate how to invoke rpc/executeScript
operation (to generate passwords and to set validTo) and then how
to parse the results to obtain new passwords and operation result
status.
Also fixed rpc/executeScript to accept JSON and YAML requests.
Compare: https://github.com/Evolveum/midpoint/compare/a440995f25c4...b02552b64636
More information about the midPoint-svn
mailing list