garyschulte
e24bfdebea
merge of 23.1.2 into release-23.1.x ( #5323 )
...
Signed-off-by: garyschulte <garyschulte@gmail.com>
2 years ago
garyschulte
0b57525f25
Merge main into 23.1.x release branch to prep for 23.1.1 release ( #5155 )
...
* Prepare for version 23.1.1-SNAPSHOT (#5067 )
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: Justin Florentine <justin+github@florentine.us>
2 years ago
Usman Saleem
14155e3bb4
Update Github pull request template ( #5060 )
...
Add option to advise to run non-mainnet acceptance test if required
Signed-off-by: Usman Saleem <usman@usmans.info>
2 years ago
Usman Saleem
e18e407c4e
Use Java 17 to build and run Besu ( #4977 )
...
Update following sections:
Gradle build, CircleCI, GitHub Actions, Docker
The devp2p TLS mutual authentication unit tests dealing with PKCS11+nss and QBFT+PKCS11+nss ATs were failing on Java 17 when dealing with RSA keys. The unit tests and AT are updated to use EC keys instead. The keystores, truststores, CRL etc. involved in those ATs are regenerated and detailed instructions are provided on how they are created.
Signed-off-by: Usman Saleem <usman@usmans.info>
2 years ago
Usman Saleem
9eb32836b7
Fix javadocs to allow build to pass in JDK 17 ( #4834 )
...
- Added missing javadocs so that javadoc doclint passes against JDK 17 (invoke by Besu gradle build).
- Exclude following packages from javadoc lint:
org.hyperledger.besu.privacy.contracts.generated
org.hyperledger.besu.tests.acceptance.*
- Temporarily exclude ethereum and evm submodule for doc lint checks.
- Run the javadoc task using GitHub actions (use Java 17) to report any javadoc errors during the PR builds
- Updating plugin-api build.gradle with new hash as javadoc comments caused it to change
Signed-off-by: Usman Saleem <usman@usmans.info>
2 years ago
Sally MacFarlane
083b5d1e9b
rollback dco on push ( #4855 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
2 years ago
Sally MacFarlane
fa9f99d283
DCO check on main ( #4847 )
...
* run dco on push to main
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
* release branches
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
* add test-dco* branch
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
2 years ago
Jason Frame
b29cc88e46
Fix docker release workflow login ( #4826 )
...
Signed-off-by: Jason Frame <jason.frame@consensys.net>
2 years ago
Jason Frame
1c59bdc7d8
Docker release task for latest tags ( #4810 )
...
Signed-off-by: Jason Frame <jason.frame@consensys.net>
2 years ago
Jason Frame
1205e3a6f0
Docker release builds to no longer add latest tag ( #4791 )
...
Signed-off-by: Jason Frame <jason.frame@consensys.net>
Co-authored-by: Justin Florentine <justin+github@florentine.us>
2 years ago
Antoine Toulme
f838572ec8
separate dco from spotless, make dco only run for pull requests. Run on workflow dispatch on demand ( #4165 )
...
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
2 years ago
Antoine Toulme
b7cea68d65
move some easy build jobs (DCO, Spotless) over to github ( #4161 )
...
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
2 years ago
Danno Ferrin
d0c71c3bdc
Remove Sonar Integration ( #4135 )
...
Sonar has been removed from the build workflow. This PR removes all
configuration and code markings that were used to facilitate it.
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
2 years ago
Joshua Fernandes
c0631cf2b1
Create sonarcloud.yml ( #3967 )
...
* Create sonarcloud.yml
Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net>
2 years ago
Sally MacFarlane
834d13d8b3
Attempt to fix CodeQL OOM ( #3877 )
...
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Joshua Fernandes
57c71fdb10
adding codeql to besu to check for quality ( #3774 )
...
Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
bgravenorst
fa0e9eb556
Update the PR template to include a documentation checklist item. ( #3629 )
...
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
3 years ago
Sally MacFarlane
70d08c2ca4
added extra info to issue template ( #3551 )
...
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Adrian Sutton
c2e5fcb905
Add GitHub action to verify gradle-wrapper.jar ( #3503 )
...
Checks that the gradle wrapper jar is from an official release.
See https://github.com/gradle/wrapper-validation-action for more details.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
3 years ago
Danno Ferrin
5e0301a749
Update Repo for `main` branch ( #2608 )
...
Switch from `master` to `main` for the default branch
* Update CircleCI configuration
* Update Gradle snapshot detection
* Update issue templates
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
3 years ago
Ry Jones
f2e6f845f2
Update repolinter.yml ( #2083 )
...
Use current container image
Remove step which saves results to a file
Signed-off-by: Ry Jones <ry@linux.com>
4 years ago
Ry Jones
efc80e460b
Update Repolinter action ( #2053 )
...
Saves report for download
Allows manual running
Signed-off-by: Ry Jones <ry@linux.com>
4 years ago
Danno Ferrin
cfb01ab4b6
Repolinter ( #2016 )
...
Add Hyperledger standard Repolinter github action.
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
4 years ago
Sally MacFarlane
44fc8e325b
updated links ( #1816 )
...
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
MadelineMurray
0fbe21b950
Updated PR template to add changelog checkbox ( #1293 )
...
Signed-off-by: Madeline <madeline.murray@consensys.net>
4 years ago
Joshua Fernandes
d6a2394e2d
Migrating Pantheon to Besu ( #1945 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Eric Kellstrand
7394ad7c05
Cleaned up outstanding TODOs in documentation ( #192 )
...
- Created CLA.md
- Updated Gitter URLs
- Updated Role definitions
- deleted java-modules.md. If written, it belongs in the JavaDoc package.hmtl
- Removed broken index link to Documentation Style Guide
- Fixed broken link to PR labels
- Converted issue templates to comment out each line individually
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Eric Kellstrand
0ce5817857
Clean up issue template ( #183 )
...
* Cleaned up the github Issue Template
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
mbaxter
0de9a1a614
Simplify PR template ( #142 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Chris Mckay
25f1d39891
[MINOR] Fixed tickbox syntax in PR template ( #131 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
mark-terry
454a787a8d
[NC-1773] Minor OSS documentation tweaks. ( #122 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Sally MacFarlane
71bb9d5598
PR template reduce ( #90 )
...
* reduced the content
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Eric Kellstrand
19ded95bcc
[NC-1540] First Draft of OSS Roles & Std OSS Documenation ( #53 )
...
[NC-1699] Fill in download badge links once artifacts exist on bintray
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Eric Kellstrand
feee715f6f
[NC-1540] First Draft of OSS Roles & Std OSS Documenation ( #29 )
...
* [NC-1540] First Draft of OSS Roles & Std OSS Documentation
- OSS Docs & Templates
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago