summaryrefslogtreecommitdiffstats
path: root/lib/asciidoctor
Commit message (Expand)AuthorAgeFilesLines
* Move AsciiDoctor Java files to a java packageDave Borowitz2018-05-243-419/+1
* Switch to calling Files.newBufferedReader()Daniel Trebbien2017-12-282-7/+5
* Isolate gerrit:server rule in gerrit/server packageDavid Ostrovsky2017-10-311-1/+1
* Dissolve gerrit-server top-level directoryDavid Ostrovsky2017-10-311-1/+1
* Replace FileInputStream and FileOutputStream with static Files methodsHector Oswaldo Caballero2017-05-102-8/+8
* Merge "Remove an obsolete code comment from the AsciiDoctor class"David Pursehouse2017-03-141-4/+0
|\
| * Remove an obsolete code comment from the AsciiDoctor classSebastian Schuberth2016-11-161-4/+0
* | Format all Java files with google-java-formatDave Borowitz2017-02-072-67/+54
* | Remove Buck based buildDavid Ostrovsky2017-01-231-61/+0
* | Bazel: Reformat build filesDavid Ostrovsky2016-12-071-37/+37
|/
* Organize importsDavid Pursehouse2016-10-141-0/+1
* bazel: genasciidoc and genasciidoc_zip ruleYuxuan 'fishy' Wang2016-10-072-35/+81
* Port doc_indexer to bazelYuxuan 'fishy' Wang2016-09-282-2/+49
* Upgrade asciidoctorj to 1.5.4.1 and jruby-complete to 1.7.25David Pursehouse2016-08-191-4/+4
* Merge branch 'stable-2.12'David Pursehouse2016-08-191-1/+1
|\
| * Merge branch 'stable-2.11' into stable-2.12David Pursehouse2016-08-191-1/+1
| |\
| | * Add correct license for asciidoctorDavid Pursehouse2016-08-191-1/+1
* | | Add nop log to eliminate the asciidoctor warningYuxuan 'fishy' Wang2016-05-031-0/+1
* | | AsciiDoctor: Add missing @Override annotationDavid Pursehouse2016-05-021-0/+1
* | | Merge "Use default asciidoctor CSS style instead of doc.css"David Pursehouse2016-04-291-0/+10
|\ \ \
| * | | Use default asciidoctor CSS style instead of doc.cssSaša Živkov2016-04-071-0/+10
* | | | Add missing whitespace around keywords, operators and bracesDavid Pursehouse2016-04-111-1/+1
|/ / /
* | | Lucene: Add back the core-and-backward-codecs targetDavid Pursehouse2016-02-081-1/+1
* | | Remove support for pre-Lucene 5 indexesDave Borowitz2015-12-221-2/+2
|/ /
* | Consistently use character encoding constantsDavid Pursehouse2015-10-161-1/+3
* | Merge Lucene core and backward-codecs jarsDave Borowitz2015-09-011-1/+1
* | Merge "Bump Asciidoctor to 1.5.2 and JRuby to 1.7.18"David Pursehouse2015-07-311-4/+4
|\ \
| * | Bump Asciidoctor to 1.5.2 and JRuby to 1.7.18David Ostrovsky2015-03-061-4/+4
| |/
* | Use try-with-resources statementsUrs Wolfer2015-06-232-74/+71
* | Update Lucene to 5.0.0Dave Borowitz2015-03-251-4/+1
|/
* Update Lucene to version 4.10.2David Pursehouse2014-11-181-0/+1
* Store mergeable field from cache in indexDave Borowitz2014-11-031-1/+1
* Upgrade doc indexer to Lucene 4.10Dave Borowitz2014-09-051-2/+2
* Bump asciidoctorj to 1.5.0.Yuxuan 'fishy' Wang2014-08-222-3/+7
* Documentation: Upgrade to Lucene 4.8Dave Borowitz2014-05-281-1/+1
* Don't try to index empty documentation txt filesEdwin Kempin2014-04-291-0/+3
* Apply "type inference for generic instance creation" Java 7 featureDavid Ostrovsky2014-04-262-4/+4
* Upgrade documentation Lucene version to 4.7Dave Borowitz2014-03-251-2/+1
* Add a "projects" field for searching projects by prefixDave Borowitz2014-03-251-0/+1
* Simplify documentation indexerShawn Pearce2014-01-081-22/+45
* Fix the documentation title in the search results.Yuxuan 'fishy' Wang2013-12-271-0/+7
* Switch to Lucene 4.6 in codeDavid Ostrovsky2013-12-271-1/+1
* Update BuckShawn Pearce2013-11-292-36/+40
* Add new SSH command to search in Gerrit documentation indexDavid Ostrovsky2013-10-192-3/+2
* REST endpoint for searching Gerrit documentation.Yuxuan 'fishy' Wang2013-10-182-6/+6
* Make the documentation embedding work.Yuxuan 'fishy' Wang2013-10-181-7/+15
* Fix potential NPE in DocIndexerDavid Pursehouse2013-10-151-1/+1
* Miscellaneous Javadoc cleanups to cut down on Eclipse warningsDave Borowitz2013-10-091-12/+11
* Remove unused import in DocIndexerDavid Pursehouse2013-10-091-1/+0
* Merge changes If9edc39c,I47e253e3Shawn Pearce2013-10-081-2/+2
|\