[midPoint-git] [Evolveum/midpoint] b1202e: Update case item menu item visibility

Viliam Repan vilo.repan at evolveum.com
Tue Apr 17 16:39:54 CEST 2018


  Branch: refs/heads/feature/performance-stable
  Home:   https://github.com/Evolveum/midpoint
  Commit: b1202e1e0b4aeed7c2404bccd5c841afe3cddbb9
      https://github.com/Evolveum/midpoint/commit/b1202e1e0b4aeed7c2404bccd5c841afe3cddbb9
  Author: Jonathan Hill <jhill at exclamationlabs.com>
  Date:   2018-04-12 (Thu, 12 Apr 2018)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageBase.java

  Log Message:
  -----------
  Update case item menu item visibility


  Commit: a4fb63ae1b37b7d592c1e1af946d4e612bf21546
      https://github.com/Evolveum/midpoint/commit/a4fb63ae1b37b7d592c1e1af946d4e612bf21546
  Author: Radovan Semancik <radovan.semancik at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageBase.java

  Log Message:
  -----------
  Merge pull request #79 from ExclamationLabs/feature/cases-ui-3.8

Update case item menu item visibility


  Commit: 215ab2d533363891881c37acc50e88e99bdb9dc2
      https://github.com/Evolveum/midpoint/commit/215ab2d533363891881c37acc50e88e99bdb9dc2
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M repo/audit-api/src/main/java/com/evolveum/midpoint/audit/api/AuditEventRecord.java
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/AuditTest.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceImpl.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/audit/RAuditEventRecord.java

  Log Message:
  -----------
  MID-4583 audit target owner type changed to FocusType. added one column


  Commit: 445a1acd82366251295382a67d42dd79c7c61fa3
      https://github.com/Evolveum/midpoint/commit/445a1acd82366251295382a67d42dd79c7c61fa3
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M config/sql/_all/h2-3.8-all.sql
    M config/sql/_all/mysql-3.8-all-utf8mb4.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:
  -----------
  MID-4583 audit target owner type, sql scripts updated


  Commit: 04300bd02159e6bb771d1814e7c7d2d83d5110dc
      https://github.com/Evolveum/midpoint/commit/04300bd02159e6bb771d1814e7c7d2d83d5110dc
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageBase.java

  Log Message:
  -----------
  Merge branch 'master' of github.com:Evolveum/midpoint


  Commit: d1894a4b9de3bcf285661567ea9f6db086efdb51
      https://github.com/Evolveum/midpoint/commit/d1894a4b9de3bcf285661567ea9f6db086efdb51
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/BaseActionExecutor.java
    A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/ResumeExecutor.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/scripting/TestScriptingBasic.java
    A model/model-intest/src/test/resources/scripting/resume-suspended-tasks.xml
    A model/model-intest/src/test/resources/scripting/task-to-keep-suspended.xml
    A model/model-intest/src/test/resources/scripting/task-to-resume.xml

  Log Message:
  -----------
  Add "resume" bulk action

Also created a sample bulk action to resume tasks carrying
failed executions of recently approved requests.

Fixes MID-4469.

(cherry picked from commit 2610fc4)


  Commit: 58490b99bca1e007466a64cb85bd9e98befee48b
      https://github.com/Evolveum/midpoint/commit/58490b99bca1e007466a64cb85bd9e98befee48b
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M config/sql/_all/h2-3.8-all.sql
    M config/sql/_all/mysql-3.8-all-utf8mb4.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
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageBase.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebModelServiceUtils.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ItemWrapperComparator.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugView.java
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/web/TestIntegrationObjectWrapperFactory.java
    M repo/audit-api/src/main/java/com/evolveum/midpoint/audit/api/AuditEventRecord.java
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/AuditTest.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceImpl.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/audit/RAuditEventRecord.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 82bd46e12abc82f1fe1c12417cf56f5a6105121f
      https://github.com/Evolveum/midpoint/commit/82bd46e12abc82f1fe1c12417cf56f5a6105121f
  Author: Radovan Semancik <radovan.semancik at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ActivationProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingEvaluatorParams.java
    A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingTimeEval.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/credentials/ProjectionCredentialsProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AssignmentTripleEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundProcessor.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestMultiResource.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/rbac/TestRbac.java
    M model/model-intest/src/test/resources/logback-test.xml
    A model/model-intest/src/test/resources/multi/resource-dummy-dark-peru.xml
    A model/model-intest/src/test/resources/multi/resource-dummy-dark-yellow.xml
    R model/model-intest/src/test/resources/multi/resource-dummy-peru-disable.xml
    A model/model-intest/src/test/resources/multi/role-dark-yellow-peru.xml
    R model/model-intest/src/test/resources/multi/role-yellow-peru-disable.xml
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java

  Log Message:
  -----------
  Fixing tricky dependencies bug (MID-4554)


  Commit: 92b9b29c460784a53c38f291d5e25a8795d34873
      https://github.com/Evolveum/midpoint/commit/92b9b29c460784a53c38f291d5e25a8795d34873
  Author: Petr Gašparík <petr at gasparik.cz>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M gui/admin-gui/src/main/resources/localization/Midpoint_en.properties
    M infra/schema/src/main/resources/localization/schema_en.properties

  Log Message:
  -----------
  Translation sync. New language: French!

