aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
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-14Introduce binary compatibility plugin (#1774)Marcin Aman
* Introduce binary compatibility plugin * Update diffs
2021-04-13Add Gradle Wrapper Validation (#1836)Philip Wedemann
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
2020-06-16Add documenting of stdlib and publishing to s3 on branch pushKamil Doległo
2020-06-02WorkflowMarcin Aman
2020-05-19Add github actions CIMarcin Aman