-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply main branch changes following branch rename
Signed-off-by: Mark S. Lewis <[email protected]>
- Loading branch information
1 parent
dd6fff2
commit 1f8d86c
Showing
84 changed files
with
19,306 additions
and
18,811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Push | |
on: | ||
push: | ||
branches: | ||
- release-2.2 | ||
- main | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: Scheduled | ||
|
||
on: | ||
schedule: | ||
- cron: '30 23 * * *' | ||
|
||
jobs: | ||
main: | ||
uses: ./.github/workflows/test.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: "Security vulnerability scan" | ||
|
||
on: | ||
schedule: | ||
- cron: "20 0 * * *" | ||
|
||
jobs: | ||
npm-audit: | ||
runs-on: ubuntu-22.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
package: | ||
- fabric-ca-client | ||
- fabric-common | ||
- fabric-network | ||
- fabric-protos | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18.x | ||
- name: Update npm | ||
run: | | ||
npm update --global npm | ||
npm --version | ||
- name: Scan | ||
run: | | ||
npm install --package-lock-only | ||
npm audit --omit=dev | ||
working-directory: ${{ matrix.package }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Changelog | ||
|
||
Notable changes in each release are documented on the project's [GitHub releases](https://github.com/hyperledger/fabric-sdk-node/releases) page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[//]: # (SPDX-License-Identifier: Apache-2.0) | ||
|
||
Maintainers | ||
=========== | ||
|
||
See [the documentation on Maintainers](https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html#maintainers) to learn about the role of the maintainers and the process to become one. | ||
|
||
**Active Maintainers** | ||
|
||
| Name | GitHub | | ||
|------|--------| | ||
| Andrew Coleman | [andrew-coleman][andrew-coleman] | | ||
| Mark Lewis | [bestbeforetoday][bestbeforetoday] | | ||
|
||
|
||
**Emeritus Maintainers** | ||
|
||
| Name | GitHub | | ||
|------|--------| | ||
| Bret Harrison | [harrisob][harrisob] | | ||
| Chaoyi Zhao | [zhaochy1990][zhaochy1990] | | ||
| Chris Ferris | [christo4ferris][christo4ferris] | | ||
| Gari Singh | [mastersingh24][mastersingh24] | | ||
| Heather Pollard | [heatherlp][heatherlp] | | ||
| Jonathan Levi | [hacera][hacera] | | ||
| Keith Smith | [smithbk][smithbk] | | ||
|
||
[andrew-coleman]: https://github.com/andrew-coleman | ||
[bestbeforetoday]: https://github.com/bestbeforetoday | ||
[christo4ferris]: https://github.com/christo4ferris | ||
[hacera]: https://github.com/hacera | ||
[harrisob]: https://github.com/harrisob | ||
[heatherlp]: https://github.com/heatherlp | ||
[mastersingh24]: https://github.com/mastersingh24 | ||
[smithbk]: https://github.com/smithbk | ||
[zhaochy1990]: https://github.com/zhaochy1990 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.