Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pluralsh/polly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.11
Choose a base ref
...
head repository: pluralsh/polly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jan 8, 2025

  1. fix polly sprig functions

    michaeljguarino committed Jan 8, 2025
    Copy the full SHA
    ed60f04 View commit details
Showing with 5 additions and 24 deletions.
  1. +0 −10 docs/liquid-filters.md
  2. +5 −0 template/liquid.go
  3. +0 −14 template/liquid_test.go
10 changes: 0 additions & 10 deletions docs/liquid-filters.md
Original file line number Diff line number Diff line change
@@ -2275,16 +2275,6 @@ _Implementation_: `github.com/huandu/xstrings.ToSnakeCase`

_Implementation_: `github.com/Masterminds/sprig/v3.sortAlpha`

## `split`







_Implementation_: `github.com/Masterminds/sprig/v3.split`

## `splitList`


5 changes: 5 additions & 0 deletions template/liquid.go
Original file line number Diff line number Diff line change
@@ -34,6 +34,11 @@ var (
"must_date_modify",
"now",
"uuidv4",
"split",
"join",
"downcase",
"upcase",
"replace",
}

// sprigFunctionNameAliases contains additional aliases for Sprig functions.
14 changes: 0 additions & 14 deletions template/liquid_test.go

This file was deleted.