Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-13 | Update references and documentation to Dokka 1.7.10 (#2566) | Ignat Beresnev | |
2022-07-08 | Update Kotlin to 1.7.10 (#2564) | Ignat Beresnev | |
2022-06-20 | Update documentation and examples to Dokka 1.7.0 (#2542) | Ignat Beresnev | |
2022-06-09 | Make `dokka-analysis` dependency compileOnly in base plugin (#2521) | Vadim Mishenev | |
2022-05-31 | Bump Kotlin to 1.7.0-RC (#2508) | Vadim Mishenev | |
* `UnresolvedType` is replaced with `ErrorType` in https://github.com/JetBrains/kotlin/commit/b5933c70e20a0dfd788d8d4a6c04ca0d16f7c731 * Support `sig` files in https://github.com/JetBrains/kotlin/commit/22b368849338cae684601c9b1ead31ebb1fd81cf * `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in https://github.com/JetBrains/intellij-community/commit/e4af6f96c8d4e2318d04eddf658a4c4e8c60b2e6 * `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated * `org.codehaus.plexus.archiver.AbstractArchiver.addDirectory` is deprecated https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#addDirectory-java.io.File-java.lang.String:A-java.lang.String:A- * Make `clean` independent from `setupMaven` * Set up JDK classpath roots explicitly because of https://github.com/JetBrains/kotlin/commit/f89765eb33dd95c8de33a919cca83651b326b246 * Add JPS model and faxml dependencies * Fix test * Exclude compiler from buildscript in integration test * Exclude `com.intellij` package from compiler * Update kotlin version in integration tests | |||
2022-05-26 | Fix some integration tests on Windows (#2507) | Matthew Haughton | |
2022-04-25 | Update documentation and examples to Dokka 1.6.21 (#2465) | Ignat Beresnev | |
2022-04-15 | Update documentation, examples and test references to 1.6.20 (#2440) | Ignat Beresnev | |
* Update documentation/example/test references to 1.6.20 * Mute Multiplatform0GradleIntegrationTest due to missing KLIB support * Update gradle and AGP versions to the latest | |||
2022-04-14 | Use common gradle+kotlin versions across gradle integration tests (#2287) | Ignat Beresnev | |
* Use common gradle+kotlin versions across gradle integration tests * Separate JVM/Android/MPP tested versions * Fix react integration tests for 1.6.10 * Move kotlin react wrapper mapping to TestedVersions * Update gradle to 6.9.2 | |||
2021-12-23 | Introduce documentedVisibilities setting (#2270) | Ignat Beresnev | |
* Introduce `documentedVisibilities` setting * Remove hardcoded doc generation for Visibility.PUBLIC, correct tests * Add maven, gradle and cli integration tests for documentedVisibilities * Fix maven plugin configuration overriding the default value * Remove test debug prints * Correct an inconsistency with default values and leave a comment of intentions * Add a test for visibility of private setter | |||
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-03-26 | Fix configuration for suppressing obvious functions (#1789) | Marcin Aman | |
* Fix suppressObviousFunctions not being present in task configuration * Docs | |||
2020-11-19 | Adjust integration tests to the new package options API | Marcin Aman | |
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman | |
2020-09-04 | Javadoc version number is always 0.0.1 #1406 | Marcin Aman | |
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-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 | Replace ExternalDocumentationLink.Builder with factory functions | sebastian.sellmair | |
2020-08-14 | Use Gradle's new Property/Provider APIs | sebastian.sellmair | |
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair | |
2020-08-12 | Implement DocumentableFilterSuppressedTransformer | sebastian.sellmair | |
2020-07-13 | BasicGradleIntegrationTest: Cover dokkaSourceSet configureEach | sebastian.sellmair | |
2020-07-13 | Remove chunk from `it-basic` | sebastian.sellmair | |
2020-07-13 | Remove `global` dokka source set (in favor of configureEach) | sebastian.sellmair | |
2020-07-13 | Adapt s3-snapshots.yml | sebastian.sellmair | |
2020-07-13 | it-basic/build.gradle.kts: Cleanup | sebastian.sellmair | |
2020-07-13 | Implement `AbstractDokkaTask` to suport DokkaMultimoduleTask | sebastian.sellmair | |
2020-07-13 | Remove Project.dokka extension function | sebastian.sellmair | |
2020-07-13 | Cleanup it-basic | sebastian.sellmair | |
2020-07-13 | Rename DokkaDependencies.kt to DokkaArtifacts.kt | sebastian.sellmair | |
2020-07-13 | Refactor dokka tasks classpath configuration | sebastian.sellmair | |
2020-07-02 | BasicGradleIntegrationTest: Add java source | sebastian.sellmair | |
2020-07-02 | Implement template mechanism for Gradle integration tests | sebastian.sellmair | |
2020-07-02 | Introduce special gradle plugin publication for integration tests | sebastian.sellmair | |
2020-07-02 | Gradle integration tests: Use dokka_it_kotlin_version over kotlin_version | sebastian.sellmair | |
2020-07-02 | runner:gradle-plugin: Apply `java-gradle-plugin` | sebastian.sellmair | |
2020-07-02 | Implement AbstractDefaultVersionsGradleIntegrationTest.kt | sebastian.sellmair | |
2020-07-02 | Re-implement first basic gradle integration test | sebastian.sellmair | |