-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # libp2p/src/main/java/io/libp2p/core/dsl/HostBuilder.java # libp2p/src/main/kotlin/io/libp2p/security/tls/TLSSecureChannel.kt # libp2p/src/test/java/io/libp2p/core/HostTestJava.java # libp2p/src/testFixtures/kotlin/io/libp2p/tools/HostFactory.kt
- Loading branch information
Showing
237 changed files
with
11,812 additions
and
7,520 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* text eol=lf | ||
*.bat text eol=crlf | ||
*.png binary |
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,55 @@ | ||
name: Bug Report | ||
description: Create a bug report for jvm-libp2p | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for filing a bug report! | ||
- type: textarea | ||
attributes: | ||
label: Summary | ||
description: Please provide a short summary of the bug, along with any information you feel relevant to replicate the bug. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: Describe what you expect to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Actual behavior | ||
description: Describe what actually happens. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Possible Solution | ||
description: Suggest a fix/reason for the bug, or ideas how to implement the addition or change. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Version | ||
description: Which version of libp2p are you using? libp2p version (version number, commit, or branch) | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Would you like to work on fixing this bug ? | ||
description: Any contribution towards fixing the bug is greatly appreciated. We are more than happy to provide help on the process. | ||
options: | ||
- "Yes" | ||
- "No" | ||
- Maybe | ||
validations: | ||
required: true |
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,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Technical Questions | ||
url: https://github.com/libp2p/jvm-libp2p/discussions/new?category=q-a | ||
about: Please ask technical questions in the jvm-libp2p Github Discussions forum. | ||
- name: Community-wide libp2p Discussion | ||
url: https://discuss.libp2p.io | ||
about: Discussions and questions about the libp2p community. |
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: Enhancement | ||
description: Suggest an improvement to an existing jvm-libp2p feature. | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Describe the enhancement that you are proposing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: Explain why this enhancement is beneficial. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current Implementation | ||
description: Describe the current implementation. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Are you planning to do it yourself in a pull request ? | ||
description: Any contribution is greatly appreciated. We are more than happy to provide help on the process. | ||
options: | ||
- "Yes" | ||
- "No" | ||
- Maybe | ||
validations: | ||
required: true |
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,42 @@ | ||
name: Feature request | ||
description: Suggest a new feature in jvm-libp2p | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
If you'd like to suggest a feature related to libp2p but not specifically related to the JVM implementation, please file an issue at https://github.com/libp2p/specs instead. | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Briefly describe the feature that you are requesting. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: Explain why this feature is needed. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Requirements | ||
description: Write a list of what you want this feature to do. | ||
placeholder: "1." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Open questions | ||
description: Use this section to ask any questions that are related to the feature. | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Are you planning to do it yourself in a pull request ? | ||
description: Any contribution is greatly appreciated. We are more than happy to provide help on the process. | ||
options: | ||
- "Yes" | ||
- "No" | ||
- Maybe | ||
validations: | ||
required: true |
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,20 @@ | ||
name: publish | ||
on: | ||
push: | ||
branches: | ||
- "develop" | ||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-java@v3 | ||
with: | ||
distribution: temurin | ||
java-version: 11 | ||
|
||
- name: Setup Gradle | ||
uses: gradle/gradle-build-action@v2 | ||
|
||
- name: Publish to Cloudsmith | ||
run: ./gradlew publish -PcloudsmithUser=${{ secrets.CLOUDSMITH_USER }} -PcloudsmithApiKey=${{ secrets.CLOUDSMITH_API_KEY }} |
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 |
---|---|---|
|
@@ -2,25 +2,12 @@ name: Close and mark stale issue | |
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
- cron: '0 0 * * *' | ||
|
||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
jobs: | ||
stale: | ||
|
||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/stale@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
stale-issue-message: 'Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.' | ||
close-issue-message: 'This issue was closed because it is missing author input.' | ||
stale-issue-label: 'kind/stale' | ||
any-of-labels: 'need/author-input' | ||
exempt-issue-labels: 'need/triage,need/community-input,need/maintainer-input,need/maintainers-input,need/analysis,status/blocked,status/in-progress,status/ready,status/deferred,status/inactive' | ||
days-before-issue-stale: 6 | ||
days-before-issue-close: 7 | ||
enable-statistics: true | ||
uses: pl-strflt/.github/.github/workflows/[email protected] |
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.