Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-19 | fix(ci): prevent shadow jobs from writing to cache | Harsh Shandilya | |
2023-03-16 | chore(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-15 | chore(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-28 | fix(shadow jobs): don't run an additional jobset for latest Gradle version | Harsh 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-28 | feat(ci): make shadow jobs report aggregate success | Harsh Shandilya | |
2023-02-28 | fix: remove Gradle 8.x exclusion from shadow jobs | Harsh Shandilya | |
2023-02-28 | chore: update AGP versions in shadow jobs | Harsh Shandilya | |
2023-02-23 | fix(ci): improve check for uncommitted changes | Harsh Shandilya | |
2023-02-19 | chore(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-19 | chore(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-13 | chore(ci): add merge queue trigger to PR jobs | Harsh Shandilya | |
2023-02-08 | chore(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-01-31 | chore(ci): update shadow job configuration | Harsh Shandilya | |
- Run for latest stable and release nightly Gradle versions - Exclude known-broken combinations | |||
2023-01-30 | chore(ci): bump AGP versions for shadow jobs | Harsh Shandilya | |
2023-01-26 | chore(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-26 | chore(ci): update shadow job configuration | Harsh Shandilya | |
2023-01-16 | fix(ci): assemble bundles but do not deploy them in snapshots | Harsh 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-13 | fix(ci): update AGP versions in shadow job configuration | Harsh Shandilya | |
2023-01-13 | chore(deps): revert back to AGP stable | Harsh Shandilya | |
This reverts commit aca444da4e66e749c19bec112021add7de23178e. | |||
2023-01-06 | chore(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-06 | chore(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-05 | chore(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-03 | chore: upgrade to AGP 8.0.0-alpha10 | Harsh Shandilya | |
This brings proper compatibility with Gradle 8.0 RC1 | |||
2022-12-29 | chore: update AGP versions for shadow job | Harsh Shandilya | |
2022-12-22 | fix(ci): disable AGP 8 X Java 11 shadow job | Harsh Shandilya | |
AGP 8.x now correcly enforces its Java 17+ runtime requirement | |||
2022-12-22 | chore(ci): update shadow job versions | Harsh Shandilya | |
2022-12-14 | chore(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-12 | chore(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-08 | fix(ci): cancel in-progress builds for snapshot deployment | Harsh Shandilya | |
2022-12-08 | fix(ci): only validate wrapper when changed | Harsh Shandilya | |
2022-12-08 | feat(shadow jobs): prepare for revival | Harsh Shandilya | |
- Bump versions - Workaround perma-fail on AGP 8.x - Adjust schedule to be weekly - Report exit state to healthchecks.io | |||
2022-12-06 | chore(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-01 | chore(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-28 | chore(ci): ensure only one instance of snapshot deploy workflow runs | Harsh Shandilya | |
2022-11-28 | fix(ci): run wrapper validation on develop branch push | Harsh Shandilya | |
2022-11-28 | chore(deps): update peter-evans/create-pull-request action to v4.2.3 (#2277) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-25 | chore(ci): misc changes to snapshot deployment | Harsh Shandilya | |
2022-11-24 | chore(deps): update peter-evans/create-pull-request action to v4.2.2 (#2271) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-11-23 | chore(deps): update mindsers/changelog-reader-action action to v2.2.2 (#2269) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-22 | chore(deps): update peter-evans/create-pull-request action to v4.2.1 (#2266) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-13 | chore(deps): pin dependencies (#2249) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-10 | chore(deps): update mindsers/changelog-reader-action action to v2.2.1 (#2241) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-08 | feat(ci): merge release and debug APK jobs | Harsh Shandilya | |
2022-10-30 | fix(github): fix Crowdin and PSL pull labels | Harsh Shandilya | |
2022-10-29 | refactor(github): rework CI avoidance logic | Harsh Shandilya | |
2022-10-29 | feat: rip out Spotless | Harsh Shandilya | |
Spotless' configuration cache support is irritating since it requires you to wipe config cache every time you initialise a Gradle daemon. | |||
2022-10-25 | chore: update AGP versions in shadow job | Harsh Shandilya | |
2022-10-24 | chore(deps): update gradle/wrapper-validation-action action to v1.0.5 (#2210) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-10-22 | chore(deps): update gradle/gradle-build-action action to v2.3.3 (#2199) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-10-22 | chore(deps): update actions/upload-artifact action to v3.1.1 (#2197) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |