This is an automated email from the ASF dual-hosted git repository.
davin pushed a change to branch update/jansi-2.4.2
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
from 7a0f38c Update jansi to 2.4.2
add 48878e2 Bump chai from 5.2.0 to 6.0.1
add 6bf92be Bump mini-css-extract-plugin from 2.9.2 to 2.9.4
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 b455c3d Update documentation workflow
add fcf1969 remove jar viewer dependency
add 4cff976 Update munit to 1.1.1
add 27fa12c Update sbt, scripted-plugin to 1.11.5
add f255ee8 Use correct secrets to deploy release candidates to nexus
add 0a42bc3 Bump actions/setup-java from 4.7.1 to 5.0.0
add c21951c Bump prettier from 3.2.5 to 3.6.2
add ad51ece Merge branch 'main' into update/jansi-2.4.2
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 | 145 ++++++++++-
.github/workflows/documentaion.yml | 42 +++
.github/workflows/licenes.yml | 20 +-
.github/workflows/nightly.yml | 6 +-
.github/workflows/release-candidate.yml | 12 +-
CHANGELOG.md | 283 +++++++++++++++++++++
DEVELOPMENT.md | 5 -
README.md | 106 ++++----
build.sbt | 2 +-
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 | 11 +-
project/Rat.scala | 7 +-
project/build.properties | 2 +-
src/daffodilDebugger/utils.ts | 23 +-
src/dataEditor/dataEditorClient.ts | 34 ++-
src/language/semantics/xpLexer.ts | 2 +-
src/tests/runTest.ts | 17 +-
src/utils.ts | 2 +-
yarn.lock | 114 +++------
26 files changed, 748 insertions(+), 231 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