[midPoint-git] [Evolveum/midpoint] da93ee: fullResult for audit log viewer details
KaterynaHonchar
noreply at github.com
Wed Feb 5 12:05:20 UTC 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: da93eedc51cdb00c57ec4487bbd4f94f9615d8fc
https://github.com/Evolveum/midpoint/commit/da93eedc51cdb00c57ec4487bbd4f94f9615d8fc
Author: kate <honchar at evolveum.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
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
Log Message:
-----------
fullResult for audit log viewer details
Commit: 27117c2e80b2b5552e97e7c76efac2dac6f83cdf
https://github.com/Evolveum/midpoint/commit/27117c2e80b2b5552e97e7c76efac2dac6f83cdf
Author: kate <honchar 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/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/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-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-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 branch 'master' of https://github.com/Evolveum/midpoint
Compare: https://github.com/Evolveum/midpoint/compare/78eea76a2f53...27117c2e80b2
More information about the midPoint-svn
mailing list