Thanks to all that contributed: charles.dc.chen (zh_CN), petr.gasparik (cs), rpudil (cs), StéphaneA (fr), wstaszewski pl)


  Commit: 179fc9301b4fa5afbfaa83139a41acfe62a3884f
      https://github.com/Evolveum/midpoint/commit/179fc9301b4fa5afbfaa83139a41acfe62a3884f
  Author: Petr Gašparík <petr at gasparik.cz>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M gui/admin-gui/src/main/resources/initial-objects/200-lookup-languages.xml
    M gui/admin-gui/src/main/resources/initial-objects/210-lookup-locales.xml
    A gui/admin-gui/src/main/resources/localization/Midpoint_fr.properties
    M gui/admin-gui/src/main/resources/localization/locale.properties
    A infra/schema/src/main/resources/localization/schema_fr.properties

  Log Message:
  -----------
  New language - French


  Commit: 75b5c269e91e829499f04fcb5ccf7481b158c444
      https://github.com/Evolveum/midpoint/commit/75b5c269e91e829499f04fcb5ccf7481b158c444
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/ComparativeFilter.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/GreaterFilter.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/LessFilter.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/ValueFilter.java
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestQueryConvertor.java
    A infra/schema/src/test/resources/queryconvertor/test305GreaterOrEqual.xml

  Log Message:
  -----------
  Fix greaterOrEqual/lessOrEqual dump (MID-4581)

(cherry picked from commit f8f8691)


  Commit: d796298bfa31aaa4e5298b0468ce178b0ee28cfd
      https://github.com/Evolveum/midpoint/commit/d796298bfa31aaa4e5298b0468ce178b0ee28cfd
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M gui/admin-gui/src/main/resources/initial-objects/200-lookup-languages.xml
    M gui/admin-gui/src/main/resources/initial-objects/210-lookup-locales.xml
    M gui/admin-gui/src/main/resources/localization/Midpoint_en.properties
    A gui/admin-gui/src/main/resources/localization/Midpoint_fr.properties
    M gui/admin-gui/src/main/resources/localization/locale.properties
    M infra/schema/src/main/resources/localization/schema_en.properties
    A infra/schema/src/main/resources/localization/schema_fr.properties
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ActivationProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingEvaluatorParams.java
    A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingTimeEval.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/credentials/ProjectionCredentialsProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AssignmentTripleEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundProcessor.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestMultiResource.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/rbac/TestRbac.java
    M model/model-intest/src/test/resources/logback-test.xml
    A model/model-intest/src/test/resources/multi/resource-dummy-dark-peru.xml
    A model/model-intest/src/test/resources/multi/resource-dummy-dark-yellow.xml
    R model/model-intest/src/test/resources/multi/resource-dummy-peru-disable.xml
    A model/model-intest/src/test/resources/multi/role-dark-yellow-peru.xml
    R model/model-intest/src/test/resources/multi/role-yellow-peru-disable.xml
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 178b2acb8f81630ecb0dfa311f546ab3547f7a1d
      https://github.com/Evolveum/midpoint/commit/178b2acb8f81630ecb0dfa311f546ab3547f7a1d
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/ComparativeFilter.java

  Log Message:
  -----------
  Fix compilation error


  Commit: 3a363e82a87305012458507ff8571bc17ef3a1aa
      https://github.com/Evolveum/midpoint/commit/3a363e82a87305012458507ff8571bc17ef3a1aa
  Author: Michael Gruber <michael.gruber at wwk.de>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestReconNullValue.java
    M testing/story/src/test/resources/recon-null-value/resource-opendj.xml

  Log Message:
  -----------
  use givenName
