This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/setup-java-5.0.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 2a1ead0 Bump actions/setup-java from 4.7.1 to 5.0.0
add f0d6944 closes #100 \n Updated readme file to remove development
documentation as this page will show up on extenstion market place. Added
Changelog.md file.
add b3e25a9 update stopDebugging to kill terminals based on name
add c28054e Bump concurrently from 9.2.0 to 9.2.1
add f041589 Add the ability to trigger CI with a PR number
add 5bd6736 Bump actions/setup-java from 4.7.1 to 5.0.0
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 (2a1ead0)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/setup-java-5.0.0 (5bd6736)
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:
.github/workflows/CI.yml | 137 +++++++++++++++-
.github/workflows/licenes.yml | 12 +-
.github/workflows/nightly.yml | 2 +-
.github/workflows/release-candidate.yml | 6 +-
CHANGELOG.md | 283 ++++++++++++++++++++++++++++++++
README.md | 106 +++++-------
images/DE-brief.png | Bin 0 -> 870063 bytes
images/asf_logo_url.png | Bin 0 -> 37624 bytes
images/data-parse-debugger.png | Bin 0 -> 1419000 bytes
images/schema-dev.png | Bin 0 -> 76119 bytes
package.json | 2 +-
project/Rat.scala | 7 +-
src/daffodilDebugger/utils.ts | 23 ++-
src/utils.ts | 2 +-
yarn.lock | 59 ++++---
15 files changed, 528 insertions(+), 111 deletions(-)
create mode 100644 CHANGELOG.md
create mode 100644 images/DE-brief.png
create mode 100644 images/asf_logo_url.png
create mode 100644 images/data-parse-debugger.png
create mode 100644 images/schema-dev.png