Skip to content

Commit 1ed5e8b

Browse files
authored
Merge pull request #105 from cipherstash/eql-v2-0
Eql v2 0
2 parents 6691936 + de0cdbd commit 1ed5e8b

File tree

141 files changed

+8901
-7840
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+8901
-7840
lines changed

.github/workflows/release-eql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ jobs:
5454
files: |
5555
release/cipherstash-encrypt.sql
5656
release/cipherstash-encrypt-uninstall.sql
57+
release/cipherstash-encrypt-supabase.sql
58+
release/cipherstash-encrypt-uninstall-supabase.sql

.github/workflows/test-eql.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ on:
55
- main
66
paths:
77
- ".github/workflows/test-eql.yml"
8-
- "sql/*.sql"
8+
- "src/**/*.sql"
9+
- "sql/**/*.sql"
910
- "tests/**/*"
1011
- "tasks/**/*"
1112

1213
pull_request:
13-
branches:
14-
- main
14+
# run on all pull requests
1515
paths:
1616
- ".github/workflows/test-eql.yml"
17-
- "sql/*.sql"
17+
- "src/**/*.sql"
18+
- "sql/**/*.sql"
1819
- "tests/**/*"
1920
- "tasks/**/*"
2021

.gitignore

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
2+
3+
.DS_Store
4+
.mise.*
5+
6+
deps.txt
7+
deps-ordered.txt
8+
9+
deps-supabase.txt
10+
deps-ordered-supabase.txt
11+
112
# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
213

3-
sql/000-version.sql
14+
src/version.sql
15+
16+
417

518
# Logs
619

@@ -186,7 +199,7 @@ cipherstash-proxy.toml
186199
# build artifacts
187200
release/
188201

189-
.mise.*
202+
190203

191204
# jupyter notebook
192205
.ipynb_checkpoints

0 commit comments

Comments
 (0)