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
/
gradle
/
src
Age
Commit message (
Expand
)
Author
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
Simplify Dokka Gradle Plugin
sebastian.sellmair
2020-08-12
Implement DocumentableFilterSuppressedTransformer
sebastian.sellmair
2020-08-03
Add more formats to Multimodule0IntegrationTest.kt
sebastian.sellmair
2020-07-31
Remove unsupported kotlin versions from Multiplatform0GradleIntegrationTest.kt
sebastian.sellmair
2020-07-30
Use `cache-redirector` repositories for Gradle integration tests
sebastian.sellmair
2020-07-30
Implement `TestEnvironment` and `exhaustive` APIs for Gradle integration tests
sebastian.sellmair
2020-07-23
Update to Kotlin version 1.4.0-rc
sebastian.sellmair
2020-07-23
Add link to androidx documentation by default for Android projects
sebastian.sellmair
2020-07-20
Re-introduce default DokkaCollectorTask, run on all submodules by default, ad...
sebastian.sellmair
2020-07-16
Use kotlin "1.4-M3" artifact
sebastian.sellmair
2020-07-15
Use DokkaLogger instead of println and adjust log levels for less verbosity b...
sebastian.sellmair
2020-07-15
Implement GradleRunner.buildRelaxed API
sebastian.sellmair
2020-07-14
DokkaMultimoduleTask: Automatically declare dependencies to sub dokka tasks
sebastian.sellmair
2020-07-13
BasicGradleIntegrationTest: Cover dokkaSourceSet configureEach
sebastian.sellmair
2020-07-13
Adapt Android0GradleIntegrationTest for new format configuration
sebastian.sellmair
2020-07-13
Rename default format "html"
sebastian.sellmair
2020-07-13
Further increase memory for integration tests
sebastian.sellmair
2020-07-13
Implement BasicGroovyIntegrationTest.kt
sebastian.sellmair
2020-07-13
Fix first integration tests
sebastian.sellmair
2020-07-13
Implement basic assertNoUnresolvedHref
sebastian.sellmair
2020-07-13
Implement basic MultiModule0IntegrationTest.kt
sebastian.sellmair
2020-07-13
Run all formats in BasicGradleIntegrationTest
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
Increase test memory
sebastian.sellmair
2020-07-07
Implement simple cli integration test
sebastian.sellmair
2020-07-06
Android0GradleIntegrationTest.kt: Assert link to developer.android.com
sebastian.sellmair
2020-07-06
Implement AndroidGradleIntegrationTest
sebastian.sellmair
2020-07-02
Add basic multiplatform gradle integration test
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
Gradle integration tests: Use dokka_it_kotlin_version over kotlin_version
sebastian.sellmair
2020-07-02
Implement AbstractDefaultVersionsGradleIntegrationTest.kt
sebastian.sellmair
2020-07-02
Re-implement first basic gradle integration test
sebastian.sellmair