aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle
AgeCommit message (Collapse)Author
2021-12-17Fix setup js deps (#2258)Vadim Mishenev
* Add checker of KLIB resolving * Fix setup of JS deps in `AnalysisEnvironment` * Update JS integration test
2021-12-15Bump coroutines to 1.6.0 in integration test (#2276)Vadim Mishenev
2021-12-13Bump de.undercouch.download to 4.1.2 (#2268)Vadim Mishenev
* Bump de.undercouch.download to 4.1.2 * Remove bintray repository
2021-11-18Bump Kotlin to 1.6.0 (#2226)vmishenev
* Bump Kotlin to 1.6.0 * Update versions in integration tests
2021-11-18Update version of `SerializationGradleIntegrationTest` to 1.3.1 (#2228)vmishenev
2021-10-18Bump Kotlin to 1.6.0-RC (#2189)vmishenev
* Bump Kotlin to 1.6.0-RC * Update Kotlin to 1.6.0-RC in integration tests * Change Dokka Version
2021-10-04Bump to Kotlin 1.5.31 (#2164)Marcin Aman
* Bump to Kotlin 1.5.31 * Mark todo-s as unsupported * Add PsiNameHelper * Try disabling ProjectFileIndex * Remove CoreProjectFileIndex * Update JDKs to 17, kotlin to 1.5.31 in integration tests * Update Kotlin to 1.5.31 in JS IR integration test Co-authored-by: vmishenev <vad-mishenev@yandex.ru>
2021-09-28Support JS KLib (#2159)vmishenev
2021-09-20Improve versioning plugin (#2104)vmishenev
- support for single module projects - version navigator is on all pages - dropdown arrow for version navigator
2021-08-26Update versions in integration testsMarcin Aman
2021-07-22Bump 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-06-21Don't use older dir from previous runs in versioning (#1963)Marcin Aman
2021-06-21Cachable 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-15Remove JDK 8 on windows due to OOM and bump kotlin version in test (#1971)Marcin Aman
2021-04-29Update 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-08Bump kotlinx html to 0.7.3 (#1819)Marcin Aman
* Bump kotlinx html to 0.7.3 * Update repositories
2021-03-26Fix configuration for suppressing obvious functions (#1789)Marcin Aman
* Fix suppressObviousFunctions not being present in task configuration * Docs
2021-03-17Update kotlinx-serialization diffs (#1769)Marcin Aman
* Update kotlinx-serialization diffs * Update kotlinx-serialization diffs
2021-02-03Reenable kotlinx-serialization (#1708)Kamil Doległo
2021-01-05Versioning (#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-28Bump dokka version to 1.4.20.2Marcin Aman
2020-12-17Multimodule tests (#1670)Marcin Aman
* Multimodule tests * Multimodule tests
2020-11-27Adding multimodule all modules page creation for gfmBłażej Kardyś
2020-11-19Adjust integration tests to the new package options APIMarcin Aman
2020-11-13Temporarily disable kotlinx.serialization as it can't be built for nowKamil Doległo
2020-11-13Add integration tests for Kotlin projectsKamil Doległo
2020-10-08Add information about content kind and sourceset to anchorMarcin Aman
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-10-05Render 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-01Escape urls in anchorsMarcin Aman
2020-09-30Add integration test for linking between projectsKamil Doległo
2020-09-04Javadoc version number is always 0.0.1 #1406Marcin Aman
2020-08-31Re-use includes form child tasks for all modules page generationsebastian.sellmair
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove ↵sebastian.sellmair
concept of `moduleDisplayName`
2020-08-31Let root package be represented as [root] to the usersebastian.sellmair
2020-08-25- Move `test` projects into semantic parent projectssebastian.sellmair
- Implement new `:test-utils` project - Resolve requirement for Android SDK installation
2020-08-25Fix external links to Android and Androix documentationsKamil Doległo
2020-08-20Fix convention for ExternalDocumentationLink#packageListUrlsebastian.sellmair
2020-08-19Integration Test: it-multiplatform-0: Use `configureEach`sebastian.sellmair
2020-08-19Fix tests after the Gradle plugin updateKamil Doległo
2020-08-19Implement ignoring known unresolved links in integration testsKamil Doległo
2020-08-19Refactor location providersKamil Doległo
2020-08-19Adapt integration tests for checking unresolved linksKamil Doległo
2020-08-14Update Gradle version to 6.6sebastian.sellmair
2020-08-14Extract `kotlinSourceSet()` from `GradleDokkaSourceSetBuilder`Kamil Doległo
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.sellmair
2020-08-14API refinement for AbstractDokkaParentTask and DokkaMultiModuleTasksebastian.sellmair
2020-08-14Cover GradleDokkaSourceSetBuilder with testssebastian.sellmair
2020-08-14Replace ExternalDocumentationLink.Builder with factory functionssebastian.sellmair