Commit Graph

1118 Commits

Author SHA1 Message Date
Steve Rowe 74bd5d5658 Handle the case of checking out a remote branch that has never been checked out locally before 2018-06-19 22:21:26 -04:00
Steve Rowe d04acc95f0 Actually checkout the tip of the branch instead of just saying we will 2018-06-19 19:33:54 -04:00
Ishan Chattopadhyaya ea62949542 Adding 6.6.4 release to DOAP 2018-05-18 15:25:50 +05:30
Steve Rowe 9cbaf327e8 install asciidoctor gem before jekyll-asciidoc, to prevent installation of a too-new version of asciidoctor 2018-05-17 17:32:41 -04:00
Steve Rowe 99c4adfb6a Pin asciidoctor gem to v1.5.6.2 to avoid behavior changes in v1.5.7 2018-05-17 14:42:12 -04:00
Cao Manh Dat fd3e0255dc Update doap files with 7.3.1 release 2018-05-15 08:56:23 +07:00
Jim Ferenczi e851b89cbe LUCENE-8231: Add a new analysis module (nori) similar to Kuromoji but to handle Korean
This change adds a korean analyzer in a new analysis module named nori. It is similar
to Kuromoji but uses the mecab-ko-dic dictionary to perform morphological analysis of Korean
text.
2018-04-13 11:26:42 +02:00
Steve Rowe a12d398874 SOLR-12205,SOLR-7887: fix maven javadoc generation by removing unrecognized annotation processing directive 2018-04-09 18:09:51 -04:00
Jan Høydahl 60ae7be407 LUCENE-7935: Keep md5/sha1 checksums for maven artifacts 2018-04-05 02:18:04 +02:00
Steve Rowe ef902f9d8e SOLR-7887: fix maven compilation by turning off annotation processing 2018-04-04 14:45:09 -04:00
Alan Woodward 3e17933ad8 Add 7.3.0 release to DOAP files 2018-04-04 17:59:48 +01:00
Steve Rowe 1ce72537b8 LUCENE-8106: add missing import 2018-03-29 13:51:39 -04:00
Jan Høydahl 9e780ba564 LUCENE-7935: Publish .sha512 hash files with the release artifacts 2018-03-28 09:14:03 +02:00
Varun Thacker bea6e2307b SOLR-7887: Log4J2 upgrade fixes 2018-03-26 11:32:03 -07: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
Steve Rowe 51a6bec48d SOLR-10912: fix routing of Solr non-contrib build output dirs (e.g. solr/core -> ../build/solr-core; previously -> ../build/core) 2018-03-21 11:31:11 -04:00
Steve Rowe 0c61c857c8 LUCENE-8106: Handle IncompleteRead exceptions while downloading the Jenkins log by retrying a limited number of times 2018-03-20 11:11:33 -04: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
Uwe Schindler ec9bc024e9 SOLR-11331: Ability to run and debug standalone Solr and a single node SolrCloud server from Eclipse. Also being able to run all Lucene and Solr tests as a configuration 2018-03-18 11:43:51 +01:00
Steve Rowe 298063eee7 SOLR-10912: personality fix: in solr-ref-guide, don't run compile and unit plugins. Also, consistently use curly brackets when interpolating variables 2018-03-15 20:18:28 -04:00
Steve Rowe ac9559d70d SOLR-10912: reverting personality plugins changes to include junit+unit and javac+compile, since this combo works, and neither one individually does. 2018-03-15 15:41:59 -04:00
Steve Rowe bd20e36d2d SOLR-10912: attempted personality plugins fix: trying just junit/javac instead of unit/compile (which didn't actually do anything at all) 2018-03-15 15:38:05 -04:00
Steve Rowe 63fde153d3 SOLR-10912: updating copy of Jenkins precommit job script: proc max limit code seems not to work on jenkins slaves, so put it at a fixed 10k; added customization of artifact url so console output links in the JIRA comment report work properly; no longer attempting to cache the yetus download, since it always downloads every time anyway. 2018-03-15 15:26:14 -04:00
Steve Rowe cc1ad49e72 SOLR-10912: excluding apparently unnecessary plugins: 'junit' and 'javac' (the 'unit' and 'compile' plugins are producing output but the 'j' ones aren't) 2018-03-15 15:26:14 -04:00
Steve Rowe 12372530a8 SOLR-10912: Add scripts for automatic patch validation 2018-03-15 12:31:59 -04:00
Steve Rowe 378d799a22 Add release 6.6.3 to DOAP files 2018-03-06 12:54:22 -05:00
koji 6d66fc04b2 SOLR-11795: Add Solr metrics exporter for Prometheus 2018-03-05 15:36:32 +09:00
Erick Erickson 1fe45606b9 SOLR-12028: BadApple and AwaitsFix annotations usage 2018-02-26 20:35:12 -08:00
Steve Rowe 41af8bd16a LUCENE-8106: stop parsing ANT_OPTS from Jenkins log 2018-02-26 18:47:18 -05:00
Steve Rowe 606e91c2ae LUCENE-8106: fix module regex to recognize Windows path backslashes 2018-02-26 18:43:52 -05:00
koji 720eba0ae4 Revert "SOLR-11795: add more stuff under dev-tools for prometheus-exporter"
This reverts commit df0f141907.
2018-02-24 10:25:23 +09:00
Steve Rowe 88e00d0889 LUCENE-8106: collect Ant test sysprops from Jenkins log and add them to test repro lines 2018-02-23 19:22:49 -05:00
koji df0f141907 SOLR-11795: add more stuff under dev-tools for prometheus-exporter 2018-02-23 10:50:04 +09:00
Steve Rowe edd54e551d LUCENE-8106: add cmdline option --no-git to avoid all git usage; replaces --no-fetch cmdline option 2018-02-22 16:52:09 -05:00
Steve Rowe e71286c826 LUCENE-8106: always fast-forward merge after checkout 2018-02-16 10:45:46 -05:00
Steve Rowe a07493d508 LUCENE-8106: reproduceJenkinsFailures.py improvements: add cmdline option parsing; sort max failures to the bottom of the report; retest at branch tip first with and then without the seed if 100% of iterations fail. 2018-02-13 23:49:13 -05:00
Christine Poerschke fa0aa34bdc LUCENE-8167: fail precommit on incompleteEnumSwitch 2018-02-13 17:37:53 +00:00
Uwe Schindler bc0d6fb6ed LUCENE-7966: Add comment to Maven readme that MR-JAR is not supported and resulting artifacts are not identical to official Ant build 2018-02-10 20:39:05 +01: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
Steve Rowe 03095ce4d2 SOLR-11592: Add OpenNLP language detection to the langid contrib 2018-01-17 11:29:17 -05:00
Jim Ferenczi 518a3ec14b Update doap files with 7.2.1 release 2018-01-15 09:59:11 +01:00
Steve Rowe f7e166e7c1 Add script to attempt to reproduce failing tests from a Jenkins log 2018-01-08 21:36:55 -05:00
Erick Erickson 7e321d70df SOLR-11701: Upgrade to Tika 1.17 when available 2017-12-24 17:03:00 -08:00
Steve Rowe 67e1b4a19b Remove extra <release> tag 2017-12-21 17:36:06 -05:00
Adrien Grand 63cba40931 Update doap files with 7.2.0 release. 2017-12-21 17:58:57 +01:00
Alan Woodward d9695cca55 LUCENE-8104: Remove facet module compile-time dependency on queries 2017-12-20 13:22:12 +00:00
Alan Woodward 79073fafd3 LUCENE-8099: Fix IntelliJ dependencies 2017-12-19 08:52:55 +00:00
Steve Rowe 3e2f9e62d7 LUCENE-2899: Add OpenNLP Analysis capabilities as a module 2017-12-15 11:24:18 -05:00
Alan Woodward 1d2787464f LUCENE-7994: Add facets lib/ directory to IntelliJ setup 2017-11-03 13:53:27 +00:00
Steve Rowe 8388b195cf Don't add sorted indexes for non-back-compat versions 2017-10-26 17:13:26 -04:00
Steve Rowe 3698acf321 addBackCompatIndexes.py: Don't generated sorted indexes for versions < 6.2 2017-10-24 12:30:30 -04:00
Steve Rowe 12adb158fb Add 5.5.5 releases; move 6.6.2 releases where they belong 2017-10-24 11:12:29 -04:00
Christine Poerschke 05559358fa Update xsi:schemaLocation in pom.xml.template files. 2017-10-23 15:37:46 +01:00
Ishan Chattopadhyaya a9dc7e4a03 DOAP entries for 6.6.2 release 2017-10-18 13:47:43 +05:30
Shalin Shekhar Mangar 51d7543fde Adding release 7.1.0 to doap files 2017-10-17 14:10:47 +05:30
Steve Rowe dabb9ed325 LUCENE-7995: 'ant stage-maven-artifacts' should work from the top-level project directory, and should provide a better error message when its 'maven.dist.dir' param points to a non-existent directory 2017-10-16 16:00:14 -04:00
Shalin Shekhar Mangar b8e50f3824 Use the right root dir with the --no-prepare option 2017-10-11 12:53:23 +05:30
Steve Rowe 74b407d188 Add Lucene & Solr 7.0.1 2017-10-06 16:21:41 -04:00
Steve Rowe 080232f3d1 LUCENE-7985: maven build: update forbiddenapis to 2.4.1 2017-10-04 23:12:32 -04:00
Steve Rowe 93d8e428ea SOLR-10842: Convert all remaining {{quickstart.html}} links to {{guide/solr-tutorial.html}}; remove all references to quickstart from the build; and version the link to the ref guide's tutorial in Solr's versioned top-level documentation page. 2017-10-04 15:25:20 -04:00
Steve Rowe 4392500a3b LUCENE-7911: allow javadoc links containing 'lucene.apache.org/solr/guide/' 2017-10-04 12:30:48 -04:00
Steve Rowe 2a13e783f9 buildAndPushRelease.py: use wait() instead of poll() to check for process completion 2017-10-02 13:34:56 -04:00
Steve Rowe 0062e99920 LUCENE-6673: Maven build fails for target javadoc:jar. 2017-10-01 19:03:55 -04:00
Steve Rowe ae5caf3fa6 addBackcompatIndexes.py: only create moreterms, dvupdates, and empty indexes on unstable branch 2017-09-30 23:22:46 -04:00
Steve Rowe 0e8d9411b0 addBackcompatIndexes.py: 4 space indent instead of 6 for new index names; check previous line when deciding whether there are previous versions. 2017-09-30 23:20:51 -04:00
Steve Rowe 5afd41de11 addBackcompatIndexes.py: Create 'sorted' indexes; on major releases, produce moreterms, dvupdates, and empty indexes. Add 7.0.0 indexes. 2017-09-30 20:44:01 -04:00
Steve Rowe 39ba1c3da5 SOLR-11406: Solr 7.0 cannot read indexes from 6.x versions 2017-09-29 16:33:07 -04:00
Steve Rowe 001fa289e4 SOLR-11382: Maven build: Build the test-jar for lucene-spatial3d, which lucene-spatial tests now depend on 2017-09-25 20:09:27 -04:00
David Smiley 035523ba7a LUCENE-7951: Spatial4j implementations using Geo3d 2017-09-20 23:09:46 -04:00
Anshum Gupta 171b3739ba Adding lucene and solr 7.0.0 release info to the doap files 2017-09-20 17:04:21 -07:00
Varun Thacker 2a8d9b0e6c Update DOAP files with 6.6.1 release 2017-09-06 22:15:44 -07:00
Anshum Gupta 47e7fbc4dc GPG Password checker throws error only when process has not been terminated 2017-08-28 14:46:27 -07: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
markrmiller ffd76a6977 SOLR-10338: Configure SecureRandom non blocking for tests. 2017-07-20 13:40:05 -04:00
Steve Rowe 65cc88de7d SOLR-10568: Add gpg key import note to the Jenkins script 2017-07-14 14:39:40 -04:00
Steve Rowe 15e3e22f09 SOLR-10568: Add Jenkins script to download and locally install the software needed to build the Solr ref guide, and then build it. 2017-07-14 14:17:15 -04:00
Anshum Gupta 07a63587a4 fix addVersion to also bump up version for default test configset 2017-07-10 18:16:20 -07:00
Uwe Schindler 80ae5e29d5 LUCENE-5822: Remove python binary temp artifact 2017-07-02 12:32:09 +02:00
Mike Drob 5b484806a0 LUCENE-5822 fix smoke test for renamed README 2017-07-01 16:10:51 -07:00
Tommaso Teofili 92e460389d LUCENE-7838 - removed dep from sandbox, created a minimal FLT version specific for knn classification 2017-06-29 10:01:49 +02:00
Alan Woodward 2f2e00ffe2 LUCENE-7737: Remove spatial-extras dependency on queries module 2017-06-27 15:53:39 +01:00
Noble Paul f43f89ee6c SOLR-10868: add solrj resource dir to module paths 2017-06-11 09:42:28 +09:30
Ishan Chattopadhyaya 23adc2b0a0 Adding 6.6.0 release version number 2017-06-07 08:05:38 +05:30
Christine Poerschke 445ceda01c LUCENE-7858: checkJavadocLinks.py to mention common root causes of broken links 2017-06-02 10:40:53 +01:00
Ishan Chattopadhyaya cb97ad787a SOLR-10004: Making the description of the failure more clear 2017-05-29 22:54:26 +05:30
Tommaso Teofili bd9e32d358 LUCENE-7838 - added knn classifier based on flt 2017-05-18 14:36:18 +02:00
jdyer1 e61b5b34bf SOLR-10617: JDBCStream to support additional types, minor refactoring to separate out CalciteJDBCStream, upgrade hsqldb for JDBCStream & DIH tests. 2017-05-12 08:44:16 -05:00
Steve Rowe e2521b2a8b SOLR-9596: Add Solr support for SimpleTextCodec, via <codecFactory class=solr.SimpleTextCodecFactory/> in solrconfig.xml (per-field specification in the schema is not possible). 2017-04-28 15:36:50 -04:00
Steve Rowe 929126a489 LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint 2017-04-28 10:14:38 -04:00
Steve Rowe 1d316ea4cb LUCENE-7793: smokeTestRelease.py should run documentation-lint 2017-04-28 09:58:02 -04:00
Jim Ferenczi b418c31308 update doap files with Lucene / Solr 6.5.1 release 2017-04-27 13:06:39 +02:00
Christine Poerschke b767d61b9e LUCENE-7746: precommit to ignore less and (potentially) error more 2017-04-12 10:03:38 +01:00
Andrzej Bialecki e30cc70fdd SOLR-9959: SolrInfoMBean-s category and hierarchy cleanup. 2017-04-11 19:22:23 +02:00
Mark Miller 0bf7a5ff33 SOLR-10338: Revert configure SecureRandom non blocking for tests. (reverted from commit 0445f8200e) 2017-04-03 22:00:08 -03:00
markrmiller 0445f8200e SOLR-10338: Configure SecureRandom non blocking for tests. 2017-03-31 10:53:20 -04:00
Jim Ferenczi 013601f053 Update project doap files with 6.5.0 release 2017-03-25 18:44:39 +01:00
Steve Rowe 53e5f34f66 SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell 2017-03-24 12:31:16 -04:00
Steve Rowe d60849f377 LUCENE-7748: buildAndPushRelease.py should fail if the project DOAP files are missing releases that are less than the release being produced 2017-03-18 15:09:43 -04:00