 Christopher SchleidenandGitHub
|
67195e9736
|
Merge branch 'main' into cschleiden/validate-if-expressions
|
2022-12-02 13:53:22 -08:00 |
|
github-actions
|
3de271d389
|
v0.1.27
|
2022-12-02 21:51:25 +00:00 |
|
 Beth BrennanandGitHub
|
f8806e62b6
|
Merge pull request #30 from github/elbrenn/key
Use new definition location
|
2022-12-02 16:50:54 -05:00 |
|
github-actions
|
f19a6959e1
|
v0.1.26
|
2022-12-02 21:36:26 +00:00 |
|
Beth Brennan
|
2a106063b7
|
Improve test names
|
2022-12-02 15:23:15 -05:00 |
|
Beth Brennan
|
cd0c836769
|
Fix validation with moved definition
|
2022-12-02 14:31:38 -05:00 |
|
Beth Brennan
|
272e29a775
|
Remove sequence definition support, fix test
|
2022-12-02 14:29:59 -05:00 |
|
Beth Brennan
|
9225d347e8
|
Handle sequences, update tests
|
2022-12-02 14:29:59 -05:00 |
|
Beth Brennan
|
09e354a30e
|
Read definition from key for hover and complete
|
2022-12-02 14:29:59 -05:00 |
|
Christopher Schleiden
|
65ae66aac2
|
Add inputs context-provider
|
2022-12-02 11:28:03 -08:00 |
|
Christopher Schleiden
|
dbce95d3ed
|
Validate if expressions
|
2022-12-02 10:48:49 -08:00 |
|
github-actions
|
6008f4249c
|
v0.1.25
|
2022-12-01 21:31:08 +00:00 |
|
 Josh GrossandGitHub
|
760b682696
|
Merge pull request #27 from github/joshmgross/validation-pos-fix
Use correct token position for validation
|
2022-12-01 16:30:32 -05:00 |
|
github-actions
|
74375b9928
|
v0.1.24
|
2022-12-01 20:28:08 +00:00 |
|
Josh Gross
|
f276eeaefd
|
Add the output value display string
|
2022-12-01 15:19:21 -05:00 |
|
Josh Gross
|
06ab9c4294
|
Use correct token position for validation
|
2022-12-01 15:10:18 -05:00 |
|
Josh Gross
|
096e9270f8
|
Include job outputs in needs context completion
|
2022-12-01 14:46:48 -05:00 |
|
github-actions
|
2332a16ce7
|
v0.1.23
|
2022-12-01 19:46:11 +00:00 |
|
Josh Gross
|
f4295a4d43
|
Update references to Job and Step
|
2022-12-01 11:11:03 -05:00 |
|
github-actions
|
ffb16dbdee
|
v0.1.22
|
2022-11-30 21:44:21 +00:00 |
|
Christopher Schleiden
|
e630928f55
|
Best effort conversion when validating
|
2022-11-30 11:59:44 -08:00 |
|
Christopher Schleiden
|
b89e09b727
|
Fix import
|
2022-11-30 11:59:29 -08:00 |
|
github-actions
|
31289072c8
|
v0.1.21
|
2022-11-30 17:59:47 +00:00 |
|
Josh Gross
|
71bde2b801
|
Validate that job.needs exists
|
2022-11-30 11:31:55 -05:00 |
|
Josh Gross
|
643917ae9d
|
Add a needs context provider for auto-completion
|
2022-11-30 11:21:32 -05:00 |
|
github-actions
|
6704debc09
|
v0.1.20
|
2022-11-30 15:58:23 +00:00 |
|
github-actions
|
cebeb84c74
|
v0.1.19
|
2022-11-29 22:47:35 +00:00 |
|
github-actions
|
c699535fb0
|
v0.1.18
|
2022-11-29 22:39:14 +00:00 |
|
Josh Gross
|
72c7fbd032
|
Add a context provider for secrets
|
2022-11-29 16:56:20 -05:00 |
|
github-actions
|
a67069da17
|
v0.1.17
|
2022-11-29 16:36:14 +00:00 |
|
github-actions
|
0214bb1f7a
|
v0.1.16
|
2022-11-29 16:31:04 +00:00 |
|
Christopher Schleiden
|
bd315ebf56
|
Use map for custom values checks
|
2022-11-29 08:04:27 -08:00 |
|
 Christopher SchleidenandGitHub
|
26ebb2ec63
|
Add missing break statement
|
2022-11-29 07:56:07 -08:00 |
|
Christopher Schleiden
|
aa0103ba56
|
Use different error messages for allowed vs suggested validation errors
|
2022-11-28 16:23:25 -08:00 |
|
Christopher Schleiden
|
f7e9643f01
|
Export value provider kind
|
2022-11-28 16:20:31 -08:00 |
|
Christopher Schleiden
|
a9cdcdba80
|
Support allowed/suggested value providers
|
2022-11-28 16:15:57 -08:00 |
|
Christopher Schleiden
|
a495432d40
|
Merge validation code into a single traversal
|
2022-11-28 16:04:53 -08:00 |
|
Christopher Schleiden
|
a32295a09a
|
Use value providers for validation
|
2022-11-28 15:53:02 -08:00 |
|
 Christopher SchleidenandGitHub
|
b11bcee187
|
Merge branch 'main' into joshmgross/validate-loose-mapping-completion
|
2022-11-28 10:15:44 -08:00 |
|
github-actions
|
839d59e391
|
v0.1.15
|
2022-11-28 18:10:11 +00:00 |
|
Josh Gross
|
fc6a52f320
|
Validate completion in loose mappings
|
2022-11-28 12:52:06 -05:00 |
|
github-actions
|
25cf8b3fb5
|
v0.1.14
|
2022-11-28 17:03:57 +00:00 |
|
 Christopher SchleidenandGitHub
|
32db725059
|
Merge pull request #15 from github/cschleiden/token-path
Use `tokenPath` to identify position within a workflow
|
2022-11-28 09:03:25 -08:00 |
|
github-actions
|
257b58b482
|
v0.1.13
|
2022-11-28 17:03:09 +00:00 |
|
Christopher Schleiden
|
a0831dc3b0
|
Simplify optional chaining expression
|
2022-11-28 09:00:36 -08:00 |
|
 Christopher SchleidenandGitHub
|
b664ab329f
|
Fix typo in comment
|
2022-11-28 08:56:08 -08:00 |
|
Christopher Schleiden
|
e29020bfe0
|
Try to convert workflow even with errors
|
2022-11-23 17:16:34 -08:00 |
|
Christopher Schleiden
|
66e0f47151
|
Use tokenPath for value providers
|
2022-11-23 15:35:34 -08:00 |
|
Christopher Schleiden
|
fd942fc6e2
|
Export default value providers
|
2022-11-23 14:36:16 -08:00 |
|
Christopher Schleiden
|
1a77979543
|
Remove extraneous await
|
2022-11-23 14:35:31 -08:00 |
|