fixed documentation


  Commit: 6b206431cc868cf298ae20cb0307c80b932b8b41
      https://github.com/Evolveum/midpoint/commit/6b206431cc868cf298ae20cb0307c80b932b8b41
  Author: Radovan Semancik <radovan.semancik at evolveum.com>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestReconNullValue.java
    M testing/story/src/test/resources/recon-null-value/resource-opendj.xml

  Log Message:
  -----------
  Correcting and extending the TestReconNullValue test


  Commit: 15ca28da740cdefb5a1394bcb8f28913f8fab7f6
      https://github.com/Evolveum/midpoint/commit/15ca28da740cdefb5a1394bcb8f28913f8fab7f6
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestNotifications.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/formatters/TextFormatter.java

  Log Message:
  -----------
  Fix assignment deletion notifications (MID-4588)

We now try to resolve values for id-only PCV deletions.


  Commit: eb2df6427b788d8ecb9c6335be60ec3f56cf7d8a
      https://github.com/Evolveum/midpoint/commit/eb2df6427b788d8ecb9c6335be60ec3f56cf7d8a
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerConfiguration.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/NoOpTaskHandler.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/PartitioningTaskHandler.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/WaitForSubtasksByPollingTaskHandler.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/WaitForTasksTaskHandler.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/WorkStateManager.java

  Log Message:
  -----------
  Remove casts for TaskManager implementation

