index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
integration-tests
/
cli
Age
Commit message (
Expand
)
Author
2023-08-31
Enable explicit API mode (#3139)
Ignat Beresnev
2023-08-31
Update copyright (#3149)
Ignat Beresnev
2023-08-30
Migrate to JUnit 5 and unify used test API (#3138)
Ignat Beresnev
2023-07-05
Decompose Kotlin/Java analysis (#3034)
Ignat Beresnev
2023-03-17
Introduce Gradle Version Catalog with type-safe project dependencies (#2884)
aSemy
2023-03-13
Migrate buildSrc to composite build (#2912)
Goooler
2023-03-07
Use buildSrc convention plugins to configure the Dokka subprojects (#2704)
aSemy
2022-06-09
Make `dokka-analysis` dependency compileOnly in base plugin (#2521)
Vadim Mishenev
2022-05-26
Fix some integration tests on Windows (#2507)
Matthew Haughton
2022-01-12
Add global settings to JSON dokka cli input (#2292)
Andrzej Ratajczak
2021-12-23
Introduce documentedVisibilities setting (#2270)
Ignat Beresnev
2021-06-22
Logging in CLI (#1976)
Marcin Aman
2021-04-29
Make module name optional in cli (#1850)
Marcin Aman
2021-02-24
Fix parameters on cli and bump kotlinx.cli (#1755)
Marcin Aman
2020-08-31
Let module name be configurable withing `AbstractDokkaTask` and remove concep...
sebastian.sellmair
2020-08-31
Let root package be represented as [root] to the user
sebastian.sellmair
2020-08-19
Adapt integration tests for checking unresolved links
Kamil Doległo
2020-07-20
Re-introduce default DokkaCollectorTask, run on all submodules by default, ad...
sebastian.sellmair
2020-07-13
Introduce dokkaKdoc task
sebastian.sellmair
2020-07-08
maven-integration-test: Fix style issues
sebastian.sellmair
2020-07-08
Implement simple MavenIntegrationTest.kt
sebastian.sellmair
2020-07-07
Update to Kotlin 1.4 M3
sebastian.sellmair
2020-07-07
Lazily configure integration test tasks
sebastian.sellmair
2020-07-07
CliIntegrationTest: Add assertion for undocumented reports
sebastian.sellmair
2020-07-07
Implement simple cli integration test
sebastian.sellmair