You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/05/19 05:25:24 UTC

[isis] branch ISIS-3057 updated (6d3df04aeb -> 51c1963e83)

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

danhaywood pushed a change to branch ISIS-3057
in repository https://gitbox.apache.org/repos/asf/isis.git


 discard 6d3df04aeb ISIS-3057: moves classes around
 discard fc26d31947 ISIS-2965: updates docs for SudoService
     add 74ce124b18 ISIS-3053: Tooltip demo: create toasts on no-arg actions, so we can see whether executed
     add 76eeb10bdc Merge remote-tracking branch 'origin/master'
     add 3ec6a298ac ISIS-3058: xray message processing fix
     add f2a1bdbf53 ISIS-3058: eagerly memoize element bookmarks, before passing them over to the DataTable
     add dd8ebbb776 ISIS-3058: minor refactoring and comments
     add 9e59d9ce77 ISIS-3053: don't apply tooltips directly to ActionLinks
     add f4f8f45f5f Bump spring-graphql from 1.0.0-RC1 to 1.0.0
     add 4f035199ff Merge pull request #942 from apache/dependabot/maven/master/org.springframework.graphql-spring-graphql-1.0.0
     add f47594c300 ISIS-3054: adds Demo showcase to reproduce issue
     add 59ce2e6a7c ISIS-2965: updates docs for SudoService
     add 51c1963e83 ISIS-3057: moves classes around

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6d3df04aeb)
            \
             N -- N -- N   refs/heads/ISIS-3057 (51c1963e83)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../isis/commons/internal/debug/_XrayEvent.java    | 12 +++-
 .../ViewModelFacetForXmlRootElementAnnotation.java | 21 +++++-
 .../managed/nonscalar/DataTableModel.java          |  6 +-
 .../depargs/DependentArgsActionDemo.layout.xml     |  1 +
 .../DependentArgsActionDemo_useAutoComplete.java   |  2 +-
 ... DependentArgsActionDemo_useAutoComplete2.java} | 27 ++++----
 .../featured/layout/describedAs/DescribedAsVm.java | 11 ++-
 incubator/viewers/graphql/pom.xml                  |  2 +-
 .../ui/actionresponse/ActionResultResponse.java    | 40 ++++++++++-
 .../ui/actionresponse/PageRedirectRequest.java     |  6 ++
 .../entityactions/AdditionalLinksPanel.java        |  4 +-
 .../isis/viewer/wicket/ui/pages/PageAbstract.java  | 58 ++++++++++++++++
 .../viewer/wicket/ui/pages/entity/EntityPage.java  | 79 +++-------------------
 .../wicket/ui/panels/FormExecutorDefault.java      |  4 +-
 .../org/apache/isis/viewer/wicket/ui/util/Wkt.java | 14 +++-
 .../isis/viewer/wicket/ui/util/WktDecorators.java  |  3 +-
 .../isis/viewer/wicket/ui/util/WktLinks.java       |  8 ++-
 .../isis/viewer/wicket/ui/util/WktTooltips.java    | 12 ++++
 .../IsisWicketAjaxRequestListenerUtil.java         | 13 +++-
 19 files changed, 219 insertions(+), 104 deletions(-)
 copy examples/demo/domain/src/main/java/demoapp/dom/domain/actions/progmodel/depargs/{DependentArgsActionDemo_useChoices2.java => DependentArgsActionDemo_useAutoComplete2.java} (79%)