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

skrawcz pushed a change to branch feature/graph-builder
in repository https://gitbox.apache.org/repos/asf/burr.git


 discard ea60cbe0 feat: add visual Graph Builder tool to Burr UI
     add 9237df20 ui: add toggle to show/hide input nodes in graph view
     add 8a975b02 core: add AST-based linter for undeclared state reads in 
function-bas… (#656)
     add e9c7c88b feat: add visual Graph Builder tool to Burr UI

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   (ea60cbe0)
            \
             N -- N -- N   refs/heads/feature/graph-builder (e9c7c88b)

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:
 burr/core/action.py                                | 58 +++++++++++++++++++++-
 .../ui/src/components/routes/app/GraphView.tsx     | 45 +++++++++--------
 tests/core/test_action.py                          | 55 ++++++++++++++++++++
 3 files changed, 135 insertions(+), 23 deletions(-)

Reply via email to