This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a change to branch dependabot/npm_and_yarn/prettier-3.6.2
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard e232a0f Bump prettier from 3.2.5 to 3.6.2
add 7f986b9 Bump actions/checkout from 4.2.2 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 e2ecb5b prevent stale pid file
add a32e1e0 Added issue templates and pull request template
add e14006d Bump prettier from 3.2.5 to 3.6.2
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 (e232a0f)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/prettier-3.6.2
(e14006d)
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:
.../ISSUE_TEMPLATE/Bug_Report.md | 37 ++-
.../ISSUE_TEMPLATE/Enhancement_Request.md | 27 +-
.github/ISSUE_TEMPLATE/Feature_Request.md | 55 ++++
.../pull_request_template.md | 27 +-
.github/workflows/CI.yml | 141 +++++++++-
.github/workflows/documentaion.yml | 43 ++++
.github/workflows/licenes.yml | 18 +-
.github/workflows/nightly.yml | 4 +-
.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/dataEditor/dataEditorClient.ts | 34 ++-
src/language/semantics/xpLexer.ts | 2 +-
src/utils.ts | 2 +-
yarn.lock | 59 +++--
22 files changed, 724 insertions(+), 152 deletions(-)
copy src/tests/data/test-no-namespace.tdml =>
.github/ISSUE_TEMPLATE/Bug_Report.md (61%)
copy src/tests/data/test-no-namespace.tdml =>
.github/ISSUE_TEMPLATE/Enhancement_Request.md (51%)
create mode 100644 .github/ISSUE_TEMPLATE/Feature_Request.md
copy src/tests/data/test-no-namespace.tdml => .github/pull_request_template.md
(60%)
create mode 100644 .github/workflows/documentaion.yml
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