Skip to content

Commit 338d1b7

Browse files
authored
feat(schema): Initial support for jinja templates (#6704)
1 parent 83c2698 commit 338d1b7

File tree

45 files changed

+1356
-123
lines changed

Some content is hidden

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

45 files changed

+1356
-123
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Rust
1818
uses: actions-rs/toolchain@v1
1919
with:
20-
toolchain: nightly-2022-03-08
20+
toolchain: nightly-2022-03-22
2121
override: true
2222
components: rustfmt
2323
- name: Install Node.js 16.x
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install Rust
9191
uses: actions-rs/toolchain@v1
9292
with:
93-
toolchain: nightly-2022-03-08
93+
toolchain: nightly-2022-03-22
9494
override: true
9595
components: rustfmt
9696
target: ${{ matrix.target }}
@@ -199,7 +199,7 @@ jobs:
199199
- name: Install Rust
200200
uses: actions-rs/toolchain@v1
201201
with:
202-
toolchain: nightly-2022-03-08
202+
toolchain: nightly-2022-03-22
203203
override: true
204204
components: rustfmt
205205
- name: Install Python

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Rust
6161
uses: actions-rs/toolchain@v1
6262
with:
63-
toolchain: nightly-2022-03-08
63+
toolchain: nightly-2022-03-22
6464
override: true
6565
components: rustfmt
6666
- name: Install Node.js ${{ matrix.node-version }}
@@ -115,7 +115,7 @@ jobs:
115115
- name: Install Rust
116116
uses: actions-rs/toolchain@v1
117117
with:
118-
toolchain: nightly-2022-03-08
118+
toolchain: nightly-2022-03-22
119119
override: true
120120
components: rustfmt
121121
- name: Install Node.js 16.x
@@ -162,7 +162,7 @@ jobs:
162162
- name: Install Rust
163163
uses: actions-rs/toolchain@v1
164164
with:
165-
toolchain: nightly-2022-03-08
165+
toolchain: nightly-2022-03-22
166166
override: true
167167
components: rustfmt
168168
- name: Install Node.js 16.x
@@ -229,7 +229,7 @@ jobs:
229229
- name: Install Rust
230230
uses: actions-rs/toolchain@v1
231231
with:
232-
toolchain: nightly-2022-03-08
232+
toolchain: nightly-2022-03-22
233233
override: true
234234
components: rustfmt
235235
- name: Install Node.js ${{ matrix.node-version }}
@@ -376,7 +376,7 @@ jobs:
376376
- name: Install Rust
377377
uses: actions-rs/toolchain@v1
378378
with:
379-
toolchain: nightly-2022-03-08
379+
toolchain: nightly-2022-03-22
380380
override: true
381381
components: rustfmt
382382
- name: Install Node.js ${{ matrix.node-version }}

.github/workflows/rust-cubesql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Rust
2929
uses: actions-rs/toolchain@v1
3030
with:
31-
toolchain: nightly-2022-03-08
31+
toolchain: nightly-2022-03-22
3232
override: true
3333
components: rustfmt, clippy
3434
- uses: Swatinem/rust-cache@v1
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Rust
6262
uses: actions-rs/toolchain@v1
6363
with:
64-
toolchain: nightly-2022-03-08
64+
toolchain: nightly-2022-03-22
6565
override: true
6666
components: rustfmt
6767
- uses: Swatinem/rust-cache@v1
@@ -104,7 +104,7 @@ jobs:
104104
- name: Install Rust
105105
uses: actions-rs/toolchain@v1
106106
with:
107-
toolchain: nightly-2022-03-08
107+
toolchain: nightly-2022-03-22
108108
override: true
109109
components: rustfmt
110110
- uses: Swatinem/rust-cache@v1
@@ -139,7 +139,7 @@ jobs:
139139
- name: Install Rust
140140
uses: actions-rs/toolchain@v1
141141
with:
142-
toolchain: nightly-2022-03-08
142+
toolchain: nightly-2022-03-22
143143
override: true
144144
components: rustfmt
145145
target: ${{ matrix.target }}
@@ -233,7 +233,7 @@ jobs:
233233
- name: Install Rust
234234
uses: actions-rs/toolchain@v1
235235
with:
236-
toolchain: nightly-2022-03-08
236+
toolchain: nightly-2022-03-22
237237
override: true
238238
components: rustfmt
239239
- name: Install Python

0 commit comments

Comments
 (0)