Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: port github.com/grafana/river into syntax #17

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Commits on Mar 1, 2024

  1. misc: port github.com/grafana/river into syntax

    This commit brings the github.com/grafana/river code into the syntax
    package, which is intended to be a submodule.
    
    There are a few reasons to do this:
    
    1. "River" is being sunset as a term in favor of the "Alloy
       configuration syntax," so it no longer makes sense for River to exist
       on its own.
    
    2. With the transition to Alloy configuration syntax, error messages and
       alike should remove references to the word "River."
    
    3. It is likely that the Alloy configuration syntax will be receiving a
       stream of updates soon after the 1.0 release, where having it in a
       separate repo would slow us down and risks desyncing documentation.
    
    4. There are projects which depend on River, so it must be importable if
       we bring it into Alloy. However, since we don't want to mark the Go
       API as 1.0 yet, constraining the Alloy configuration syntax to a
       submodule allows us to version it separately.
    rfratto committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3ad0d81 View commit details
    Browse the repository at this point in the history