Dawid Weiss
|
1ad6bc9361
|
LUCENE-9077: Allow locally staged files in git status precommit check.
|
2020-01-20 09:36:14 +01:00 |
Dawid Weiss
|
44c203d72f
|
Add workaround for https://github.com/palantir/gradle-consistent-versions/issues/383
|
2020-01-15 11:44:21 +01:00 |
Dawid Weiss
|
e6d85cd4bc
|
Cleaning up minor things in rat task.
|
2020-01-15 10:07:24 +01:00 |
Mike
|
c9e7eebe28
|
Add RAT check using Gradle (#1157)
Merging Apache rat checks.
|
2020-01-15 09:55:41 +01:00 |
Dawid Weiss
|
4a8762cc2c
|
Add javadoc generation/linter to precommit.
|
2020-01-13 19:11:43 +01:00 |
Dawid Weiss
|
34aa8714d8
|
Correct class->classname.
|
2020-01-10 12:53:30 +01:00 |
Dawid Weiss
|
b4d26f94d3
|
Don't load all of groovy's tasks, just groovy.
|
2020-01-10 12:51:46 +01:00 |
Dawid Weiss
|
39a5323999
|
Add config file sanity check for precommit.
|
2020-01-10 12:49:04 +01:00 |
Dawid Weiss
|
109444fc5b
|
Add an equivalent of validate-source-patterns task, delegating to the same groovy script.
|
2020-01-10 12:02:30 +01:00 |
Dawid Weiss
|
c7ed133910
|
LUCENE-9122: upgrade gradle wrapper to 6.0.1. Relax JVM requirement to require at least Java 11. We can't even check for higher bound because gradle itself breaks before it can execute the check script. I verified locally and it works with 11-13.
|
2020-01-09 14:13:32 +01:00 |
Dawid Weiss
|
7a12c89ce6
|
Move precommit dependencies to precommit for clarity.
|
2020-01-08 14:20:16 +01:00 |
Dawid Weiss
|
c9c0bab2eb
|
Ensure versions.props contains sorted entries (like check-lib-versions did for ant).
|
2020-01-03 16:04:12 +01:00 |
Dawid Weiss
|
37fb4a5f49
|
Verify lock state on precommit.
|
2020-01-03 15:53:29 +01:00 |
Dawid Weiss
|
ae4a2e381d
|
Hook up license checks to precommit.
|
2020-01-03 15:50:04 +01:00 |
Dawid Weiss
|
797f571fc3
|
Hook up forbidden apis to precommit.
|
2020-01-03 15:35:15 +01:00 |
Dawid Weiss
|
8b03a7104e
|
Add a precommit placeholder task and working copy's git status check.
|
2020-01-03 15:22:36 +01:00 |
Dawid Weiss
|
ca8661bc3a
|
Reworked dependency resolution for license checks to work around a problem with gradle. Consolidated licenses with the ant build (excluding some jars from the ref-guide).
|
2019-12-30 14:05:08 +01:00 |
Dawid Weiss
|
7c762c969a
|
Allow simultaneous call to sha regeneration and validation by introducing soft ordering constraint.
|
2019-12-18 14:54:13 +01:00 |
Dawid Weiss
|
d2d28329ef
|
Changed license checksum regeneration task name to updateLicenses.
|
2019-12-18 14:14:39 +01:00 |
Dawid Weiss
|
0e2a493446
|
Add transitive Lucene dependencies so that Solr licenses/ folder is (more) consistent with ant. This is an insane hack at the build-level. Mark it for removal once we get rid of ant.
|
2019-12-17 15:02:08 +01:00 |
Dawid Weiss
|
faadb65202
|
Regenerate checksum for a single dependency once. Add trailing newline for consistency with ant code.
|
2019-12-17 14:27:25 +01:00 |
Dawid Weiss
|
8906c2ddbe
|
Merge forbidden APIs rules.
|
2019-12-17 13:39:10 +01:00 |
Dawid Weiss
|
401ddc6dd1
|
Upgrade gradlew. Add environment sanity check.
|
2019-12-16 15:23:06 +01:00 |
Dawid Weiss
|
208d094262
|
Remove checksum files from ref guide.
|
2019-12-13 17:09:25 +01:00 |
Dawid Weiss
|
3aff1664e5
|
updateChecksums, validation of dangling unreferenced files under licenses/. Separated licenses-gradle for Solr for now (doesn't include transitive Lucene dependencies).
|
2019-12-13 15:07:59 +01:00 |
Dawid Weiss
|
d8cac07d2a
|
Sort output of dangling license files.
|
2019-12-13 14:03:06 +01:00 |
Dawid Weiss
|
4500f0e327
|
Consolidating versions between gradle and ant.
|
2019-12-13 13:31:23 +01:00 |
Dawid Weiss
|
25fc0487a1
|
Working jar checksums and aligned with ant build.
|
2019-12-13 12:12:29 +01:00 |
Dawid Weiss
|
73e8b49f0d
|
Align versions with ant build.
|
2019-12-13 12:01:26 +01:00 |
Dawid Weiss
|
a392a83558
|
Add support for validating the presence of licenses and notices.
|
2019-12-12 19:25:46 +01:00 |
Dawid Weiss
|
453eee3987
|
Initial work on jar checksums/ license file validation.
|
2019-12-11 18:41:27 +01:00 |
Dawid Weiss
|
85e0e4fb75
|
Add a workaround for the problem of forbiddenApis not running upon changing just the rules/ rulesets.
|
2019-12-03 18:41:11 +01:00 |
Dawid Weiss
|
0247f02a70
|
Only apply log4j rules to Solr.
|
2019-12-03 15:18:10 +01:00 |
Dawid Weiss
|
a6d6d633d5
|
Apply servlet APIs to just Solr.
|
2019-12-03 14:43:50 +01:00 |
Dawid Weiss
|
6461909129
|
Port forbidden APIs. See gradlew :helpForbiddenApis to see how rules are applied automatically based on the set of dependencies of a project.
|
2019-12-03 14:40:35 +01:00 |