Commit Graph

185 Commits

Author SHA1 Message Date
Josh Gross 1670673e89 Merge pull request #36 from github/joshmgross/steps-context
Support `steps` context completion and validation
2022-12-05 17:39:41 -05:00
Josh Gross 009f4e83bf Support steps context completion and validation 2022-12-05 16:50:39 -05:00
github-actions 40453c79cb v0.1.32 2022-12-05 20:08:48 +00:00
Christopher Schleiden ea1775ea56 Merge pull request #34 from github/cschleiden/improve-logging
Add log level and log via connection
2022-12-05 12:08:14 -08:00
Christopher Schleiden b0f6edca59 Fix log message
Co-authored-by: Josh Gross <joshmgross@github.com>
2022-12-05 12:08:05 -08:00
Christopher Schleiden c1a8ba0ca7 Add log level and log via connection 2022-12-05 10:05:41 -08:00
github-actions 7f3ed8c66a v0.1.31 2022-12-03 00:32:16 +00:00
Christopher Schleiden 29dcf4f8a4 Merge pull request #33 from github/cschleiden/complete-env-name
Auto complete environment mappings
2022-12-02 16:31:48 -08:00
Christopher Schleiden 0d07fa0c8b Auto complete environment mappings 2022-12-02 15:50:08 -08:00
github-actions 20e71babee v0.1.30 2022-12-02 23:10:10 +00:00
Beth Brennan 10640ee377 Merge pull request #32 from github/elbrenn/completion-detail
Add descriptions to completion item detail
2022-12-02 18:09:42 -05:00
Beth Brennan 5faa6a6e99 Revert package changes 2022-12-02 18:05:54 -05:00
Beth Brennan e5a0bae3d0 Add descriptions to completion item detail 2022-12-02 17:32:42 -05:00
github-actions 483ea7a3f4 v0.1.29 2022-12-02 22:20:30 +00:00
Christopher Schleiden 2fc77e72bf Merge pull request #31 from github/cschleiden/sequence-auto-completion
Support auto-completion in sequences
2022-12-02 14:19:56 -08:00
github-actions 68bfed8e98 v0.1.28 2022-12-02 22:09:33 +00:00
Christopher Schleiden 11d5c0f34c Merge pull request #28 from github/cschleiden/validate-if-expressions
Validate if expressions
2022-12-02 14:09:01 -08:00
Christopher Schleiden c62ce55551 Support auto-completion in sequences 2022-12-02 14:08:01 -08:00
Christopher Schleiden c3ed8d3408 Remove obsolete comments 2022-12-02 13:58:17 -08:00
Christopher Schleiden 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 Brennan 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
Christopher Schleiden b0ca2d353c Merge pull request #29 from github/cschleiden/inputs-context-provider
Add `inputs` context-provider
2022-12-02 13:35:57 -08:00
Christopher Schleiden b55ae18993 Consume most recent parser 2022-12-02 12:48:25 -08:00
Christopher Schleiden b4e039b539 Consume updated parser vresion 2022-12-02 12:42:07 -08:00
Beth Brennan 2a106063b7 Improve test names 2022-12-02 15:23:15 -05:00
Beth Brennan 231757d3ff Update parser version 2022-12-02 14:33:52 -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 Gross 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 2f49a1c9ed Merge pull request #26 from github/joshmgross/needs-context-outputs
Include job outputs in `needs` context completion
2022-12-01 15:27:36 -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
github-actions 2332a16ce7 v0.1.23 2022-12-01 19:46:11 +00:00
Josh Gross c2aa4fa9ec Merge pull request #25 from github/joshmgross/update-job-references
Update references to `Job` and `Step`
2022-12-01 14:45:41 -05:00
Josh Gross 3c07353eed Update workflow parser package version 2022-12-01 14:38:54 -05:00
Josh Gross c6ef2b8bb1 Update workflow parser package version 2022-12-01 12:42:18 -05: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 12f956322b Merge pull request #24 from github/cschleiden/best-effort-validation
Use best-effort template conversion during validation
2022-11-30 13:43:31 -08: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