grafana / cog

Code Generation with a human touch
Apache License 2.0
43 stars 2 forks source link

Set up devbox for a consistent dev/CI environment #553

Closed K-Phoen closed 1 week ago

K-Phoen commented 1 week ago

To ensure a consistent experience when working on cog, this PR introduces devbox as a way of providing the tools required by cog.

github-actions[bot] commented 1 week ago

Note: in addition to the changes introduced by this PR, the diff includes unreleased changes living in main.

### 🔎 Changes to `grafana-foundation-sdk@next+cog-v0.0.x` ```patch diff --git a/java/src/main/java/com/grafana/foundation/common/Constants.java b/java/src/main/java/com/grafana/foundation/common/Constants.java index be9af52..cc841b4 100644 --- a/java/src/main/java/com/grafana/foundation/common/Constants.java +++ b/java/src/main/java/com/grafana/foundation/common/Constants.java @@ -3,6 +3,6 @@ package com.grafana.foundation.common; public class Constants { - public static final String TimeZoneBrowser = "browser"; public static final String TimeZoneUtc = "utc"; + public static final String TimeZoneBrowser = "browser"; } ```