Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-07-16Bazel: Add workspace status command to stamp final artifactDavid Ostrovsky1-0/+45
2020-06-20Add new osgi fragments to maven-central deploy scriptsMatthias Sohn2-0/+4
2020-06-09Handle Fragment-Host declaration when updating versionMatthias Sohn1-0/+1
2020-01-27ErrorProne: Enable and fix UnusedException checkDavid Pursehouse1-0/+1
2020-01-24Remove Error-Prone ExpectedExceptionCheckerDavid Pursehouse1-1/+0
2020-01-04Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn1-38/+5
2019-11-26Merge branch 'stable-5.5'David Pursehouse1-3/+5
2019-11-26Merge branch 'stable-5.3' into stable-5.4David Pursehouse1-3/+5
2019-11-26Merge branch 'stable-5.2' into stable-5.3David Pursehouse1-3/+5
2019-11-26Merge branch 'stable-5.1' into stable-5.2David Pursehouse1-3/+5
2019-11-26Bazel: Use java_plugin and java_binary from @rules_java in jmh.bzlDavid Pursehouse1-3/+5
2019-11-05Merge branch 'stable-5.5'Matthias Sohn1-0/+66
2019-11-05Merge branch 'stable-5.3' into stable-5.4Matthias Sohn1-0/+66
2019-11-05Merge branch 'stable-5.2' into stable-5.3Matthias Sohn1-0/+66
2019-11-05Merge branch 'stable-5.1' into stable-5.2Matthias Sohn1-0/+66
2019-11-05Run JMH benchmarks using bazelMatthias Sohn1-0/+66
2019-09-23Bazel: Reuse version from .bazelversion for minimum used version checkDavid Ostrovsky1-0/+16
2019-09-08Merge branch 'stable-5.3' into stable-5.4Matthias Sohn1-0/+1
2019-09-08Format BUILD files with buildifierMatthias Sohn1-1/+1
2019-09-08Merge branch 'stable-5.2' into stable-5.3Matthias Sohn1-0/+1
2019-09-08Bazel: Add fixes for --incompatible_load_java_rules_from_bzlDavid Pursehouse1-0/+1
2019-08-09Increase severity of AmbiguousMethodReference to ERRORDavid Pursehouse1-1/+1
2019-08-08Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse1-1/+1
2019-06-22GlobalBundleCache: Fix ClassNewInstance warning from Error ProneDavid Pursehouse1-1/+1
2019-06-17Error Prone: Increase severity of NonOverridingEquals to ERRORDavid Pursehouse1-1/+1
2019-06-16Error Prone: Increase severity of ImmutableEnumChecker to ERRORDavid Pursehouse1-1/+1
2019-06-15Error Prone: Increase severity of ShortCircuitBoolean to ERRORDavid Pursehouse1-1/+1
2019-06-12Increase severity of OperatorPrecedence to ERROR, and fix instancesDavid Pursehouse1-1/+1
2019-06-11Merge branch 'master' into stable-5.4Matthias Sohn1-1/+1
2019-06-11ErrorProne: Increase severity of FutureReturnValueIgnored to ERRORDavid Pursehouse1-1/+1
2019-06-06Merge branch 'stable-5.3' into stable-5.4Matthias Sohn1-40/+42
2019-05-26Bazel: Increase severity of most error-prone checks to ERRORDavid Pursehouse1-39/+39
2019-05-26Enable error-prone checks by defaultDavid Pursehouse1-1/+3
2019-03-31[releng] Fix dependencies between featuresThomas Wolf1-16/+6
2019-03-03Bazel: Stop using native.git_repositoryDavid Pursehouse1-1/+3
2019-01-17Fix tools/version.shMatthias Sohn1-0/+11
2018-12-08Add new ssh bundles to Maven central scriptsMatthias Sohn2-0/+4
2018-11-08Bazel: Increase severity of ClassCanBeStatic to ERRORDavid Pursehouse1-1/+1
2018-11-06Bazel: Format tools/BUILD with buildifierDavid Pursehouse1-6/+6
2018-11-01Upgrade to Bazel 0.19.0David Ostrovsky2-2/+4
2018-09-30Bazel: Increase severity of DefaultCharset to ERRORDavid Pursehouse1-1/+1
2018-09-30Bazel: Increase severity of MissingFail to ERRORDavid Pursehouse1-1/+1
2018-09-25Bazel: Increase severity of ExpectedExceptionChecker to ERRORDavid Pursehouse1-1/+1
2018-09-22Bazel: Provide toolchain with activated error prone warningsDavid Ostrovsky1-0/+107
2018-08-31Merge branch 'stable-4.7' into stable-4.8David Pursehouse1-14/+13
2018-08-30Bazel: Format all build files with buildifier 0.15.0David Pursehouse1-14/+13
2017-04-05Fix version.sh to update version of imported jgit featuresMatthias Sohn1-0/+1
2017-01-18Implement initial framework of Bazel buildDavid Ostrovsky2-0/+17
2016-09-20Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn1-3/+3
2016-05-04Run Maven build in release.sh concurrently to speedup releaseMatthias Sohn1-2/+1

Back to the top