[midPoint-git] [Evolveum/midpoint] 917fac: MID-3335 introduced objecttype.subtype
Viliam Repan
vilo.repan at evolveum.com
Wed Feb 21 13:40:57 CET 2018
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 917fac886909fb2dc2024964522b5daee9da8812
https://github.com/Evolveum/midpoint/commit/917fac886909fb2dc2024964522b5daee9da8812
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObject.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/ROrg.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RRole.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RService.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RUser.java
Log Message:
-----------
MID-3335 introduced objecttype.subtype
Commit: 0a9dcf7a6196c859e20e98581f426384c0190f18
https://github.com/Evolveum/midpoint/commit/0a9dcf7a6196c859e20e98581f426384c0190f18
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M infra/schema/src/main/resources/localization/schema.properties
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/QueryInterpreter2Test.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RFocus.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/ROrg.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RService.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RUser.java
Log Message:
-----------
MID-3555 moved locality and costCenter to focustype
Commit: ede3c0586c3bf68e8dbcd6a932066e4408d71d09
https://github.com/Evolveum/midpoint/commit/ede3c0586c3bf68e8dbcd6a932066e4408d71d09
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M infra/schema/src/main/resources/localization/schema.properties
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RFocus.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RUser.java
Log Message:
-----------
MID-3555 moved emailAddress, telephoneNumber, preferredLanguage, timezone and locale from user to focus
Commit: 65accbcf0720f8bccf241815b1eea6857faf282e
https://github.com/Evolveum/midpoint/commit/65accbcf0720f8bccf241815b1eea6857faf282e
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M infra/schema/src/test/resources/common/user-jack.xml
Log Message:
-----------
fixed schema test
Commit: 2626af75a8ea89f3fde6660cf9f404228deaab18
https://github.com/Evolveum/midpoint/commit/2626af75a8ea89f3fde6660cf9f404228deaab18
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2018-02-21 (Wed, 21 Feb 2018)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/ExpressionConstants.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ObjectTypeUtil.java
M infra/schema/src/main/resources/xml/ns/public/common/common-certification-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/common-policy-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/common-workflows-3.xsd
M model/certification-impl/pom.xml
M model/certification-impl/src/main/java/com/evolveum/midpoint/certification/impl/AccessCertificationClosingTaskHandler.java
M model/certification-impl/src/test/java/com/evolveum/midpoint/certification/test/TestCertificationBasic.java
M model/certification-impl/src/test/java/com/evolveum/midpoint/certification/test/TestCriticalRolesCertification.java
M model/certification-impl/src/test/java/com/evolveum/midpoint/certification/test/TestRoleInducementCertification.java
M model/certification-impl/src/test/java/com/evolveum/midpoint/certification/test/TestSoDCertification.java
M model/certification-impl/src/test/java/com/evolveum/midpoint/certification/test/complex/TestPolicyDrivenRoleLifecycle.java
M model/certification-impl/src/test/resources/common/system-configuration.xml
M model/certification-impl/src/test/resources/ctx-certification-test-main.xml
R model/certification-impl/src/test/resources/ctx-certification-test-with-workflows.xml
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/ModelInteractionService.java
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/context/AssignmentPath.java
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/context/AssignmentPathSegment.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelInteractionServiceImpl.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/AssignmentPathSegmentImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/EvaluatedPolicyRuleImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/EvaluationOrderImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ConsolidationProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/evaluators/ExclusionConstraintEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/evaluators/HasAssignmentConstraintEvaluator.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/rbac/TestSegregationOfDuties.java
M model/model-intest/src/test/resources/orgstruct/role-meta-piracy-org.xml
A model/model-intest/src/test/resources/rbac/sod/role-self-exclusion-manager-member.xml
A model/model-intest/src/test/resources/rbac/sod/role-self-exclusion.xml
M model/workflow-api/src/main/java/com/evolveum/midpoint/wf/api/WorkflowManager.java
A model/workflow-api/src/main/java/com/evolveum/midpoint/wf/util/PerformerCommentsFormatter.java
M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/WorkflowManagerImpl.java
M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/processes/common/WfExpressionEvaluationHelper.java
M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/tasks/WfTaskUtil.java
A model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/util/PerformerCommentsFormatterImpl.java
M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/policy/assignments/metarole/TestAssignmentsWithDifferentMetaroles.java
M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/policy/lifecycle/AbstractTestLifecycle.java
M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/policy/sod/AbstractTestSoD.java
M model/workflow-impl/src/test/resources/common/system-configuration.xml
M model/workflow-impl/src/test/resources/policy/object/system-configuration.xml
M model/workflow-impl/src/test/resources/policy/system-configuration-global.xml
M model/workflow-impl/src/test/resources/policy/system-configuration.xml
A samples/hogwarts/accounts.csv
A samples/hogwarts/groups.ldif
A samples/hogwarts/objects/accessCertificationDefinitions/access-certification-definition.xml
A samples/hogwarts/objects/objectTemplates/object-template-create-org-struct.xml
A samples/hogwarts/objects/objectTemplates/object-template-user.xml
A samples/hogwarts/objects/orgs/org-hogwarts.xml
A samples/hogwarts/objects/orgs/org-minister-of-magic.xml
A samples/hogwarts/objects/orgs/org-quiddich-griffindor.xml
A samples/hogwarts/objects/orgs/org-quiddich-hufflepuff.xml
A samples/hogwarts/objects/orgs/org-quiddich-ravenclaw.xml
A samples/hogwarts/objects/orgs/org-quiddich-slytherin.xml
A samples/hogwarts/objects/orgs/org-quiddich-teams.xml
A samples/hogwarts/objects/resources/resource-csv.xml
A samples/hogwarts/objects/resources/resource-openldap.xml
A samples/hogwarts/objects/roles/role-approver.xml
A samples/hogwarts/objects/roles/role-duelling-classromm-access.xml
A samples/hogwarts/objects/roles/role-end-user.xml
A samples/hogwarts/objects/roles/role-herbology-teacher.xml
A samples/hogwarts/objects/roles/role-ldap.xml
A samples/hogwarts/objects/roles/role-manager-full-control.xml
A samples/hogwarts/objects/roles/role-meta-ldap-group.xml
A samples/hogwarts/objects/roles/role-owner.xml
A samples/hogwarts/objects/roles/role-policy-rule-sod.xml
A samples/hogwarts/objects/roles/role-policy-rule.xml
A samples/hogwarts/objects/roles/role-potions-teacher.xml
A samples/hogwarts/objects/roles/role-transfiguration-defense-against-dark.xml
A samples/hogwarts/objects/roles/role-transfiguration-teacher.xml
A samples/hogwarts/objects/systemConfiguration/system-configuration.xml
A samples/hogwarts/objects/users/user-fudge.xml
M testing/story/testng-integration.xml
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into feature/db-changes
Commit: 1e12bf31da6a6e97909137a12b0316ee5a0f21c1
https://github.com/Evolveum/midpoint/commit/1e12bf31da6a6e97909137a12b0316ee5a0f21c1
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2018-02-21 (Wed, 21 Feb 2018)
Changed paths:
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RUser.java
Log Message:
-----------
MID-3469 removed deprecated result from user table, xsd remains unchanged
Commit: 3fd26d91771b0477748db5af11e344cf5713a131
https://github.com/Evolveum/midpoint/commit/3fd26d91771b0477748db5af11e344cf5713a131
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2018-02-21 (Wed, 21 Feb 2018)
Changed paths:
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RAccessCertificationCampaign.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RAccessCertificationDefinition.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RCase.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RConnector.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RConnectorHost.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RForm.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RFunctionLibrary.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RGenericObject.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RLookupTable.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RNode.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObject.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObjectTemplate.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/ROrg.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RReport.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RReportOutput.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RResource.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RRole.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RSecurityPolicy.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RSequence.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RService.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RShadow.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RSystemConfiguration.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RTask.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RUser.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RValuePolicy.java
Log Message:
-----------
removed dead code
Commit: 9554e37ea5920ced2ec1f2637544ddf2cab075d7
https://github.com/Evolveum/midpoint/commit/9554e37ea5920ced2ec1f2637544ddf2cab075d7
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2018-02-21 (Wed, 21 Feb 2018)
Changed paths:
M config/sql/_all/h2-3.8-all.sql
M config/sql/_all/mysql-3.8-all.sql
M config/sql/_all/oracle-3.8-all.sql
M config/sql/_all/postgresql-3.8-all.sql
M config/sql/_all/sqlserver-3.8-all.sql
Log Message:
-----------
updated all scripts
Compare: https://github.com/Evolveum/midpoint/compare/70e5fdf2e491...9554e37ea592
More information about the midPoint-svn
mailing list