 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 |
|
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 |
|
Josh Gross
|
f4295a4d43
|
Update references to Job and Step
|
2022-12-01 11:11:03 -05: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 |
|
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 |
|
Josh Gross
|
72c7fbd032
|
Add a context provider for secrets
|
2022-11-29 16:56:20 -05: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 |
|
Josh Gross
|
fc6a52f320
|
Validate completion in loose mappings
|
2022-11-28 12:52:06 -05: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 |
|
Christopher Schleiden
|
94fffed2a7
|
Use const for default value providers
|
2022-11-23 14:34:44 -08:00 |
|
Christopher Schleiden
|
a6cc41d6ff
|
Remove trimEnd() call when transformign
|
2022-11-23 14:09:05 -08:00 |
|
Josh Gross
|
df92695981
|
Add parentKey to tests
|
2022-11-23 15:34:27 -05:00 |
|
Josh Gross
|
20e99a225c
|
Add more mapping key test cases
|
2022-11-23 15:23:17 -05:00 |
|
Josh Gross
|
109d9bc1be
|
Add empty string mapping test case
|
2022-11-23 14:30:36 -05:00 |
|
Josh Gross
|
4774a6a3d1
|
Merge branch 'main' into cschleiden/find-token-tests
|
2022-11-23 14:20:44 -05:00 |
|
 Laura YuandGitHub
|
330f62ebe7
|
Add needs value provider (#2)
* Add needs value provider
|
2022-11-23 10:54:15 -08:00 |
|
Christopher Schleiden
|
353f4db674
|
Name the tuple values
|
2022-11-23 09:08:03 -08:00 |
|
Josh Gross
|
1b6b742351
|
Add more sequence tests
|
2022-11-23 11:35:13 -05:00 |
|
Christopher Schleiden
|
28c2cd42a1
|
Test for step key
|
2022-11-23 08:11:59 -08:00 |
|
Christopher Schleiden
|
2843bdc2d8
|
Fix empty node test
|
2022-11-23 07:58:05 -08:00 |
|
Christopher Schleiden
|
1901924387
|
Add failing test for empty node scenario
|
2022-11-23 07:43:29 -08:00 |
|
Christopher Schleiden
|
99a9f08a3c
|
Add more tests
|
2022-11-23 07:35:43 -08:00 |
|
Christopher Schleiden
|
1e339cb732
|
Fix :| edge case
|
2022-11-23 07:08:50 -08:00 |
|
Christopher Schleiden
|
1962968440
|
Add more tests
|
2022-11-23 06:26:44 -08:00 |
|
Christopher Schleiden
|
9f5ced7bd3
|
Passing findToken tests
|
2022-11-22 17:01:59 -08:00 |
|
Christopher Schleiden
|
3eabb5ad81
|
Add some docs for findToken
|
2022-11-22 16:53:01 -08:00 |
|
Christopher Schleiden
|
bca45e9eab
|
WIP
|
2022-11-22 16:46:42 -08:00 |
|
 Josh GrossandGitHub
|
84a5d026f0
|
Merge pull request #13 from github/joshmgross/separate-value-providers
Separate value providers from definition values
|
2022-11-22 17:26:55 -05:00 |
|
Josh Gross
|
b6c40c5976
|
Separate value providers from definition values
|
2022-11-22 16:06:39 -05:00 |
|
Beth Brennan
|
0d1b951c14
|
Use isMapping
|
2022-11-22 16:03:01 -05:00 |
|
 Beth BrennanandGitHub
|
ef42d28f38
|
Merge branch 'main' into elbrenn/hover
|
2022-11-22 15:28:15 -05:00 |
|
Christopher Schleiden
|
00e5f2e666
|
Fix expected test error message
|
2022-11-22 10:59:55 -08:00 |
|
Christopher Schleiden
|
b2e4af090e
|
Update import path
|
2022-11-22 10:36:17 -08:00 |
|
Christopher Schleiden
|
bf7e440692
|
Expression validation
|
2022-11-21 17:55:47 -08:00 |
|
Beth Brennan
|
2e8f4ea076
|
Show description and context on key hover
|
2022-11-21 17:21:40 -05:00 |
|