Skip to content

Commit

Permalink
feat: add cel support
Browse files Browse the repository at this point in the history
* chore: drop unsafe functions

* chore: add new functions

* feat: add new interface

* feat: add cel functions

* chore: add tests

* manually edit some cel functions to support unsupported go types in cel
env

---------

Co-authored-by: Aditya Thebe <[email protected]>
  • Loading branch information
moshloop and adityathebe authored Jul 14, 2023
1 parent ed70a73 commit c764d91
Show file tree
Hide file tree
Showing 117 changed files with 1,749 additions and 13,347 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: test
on:
push:
branches:
- main
pull_request:

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...
7 changes: 0 additions & 7 deletions Dockerfile.integration
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
FROM vault:1.11.3 AS vault

FROM consul:1.13.1 AS consul

FROM golang:1.19-alpine

COPY --from=vault /bin/vault /bin/vault
COPY --from=consul /bin/consul /bin/consul

RUN apk add --no-cache make tzdata

WORKDIR /go/src/github.com/hairyhenderson/gomplate/
Expand Down
2 changes: 0 additions & 2 deletions aws/doc.go

This file was deleted.

215 changes: 0 additions & 215 deletions aws/ec2info.go

This file was deleted.

Loading

0 comments on commit c764d91

Please sign in to comment.