Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-20 | Improve versioning plugin (#2104) | vmishenev | |
- support for single module projects - version navigator is on all pages - dropdown arrow for version navigator | |||
2021-08-26 | Update versions in integration tests | Marcin Aman | |
2021-07-22 | Bump kotlin 1.5.21 (#2031) | Marcin Aman | |
* bump kotlin to 1.5.21 * Bump binary compatibility plugin * update stdlib submodule * Bump IJ to 202.8194.7 | |||
2021-07-12 | Bump org.eclipse.jgit (#2018) | dependabot[bot] | |
Bumps org.eclipse.jgit from 5.11.0.202103091610-r to 5.12.0.202106070339-r. --- updated-dependencies: - dependency-name: org.eclipse.jgit:org.eclipse.jgit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2021-06-22 | Logging in CLI (#1976) | Marcin Aman | |
2021-06-21 | Don't use older dir from previous runs in versioning (#1963) | Marcin Aman | |
2021-06-21 | Cachable task (#1905) | Marcin Aman | |
* Add tests for Gradle caching scenarios and adjust tasks to honor caching such that tests pass * Make dokka tasks cachable * Make dokka tasks cachable * Make dokka tasks cachable * Fix gradle assertion Co-authored-by: Volker Leck <volker.leck@gmail.com> | |||
2021-06-15 | Remove JDK 8 on windows due to OOM and bump kotlin version in test (#1971) | Marcin Aman | |
2021-04-29 | Make module name optional in cli (#1850) | Marcin Aman | |
2021-04-29 | Update tests with kotlin 1.5-RC and gradle 7.0 (#1857) | Marcin Aman | |
* Update tests with kotlin 1.5-RC and gradle 7.0 * Update tests with kotlin 1.5-RC and gradle 7.0 | |||
2021-04-08 | Bump kotlinx html to 0.7.3 (#1819) | Marcin Aman | |
* Bump kotlinx html to 0.7.3 * Update repositories | |||
2021-04-06 | Bump jsoup from 1.12.1 to 1.13.1 (#1783) | dependabot[bot] | |
2021-03-26 | Fix configuration for suppressing obvious functions (#1789) | Marcin Aman | |
* Fix suppressObviousFunctions not being present in task configuration * Docs | |||
2021-03-17 | Update kotlinx-serialization diffs (#1769) | Marcin Aman | |
* Update kotlinx-serialization diffs * Update kotlinx-serialization diffs | |||
2021-03-17 | Bump org.eclipse.jgit from 5.9.0.202009080501-r to 5.11.0.202103091610-r (#1782) | dependabot[bot] | |
Bumps org.eclipse.jgit from 5.9.0.202009080501-r to 5.11.0.202103091610-r. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2021-02-24 | Fix parameters on cli and bump kotlinx.cli (#1755) | Marcin Aman | |
2021-02-03 | Reenable kotlinx-serialization (#1708) | Kamil Doległo | |
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> | |||
2020-12-28 | Bump dokka version to 1.4.20.2 | Marcin Aman | |
2020-12-17 | Multimodule tests (#1670) | Marcin Aman | |
* Multimodule tests * Multimodule tests | |||
2020-11-27 | Adding multimodule all modules page creation for gfm | Błażej Kardyś | |
2020-11-19 | Adjust integration tests to the new package options API | Marcin Aman | |
2020-11-13 | Temporarily disable kotlinx.serialization as it can't be built for now | Kamil Doległo | |
2020-11-13 | Add integration tests for Kotlin projects | Kamil Doległo | |
2020-10-08 | Add information about content kind and sourceset to anchor | Marcin Aman | |
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman | |
2020-10-05 | Render react resources as separate css to allow overriding (#1416) | Marcin Aman | |
* Render react resources as separate css to allow overriding * Improve build.gradle.kts | |||
2020-10-01 | Escape urls in anchors | Marcin Aman | |
2020-09-30 | Add integration test for linking between projects | Kamil Doległo | |
2020-09-04 | Javadoc version number is always 0.0.1 #1406 | Marcin Aman | |
2020-08-31 | Re-use includes form child tasks for all modules page generation | sebastian.sellmair | |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-31 | Let root package be represented as [root] to the user | sebastian.sellmair | |
2020-08-25 | - Move `test` projects into semantic parent projects | sebastian.sellmair | |
- Implement new `:test-utils` project - Resolve requirement for Android SDK installation | |||
2020-08-25 | Fix external links to Android and Androix documentations | Kamil Doległo | |
2020-08-20 | Fix convention for ExternalDocumentationLink#packageListUrl | sebastian.sellmair | |
2020-08-19 | Integration Test: it-multiplatform-0: Use `configureEach` | sebastian.sellmair | |
2020-08-19 | Fix tests after the Gradle plugin update | Kamil Doległo | |
2020-08-19 | Implement ignoring known unresolved links in integration tests | Kamil Doległo | |
2020-08-19 | Refactor location providers | Kamil Doległo | |
2020-08-19 | Adapt integration tests for checking unresolved links | Kamil Doległo | |
2020-08-14 | Update Gradle version to 6.6 | sebastian.sellmair | |
2020-08-14 | Extract `kotlinSourceSet()` from `GradleDokkaSourceSetBuilder` | Kamil Doległo | |
2020-08-14 | Use java.net.URL consistently across Gradle Plugin API surface | sebastian.sellmair | |
2020-08-14 | Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API | sebastian.sellmair | |
2020-08-14 | API refinement for AbstractDokkaParentTask and DokkaMultiModuleTask | sebastian.sellmair | |
2020-08-14 | Cover GradleDokkaSourceSetBuilder with tests | sebastian.sellmair | |
2020-08-14 | Replace ExternalDocumentationLink.Builder with factory functions | sebastian.sellmair | |
2020-08-14 | Use Gradle's new Property/Provider APIs | sebastian.sellmair | |
2020-08-14 | DokkaConfiguration: Use `Set` instead of `List` when collections are ↵ | sebastian.sellmair | |
expected to be distinct |