Mike Drob
08e38d3452
LUCENE-9488 Create Release Artifacts with Gradle ( #1905 )
...
* Build Lucene binary distribution using Gradle
* Generate SHA-512 checksums for all release artifacts
* Update documentation artifacts included in binaries
* Delete some additional Ant relics
Co-authored-by: Dawid Weiss <dawid.weiss@carrotsearch.com>
Co-authored-by: Uwe Schindler <uschindler@apache.org>
2020-10-08 14:25:51 -05:00
Robert Muir
784ede4eda
LUCENE-9215: replace checkJavaDocs.py with doclet ( #1802 )
...
This has the same logic as the previous python, but no longer relies
upon parsing HTML output, instead using java's doclet processor.
The errors are reported like "normal" javadoc errors with source file
name and line number and happen when running "gradlew javadoc"
Although the "rules" are the same as the previous python, the python had
some bugs where the checker didn't quite do exactly what we wanted, so
some fixes were applied throughout.
Co-authored-by: Dawid Weiss <dawid.weiss@carrotsearch.com>
Co-authored-by: Uwe Schindler <uschindler@apache.org>
2020-09-02 08:29:17 -04:00
Alexandre Rafalovitch
a57ba25400
SOLR-14783: Remove DIH from 9.0 ( #1794 )
...
* Remove DIH example directory
* Remove contrib code directories
* Remove contrib package related configurations for build tools
* Remove mention of DIH example
* remove dih as build dependencies and no-longer needed version pins
* Remove README references to DIH
* Remove dih mention from the script that probably does need to exist at all
* More build artifact references
* More removed dependencies leftovers (licenses/versions)
* No need to smoke exclude DIH anymore
* Remove Admin UI's DIH integration
* Remove DIH from shortname package list
* Remove unused DIH (related? not?) dataset
Unclear what is happening here, but there is no reference to that directory anywhere else
The other parallel directories ARE referenced in a TestConfigSetsAPI.java
* Hidden Idea files references
* No DIH to ignore anymore
* Remove last Derby DB references
* Remove DIH from documentation
Add the information in Major Changes document with the link to the external repo
* Added/updated a mention to CHANGES
* Fix leftover library mentions
* Fix Spellings
2020-08-29 10:52:04 -04:00
Jan Høydahl
18e5f21178
LUCENE-9485: Check early if Solr port 8983 is available ( #1792 )
2020-08-28 10:08:40 +02:00
S N Munendra
d2cc022fcf
Fix syntax warning in smokeTestRelease.py ( #1746 )
...
while verifying the 8.6.1 release with latest python(3.8.5), observed
one SyntaxWarning.
https://adamj.eu/tech/2020/01/21/why-does-python-3-8-syntaxwarning-for-is-literal/
2020-08-13 21:15:28 +05:30
Mike Drob
cd9375a6f9
LUCENE-9266 Update smoke test for gradle
2020-03-26 13:46:55 -05:00
Alan Woodward
232d940c98
Really fix python syntax in smoke tester
2020-03-12 14:41:12 +00:00
Alan Woodward
f312ca327f
Fix python syntax in smoke tester
2020-03-12 12:06:38 +00:00
Alan Woodward
26a32d79cc
Changes to release scripts for 8.5 release
...
* Warning message in releaseWizard about setting GPG_TTY
* Download GPG keys from new location
* Correct git commands in release wizard
2020-03-12 09:10:28 +00:00
Adrien Grand
46bda6bea0
SOLR-12930: Include `dev-docs` in the expected list files for the source archive.
...
Otherwise the smoke tester fails.
2020-03-04 08:59:57 +01:00
Nicholas Knize
78655239c5
LUCENE-8369: Remove obsolete spatial module
2020-01-16 11:22:05 -06:00
Alan Woodward
df3011a539
LUCENE-8766: Add monitor sub-project to smoke tester
2019-06-20 17:32:23 +01:00
Jan Høydahl
44287d4206
LUCENE-8837 smokeTestRelease.py option --download-only ( #702 )
...
* LUCENE-8837: smokeTestRelease.py option --download-only
Move download() and check_and() functions to scriptutil
Add cwd param to run() function in scriptutil
Move the check_ant function from buildAndPushRelease into scriptutil.py, and let it return the version.
2019-06-11 10:17:10 +02:00
Jan Høydahl
8d6fd7298f
LUCENE-8818: Fix smokeTestRelease.py encoding bug
2019-06-06 21:42:24 +02:00
Uwe Schindler
faaee86efb
LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738)
...
Co-authored-by: Adrien Grand <jpountz@apache.org>
2019-04-16 14:00:09 +02:00
Tomoko Uchida
6e28cd60a8
LUCENE-2562: Fix smoker for 'luke' module.
2019-04-13 01:24:05 +09:00
Jan Høydahl
03c9c04353
LUCENE-8493: Stop publishing insecure .sha1 files with releases
2018-09-26 15:31:26 +02:00
Jim Ferenczi
a02959c87e
LUCENE-8500: Fix release smoke test to always use the downloaded KEYS file
2018-09-15 21:28:12 +02:00
Jan Høydahl
5b96f89d2b
LUCENE-5143: Fix smoketester, fix RM PGP key check, fix solr DOAP file, add CHANGES entry
...
Remove unused/stale 'copy-to-stage' and '-dist-keys' targets from ant build
2018-09-11 22:39:19 +02:00
Jan Høydahl
60ae7be407
LUCENE-7935: Keep md5/sha1 checksums for maven artifacts
2018-04-05 02:18:04 +02:00
Jan Høydahl
9e780ba564
LUCENE-7935: Publish .sha512 hash files with the release artifacts
2018-03-28 09:14:03 +02:00
Alan Woodward
f2e3b109e6
LUCENE-8224: Allow releases to be built with ant 1.10
...
Also adds a check to common-build.xml to fail early with ant 1.10.2, which
has a bug that prevents lucene from building.
2018-03-26 14:06:54 +01:00
Uwe Schindler
aae07d9572
LUCENE-8155: Fix Solr example with Java 9 (was a problem when reverting an old commit)
2018-03-19 15:35:34 +01:00
Erick Erickson
1fe45606b9
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-02-26 20:35:12 -08:00
Uwe Schindler
f70477db01
LUCENE-8155: Disable Smoker Javadocs checking on Java 9 (like in Ant)
2018-02-09 23:31:41 +01:00
Uwe Schindler
1938631307
LUCENE-8155: Add support for Java 9 in smoke tester
2018-02-09 19:53:49 +01:00
Ishan Chattopadhyaya
c8e0e939e4
SOLR-11183: V2 APIs are now available at /api endpoint
2017-08-20 21:00:15 +05:30
Chris Hostetter
56ad1a7a9b
SOLR-10494: fix smoker
2017-07-24 15:36:29 -07:00
Mike Drob
5b484806a0
LUCENE-5822 fix smoke test for renamed README
2017-07-01 16:10:51 -07:00
Steve Rowe
1d316ea4cb
LUCENE-7793: smokeTestRelease.py should run documentation-lint
2017-04-28 09:58:02 -04:00
Cao Manh Dat
faeb1fe8c1
SOLR-8045: Fix smokeTestRelease.py from precommit
2017-03-14 08:30:38 +07:00
Cao Manh Dat
0fb386a864
SOLR-8045: Deploy V2 API at /v2 instead of /solr/v2
2017-03-11 10:30:52 +07:00
Steve Rowe
98f75723f3
LUCENE-7542: Remove debug printing of parsed versions
2016-11-30 17:07:48 -05:00
Steve Rowe
7d7e362d6f
LUCENE-7542: Release smoker should fail when CHANGES.txt has a release section for a future release
2016-11-17 12:58:59 -05:00
Mikhail Khludnev
a209c4e8c2
LUCENE-7534: fix smokeTestRelease.py to work on Cygwin
2016-11-11 19:37:16 +00:00
Mike McCandless
2a337c3994
also accept ant 1.9.x in JAR manifest
2016-08-21 04:50:02 -04:00
Steve Rowe
02346be64f
- Modernize example usage
...
- Fail if script version is incompatible with release version
2016-05-25 16:09:22 -04:00
Uwe Schindler
b9caf83bfa
LUCENE-7292: Use '-release' instead of '-source/-target' during compilation on Java 9+ to ensure real cross-compilation
2016-05-20 22:20:39 +02:00
Steve Rowe
5fb11323b6
SOLR-9109: add missing comma in smokeTestRelease.py extras list
2016-05-16 19:31:18 -04:00
Steve Rowe
e545c696c3
SOLR-9109: tell the smoke tester and the check-lib-versions target about the renamed Ivy settings files
2016-05-16 18:51:12 -04:00
David Smiley
e490b329b3
SOLR-6926: fix smokeTestRelease.py to stop calling ant example.
2016-03-08 14:36:04 -05:00
Mike McCandless
9617d3d400
fix smoke tester to understand newly old index
2016-03-07 10:38:04 -05:00
nknize
89db4950b9
LUCENE-7015: Refactor spatial module to spatial-extras
...
Refactors non GeoPoint* classes from existing spatial module to a new spatial-extras module. dev-tools, build, and project files are updated to include new spatial-extras module.
2016-02-29 16:18:39 -06:00
Steve Rowe
ef965661ab
LUCENE-7024, LUCENE-6938: fix smoke tester to pull pom.xml.template files from the Solr source distribution instead of from svn
...
(cherry-picked branch_5_5 commit f6a1bbf
)
2016-02-14 19:27:26 -05:00
Mike McCandless
4d094975d9
LUCENE-6938: fix some places in smoke tester to accept git commit hash instead of svn revison
...
Conflicts:
dev-tools/scripts/smokeTestRelease.py
2016-02-11 15:22:22 -05:00
Steven Rowe
5db6df0ca2
LUCENE-6955: The release smoke tester inappropriately requires back compat index testing for versions not less than the one being smoke tested
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723956 13f79535-47bb-0310-9956-ffa450edef68
2016-01-10 19:42:37 +00:00
Upayavira
db65c81526
Fix smoke test to handle HTTPS dist URLs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718469 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 21:21:05 +00:00
Timothy Potter
7e5ef2da07
SOLR-7923: Rework the smoke tester to the techproducts example using bin/solr script to do all the work
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695934 13f79535-47bb-0310-9956-ffa450edef68
2015-08-14 16:00:12 +00:00
Uwe Schindler
3e406606ed
SOLR-7227: Don't create the WAR file at all
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693143 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 19:04:21 +00:00
Timothy Potter
2eb704ef50
SOLR-7227: Solr distribution archive should have the WAR file extracted already
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692925 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 18:12:45 +00:00