Commit Graph

146 Commits

Author SHA1 Message Date
dependabot[bot] f29ffa1895 Bump actions/setup-java from 3.4.0 to 3.4.1 in /.github/actions/setup
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](16cca5479d...2c7a4878f5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-12 06:06:52 -04:00
dependabot[bot] a95935e7de
Bump actions/setup-java from 3.3.0 to 3.4.0 in /.github/actions/setup (#582)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](860f600565...16cca5479d)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 06:53:29 -04:00
Carter Jernigan 62e5cee5dd
[#576] Fix publishing 2022-06-21 10:16:40 -04:00
Carter Jernigan a5a07becd8
[#548] Configure testing with emulator.wtf 2022-06-21 07:57:04 -04:00
Carter Jernigan 8bc15a0c77 [#570] Run dependabot on Composite workflows 2022-06-20 12:33:33 -04:00
dependabot[bot] 32b17c31ea Bump actions/upload-artifact from 3.0.0 to 3.1.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](6673cd052c...3cea537223)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 06:58:14 -04:00
Carter Jernigan a5694c208f [#564] Configure Dependabot for GitHub Actions 2022-06-16 05:57:57 -04:00
Carter Jernigan 5389bb86af [#518] Google Auth GitHub Action 0.8.0 2022-06-16 05:57:57 -04:00
Carter Jernigan e602d3dd7e [#545] GitHub Cache Action 3.0.4
Also updated the caching to be a bit simpler and more efficient.
2022-06-16 05:57:57 -04:00
Carter Jernigan e1686904e0 [#546] Rename default branch 2022-06-08 09:00:29 -04:00
Honza Rychnovsky 8f59a207fb
[#539] SDK causes crash on emulators with x86_64 architecture
* [#539] SDK causes crash on emulators with x86_64 architecture
- NDK version reverted back to 22.1.7171670.
- Attached TODO with issue for future handling of the problem.
- Install specific Android NDK version.
- Update changelog.
Co-authored-by: Carter Jernigan <git@carterjernigan.com>
2022-06-03 14:38:38 +02:00
Carter Jernigan 84442a23a7
[#517] Switch to Adoptium JDK (#519)
Temurin/Adoptium is the default used by Gradle toolchains, and they now have both Java 11 and 17 ARM support for Macs
2022-05-24 08:19:46 -04:00
Carter Jernigan 125bd63d53 [#506] GitHub Setup Java Action 3.3.0 2022-05-09 09:38:31 -04:00
Carter Jernigan 140dcf163c [#491] Checkout GitHub Action 3.0.2 2022-04-29 15:33:53 -04:00
Carter Jernigan ec147ecfcd [#497] Google Auth Action 0.7.1 2022-04-29 15:33:53 -04:00
Carter Jernigan 9dd46079d2 [#498] Setup Java Action 3.2.0 2022-04-29 15:33:53 -04:00
Carter Jernigan 049841ad34 Fix typo in dependency update template 2022-04-12 09:22:49 -04:00
Carter Jernigan 940240b5a7 [#488] GitHub Actions Setup Java 3.1.1 2022-04-12 09:22:49 -04:00
Carter Jernigan 6c505e7ab7 [#487] GitHub Cache Action 3.0.2 2022-04-12 09:22:49 -04:00
Carter Jernigan 4a060ecafa [#468] Auth GitHub Action 0.7.0 2022-04-06 15:42:46 -04:00
Carter Jernigan 2fea0a9a85 [#446] GitHub Cache Action 3.0.1 2022-04-06 15:42:46 -04:00
Carter Jernigan 820f63bf00 [#455] Setup Java 3.1.0 2022-04-06 15:42:46 -04:00
Carter Jernigan b05c85193c [#447] Gradle 7.4.2 2022-04-06 15:42:46 -04:00
Carter Jernigan 97285fb031 [#439] GitHub Cache action v3 2022-03-28 07:59:26 -04:00
Carter Jernigan 5ab1d0b26e [#440] Fix close repository GitHub Action name 2022-03-28 07:59:26 -04:00
Carter Jernigan d796665419 [#444] Remove unnecessary closeAndReleaseRepository
Snapshot deployments don’t need to be closed
2022-03-28 07:59:26 -04:00
Honza Rychnovsky 885478ebcc
Pull request template update: (#436)
- link to Code Review Guidelines fix
- reviewer instructions text minor change
2022-03-17 08:23:34 +01:00
Carter Jernigan f1046bae53 [#434] Add workflow to unwedge Maven Central deployments 2022-03-16 13:50:43 -04:00
Carter Jernigan 9ee2fd1300 [#430] Extend build timeout for deployment 2022-03-16 08:52:05 -04:00
Carter Jernigan 0f29cde97c [#426] Cancel concurrent pull request builds 2022-03-11 06:19:27 -05:00
Carter Jernigan 06b2b524c6 [#425] Pin GitHub Action versions
Previously versions were using tags.  By pinning them to SHAs, it ensures the versions cannot be changed.

Also note that I used the latest release, so many of the actions received a version bump as part of this change.
2022-03-11 06:19:27 -05:00
Carter Jernigan fcc148e9d2 Set signing secrets as command line arguments
It was suggested that GitHub Actions might have an issue with the periods in the signing Gradle properties.  This is an attempt to see if that is the issue.

From Gradle’s perspective `ORG_GRADLE_PROJECT_signing.secretKeyRingFile=` as an environment variable should be equivalent to a command line argument of `-Psigning.secretKeyRingFile=`
2022-02-18 09:39:11 -05:00
Carter Jernigan f3b66797d3 [#394] Add robo test configuration 2022-02-10 08:06:43 -05:00
Carter Jernigan 1e3e114e8a [#392] Fix collection of CI results 2022-02-08 07:28:00 -05:00
Carter Jernigan 08d87df372 Disabling signing for publishToMavenLocal
This is an attempt to fix release build deployments
2022-02-04 07:13:02 -05:00
Carter Jernigan c2ce1f201b [#381] Automatically release snapshots 2022-02-04 07:12:41 -05:00
Carter Jernigan 4cb764e2fc [#387] Correct path for attaching library to CI results 2022-02-04 07:12:11 -05:00
Carter Jernigan 099986de39 [#373] Add PR and issue templates
This updates our templates to be more consistent with the Secant app repository.

Note that the checklist item for code coverage was removed for now, until we improve the test infrastructure for the SDK.

This also addresses a security reminder, by explicitly stating that one shouldn't run the demo app from a pull request until after reviewing the code changes.
2022-02-03 11:07:43 -05:00
Carter Jernigan d08210a170 Add environment for GitHub Actions deployment 2022-02-02 15:22:49 -05:00
Carter Jernigan be530e000e [#379] Increase CI timeout to avoid flakiness 2022-02-02 14:22:33 -05:00
Carter Jernigan 01d766d8f8 [#380] Fix maven local publishing during release deployments 2022-02-02 14:22:33 -05:00
Carter Jernigan fe7f8d5e0d Bugfix for building snapshots on GitHub Actions 2022-01-27 13:42:29 -05:00
Carter Jernigan 3c575a497c Configure build with GitHub Actions
Also configure testing with Firebase Test Lab
2022-01-26 15:19:28 -05:00
Linda Lee c6a1d43819 Update issue templates
update feature request template
2020-06-01 14:44:05 -05:00
Linda Lee fbfc894613 Update issue templates
update bug report template.
2020-06-01 14:42:53 -05:00
Linda Lee d35fb351d2 Add issue templates 2020-05-27 10:14:26 -05:00