aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-23Add package declaration descriptor to DRI conversionfix-package-linksLinnea Gräf
2023-11-23Add package PSI element to DRI conversionLinnea Gräf
2023-11-22Address review comments for Sample API (#3364)Ignat Beresnev
* Rename `resolveKDocLinkDRI` to `resolveKDocLinkToDRI` * Rename `resolveKDocTextLink` functions to be consistent
2023-11-22Stabilize ExternalDocumentableProvider (#3312)Ignat Beresnev
2023-11-22Do not find javadoc for non-JVM source set (#3346)Vadim Mishenev
* Add test * Do not find javadoc for non-JVM source set * [K2] Add javadoc parser for external documentable Provider
2023-11-22Support `inner` modifier for java non-`static` classes (#3347)Oleg Yukhnevich
2023-11-21Stabilize Sample analysis API (#3195)Ignat Beresnev
2023-11-20Run `analysis-kotlin-api` tests with K2 analysis (#3358)Ignat Beresnev
2023-11-16Implement custom code block renderers support (#3320)Oleg Yukhnevich
* multiple custom renderers can be installed to support different languages independently * only language and code properties are provided for extension
2023-11-15[K2] Update version of Kotlin Analysis API (#3337)Vadim Mishenev
2023-11-14Add GitHub issues navigation for IDEA (#3341)Oleg Yukhnevich
2023-11-14Remove empty spans rendering for missed modifiers (#3343)Andrey Tyrin
* Remove property modifiers if there are none * Remove variance modifier rendering if it is absent
2023-11-10Bundle analysis-kotlin-api in symbols analysis (#3333)Ignat Beresnev
2023-11-10Use versioned code links in user-facing documentation (#3327)Ignat Beresnev
2023-11-10Fix developer docs being redirected to the SNAPSHOT versionIgnatBeresnev
Fixes a mistake introduced in #3174
2023-11-10Remove an unnecessary run configurationIgnatBeresnev
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>
2023-11-10Add Gradle integration test for `wasm-js` and `wasm-wasi` targets (#3315)Vadim Mishenev
* Add Gradle integration test for `wasm-js` and `wasm-wasi` targets * Fix review comments * Update versions of dependencies
2023-11-09Add K2 analysis switcher (#3152)Vadim Mishenev
2023-11-07Add the link to GitHub repo to the header if there are source links defined ↵Oleg Yukhnevich
(#3235) * Use URL from base plugin configuration * Add integration test for the multi-module project that the homepage link exists everywhere
2023-11-06Update Kotlin to 1.9.20 (#3319)Vadim Mishenev
* Update compiler and KGP to 1.9.20 * Update integration tests
2023-11-01Update Kotlin compiler and KGP to 1.9.20-RC2 (#3262)Vadim Mishenev
* Update Kotlin compiler to 1.9.20-RC2 The current changes are related to https://github.com/JetBrains/kotlin/commit/d797505f06d640b666829bbfb4b7d7c67f812026 * Update KGP to 1.9.20-RC2 * Replace common stdlib in unit tests * Update Kotlin version in integration tests * Fix `Multiplatform0GradleIntegrationTest` * Turn WasmGradleIntegrationTest off for Kotlin 1.9.20-RC2
2023-10-31Update org.jetbrains.markdown from 0.3.1 to 0.5.2 (#3231)Ignat Beresnev
2023-10-27Implement analysis test API (#3184)Ignat Beresnev
2023-10-27Fix javadoc tests for Java >=12 (#3263)Vadim Mishenev
* Fix the test `handles correct number of elements` * Mute the test `finds correct number of deprecated methods`
2023-10-26[K2] Support kotlin-as-java and javadoc plugins and update version of ↵Vadim Mishenev
Analysis API (#3227) * Implement InheritanceBuilder and for symbols * Enable tests for as-java and javadoc plugins and fix some * Update the version of Analysis API and enable test * Use assert from kotlin.test * Rename `descriptorInheritanceBuilder` * Fix after rebasing * Mute test `two classes from different packages`
2023-10-25[K2] Reorganize project model for MPP (#3236)Vadim Mishenev
* Reorganize project model for MPP We map Dokka's source set directly to a source module of Analysis API inside one Analysis Standalone session. Analysis API session is created in src/main/kotlin/org/jetbrains/dokka/analysis/kotlin/symbols/plugin/KotlinAnalysis.kt (see fun createAnalysisSession) Before the PR, one Dokka's source set corresponded to one Standalone API session with one source module that has source roots from dependent source sets. * Add 'caffeine' dependency from Analysis API * Fix sample provider * Fix tests * Enable tests and update the version of Analysis API. The PR allows the enabling of some tests annotated with OnlyDescriptorsMPP. Also, tests with OnlyDescriptorsMPP that have unresolved common symbols are fixed by the new version of Analysis API.
2023-10-24[K2] Enable Java tests for symbols (#3203)Vadim Mishenev
2023-10-24Opt-in `ExperimentalCoroutinesApi` for `newSingleThreadContext` (#3247)Vadim Mishenev
It was marked experimental in a new version of coroutines https://github.com/Kotlin/kotlinx.coroutines/commit/042720589c6f438f77d84254bd2dceb569f0184, after 5a6fab535b68916a28d922d5d7a294fa432b7d6b
2023-10-24 Make using of the compiler single-thread (#3202)Vadim Mishenev
2023-10-23Update Maven runner's source link example pathIgnat Beresnev
One example was updated in #3046, but there are two similar ones on the page
2023-10-19Contribute Dokkatoo (#3188)Adam
2023-10-18Fix sources not being linked when using Maven (#3046)freya02
2023-10-18Fix active-tab selection for different page contexts (#3212)Oleg Yukhnevich
2023-10-18Bump dependencies without visible API changes (#3204)Ignat Beresnev
2023-10-17Bump korte aka korlibs-template to 4.0.10 (#3205)Ignat Beresnev
2023-10-17Fix docs link for OkHttp (#3213)Subhrajyoti Sen
The documentation for OkHttp has been moved to https://square.github.io/okhttp/5.x/okhttp/okhttp3/ As per https://github.com/square/okhttp/commit/05718b4d87b591820a178b3fb6a4325c83c55d7a, they are currently using HTML for docs and not markdown
2023-10-16Update Dokka's references to 1.9.10 (#3210)Ignat Beresnev
2023-10-16Bump kotlinx.html to 0.9.1 (#3206)Ignat Beresnev
2023-10-12Fix Maven plugin help task (#3036)Adam
Fixes #3035
2023-10-11[K2] Migrate to new standalone API (#3201)Vadim Mishenev
* Migrate K2-Based dokka to use the new standalone mode API see https://youtrack.jetbrains.com/issue/KT-60884 * Do not use copy-n-pasted code from Analysis API in K2-Based Dokka see https://youtrack.jetbrains.com/issue/KT-60884 * Remove copy-n-pasted API from Analysis API in K2-Based Dokka as it's now unused see https://youtrack.jetbrains.com/issue/KT-60884 * Update version Analysis API to 1.9.30-dev-3330 --------- Co-authored-by: Ilya Kirillov <ilya.kirillov@jetbrains.com>
2023-10-11Avoid calling analyze on built-ins (#3200)Vadim Mishenev
Otherwise, `Caused by: org.jetbrains.kotlin.utils.exceptions.KotlinIllegalArgumentExceptionWithAttachments: Unexpected class org.jetbrains.kotlin.analysis.project.structure.KtBuiltinsModule at org.jetbrains.kotlin.analysis.low.level.api.fir.util.ExceptionUtilsKt.errorWithFirSpecificEntries(exceptionUtils.kt:50)`
2023-10-10[K2] Display enum entry members (#3180)Vadim Mishenev
2023-10-09Prepare for the next development iterationIgnatBeresnev
2023-10-09Use compileDependencyFiles for getting compilation dependencies (#3147)Anton Lakotko
Co-authored-by: vmishenev <vad-mishenev@yandex.ru>
2023-10-05Register Kotlin stdlib classpath in every unit test (#3183)Vadim Mishenev
Due to the recent changes in how Analysis API handles builtins, the update to the fresh version of Analysis API requires registering Kotlin stdlib in every testsuite.
2023-09-05Fix compilation errors due to explicit api mode (#3162)Ignat Beresnev
#3143 wasn't based on latest master, so the checks were green, but then the compilation failed due to explicit API mode
2023-09-05Fix reemerged compiler concurrency issues (#3143)Vadim Mishenev
#3034 broke the fix for #1599 by changing packages
2023-09-05fix(KTL-1177): Resize Observer has indefinite loop (#3116)Konstantin Chernenko
* fix(KTL-1177): Resize Observer has indefinite loop
2023-09-04[K2] Fix functional type and improve logging for unresolved link (#3157)Vadim Mishenev
* [K2] Fix functional type and improve logging for unresolved link For example `typealias CompletionHandler = (cause: Throwable?) -> Unit` has a functional type with no type arguments in K2. In K1 we have a usual generic type