Commits on Source
1476
4f98460a
set docs version of master branch to 3.0-dev
Sep 18, 2020
f49d9d6d
extract method to register start page for component version
Sep 19, 2020
4b32fc0c
merge
!497
Sep 19, 2020
13a61836
only resolve playbook.urls once in ContentCatalog constructor
Sep 19, 2020
64475f69
simplify assignment of family in ContentCatalog#addFile
Sep 19, 2020
19a139b8
register component versions before adding files to content catalog in content classifier
Sep 19, 2020
ae6fbba4
extract helper function to compute version segment
Sep 19, 2020
dd7453ad
replace latest or prerelease version with symbolic name in pub.url and out.path, if specified
Sep 19, 2020
e92279a2
add strategy for replacing latest version segment in URL with symbolic name
Sep 19, 2020
5d1ea07b
define latestPrerelease property on component version (if applicable) and use...
Sep 19, 2020
13120000
merge
!552
Sep 20, 2020
32b94a6c
remove commented code in content catalog [skip ci]
Sep 19, 2020
28eb63f6
fix grammar in docs
Sep 20, 2020
0206dd83
follow aliases when computing version lineage for page and canonical URL for UI model
Sep 20, 2020
6bf56bd3
merge
!553
Sep 20, 2020
2273ad42
replace through2 with built-in Stream.Transform API
Sep 20, 2020
85cf9840
document how to install the version of Lerna required by this project [skip ci]
Sep 20, 2020
060f71ed
add missing engines field to package.json file in root
Sep 20, 2020
3bcff368
run CI job using latest Node 10 release
Sep 21, 2020
ba2f7e06
show sensible error message if cache directory cannot be created
Sep 21, 2020
5b87e66d
merge
!575
Sep 21, 2020
661e12ff
don't use global git credentials path if custom git credentials path is...
Sep 21, 2020
8eb2bc8a
merge
!576
Sep 21, 2020
133b01e8
drop support for Node.js 8 and set Node.js 10.17.0 as the minimum required version
Sep 21, 2020
7f92b6e5
remove workaround for missing withFileTypes option on fs.readdir method
Sep 21, 2020
706cf9c6
remove workaround for missing finally method on promise chain
Sep 21, 2020
85aa89d7
remove explicit require for URL
Sep 21, 2020
a6288d91
merge
!574
Sep 21, 2020
67e925c7
upgrade got dependency
Sep 21, 2020
850a8b94
merge
!481
Sep 21, 2020
9f3a847d
update to current urls
Sep 21, 2020
e27d1889
merge
!578
Sep 21, 2020
2f61f2ba
show error message even if error is unknown
Sep 21, 2020
24350bbf
remove unused argument to map function in UI loader tests
Sep 21, 2020
bb0dd645
fix lint error
Sep 21, 2020
842817c6
fix minor typos, example errors, version numbers and add xrefs
Sep 22, 2020
a588028e
merge
!582
Sep 22, 2020
cad45445
clarify in the contributing guide that a change must be discussed in an issue...
Sep 22, 2020
9d37eece
initialize What's New page for Antora 3.0 prerelease docs
Sep 22, 2020
6881a922
merge
!583
Sep 23, 2020
79e0ab1d
refresh dependency lock file
Sep 23, 2020
2e68a2b3
upgrade dependencies that can be upgraded now that Node 10 is the minimum required version
Sep 23, 2020
a4204000
honor optional option on include directive
Sep 23, 2020
80cb4319
merge
!572
Sep 23, 2020
dba29aa3
store computed web URL of content source on `src.origin.webUrl` property of virtual file
Sep 23, 2020
c5368b45
merge
!508
Sep 24, 2020
6e3ed4a0
force progress bar to update (regardless of throttle) when git operation fails
Sep 24, 2020
c7160850
replace !~haystack.indexOf(needle) with haystack.indexOf(needle) < 0
Sep 25, 2020
aaaf94e8
replace !~haystack.indexOf(needle) with haystack.indexOf(needle) < 0 in tests
Sep 25, 2020
6b1af1ec
fix names of some tests in test suite for AsciiDoc loader component
Sep 25, 2020
d21964d5
fix out and pub path for images in mock content catalog; simplify computation of moduleRootPath
Sep 25, 2020
8b169965
reclassify some of the entries in the CHANGELOG [skip ci]
Sep 25, 2020
987d1f76
interpret every non-URI image target as a resource ID
Sep 25, 2020
b0ba91c3
verify image ref handler does not process URI target
Sep 25, 2020
75c38136
add the same two tests for the inline image macro
Sep 25, 2020
44c8dbff
add missing assertions to image tests in document converter
Sep 25, 2020
1ba8d903
remove unnecessary use of Array#concat in page composer
Sep 27, 2020
3c046941
drop use of Array.from
Sep 27, 2020
b43d253e
merge
!587
Sep 27, 2020
a3e422f9
simplify function that collects CLI options from the convict schema
Sep 27, 2020
3aca22ae
replace Array#concat with spread operator
Sep 27, 2020
4017275d
merge
!588
Sep 27, 2020
5e37c6db
use generic try/catch around awaited statement instead of chaining
Sep 27, 2020
4bab801e
use anonymous catch if clause doesn't access error object
Sep 27, 2020
1ccd6de1
simplify map in UI loader test
Sep 27, 2020
6f3c7253
use brackets to convert value to array instead of Array constructor
Sep 27, 2020
dec4affb
use reducer to simplify creation of ContentCatalog proxy
Sep 27, 2020
af3621ce
consolidate assignment of attributes on loadAsciiDoc function
Sep 27, 2020
fbf5702d
consolidate logic in resolveConfig function in asciidoc loader
Sep 27, 2020
3a709aa3
remove unnecessary use of Object.assign in page composer
Sep 27, 2020
2e0fd2b3
merge
!589
Sep 27, 2020
dd15fdf4
consolidate logic in resolveDestination function in site publisher
Sep 27, 2020
3cff7c56
replace Object.assign with object spread in test suite
Sep 27, 2020
2fdd7b67
fix typo in test suite
Sep 27, 2020
a73b0148
format source
Sep 27, 2020
8b956816
remove deprecated playbook keys
Sep 27, 2020
7c8af0cc
add deprecation notice to --google-analytics-key CLI option
Sep 27, 2020
b3f480aa
require site-wide AsciiDoc config to be passed into classifyContent function to be used
Sep 27, 2020
3ce7b11b
drop latestVersion property on component version object
Sep 27, 2020
5e6d701c
remove deprecated getComponentMap and getComponentMapSortedBy methods on content catalog
Sep 27, 2020
44b59701
deprecate getAll methods on catalogs (replaced by getFiles) and schedule for removal in Antora 4
Sep 27, 2020
d5023ea8
rename exported resolveConfig function in AsciiDoc loader to resolveAsciiDocConfig
Sep 27, 2020
01057f7f
always require a page ID spec to include the .adoc file extension, except for page aliases
Sep 27, 2020
9b6cee2d
make check for .adoc extension in value of xref attribute on image more accurate
Sep 27, 2020
82b40fb4
use deprecated page/_partials directory and include target syntax in fewer places in test suite
Sep 27, 2020
ae39f5c7
interpret every non-URI image target as a resource ID
Sep 27, 2020
0626b535
add deprecation note for include directive target
Sep 27, 2020
b6a6f01f
merge !585
Sep 27, 2020
a028b11a
replace remaining uses of object spread with Object.assign
Sep 27, 2020
413beaf7
add additional style and performance rules to the contributing guide [skip ci]
Sep 27, 2020
2d7dd0e1
add note to contributing guide about use of spread in variable assignment [skip ci]
Sep 27, 2020
ab218a37
use err instead of e as variable for error object in catch clause
Sep 27, 2020
66677efa
replace the fs-extra dependency with calls to the promise-based fs API provided by Node
Sep 28, 2020
0f74e0c2
merge !577
Sep 28, 2020
a33a141d
add note why the UI builder duplicates the site keys [skip ci]
Sep 28, 2020
fad48ce3
switch back to versionless default cache folder for content repositories
Sep 28, 2020
e7744ae2
merge !590
Sep 28, 2020
d2cfa7be
refresh dependency lock file
Sep 28, 2020
ed0d8c5b
fix CHANGELOG entry [skip ci]
Sep 28, 2020
f0150b78
update git host not found message to be compatible with Node 12
Sep 28, 2020
1,376 additional commits have been omitted to prevent performance issues.
Loading
Loading