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

SiyaoIsHiding pushed a change to branch typescript
in repository https://gitbox.apache.org/repos/asf/cassandra-nodejs-driver.git


 discard 7a6bc852 CASSNODEJS-8: First TypeScript PR: Massive rename patch by 
Jane He; reviewed by Jorge Bay
     add 927a0412 Set up default protection ruleset for default and release 
branches
     add a6b92d28 CASSNODEJS-10: Proposal for TypeScript Migration Patch by 
Jane He; reviewed by Jorge Bay
     add 91ab5d9f CASSNODEJS-11: Move @types/node to devDependencies patch by 
Jane He; reviewed by Jorge Bay
     add 6f563cca CASSNODEJS-12: Deno and Bun support patch by Jane He; 
reviewed by Jorge Bay and Kavin Gupta
     add 71fac53b CASSNODEJS-12: Deno and Bun support patch by Jane He; 
reviewed by Jorge Bay
     new 1e946130 CASSNODEJS-8: First TypeScript PR: Massive rename patch by 
Jane He; reviewed by Jorge Bay

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   (7a6bc852)
            \
             N -- N -- N   refs/heads/typescript (1e946130)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                  |  14 +++
 .github/actions/setup-bun/action.yml       |  14 +++
 .github/actions/setup-ccm/action.yml       | 136 +++++++++++++++++++++++
 .github/actions/setup-deno/action.yml      |  14 +++
 .github/workflows/integration-bun-deno.yml |  52 +++++++++
 .github/workflows/test.yml                 | 137 ++++-------------------
 package-lock.json                          |   4 +-
 package.json                               |   2 +-
 proposals/TypeScript_Migration.md          | 173 +++++++++++++++++++++++++++++
 9 files changed, 429 insertions(+), 117 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 .github/actions/setup-bun/action.yml
 create mode 100644 .github/actions/setup-ccm/action.yml
 create mode 100644 .github/actions/setup-deno/action.yml
 create mode 100644 .github/workflows/integration-bun-deno.yml
 create mode 100644 proposals/TypeScript_Migration.md


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to