-
Notifications
You must be signed in to change notification settings - Fork 135
Comparing changes
Open a pull request
base repository: palantir/gradle-baseline
base: 3.48.0
head repository: palantir/gradle-baseline
compare: develop
Commits on Nov 4, 2020
-
Allow ErrorProne to qualify JavaTimeSystemDefaultTimeZone fix types (#…
…1533) Allow ErrorProne to qualify JavaTimeSystemDefaultTimeZone fix types
Configuration menu - View commit details
-
Copy full SHA for a4473c5 - Browse repository at this point
Copy the full SHA a4473c5View commit details
Commits on Nov 10, 2020
-
Update maven-dependency-analyzer (#1537)
Update maven-dependency-analyzer
Configuration menu - View commit details
-
Copy full SHA for 0e768c4 - Browse repository at this point
Copy the full SHA 0e768c4View commit details -
Excavator: Upgrades gradle wrapper to the latest version (#1538)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for a095ffc - Browse repository at this point
Copy the full SHA a095ffcView commit details
Commits on Nov 11, 2020
-
Excavator: Render CircleCI file using template specified in .circleci…
…/template.sh (#1539) Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for dc094f2 - Browse repository at this point
Copy the full SHA dc094f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 958e339 - Browse repository at this point
Copy the full SHA 958e339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29bfa00 - Browse repository at this point
Copy the full SHA 29bfa00View commit details -
Excavator: Upgrades Baseline to the latest version (#1515)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for d72a60a - Browse repository at this point
Copy the full SHA d72a60aView commit details -
Excavator: Upgrade dependencies (#1536)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 2e86c84 - Browse repository at this point
Copy the full SHA 2e86c84View commit details
Commits on Nov 12, 2020
-
Excavator: Upgrade dependencies (#1540)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 4e9f5c7 - Browse repository at this point
Copy the full SHA 4e9f5c7View commit details -
Excavator: Upgrade dependencies (#1541)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for f4c1fea - Browse repository at this point
Copy the full SHA f4c1feaView commit details -
Disable --release flag when --add-exports is used (#1542)
Disable --release flag when --add-exports is used
Configuration menu - View commit details
-
Copy full SHA for 06f16e6 - Browse repository at this point
Copy the full SHA 06f16e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6ed0f - Browse repository at this point
Copy the full SHA fb6ed0fView commit details -
Excavator: Upgrades Baseline to the latest version (#1543)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 1e0cb58 - Browse repository at this point
Copy the full SHA 1e0cb58View commit details
Commits on Nov 13, 2020
-
Excavator: Upgrade dependencies (#1544)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for d88af5f - Browse repository at this point
Copy the full SHA d88af5fView commit details
Commits on Nov 14, 2020
-
Excavator: Format Java files (#1545)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 86c8657 - Browse repository at this point
Copy the full SHA 86c8657View commit details
Commits on Nov 16, 2020
-
Excavator: Upgrade dependencies (#1547)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 9323ddf - Browse repository at this point
Copy the full SHA 9323ddfView commit details -
Excavator: Upgrades gradle wrapper to the latest version (#1548)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for f93de36 - Browse repository at this point
Copy the full SHA f93de36View commit details
Commits on Nov 17, 2020
-
checkstyle 8.36 -> 8.37 (and keep it up to date using excavator) (#1546)
checkstyle 8.36 -> 8.37, to benefit from some bugfixes to do with new java language features (e.g. records)
Configuration menu - View commit details
-
Copy full SHA for bbbaf43 - Browse repository at this point
Copy the full SHA bbbaf43View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba96225 - Browse repository at this point
Copy the full SHA ba96225View commit details -
New plugin: 'com.palantir.baseline-enable-preview-flag' (#1549)
Add the new line `apply plugin: 'com.palantir.baseline-enable-preview-flag'` to your subprojects block to enable the usage of unreleased java features (e.g. records, switch expressions, var keyword etc). Note, this plugin is a no-op on any project where you have a low sourceCompatibility.
Configuration menu - View commit details
-
Copy full SHA for 33f1db9 - Browse repository at this point
Copy the full SHA 33f1db9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f69c8 - Browse repository at this point
Copy the full SHA e7f69c8View commit details -
Fix regression in ./gradlew idea introduced in baseline 3.51.0 (#1551)
Fix regression in ./gradlew idea introduced in baseline 3.51.0
Configuration menu - View commit details
-
Copy full SHA for 03ebbce - Browse repository at this point
Copy the full SHA 03ebbceView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac49c3d - Browse repository at this point
Copy the full SHA ac49c3dView commit details -
Excavator: Upgrades Baseline to the latest version (#1550)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for b613a1f - Browse repository at this point
Copy the full SHA b613a1fView commit details
Commits on Nov 20, 2020
-
Add
PreventUsingIncubatingMethods
error-prone check (conjure) (#1554)* Add `PreventUsingIncubatingMethods` error-prone check An explicit check which warns against using incubating APIs; you can disable it on a per-project basis, or on a per-usage basis using @SuppressWarnings. * Rename check to 'IncubatingMethod' To be more in line with other checks. * Add conjure-lib test dependency, reusable matcher To ensure we get a compile break if @Incubating ever moves. * Fix entry in README, add changelog * Fix version lock & formatting
Michael "Tres" Brenan authoredNov 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 8ed48f5 - Browse repository at this point
Copy the full SHA 8ed48f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd766af - Browse repository at this point
Copy the full SHA fd766afView commit details -
Excavator: Upgrades Baseline to the latest version (#1555)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 99be1f7 - Browse repository at this point
Copy the full SHA 99be1f7View commit details
Commits on Nov 23, 2020
-
Improve the DangerousJsonTypeInfoUsage check (#1557)
Improve the DangerousJsonTypeInfoUsage check
Configuration menu - View commit details
-
Copy full SHA for db08aec - Browse repository at this point
Copy the full SHA db08aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d9c7b5 - Browse repository at this point
Copy the full SHA 2d9c7b5View commit details -
Excavator: Upgrades Baseline to the latest version (#1558)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 27bd5cb - Browse repository at this point
Copy the full SHA 27bd5cbView commit details -
Apply baseline-class-unqiueness by default (#1553)
* Apply baseline-class-unqiueness by default * Add generated changelog entries
Configuration menu - View commit details
-
Copy full SHA for 637487d - Browse repository at this point
Copy the full SHA 637487dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c99c138 - Browse repository at this point
Copy the full SHA c99c138View commit details
Commits on Nov 24, 2020
-
Excavator: Render CircleCI file using template specified in .circleci…
…/template.sh (#1556) * Excavator: Render CircleCI file using template specified in .circleci/template.sh * Use jdk flag and unit-test-15 Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com> Co-authored-by: fwindheuser <fwindheuser@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 02c9f15 - Browse repository at this point
Copy the full SHA 02c9f15View commit details
Commits on Nov 25, 2020
-
Excavator: Update conjure plugins and dependencies (#1562)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 3ef5f32 - Browse repository at this point
Copy the full SHA 3ef5f32View commit details -
Excavator: Upgrade dependencies (#1563)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for ed7f10d - Browse repository at this point
Copy the full SHA ed7f10dView commit details -
Excavator: Upgrade dependencies (#1564)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 012ed17 - Browse repository at this point
Copy the full SHA 012ed17View commit details -
baseline-format: can format build.gradle files (#1561)
`com.palantir.baseline-format` now understands how to format build.gradle files. This is opt-in by default, so you need to run `./gradlew format -Pcom.palantir.baseline-format.gradle-files=true` to try it, or add this property to your gradle.properties if you want to lock it in.
Configuration menu - View commit details
-
Copy full SHA for 8e4eb49 - Browse repository at this point
Copy the full SHA 8e4eb49View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8fd16 - Browse repository at this point
Copy the full SHA ae8fd16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d29a5 - Browse repository at this point
Copy the full SHA 61d29a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40551aa - Browse repository at this point
Copy the full SHA 40551aaView commit details -
Add error-prone CompileTimeConstantViolatesLiskovSubstitution check (#…
…1559) Add error-prone CompileTimeConstantViolatesLiskovSubstitution check
Configuration menu - View commit details
-
Copy full SHA for dce9342 - Browse repository at this point
Copy the full SHA dce9342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7ac96 - Browse repository at this point
Copy the full SHA 7a7ac96View commit details -
Excavator: Update conjure plugins and dependencies (#1566)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 6c6692d - Browse repository at this point
Copy the full SHA 6c6692dView commit details
Commits on Nov 26, 2020
-
Fix path sensitivity of compile tasks (#1568)
JavaCompile tasks should now get more build cache hits irrespective of the location of your repo on disk, as `baseline-errorprone` no longer injects an absolute path into `errorproneOptions.excludedPaths`.
Configuration menu - View commit details
-
Copy full SHA for 252ed9c - Browse repository at this point
Copy the full SHA 252ed9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b78896 - Browse repository at this point
Copy the full SHA 8b78896View commit details -
Excavator: Upgrade dependencies (#1569)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 5ec13f2 - Browse repository at this point
Copy the full SHA 5ec13f2View commit details -
Excavator: Update conjure plugins and dependencies (#1572)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 41d9801 - Browse repository at this point
Copy the full SHA 41d9801View commit details -
Excavator: Update conjure plugins and dependencies (#1573)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for c8de883 - Browse repository at this point
Copy the full SHA c8de883View commit details
Commits on Nov 27, 2020
-
Exclude generated sources from error-prone (#1571)
Exclude generated sources from error-prone
Configuration menu - View commit details
-
Copy full SHA for 44682aa - Browse repository at this point
Copy the full SHA 44682aaView commit details
Commits on Nov 30, 2020
-
Excavator: Upgrade dependencies (#1575)
Co-authored-by: svc-excavator-bot <svc-excavator-bot@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 8938dea - Browse repository at this point
Copy the full SHA 8938deaView commit details
There are no files selected for viewing