It causes problems when profiling is enabled (as the autowired
object is a proxy instance instead of direct implementation class).


  Commit: 65269098ee46e23b145ec2b72741e4401490e129
      https://github.com/Evolveum/midpoint/commit/65269098ee46e23b145ec2b72741e4401490e129
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestReconNullValue.java
    M testing/story/src/test/resources/recon-null-value/resource-opendj.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 83e2c9c32fc1dfcc955f706a2daa82ca9b8b610d
      https://github.com/Evolveum/midpoint/commit/83e2c9c32fc1dfcc955f706a2daa82ca9b8b610d
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M model/notifications-impl/pom.xml

  Log Message:
  -----------
  Add forgotten dependency


  Commit: af25e85dce837b035f42f7c8b1e633478c4bb127
      https://github.com/Evolveum/midpoint/commit/af25e85dce837b035f42f7c8b1e633478c4bb127
  Author: Katarina Valalikova <k.valalikova at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    A testing/rest/src/test/resources/req/yaml/modification-replace-answer-id-1-value.yml
    M testing/rest/src/test/resources/req/yaml/modification-replace-answer.yml
    A testing/rest/src/test/resources/req/yaml/modification-replace-no-answer.yml
    A testing/rest/src/test/resources/req/yaml/modification-replace-two-answers.yml

  Log Message:
  -----------
  adding missing resources for REST tests


  Commit: 1067456e53a25e3832ca1ff949653c8d57c08849
      https://github.com/Evolveum/midpoint/commit/1067456e53a25e3832ca1ff949653c8d57c08849
  Author: Katarina Valalikova <k.valalikova at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/RestServiceInitializer.java
    M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/TestSecurityQuestionChallengeResponse.java

  Log Message:
  -----------
  another fix for rest tests


  Commit: 9d6f9b204c8e3bc51613a5cae0377c837b05e9a0
      https://github.com/Evolveum/midpoint/commit/9d6f9b204c8e3bc51613a5cae0377c837b05e9a0
  Author: kate <honchar at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/input/ExpressionValuePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ContainerWrapperFactory.java
    A gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ExpressionWrapper.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismPropertyPanel.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/util/ExpressionUtil.java

  Log Message:
  -----------
  expression panel code refactoring + null expression value issue fix


  Commit: b30b119800d9929b45c08886b14697ed81b06028
      https://github.com/Evolveum/midpoint/commit/b30b119800d9929b45c08886b14697ed81b06028
  Author: kate <honchar at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M config/sql/_all/h2-3.8-all.sql
    M config/sql/_all/mysql-3.8-all-utf8mb4.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
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageBase.java
    M gui/admin-gui/src/main/resources/initial-objects/200-lookup-languages.xml
    M gui/admin-gui/src/main/resources/initial-objects/210-lookup-locales.xml
    M gui/admin-gui/src/main/resources/localization/Midpoint_en.properties
    A gui/admin-gui/src/main/resources/localization/Midpoint_fr.properties
    M gui/admin-gui/src/main/resources/localization/locale.properties
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/GreaterFilter.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/LessFilter.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/ValueFilter.java
    M infra/schema/src/main/resources/localization/schema_en.properties
    A infra/schema/src/main/resources/localization/schema_fr.properties
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestQueryConvertor.java
    A infra/schema/src/test/resources/queryconvertor/test305GreaterOrEqual.xml
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ActivationProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingEvaluatorParams.java
    A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingTimeEval.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/credentials/ProjectionCredentialsProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AssignmentTripleEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/BaseActionExecutor.java
    A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/ResumeExecutor.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestMultiResource.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestNotifications.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/rbac/TestRbac.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/scripting/TestScriptingBasic.java
    M model/model-intest/src/test/resources/logback-test.xml
    A model/model-intest/src/test/resources/multi/resource-dummy-dark-peru.xml
    A model/model-intest/src/test/resources/multi/resource-dummy-dark-yellow.xml
    R model/model-intest/src/test/resources/multi/resource-dummy-peru-disable.xml
    A model/model-intest/src/test/resources/multi/role-dark-yellow-peru.xml
    R model/model-intest/src/test/resources/multi/role-yellow-peru-disable.xml
    A model/model-intest/src/test/resources/scripting/resume-suspended-tasks.xml
    A model/model-intest/src/test/resources/scripting/task-to-keep-suspended.xml
    A model/model-intest/src/test/resources/scripting/task-to-resume.xml
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
    M model/notifications-impl/pom.xml
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/formatters/TextFormatter.java
    M repo/audit-api/src/main/java/com/evolveum/midpoint/audit/api/AuditEventRecord.java
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/AuditTest.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceImpl.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/audit/RAuditEventRecord.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerConfiguration.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/NoOpTaskHandler.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/PartitioningTaskHandler.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/WaitForSubtasksByPollingTaskHandler.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/handlers/WaitForTasksTaskHandler.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/WorkStateManager.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/TestSecurityQuestionChallengeResponse.java
    A testing/rest/src/test/resources/req/yaml/modification-replace-answer-id-1-value.yml
    M testing/rest/src/test/resources/req/yaml/modification-replace-answer.yml
    A testing/rest/src/test/resources/req/yaml/modification-replace-no-answer.yml
    A testing/rest/src/test/resources/req/yaml/modification-replace-two-answers.yml
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestReconNullValue.java
    M testing/story/src/test/resources/recon-null-value/resource-opendj.xml

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Evolveum/midpoint


  Commit: f3d0e918ac8d921a311dc4ed376e192249b68225
      https://github.com/Evolveum/midpoint/commit/f3d0e918ac8d921a311dc4ed376e192249b68225
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/JobExecutor.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/BaseWorkSegmentationStrategy.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/WorkStateManager.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/segmentation/WorkSegmentationStrategy.java

  Log Message:
  -----------
  Fix minor issues in work buckets management


  Commit: 44d9226ba0191de35c3921cdbadfe35e5f83835e
      https://github.com/Evolveum/midpoint/commit/44d9226ba0191de35c3921cdbadfe35e5f83835e
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/input/ExpressionValuePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ContainerWrapperFactory.java
    A gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ExpressionWrapper.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismPropertyPanel.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/util/ExpressionUtil.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/TestSecurityQuestionChallengeResponse.java
    A testing/rest/src/test/resources/req/yaml/modification-replace-answer-id-1-value.yml
    M testing/rest/src/test/resources/req/yaml/modification-replace-answer.yml
    A testing/rest/src/test/resources/req/yaml/modification-replace-no-answer.yml
    A testing/rest/src/test/resources/req/yaml/modification-replace-two-answers.yml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 8d68d7c03ae905d10f5e2a9a132d5246dea36f79
      https://github.com/Evolveum/midpoint/commit/8d68d7c03ae905d10f5e2a9a132d5246dea36f79
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/SearchTest.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObjectTextInfo.java

  Log Message:
  -----------
  Fix missing words in full text indexing (MID-4590)

(cherry picked from commit 970de28)


  Commit: 5205d64b1c0c7da725f33b7b3b0be29dee7d6535
      https://github.com/Evolveum/midpoint/commit/5205d64b1c0c7da725f33b7b3b0be29dee7d6535
  Author: kate <honchar at evolveum.com>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/input/ExpressionValuePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ExpressionWrapper.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/util/ExpressionUtil.java

  Log Message:
  -----------
  MID-4525 fix


  Commit: 534da404a5f172cd6b47f3adfa12e602f08573ac
      https://github.com/Evolveum/midpoint/commit/534da404a5f172cd6b47f3adfa12e602f08573ac
  Author: kate <honchar at evolveum.com>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/SearchTest.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObjectTextInfo.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/JobExecutor.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/BaseWorkSegmentationStrategy.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/WorkStateManager.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/segmentation/WorkSegmentationStrategy.java

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Evolveum/midpoint


  Commit: ba39ef41780069b3ee1256d6dd4f2a4f8687dda4
      https://github.com/Evolveum/midpoint/commit/ba39ef41780069b3ee1256d6dd4f2a4f8687dda4
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/ReconciliationTaskHandler.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractSearchIterativeTaskHandler.java

  Log Message:
  -----------
  Fix large operation results for multinode tasks

