aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-03-23fix(ci): make shadow jobs actually use provided Gradle versionHarsh Shandilya
2023-03-23fix(ci): use correct job title for dependencyHarsh Shandilya
2023-03-23chore(deps): pin usefulness/agp-version-finder-action action to 9084404 (#2433)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-23fix(ci): make AGP version handling automaticHarsh Shandilya
2023-03-19fix(ci): prevent shadow jobs from writing to cacheHarsh Shandilya
2023-03-16chore(deps): update actions/checkout action to v3.4.0 (#2416)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15chore(deps): update peter-evans/create-pull-request action to v4.2.4 (#2415)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28fix(shadow jobs): don't run an additional jobset for latest Gradle versionHarsh Shandilya
I always keep the wrapper in sync with Gradle releases so the additional matrix dimension doesn't add much value. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2023-02-28feat(ci): make shadow jobs report aggregate successHarsh Shandilya
2023-02-28fix: remove Gradle 8.x exclusion from shadow jobsHarsh Shandilya
2023-02-28chore: update AGP versions in shadow jobsHarsh Shandilya
2023-02-23fix(ci): improve check for uncommitted changesHarsh Shandilya
2023-02-19chore(deps): update gradle/wrapper-validation-action action to v1.0.6 (#2382)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-19chore(deps): update gradle/gradle-build-action action to v2.4.0 (#2381)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13chore(ci): add merge queue trigger to PR jobsHarsh Shandilya
2023-02-09fix(renovate): raise concurrent PRs limitHarsh Shandilya
2023-02-08chore(deps): update actions/setup-java action to v3.10.0 (#2364)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-07chore: mention log capturing in bug report templateHarsh Shandilya
2023-02-04fix(renovate): set maven URLsHarsh Shandilya
2023-01-31chore(ci): update shadow job configurationHarsh Shandilya
- Run for latest stable and release nightly Gradle versions - Exclude known-broken combinations
2023-01-30chore(ci): bump AGP versions for shadow jobsHarsh Shandilya
2023-01-30fix(renovate): provide maven repository for Compose CompilerHarsh Shandilya
2023-01-26chore(deps): update actions/github-script action to v6.4.0 (#2346)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-26chore(deps): upgrade security-crypto to 1.1.0-alpha04Harsh Shandilya
2023-01-26chore(ci): update shadow job configurationHarsh Shandilya
2023-01-19chore(github): slight tweaks to issue templateHarsh Shandilya
2023-01-18chore(deps): update androidx.compose.compiler to 1.4.0Harsh Shandilya
2023-01-16chore(deps): upgrade androidx.appcompat:appcompat to 1.7.0-alpha01Harsh Shandilya
2023-01-16fix(ci): assemble bundles but do not deploy them in snapshotsHarsh Shandilya
While a build test is good and useful ultimately there is little value to the bundle format outside Google Play and the artifact only serves to confuse users looking to download the snapshots.
2023-01-13fix(ci): update AGP versions in shadow job configurationHarsh Shandilya
2023-01-13chore(deps): revert back to AGP stableHarsh Shandilya
This reverts commit aca444da4e66e749c19bec112021add7de23178e.
2023-01-11chore(deps): upgrade to Kotlin 1.8.0Harsh Shandilya
2023-01-06chore(deps): update actions/upload-artifact action to v3.1.2 (#2324)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-06chore(deps): update actions/download-artifact action to v3.0.2 (#2322)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-05chore(deps): update actions/checkout action to v3.3.0 (#2320)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03chore: upgrade to AGP 8.0.0-alpha10Harsh Shandilya
This brings proper compatibility with Gradle 8.0 RC1
2023-01-03Revert "chore(renovate): only allow Sentry GP 3.3.0+"Harsh Shandilya
This reverts commit 6cfb262a2cea93347396782be438b5dec788a688.
2022-12-29chore(renovate): only allow Sentry GP 3.3.0+Harsh Shandilya
Hopefully they'll fix the configuration caching problem in the next release
2022-12-29chore: update AGP versions for shadow jobHarsh Shandilya
2022-12-22fix(ci): disable AGP 8 X Java 11 shadow jobHarsh Shandilya
AGP 8.x now correcly enforces its Java 17+ runtime requirement
2022-12-22chore(ci): update shadow job versionsHarsh Shandilya
2022-12-14chore(deps): update actions/setup-java action to v3.9.0 (#2299)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12chore(deps): update actions/checkout action to v3.2.0 (#2297)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08fix(ci): cancel in-progress builds for snapshot deploymentHarsh Shandilya
2022-12-08fix(ci): only validate wrapper when changedHarsh Shandilya
2022-12-08feat(shadow jobs): prepare for revivalHarsh Shandilya
- Bump versions - Workaround perma-fail on AGP 8.x - Adjust schedule to be weekly - Report exit state to healthchecks.io
2022-12-06chore(deps): update actions/setup-java action to v3.8.0 (#2283)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01chore(deps): update actions/setup-java action to v3.7.0 (#2281)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-28chore(ci): ensure only one instance of snapshot deploy workflow runsHarsh Shandilya
2022-11-28fix(ci): run wrapper validation on develop branch pushHarsh Shandilya