Beth Brennan
|
86fa3f9a45
|
Merge pull request #53 from github/elbrenn/github-context
Add basic github context provider
|
2022-12-12 19:36:35 -05:00 |
|
Josh Gross
|
4ee3a88c11
|
Remove separate parser version
|
2022-12-12 19:35:19 -05:00 |
|
Josh Gross
|
d392681394
|
Use * for parser package version
|
2022-12-12 19:23:33 -05:00 |
|
Beth Brennan
|
db22088ab2
|
Add basic github context provider
|
2022-12-12 19:06:08 -05:00 |
|
Josh Gross
|
037cf7eb3f
|
Update package-lock
|
2022-12-12 19:03:35 -05:00 |
|
Josh Gross
|
d5ef6aefff
|
Add a value provider for action inputs
|
2022-12-12 18:31:34 -05:00 |
|
Jacob Wallraff
|
d48adfa651
|
Add tests and use null context
|
2022-12-12 15:10:28 -08:00 |
|
github-actions
|
b43b55fc03
|
v0.1.49
|
2022-12-12 23:02:02 +00:00 |
|
Christopher Schleiden
|
0c248cfc79
|
Merge pull request #50 from github/cschleiden/expression-errors-multi-line-strings
Correctly report errors in multi-line expression strings
|
2022-12-12 15:01:24 -08:00 |
|
Christopher Schleiden
|
7f7c632939
|
Update parser
|
2022-12-12 14:45:02 -08:00 |
|
Jacob Wallraff
|
8c74ec1c05
|
Add job context provider
|
2022-12-12 13:48:31 -08:00 |
|
Christopher Schleiden
|
f059497eb1
|
Consume parser
|
2022-12-12 12:55:04 -08:00 |
|
Christopher Schleiden
|
681236bbca
|
Correctly report errors in multi-line expression strings
|
2022-12-12 10:43:39 -08:00 |
|
github-actions
|
78589ec327
|
v0.1.48
|
2022-12-09 23:03:40 +00:00 |
|
Josh Gross
|
de23c0cf9d
|
Merge pull request #47 from github/joshmgross/for-of
Replace `for` loops with `for...of`
|
2022-12-09 18:03:05 -05:00 |
|
Josh Gross
|
cca0f94d33
|
Merge branch 'main' into joshmgross/for-of
|
2022-12-09 18:00:11 -05:00 |
|
github-actions
|
1dd9e095f8
|
v0.1.47
|
2022-12-09 21:37:48 +00:00 |
|
Christopher Schleiden
|
84119f55fb
|
Update dependencies from root
|
2022-12-09 13:37:07 -08:00 |
|
github-actions
|
92c3b14e10
|
v0.1.46
|
2022-12-09 20:04:14 +00:00 |
|
Christopher Schleiden
|
6f3452a6d0
|
Add workflow name
|
2022-12-09 12:03:20 -08:00 |
|
github-actions
|
6b2aedfe11
|
v0.1.45
|
2022-12-09 20:02:30 +00:00 |
|
Christopher Schleiden
|
2435b7ac80
|
Workflow to update dependencies
|
2022-12-09 12:01:44 -08:00 |
|
github-actions
|
1651896890
|
v0.1.44
|
2022-12-09 16:43:04 +00:00 |
|
Christopher Schleiden
|
80e8df1387
|
Merge pull request #48 from github/cschleiden/multi-line-expressions
Validation & Auto completion for multi-line expressions
|
2022-12-09 08:42:29 -08:00 |
|
Christopher Schleiden
|
86dd16bd12
|
Add some more validation tests
|
2022-12-09 08:39:45 -08:00 |
|
Christopher Schleiden
|
189ffdcff8
|
Consume newer parser
|
2022-12-09 08:38:50 -08:00 |
|
Christopher Schleiden
|
efe71dd684
|
Auto completion for multi-line expressions
|
2022-12-09 08:38:50 -08:00 |
|
github-actions
|
1af3f0b672
|
v0.1.43
|
2022-12-09 15:45:58 +00:00 |
|
Josh Gross
|
aa93d5c577
|
Merge pull request #46 from github/joshmgross/partial-matrix-completion
Support partial matrix context completion
|
2022-12-09 10:45:25 -05:00 |
|
Josh Gross
|
cb0bee35fe
|
Replace allowPartialContext with a mode enum
|
2022-12-09 10:40:19 -05:00 |
|
github-actions
|
1a18864ba6
|
v0.1.42
|
2022-12-09 14:50:14 +00:00 |
|
Josh Gross
|
8209c8bce4
|
Merge pull request #45 from github/joshmgross/matrix-context-validation
Improve validation for `matrix` context
|
2022-12-09 09:49:39 -05:00 |
|
Josh Gross
|
44239714e6
|
Replace for loops with for...of
|
2022-12-08 15:22:34 -05:00 |
|
Josh Gross
|
eeb39de9d5
|
Support partial matrix context completion
|
2022-12-08 14:34:11 -05:00 |
|
Josh Gross
|
2f88970fce
|
Skip external context provider when value is null
|
2022-12-08 14:05:04 -05:00 |
|
Josh Gross
|
ca73d75a3d
|
Merge branch 'main' into joshmgross/matrix-context-validation
|
2022-12-08 14:03:40 -05:00 |
|
Josh Gross
|
1d93b25b91
|
Add tests for validating matrix context
|
2022-12-08 13:55:58 -05:00 |
|
Josh Gross
|
f2c04b7b89
|
Ensure context is inherited in validation
|
2022-12-08 13:55:46 -05:00 |
|
Josh Gross
|
7e5c8d20ae
|
Skip context validation when matrices have expressions
|
2022-12-08 13:55:19 -05:00 |
|
github-actions
|
78182b3bba
|
v0.1.41
|
2022-12-08 18:46:40 +00:00 |
|
Christopher Schleiden
|
c32f41d50d
|
Merge pull request #44 from github/cschleiden/playground
Add and deploy browser based playground
|
2022-12-08 10:46:05 -08:00 |
|
Christopher Schleiden
|
ed2593fdc2
|
Add default test target
|
2022-12-08 10:37:23 -08:00 |
|
Christopher Schleiden
|
48476c8b0f
|
Remove outdated webpack config
|
2022-12-08 10:30:12 -08:00 |
|
Christopher Schleiden
|
79033a6483
|
Fix tsconfig hierarchy
|
2022-12-08 10:29:43 -08:00 |
|
Christopher Schleiden
|
3e65c74f69
|
Remove test branch from workflow
|
2022-12-08 10:28:45 -08:00 |
|
Christopher Schleiden
|
0a7a7e9f77
|
Add build instructions
|
2022-12-08 10:28:45 -08:00 |
|
Christopher Schleiden
|
a707212d11
|
Update deps
|
2022-12-08 10:28:45 -08:00 |
|
Christopher Schleiden
|
7e49ccdb3e
|
Pages workflow
|
2022-12-08 10:28:45 -08:00 |
|
Christopher Schleiden
|
53f034df8e
|
Hook up language service to editor
|
2022-12-08 10:28:45 -08:00 |
|
Christopher Schleiden
|
e348fb9a89
|
Add clean target
|
2022-12-08 10:22:47 -08:00 |
|