aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-05-31Fix gathering inherited properties (#2481)Ignat Beresnev
* Fix gathering inherited properties in PSI * Refacotr KaJ transformer. Change wrapping TagWrapper for getters and setters. * Add logic to merge inherited properties in kotlin from java sources. * Remove getters and setters from JvmField properties for DObject, DEnum, DInterface in KaJ. * Unify InheritedMember DRI logic. * Fix gathering docs obtained from inheriting java sources in descriptors * Apply requested changes. * Resolve rebase conflicts * Use 221 for qodana analysis * Move accessors generation into DefaultDescriptorToDocumentableTranslator * Fix special "is" case for accessors and refactor logic in general * Remove ambiguous import after rebasing * Remove unused imports and format code * Apply review comment suggestions * Preserve previously lost accessor lookalikes * Extract a variable and correct a typo Co-authored-by: Andrzej Ratajczak <andrzej.ratajczak98@gmail.com>
2022-05-13Update Qodana GH Action to 5.1.0Ignat Beresnev
2022-04-06Add Qodana GitHub Action (#2372)Vadim Mishenev
2022-03-25Minor refactoring of dokka versioning and publishing (#2401)Ignat Beresnev
* Minor refactoring of dokka versioning and publishing * Added RC version type * Added gradle-plugin-portal as a publication channel * Removed `dokka_version_base` in favour of `dokka_version` * Change dokka_version to the relevant SNAPSHOT * Revert explicit flag for version checking, it will be executed automatically if publication channels are present * Update publish to GH pages script to include SNAPSHOT docs
2022-03-24Optimize CI a bit (#2385)Goooler
* Bump actions/checkout to v3 * Bump actions/setup-java to v3 * Use gradle-build-action * Merge validation into check.yml * Reformat * Trim blank lines * Use https * Cleanup * Fix * Remove names * Cleanup * Rename validate to validate-wrapper * Use cirrus-actions/rebase@v1.5 * Use cirrus-actions/rebase@1.5
2022-03-22Edit GH Action to publish doc on release (#2392)Vadim Mishenev
2022-02-09Update Gradle in examplesvmishenev
Trigger publishing of dokka-versioning-multimodule-example
2022-02-09Add GH Action to publish versioning-multimodule-example (#2352)Vadim Mishenev
2021-10-08Disable publish actions in forked repository (#2160)Goooler
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-22Bump setup-java github actions to v2 (#2151)Goooler
2021-07-28Migrate Dokka examples to Dokka repo (KT-47798) (#2030)vmishenev
* Migrate Dokka examples to Dokka repo (KT-47798) * Configure workflow of examples checking * Add workflow to deploy examples
2021-06-28Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 (#1984)dependabot[bot]
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23Add maven central publication (#1688)Kamil Doległo
* Add OSSRH repositories * Rewrite Gradle plugin publication * Add publication version assertion * Use Nexus publish plugin for publishing to Sonatype * Remove explicit publishing from s3 tests * Don't document Dokka for local publication * Fix a bug with closing Sonatype repository * Bump internal Dokka version * Move publication version check to the validate task * Fix Gradle plugin publication * Bump Dokka and gradle plugin-publish versions * Do not run Dokka for test tasks * Do not fail all runs in a workflow * Reduce JVM memory limit
2021-06-23Bump cirrus-actions/rebase from 1.3.1 to 1.5 (#1920)dependabot[bot]
Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.3.1 to 1.5. - [Release notes](https://github.com/cirrus-actions/rebase/releases) - [Commits](https://github.com/cirrus-actions/rebase/compare/1.3.1...1.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23Bump gradle/wrapper-validation-action from 1 to 1.0.3 (#1917)dependabot[bot]
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 1.0.3. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v1.0.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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-21Add suggestion about PR-s to issues templateMarcin Aman
2021-04-14Introduce binary compatibility plugin (#1774)Marcin Aman
* Introduce binary compatibility plugin * Update diffs
2021-04-13Add GitHub actions to dependabot (#1835)Philip Wedemann
2021-04-13Add Gradle Wrapper Validation (#1836)Philip Wedemann
2021-03-17Update issues templatesMarcin Aman
2021-03-16Create dependabot.yml (#1781)Marcin Aman
2021-02-26Add dependabotMarcin Aman
2021-02-03Reenable kotlinx-serialization (#1708)Kamil Doległo
2021-01-22Update link to stdlib on S3Kamil Doległo
2020-12-17Update links in S3 actionsKamil Doległo
2020-11-14Fix a bug in s3 cleanup actionKamil Doległo
2020-11-14Change AWS documentation timeout to 1 hourKamil Doległo
2020-11-13Fix link to stdlib in GH actionKamil Doległo
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-21Fix gh-pages generation scriptKamil Doległo
2020-10-08Fix double scoping of GitHubPages documentationKamil Doległo
2020-10-07Publish docs on change in docs/ directory on master branch (#1532)Kamil Doległo
2020-07-22Temporarily fix coroutines publicationKamil Doległo
2020-07-17Merge branch 'dev-0.11.0'Paweł Marks
2020-07-14Run only the root dokkaMultimodule taskKamil Doległo
2020-07-13Adapt s3-snapshots.yml (coroutines) for new configurationsebastian.sellmair
2020-07-13Adapt s3-snapshots.ymlsebastian.sellmair
2020-07-10Change published directory namePaweł Marks
2020-07-10Make GHActions use multimodule configuration for coroutinesPaweł Marks
2020-07-08Document a javadoc project on AWSKamil Doległo
2020-07-06Remove integration tests from Github actionssebastian.sellmair
2020-07-06Integrate gradle-integration-test.pr.yml into gradle-test.pr.ymlsebastian.sellmair
2020-07-06Implement AndroidGradleIntegrationTestsebastian.sellmair
2020-06-30Parametrize dokka version in AWS generationKamil Doległo
2020-06-17Add stdlib s3 publishingKamil Doległo
2020-06-16Document coroutines, temporarily disable stdlibKamil Doległo