summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Upgrade Kotlinx Serialization to 1.4.1Joffrey Bion2022-11-06
|
* Upgrade coroutines to 1.6.4Joffrey Bion2022-11-06
|
* Upgrade Krossbow to 4.4.0Joffrey Bion2022-11-06
|
* Upgrade Kotlin to 1.7.20Joffrey Bion2022-11-06
|
* Add refreshVersions plugin to upgrade more easilyJoffrey Bion2022-11-06
|
* 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
|
* Replace the deprecated openjdk Docker image with Amazon CorrettoJoffrey 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
|
* Upgrade Gradle Wrapper to 7.5.1Gradle Update Workflow2022-08-06
|
* Upgrade Gradle Wrapper to 7.5Gradle Update Workflow2022-07-15
|
* Make link to game HTTP because HTTPS regularly failsJoffrey Bion2022-07-12
|
* Upgrade Krossbow to 4.0.2Joffrey Bion2022-07-03
|
* Remove feature flag for the now stable versions catalogJoffrey Bion2022-07-03
|
* Enable build scans on every CI buildJoffrey Bion2022-07-03
|
* Run CI on all branchesJoffrey Bion2022-07-03
|
* Upgrade to Kotlin 1.7Joffrey Bion2022-07-03
|
* Upgrade Spring boot to 2.7.1Joffrey Bion2022-07-03
|
* Upgrade coroutines to 1.6.3Joffrey Bion2022-07-02
|
* Check-in yarn.lockJoffrey Bion2022-07-02
|
* Fix Ingress config for new k8s versionJoffrey Bion2022-07-02
|
* Rename Route to SwRoute to avoid clash with router componentsJoffrey Bion2022-07-02
|
* 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>
* Upgrade Gradle Wrapper to 7.4.2Gradle Update Workflow2022-04-01
|
* Upgrade Gradle Wrapper to 7.4.1Gradle Update Workflow2022-03-10
|
* Cleanup gitattributes, ensure proper line endings for scriptsJoffrey Bion2022-02-15
|
* Upgrade Gradle Wrapper to 7.4Gradle Update Workflow2022-02-09
|
* Add workflow to auto-update GradleJoffrey Bion2022-01-11
|
* Upgrade dependenciesJoffrey Bion2022-01-11
|
* Upgrade Kotlin to 1.6.10Joffrey Bion2022-01-11
|
* Upgrade Gradle wrapper to 7.3.3joffrey-bion2022-01-06
|
* Move from BroadcastChannel to SharedFlow in sagasJoffrey Bion2021-11-18
|
* Add allWarningsAsErrors for stricter buildJoffrey Bion2021-11-18
|
* Remove redundant experimental flagJoffrey Bion2021-11-18
|
* Upgrade Gradle to 7.3Joffrey Bion2021-11-18
|
* Upgrade to Kotlin 1.6.0 and JDK 17Joffrey Bion2021-11-18
|
* Rename ci-cd workflow to deploy since it's manual nowJoffrey Bion2021-11-17
|
* Upgrade Kotlinx Serialization to 1.3.1Joffrey Bion2021-11-11
|
* Upgrade Krossbow to 2.7.0Joffrey Bion2021-11-11
|
* Upgrade kotlin react wrappersJoffrey Bion2021-11-11
|
* Upgrade JDK to 17 in Github actionsJoffrey Bion2021-11-11
|
* Upgrade Kotlin to 1.5.31Joffrey Bion2021-11-11
|
* Remove unnecessary module-level opt-insJoffrey Bion2021-09-08
| | | | The declaration at the root does work for multiplatform projects
* OptIn GlobalScope usages in JS testsJoffrey Bion2021-09-08
|
* OptIn GlobalScope usage in SagasFrameworkJoffrey Bion2021-09-08
|
* Remove usages of deprecated route extensionsJoffrey Bion2021-09-08
|
* Opt-in delicate GlobalScope in UI rootJoffrey Bion2021-09-07
|
bgstack15