This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


    from b1bc93186f Bump org.opensearch.client:opensearch-rest-client from 
2.13.0 to 2.14.0 (#716)
     new 58f9e1ae83 [SYNCOPE-1815] Further Macro improvements (#713)
     new 7f44b61184 Upgrading Swagger Core

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...IndicatorAjaxFormComponentUpdatingBehavior.java |   2 +-
 .../markup/html/form/AjaxPasswordFieldPanel.java   |   5 +
 .../client/ui/commons/panels/SyncopeFormPanel.java | 102 ++++++++------
 .../client/ui/commons/panels/SyncopeFormPanel.html |   2 +-
 .../client/console/SyncopeConsoleSession.java      |   2 +-
 .../syncope/client/console/pages/Realms.java       |   3 +-
 .../console/tasks/FormPropertyDefsPanel.java       | 148 ++++++++++++++++++---
 .../console/tasks/MacroTaskDirectoryPanel.java     |   2 +
 .../console/tasks/SchedTaskWizardBuilder.java      |  18 +--
 .../console/wizards/any/ConsoleAuxClasses.java     |   2 +-
 .../client/console/wizards/any/Details.java        |  18 +--
 .../console/implementations/MyMacroActions.groovy  |  18 ++-
 .../console/tasks/FormPropertyDefsPanel.html       |  18 +--
 .../console/tasks/FormPropertyDefsPanel.properties |   8 +-
 .../tasks/FormPropertyDefsPanel_fr_CA.properties   |   8 +-
 .../tasks/FormPropertyDefsPanel_it.properties      |   8 +-
 .../tasks/FormPropertyDefsPanel_ja.properties      |   8 +-
 .../tasks/FormPropertyDefsPanel_pt_BR.properties   |   8 +-
 .../tasks/FormPropertyDefsPanel_ru.properties      |   8 +-
 .../markup/html/form/ActionsPanel.properties       |   6 +
 .../markup/html/form/ActionsPanel_fr_CA.properties |   6 +
 .../markup/html/form/ActionsPanel_it.properties    |   6 +
 .../markup/html/form/ActionsPanel_ja.properties    |   6 +
 .../markup/html/form/ActionsPanel_pt_BR.properties |   6 +
 .../markup/html/form/ActionsPanel_ru.properties    |   6 +
 .../syncope/common/lib/form/FormProperty.java      |  37 ++++++
 .../syncope/common/lib/to/FormPropertyDefTO.java   |  37 ++++++
 .../org/apache/syncope/core/logic/TaskLogic.java   |   3 +-
 .../api/entity/task/FormPropertyDef.java           |  13 ++
 .../jpa/entity/task/JPAFormPropertyDef.java        |  52 +++++++-
 .../persistence/jpa/entity/task/JPAMacroTask.java  |   9 +-
 .../jpa/entity/task/JPAMacroTaskCommand.java       |   6 +
 .../neo4j/entity/task/Neo4jFormPropertyDef.java    |  46 ++++++-
 ....java => Neo4jFormPropertyDefRelationship.java} |  32 ++---
 .../neo4j/entity/task/Neo4jMacroTask.java          |  11 +-
 .../core/provisioning/api/macro/MacroActions.java  |   9 +-
 .../java/data/ImplementationDataBinderImpl.java    |  10 ++
 .../provisioning/java/data/TaskDataBinderImpl.java |  15 ++-
 .../provisioning/java/job/MacroJobDelegate.java    | 137 +++++++++++--------
 .../console/panels/UserRequestFormPanel.java       |   4 +-
 pom.xml                                            |   2 +-
 41 files changed, 653 insertions(+), 194 deletions(-)
 copy 
core/persistence-neo4j/src/main/java/org/apache/syncope/core/persistence/neo4j/entity/task/{Neo4jMacroTaskCommandRelationship.java
 => Neo4jFormPropertyDefRelationship.java} (69%)

Reply via email to