Adrien Grand
c074b97e79
LUCENE-8579: Don't run bad apples when building a release.
2018-11-30 09:42:20 +01:00
Cassandra Targett
1e3cc4861a
SOLR-12746: Simplify the Ref Guide HTML structure and use semantic HTML tags where possible. Adds new template files for Asciidoctor HTML conversion.
2018-11-05 09:07:01 -06:00
Jan Høydahl
03c9c04353
LUCENE-8493: Stop publishing insecure .sha1 files with releases
2018-09-26 15:31:26 +02:00
Jim Ferenczi
cecf31ed29
update project DOAP files to the latest 7.5.0 release
2018-09-24 09:22:32 +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
982ee3931b
LUCENE-5143: rm or formalize dealing with "general" KEYS files in our dist dir
2018-09-04 13:24:24 +02:00
Shalin Shekhar Mangar
055105ba0b
SOLR-12655: Adding nori to the list of dependencies of solr core's Intellij IDEA module
2018-08-17 14:17:05 +05:30
Steve Rowe
1ba5cff7b6
Don't run @BadApple tests when Yetus runs unit tests
2018-07-17 20:21:04 -04:00
Alexandre Rafalovitch
b7d14c50fb
SOLR-11694: Remove outdated UIMA module
2018-07-07 09:58:57 -04:00
Steve Rowe
302df4dbf3
fix 'gem uninstall' to remove ignore dependency conflicts
2018-07-05 15:03:41 -04:00
Steve Rowe
407e1500bb
fix 'gem uninstall' to remove all versions of the gem
2018-07-05 15:00:56 -04:00
Steve Rowe
6c0a03c578
First uninstall 'asciidoctor' gem before installing it, to remove unwanted versions
2018-07-05 14:58:10 -04:00
Steve Rowe
039dae76cb
Run 'rvm cleanup all' to remove old stuff
2018-07-05 14:53:44 -04:00
Ishan Chattopadhyaya
6d0ad625c8
DOAP changes for 6.6.5 release
2018-07-04 02:57:03 +05:30
Steve Rowe
95251c82ff
remove duplicate opening <release> tag
2018-06-27 05:25:00 -04:00
Adrien Grand
a1c73e9c1f
Add 7.4.0 to the doap files.
2018-06-27 09:33:46 +02:00
Steve Rowe
ee5aa87254
Remove duplicate 'git merge'
2018-06-20 10:16:12 -04:00
Steve Rowe
bcbcb16b6a
Make sure remote branch is available and tracked locally, and merge remote into local branch
2018-06-20 09:38:30 -04:00
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