Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-20 | Bring back displaying jvm name when KaJ is not present (#1702) | Marcin Aman | |
2021-01-18 | Add information about template to docs (#1700) | Marcin Aman | |
2021-01-18 | Fix a bug with not creating Gradle configurations for partial tasks | Kamil Doległo | |
2021-01-14 | Footer customisation (#1691) | Marcin Aman | |
2021-01-08 | Fix empty table cells on multimodule pages | Kamil Doległo | |
2021-01-08 | Fix displaying unresolved receiver types in DRI | Marcin Aman | |
2021-01-07 | Change logging level for conflicting documentation and remove unused ant file | Marcin Aman | |
2021-01-05 | Versioning (#1654) | Błażej Kardyś | |
* Adding versioning mechanism for multimodule * Versioning improvement * Refactor configuration, add ordering * Fix integration tests * Change packages, unignore test Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2021-01-05 | Fix a bug with inserting template commands instead of link text (#1685) | Kamil Doległo | |
Some test methods were dropped intentionally, as using them can lead to subtle bugs. The same methods are available in the base-test-utils module | |||
2021-01-04 | Refactor ContentTable builder and fix GFM table rendering (#1682) | Kamil Doległo | |
2021-01-04 | JvmField annotation (#1678) | Marcin Aman | |
2020-12-31 | Bump Gradle version to 6.7.1 (#1684) | Masato Nakamura | |
Bump Gradle version to 6.7.1 | |||
2020-12-29 | Parsing of JvmName (#1675) | Marcin Aman | |
* Parsing of JvmName * Make JvmName processor run after KaJ | |||
2020-12-28 | Use maven directly to download additional dependencies (#1644) | Andreas Dangel | |
* Use maven instead of aether to resolve additional dependencies Aether is still used, but now indirectly by maven. Using maven directly allows to reuse all the configurations like repositories, mirrors, proxies and the local repository. | |||
2020-12-28 | Bump dokka version to 1.4.20.2 | Marcin Aman | |
2020-12-17 | Update links in S3 actions | Kamil Doległo | |
2020-12-17 | Multimodule tests (#1670) | Marcin Aman | |
* Multimodule tests * Multimodule tests | |||
2020-12-17 | Navigate to root after logo click, add data to searchbars on multimodule (#1631) | Marcin Aman | |
2020-12-16 | Remove `documentationFileName` from documentation as it is no longer valid ↵ | Marcin Aman | |
(#1657) | |||
2020-12-16 | Resolve an issue with cross package linking in javadoc (#1659) | Marcin Aman | |
2020-12-15 | Fix wrong docs on DProperty (#1671) | Marcin Aman | |
2020-12-15 | Remove warning that caused dokka to fail with failOnWarning flag (#1669) | Marcin Aman | |
2020-12-10 | Add dokka to GitHub link (#1661) | Stefan M | |
* Add dokka to link * Change anchor text color in footer | |||
2020-12-03 | Update migration guide for 1.4.20 | Marcin Aman | |
2020-12-03 | Resolve DRI-s from valueOf and values in java enum (#1655) | Marcin Aman | |
2020-12-03 | Bump compiler to 1.4.20, IJ to 201 and coroutines to 1.4.1 (#1641) | Marcin Aman | |
2020-12-03 | Update Dokka version to 1.4.20 (#1632) | Marcin Aman | |
2020-12-03 | Make navigation loading faster, improve experience on safari (#1633) | Marcin Aman | |
2020-12-03 | exclude top-level const val from getter generation and show them as public ↵ | Valentin Rocher | |
and static (#1636) | |||
2020-12-02 | Fix gradle passing 'unspecified' version to dokka configuration (#1650) | Marcin Aman | |
2020-11-27 | Changing how multimodule location provider works and improving gfm link ↵ | Błażej Kardyś | |
substitution | |||
2020-11-27 | Adding inter-module link resolving template strategy for Gfm | Błażej Kardyś | |
2020-11-27 | Adding multimodule all modules page creation for gfm | Błażej Kardyś | |
2020-11-27 | Unify MultimoduleLocationProvider | Kamil Doległo | |
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
2020-11-27 | Moving SingleGeneration to base pluing | Błażej Kardyś | |
2020-11-27 | Implement immediate temaplates resolution | Paweł Marks | |
2020-11-27 | Implement basic link resolution | Kamil Doległo | |
2020-11-27 | Add navigation fragments for templating | Paweł Marks | |
2020-11-27 | Add templating commands to the html format | Paweł Marks | |
2020-11-27 | Extracting dokka generation to the dedicated extension point | Paweł Marks | |
2020-11-26 | Fixes from scala3doc (#1630) | Krzysztof Romanowski | |
* Fix problem with ordering in Java api * HtmlRender allow to render html code directly from String | |||
2020-11-25 | Remove suspend from SourceToDocumentableTranslator (#1622) | Kamil Doległo | |
* Remove suspend from SourceToDocumentableTranslator * Introduce AsyncSourceToDocumentableTranslator Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2020-11-25 | Make searchbar an extension point (#1615) | Marcin Aman | |
* Make searchbar an extension point * Change SearchbarDataInstaller to be a preprocessor * Split navigation and navigation search | |||
2020-11-23 | fix grammar error (#1639) | Hollow Man | |
an -> a referring to https://www.quora.com/Which-is-the-correct-grammar-usage-a-unique-or-an-unique | |||
2020-11-23 | Remove .idea (#1638) | Kamil Doległo | |
2020-11-19 | Adjust integration tests to the new package options API | Marcin Aman | |
2020-11-18 | Add matchingRegex (#598) | Martin Bonnin | |
* add matchingRegex as a simpler replacement for `prefix` * remove useless check * added a note about the order of the matchingRegex | |||
2020-11-14 | Fix a bug in s3 cleanup action | Kamil Doległo | |
2020-11-14 | Change AWS documentation timeout to 1 hour | Kamil Doległo | |