Skip to content

Commit 71c86bb

Browse files
authored
Merge pull request #99 from cipherstash/eql-v2
Modularise SQL
2 parents ef6a453 + ed9da74 commit 71c86bb

Some content is hidden

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

85 files changed

+4036
-3867
lines changed

.github/workflows/test-eql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- main
66
paths:
77
- ".github/workflows/test-eql.yml"
8+
- "src/*.sql"
89
- "sql/*.sql"
910
- "tests/**/*"
1011
- "tasks/**/*"
@@ -14,6 +15,7 @@ on:
1415
- main
1516
paths:
1617
- ".github/workflows/test-eql.yml"
18+
- "src/*.sql"
1719
- "sql/*.sql"
1820
- "tests/**/*"
1921
- "tasks/**/*"

.gitignore

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

3-
sql/000-version.sql
11+
src/version.sql
12+
13+
414

515
# Logs
616

@@ -186,7 +196,7 @@ cipherstash-proxy.toml
186196
# build artifacts
187197
release/
188198

189-
.mise.*
199+
190200

191201
# jupyter notebook
192202
.ipynb_checkpoints

0 commit comments

Comments
 (0)