summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
* Use existing Gradle updater action instead of custom workflowJoffrey Bion2023-05-01
|
* Upgrade docker actionsJoffrey Bion2022-11-05
|
* Switch to official gradle-build-actionJoffrey Bion2022-11-05
|
* Add internal label to dependabot PRs upgrading github actionsJoffrey Bion2022-11-05
|
* Update java distrib on CI to temurin for faster installJoffrey Bion2022-11-05
|
* Trim action checkout version to just v3 so it upgrades on minor versionsJoffrey Bion2022-11-05
|
* Run CI on all branchesJoffrey Bion2022-07-03
|
* Bump actions/checkout from 2 to 3.0.2dependabot[bot]2022-04-22
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/setup-java from 2 to 3dependabot[bot]2022-04-22
| | | | | | | | | | | | | | Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Add workflow to auto-update GradleJoffrey Bion2022-01-11
|
* Rename ci-cd workflow to deploy since it's manual nowJoffrey Bion2021-11-17
|
* Upgrade JDK to 17 in Github actionsJoffrey Bion2021-11-11
|
* Remove unnecessary setup-qemu actionJoffrey Bion2021-09-07
|
* Use JDK 15 because of Gradle issue on 16Joffrey Bion2021-09-06
| | | | Related: https://github.com/gradle/gradle/issues/17493
* Re-enable ci buildJoffrey Bion2021-09-06
|
* Migrate to gradle-cache-actionJoffrey Bion2021-09-06
|
* Bump Ilshidur/action-discord from 0.3.0 to 0.3.2dependabot[bot]2021-08-12
| | | | | | | | | | | | | | Bumps [Ilshidur/action-discord](https://github.com/Ilshidur/action-discord) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/Ilshidur/action-discord/releases) - [Commits](https://github.com/Ilshidur/action-discord/compare/0.3.0...0.3.2) --- updated-dependencies: - dependency-name: Ilshidur/action-discord dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Rename container registry token env varJoffrey Bion2021-07-27
|
* Make deployment manualJoffrey Bion2021-07-27
|
* Upgrade setup-java Github action to v2joffrey-bion2021-04-12
|
* Disable auto-embeds in Discord notificationsjoffrey-bion2021-02-17
|
* Add auto-deployment of all kubernetes files in kubernetes/ folderjoffrey-bion2021-02-14
|
* Fix closed issues workflowjoffrey-bion2021-02-11
|
* Add proper name for checkout step on CIjoffrey-bion2021-02-10
|
* Add CI on non-main branchesjoffrey-bion2021-02-10
|
* Avoid discord notification for duplicatesjoffrey-bion2021-02-10
|
* Improve discord notificationsjoffrey-bion2021-02-10
|
* Add deployment notifications for discordjoffrey-bion2021-02-09
|
* Fix discord message payloadjoffrey-bion2021-02-09
|
* Add closed issues workflow to send discord notifsjoffrey-bion2021-02-09
|
* Add rollback workflowjoffrey-bion2021-02-09
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/91
* Add namespace in status checkjoffrey-bion2021-02-07
|
* Use shory-lived k8s digitalocean credentials Joffrey Bion2021-02-07
| | | This is to avoid accumulating long lived tokens
* Remove heroku deploymentJoffrey Bion2021-02-07
|
* Add digital ocean deploymentJoffrey Bion2021-02-07
|
* Make k8s credentials short-livedJoffrey Bion2021-02-07
|
* Create deploy-digitalocean.ymlJoffrey Bion2021-02-07
|
* Split PR and CI/CD buildsjoffrey-bion2021-01-28
|
* Clarify docker image tags (sha and build)joffrey-bion2021-01-28
|
* Add docker tags based on commit SHAjoffrey-bion2020-12-12
|
* Add Heroku release step in GitHub workflowjoffrey-bion2020-12-12
|
* Use env variables to generalize GitHub workflowjoffrey-bion2020-12-12
|
* Avoid too specific version for actions/cachejoffrey-bion2020-12-12
|
* Upgrade to Java 15joffrey-bion2020-12-12
|
* Push Docker image to Heroku, remove Travis CIjoffrey-bion2020-12-12
|
* Bump actions/setup-java from v1.4.2 to v1.4.3dependabot[bot]2020-10-01
| | | | | | | Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.2 to v1.4.3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v1.4.2...d202f5dbf7256730fb690ec59f6381650114feb2) Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade GitHub action/cache to v2.1.1Joffrey Bion2020-09-10
|
* Upgrade setup-java Github Action to 1.4.2Joffrey Bion2020-09-10
|
* Enable Dependabot for github actionsJoffrey Bion2020-09-10
|
* Add CI stage to push to DockerHubJoffrey Bion2020-09-10
|
bgstack15