aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-03-06Meta changes to snapshots and reviews (#1769)Harsh Shandilya
2022-03-05Follow-up fixes to snapshot deployment (#1768)Harsh Shandilya
* scripts/deploy-snapshot: ensure GITHUB_WORKSPACE is set when script is run * scripts/deploy-snapshot: prevent command output from breaking comparison * scripts/deploy-snapshot: fix shellcheck nits * gitignore: add outputs directory * github: pass privileged token to deployment script
2022-03-05Move snapshot releases to GitHub (#1767)Harsh Shandilya
2022-03-03chore(deps): update actions/upload-artifact action to v3 (#1763)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03chore(deps): update actions/download-artifact action to v3 (#1762)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02chore(deps): update actions/checkout action to v3 (#1760)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28chore(deps): update peter-evans/create-pull-request action to v3.14.0 (#1759)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28chore(deps): update peter-evans/create-pull-request action to v3.13.0 (#1758)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24chore(deps): update actions/setup-java action to v3 (#1752)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-23Use explicit Gradle tasks to handle build artifact collection (#1745)Harsh Shandilya
2022-02-22Expand tests for multiple identity keys (#1743)Harsh Shandilya
2022-02-21Add CI job to assemble release APKs and fix build (#1742)Harsh Shandilya
2022-02-20Introduce Sentry for error reporting (#1737)Harsh Shandilya
2022-02-20github: add missing escapes and quotes (#1736)Harsh Shandilya
2022-02-17chore(deps): update actions/setup-java action to v2.5.0 (#1734)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-17Turn on Configuration Cache (#1733)Harsh Shandilya
2022-02-11chore(deps): update actions/github-script action to v6 (#1726)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-05Begin rework for configuration cache compatibility (#1709)Harsh Shandilya
2022-02-03chore(deps): update gradle/gradle-build-action action to v2.1.3 (#1705)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31chore(deps): update peter-evans/create-pull-request action to v3.12.1 (#1701)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-28chore(deps): update gradle/gradle-build-action action to v2.1.2 (#1697)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25chore(deps): update gradle/gradle-build-action action to v2.1.1 (#1684)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09Raise timeouts for Crowdin task again (#1652)Harsh Shandilya
* build-logic: raise HTTP timeouts for Crowdin again * github: allow running Crowdin job manually
2022-01-08chore(deps): update actions/github-script action to v5.1.0 (#1648)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-31chore(deps): update gradle/gradle-build-action action to v2.1.0 (#1633)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23chore(deps): update actions/github-script action to v5 (#1616)renovate[bot]
* chore(deps): update actions/github-script action to v5 * github: update check-changed-files for OctoKit upgrade Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-12-23chore(deps): update actions/upload-artifact action to v2.3.1 (#1614)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23chore(deps): update peter-evans/create-pull-request action to v3.12.0 (#1615)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23Misc cleanups and fixes (#1611)Harsh Shandilya
2021-12-23chore(deps): update actions/download-artifact action to v2.1.0 (#1609)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23renovate: initHarsh Shandilya
2021-12-23dependency-sync: removeHarsh Shandilya
2021-12-23github: remove dependabot configurationHarsh Shandilya
2021-12-22github: use GH CLI for PSL PR manipulation (#1601)Harsh Shandilya
2021-12-11Miscellaneous build and CI cleanups (#1587)Harsh Shandilya
2021-12-07Upgrade workflows to use Java 17 (#1579)Harsh Shandilya
2021-12-07github: disable publishing of JaCoCo reportsHarsh Shandilya
2021-12-07github: add code-coverage PR jobHarsh Shandilya
2021-12-07github: split PR tasks into separate jobsHarsh Shandilya
2021-12-06Reorder workflow steps to fix cache failure (#1571)Harsh Shandilya
2021-12-06Convert all GHA references to normal versions (#1570)Harsh Shandilya
2021-12-01Raise Dependabot Gradle PR limit to 5 (#1555)Harsh Shandilya
2021-11-30Implement workarounds for Dependabot to update dependencies (#1552)Harsh Shandilya
2021-11-12Try fixing PSL update workflow (#1538)Harsh Shandilya
* Revert "Directly push PSL updates to develop (#1494)" This reverts commit a6b8e79d36d8900597aec8dfc2eb57838bb14188. * github: enable auto merge of PSL pull requests
2021-10-28Upgrade dependencies (#1526)Harsh Shandilya
* gradle: upgrade all dependencies * github: replace gradle-cache-action with official gradle-build-action * github: update wrapper-validation-action
2021-10-23Switch new PGP backend to use PGPainless (#1522)Harsh Shandilya
* crypto-pgpainless: init * crypto-pgpainless: add an opinionated CryptoHandler impl * app: migrate to crypto-pgpainless * crypto-pgp: remove * github: remove now unused instrumentation tests job * crypto-common: fixup package names * wip(crypto-pgpainless): add `PGPKeyPair` and `PGPKeyManager` Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> (cherry picked from commit 02d07e9e797a8600cc8c534a731dfffcc44cfdde) * crypto-pgpainless: use hex-encoded key IDs * crypto-pgpainless: replace legacy Gopenpgp-generated key file * crypto-pgpainless: fix CryptoConstants source set * crypto-pgpainless: fix tests * crypto-pgpainless: reinstate PGPKeyManager tests Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
2021-10-03Cleanup and improve CI checks (#1511)Harsh Shandilya
2021-10-02github: Convert issue templates to use forms (#1510)Sanchith Hegde
2021-09-29github: force PR builds to be in the same concurrency group (#1507)Harsh Shandilya
2021-08-28Directly push PSL updates to develop (#1494)Harsh Shandilya