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

Cherry pick for rc1 #2059

Merged
merged 3 commits into from
Nov 11, 2024
Merged

Cherry pick for rc1 #2059

merged 3 commits into from
Nov 11, 2024

Commits on Nov 11, 2024

  1. update changelog version

    thampiotr committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f34af94 View commit details
    Browse the repository at this point in the history
  2. Prototype targets.merge function (array.combine_maps) (#1826)

    * Prototype map.inner_join function
    
    * Rename to "targets.merge", remove unnecessary params
    
    * Add failure tests
    
    * Delete incorrect comment
    
    * rename targets.merge to array.combine_maps, mark it as experimental, make is more permissive and add tests
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Piotr <[email protected]>
    
    * Update docs/sources/reference/stdlib/array.md
    
    Co-authored-by: Piotr <[email protected]>
    
    * Update docs/sources/reference/stdlib/array.md
    
    Co-authored-by: Piotr <[email protected]>
    
    * Update docs/sources/reference/stdlib/array.md
    
    Co-authored-by: Piotr <[email protected]>
    
    * rename mapCombine to combineMaps
    
    * document panic
    
    * add equal test
    
    * add more tests
    
    * Update syntax/internal/stdlib/stdlib.go
    
    Co-authored-by: Piotr <[email protected]>
    
    * Update syntax/internal/stdlib/stdlib.go
    
    Co-authored-by: Piotr <[email protected]>
    
    * add examples in doc
    
    * fix error propagation
    
    * remove value nul on len function
    
    * refactor code into a traversal function
    
    * update doc to avoid modifying the experimental shared doc
    
    ---------
    
    Co-authored-by: William Dumont <[email protected]>
    Co-authored-by: Piotr <[email protected]>
    3 people committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    bc50984 View commit details
    Browse the repository at this point in the history
  3. Implement an initial version of the support bundle in Alloy (#2009)

    * Implement an initial version of the support bundle in Alloy
    
    * Add documentation for support bundle
    
    * Update changelog
    
    * Update docs/sources/troubleshoot/support_bundle.md
    
    Co-authored-by: Clayton Cornell <[email protected]>
    
    * Update docs/sources/troubleshoot/support_bundle.md
    
    Co-authored-by: Clayton Cornell <[email protected]>
    
    * Update docs/sources/troubleshoot/support_bundle.md
    
    Co-authored-by: Clayton Cornell <[email protected]>
    
    * Update docs/sources/troubleshoot/support_bundle.md
    
    Co-authored-by: Clayton Cornell <[email protected]>
    
    * Initial PR feedback
    
    * Rewrite http service to use logging library internal to alloy
    
    * Revert accidental commit of e2e test changes
    
    * Fix comment on exported function
    
    * Clean up added host variable that is no longer used
    
    * Refactor usage of logger in http service
    
    * Update internal/service/http/http.go
    
    Co-authored-by: Piotr <[email protected]>
    
    * implement PR feedback
    
    * Hide support bundle behind public preview stability level
    
    * Update docs based on feedback
    
    * Update docs/sources/troubleshoot/support_bundle.md
    
    Co-authored-by: Clayton Cornell <[email protected]>
    
    * Update docs/sources/troubleshoot/support_bundle.md
    
    Co-authored-by: Clayton Cornell <[email protected]>
    
    * Update docs/sources/troubleshoot/support_bundle.md
    
    Co-authored-by: Clayton Cornell <[email protected]>
    
    * Update docs/sources/troubleshoot/support_bundle.md
    
    Co-authored-by: Clayton Cornell <[email protected]>
    
    * Update docs/sources/troubleshoot/support_bundle.md
    
    Co-authored-by: Clayton Cornell <[email protected]>
    
    * Update docs/sources/troubleshoot/support_bundle.md
    
    Co-authored-by: Clayton Cornell <[email protected]>
    
    * More PR feedback in docs
    
    * Fix race condition in logger
    
    * Add a note about backward-compatibility exception
    
    ---------
    
    Co-authored-by: Clayton Cornell <[email protected]>
    Co-authored-by: Piotr <[email protected]>
    3 people committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e894439 View commit details
    Browse the repository at this point in the history