Temporary solution: for each bucket we start with new operation result.
If the previous one was not a success, we dump it into the log.


  Commit: 389311cd87ffa6d655f52a024875bf827fa7fac0
      https://github.com/Evolveum/midpoint/commit/389311cd87ffa6d655f52a024875bf827fa7fac0
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/input/ExpressionValuePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ExpressionWrapper.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/util/ExpressionUtil.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 3f2bc60f67fec6ca20868fbbfb3e9a22df53d471
      https://github.com/Evolveum/midpoint/commit/3f2bc60f67fec6ca20868fbbfb3e9a22df53d471
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
    M config/sql/_all/h2-3.8-all.sql
    M config/sql/_all/mysql-3.8-all-utf8mb4.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
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageBase.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/input/ExpressionValuePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ContainerWrapperFactory.java
    A gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ExpressionWrapper.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismPropertyPanel.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/util/ExpressionUtil.java
    M gui/admin-gui/src/main/resources/initial-objects/200-lookup-languages.xml
    M gui/admin-gui/src/main/resources/initial-objects/210-lookup-locales.xml
    M gui/admin-gui/src/main/resources/localization/Midpoint_en.properties
    A gui/admin-gui/src/main/resources/localization/Midpoint_fr.properties
    M gui/admin-gui/src/main/resources/localization/locale.properties
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/GreaterFilter.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/LessFilter.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/query/ValueFilter.java
    M infra/schema/src/main/resources/localization/schema_en.properties
    A infra/schema/src/main/resources/localization/schema_fr.properties
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestQueryConvertor.java
    A infra/schema/src/test/resources/queryconvertor/test305GreaterOrEqual.xml
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ActivationProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingEvaluatorParams.java
    A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/MappingTimeEval.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/credentials/ProjectionCredentialsProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AssignmentTripleEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/BaseActionExecutor.java
    A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/ResumeExecutor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/ReconciliationTaskHandler.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestMultiResource.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestNotifications.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/rbac/TestRbac.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/scripting/TestScriptingBasic.java
    M model/model-intest/src/test/resources/logback-test.xml
    A model/model-intest/src/test/resources/multi/resource-dummy-dark-peru.xml
    A model/model-intest/src/test/resources/multi/resource-dummy-dark-yellow.xml
    R model/model-intest/src/test/resources/multi/resource-dummy-peru-disable.xml
    A model/model-intest/src/test/resources/multi/role-dark-yellow-peru.xml
    R model/model-intest/src/test/resources/multi/role-yellow-peru-disable.xml
    A model/model-intest/src/test/resources/scripting/resume-suspended-tasks.xml
    A model/model-intest/src/test/resources/scripting/task-to-keep-suspended.xml
    A model/model-intest/src/test/resources/scripting/task-to-resume.xml
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
    M model/notifications-impl/pom.xml
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/formatters/TextFormatter.java
    M repo/audit-api/src/main/java/com/evolveum/midpoint/audit/api/AuditEventRecord.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractSearchIterativeTaskHandler.java
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/AuditTest.java
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/SearchTest.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceImpl.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/audit/RAuditEventRecord.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObjectTextInfo.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/JobExecutor.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/BaseWorkSegmentationStrategy.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/WorkStateManager.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/segmentation/WorkSegmentationStrategy.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/TestSecurityQuestionChallengeResponse.java
    A testing/rest/src/test/resources/req/yaml/modification-replace-answer-id-1-value.yml
    M testing/rest/src/test/resources/req/yaml/modification-replace-answer.yml
    A testing/rest/src/test/resources/req/yaml/modification-replace-no-answer.yml
    A testing/rest/src/test/resources/req/yaml/modification-replace-two-answers.yml
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestReconNullValue.java
    M testing/story/src/test/resources/recon-null-value/resource-opendj.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into feature/performance-stable

# Conflicts:
#	repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/WorkStateManager.java


Compare: https://github.com/Evolveum/midpoint/compare/89d9ba4d6c0a...3f2bc60f67fe


More information about the midPoint-svn mailing list