Commit Graph
203 Commits
Author SHA1 Message Date
github-actions ea98cc0899 v0.1.59 2022-12-16 22:55:00 +00:00
Jacob Wallraff b8545f2b99 Address fedback 2022-12-16 14:16:08 -08:00
Jacob Wallraff 65cdae08fc Remove code for out-of-context fields 2022-12-16 11:50:03 -08:00
Jacob Wallraff 365a8dfca2 Add expression completion tests 2022-12-16 11:34:06 -08:00
Jacob Wallraff 9b8fd40344 Update tests 2022-12-16 10:58:09 -08:00
Jacob Wallraff f10599820f Remove extra matrix switch case 2022-12-15 16:01:14 -08:00
Jacob Wallraff a2c9c193c3 Merge branch 'main' into thyeggman/implement-job-context-provider 2022-12-15 15:43:28 -08:00
Jacob Wallraff 3340bd8538 Turn ports into arrays and restrict context to port mappings 2022-12-15 15:38:16 -08:00
Jacob Wallraff 77674c74e1 This is right but also not very useful 2022-12-15 15:13:29 -08:00
Jacob Wallraff 83deacf81c This is wrong :( 2022-12-15 14:31:38 -08:00
github-actions f2b241a447 v0.1.58 2022-12-15 15:59:35 +00:00
Josh Gross 9130ef0c65 Avoid inserting unnecessary parentheses after functions 2022-12-15 10:48:28 -05:00
Josh Gross b493fa3bdb Merge branch 'main' into joshmgross/improve-expression-completion 2022-12-15 10:34:13 -05:00
github-actions ce03d6347e v0.1.57 2022-12-15 15:32:09 +00:00
Josh GrossandGitHub f6ce03e021 Merge pull request #57 from github/joshmgross/use-def-allowed-context
Use the allowed context from the definition info
2022-12-15 10:31:34 -05:00
github-actions 1227a12416 v0.1.56 2022-12-15 15:07:54 +00:00
Christopher Schleiden 45764915bc Account for cursor and newline during expression auto-completeion 2022-12-15 15:18:59 +01:00
Jacob Wallraff 873bdcc575 Uncomment context traversal 2022-12-14 16:05:58 -08:00
Josh Gross eafbcde86a Improve auto-completion for expression functions 2022-12-14 16:10:31 -05:00
github-actions af142acb22 v0.1.55 2022-12-14 19:56:38 +00:00
Josh Gross 447bbfc032 Show deprecation status when suggesting action inputs 2022-12-14 13:07:26 -05:00
Josh Gross 2d7a05c049 Use the allowed context from the definition info 2022-12-14 11:18:38 -05:00
github-actions c884c397c1 v0.1.54 2022-12-14 00:26:40 +00:00
Laura YuandGitHub e67e720199 Add test for custom value providers for sequences (#56) 2022-12-13 16:26:04 -08:00
github-actions b123488a94 v0.1.53 2022-12-13 22:42:13 +00:00
Laura YuandGitHub 63ebc92dec Use custom value provider from parent when token key doesn't have one (#49) 2022-12-13 14:41:29 -08:00
github-actions 5c052e96a8 v0.1.52 2022-12-13 22:25:19 +00:00
Josh Gross de7e919d88 Fix validation config in tests 2022-12-13 15:14:57 -05:00
Josh Gross caff5ce7b6 Validate action inputs 2022-12-13 14:58:14 -05:00
github-actions 3ac171716e v0.1.51 2022-12-13 00:46:44 +00:00
github-actions d33bf583ef v0.1.50 2022-12-13 00:37:12 +00:00
Beth BrennanandGitHub 86fa3f9a45 Merge pull request #53 from github/elbrenn/github-context
Add basic github context provider
2022-12-12 19:36:35 -05:00
Beth Brennan db22088ab2 Add basic github context provider 2022-12-12 19:06:08 -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
Jacob Wallraff 8c74ec1c05 Add job context provider 2022-12-12 13:48:31 -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 GrossandGitHub 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
github-actions 92c3b14e10 v0.1.46 2022-12-09 20:04:14 +00:00
github-actions 6b2aedfe11 v0.1.45 2022-12-09 20:02:30 +00:00
github-actions 1651896890 v0.1.44 2022-12-09 16:43:04 +00:00
Christopher Schleiden 86dd16bd12 Add some more validation tests 2022-12-09 08:39:45 -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 GrossandGitHub 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 44239714e6 Replace for loops with for...of 2022-12-08 15:22:34 -05:00