Commit Graph

360 Commits

Author SHA1 Message Date
Christopher Schleiden 70e33f999d Merge parser and expressions into repository 2023-01-06 15:54:31 -08:00
github-actions 4f961a6247 v0.1.70 2023-01-06 22:55:41 +00:00
Christopher Schleiden 1ab76f4bb3 Merge pull request #73 from github/cschleiden/support-env-secrets
Support environment secrets
2023-01-06 14:55:09 -08:00
Christopher Schleiden e5e8ffa483 Merge branch 'main' into cschleiden/support-env-secrets 2023-01-06 14:45:46 -08:00
Christopher Schleiden e783a1679e Consume updated parser 2023-01-06 14:45:14 -08:00
Christopher Schleiden d1b9d99b00 Order contexts alphabetically 2023-01-06 14:33:08 -08:00
github-actions f19616735d v0.1.69 2023-01-06 22:31:36 +00:00
Jacob Wallraff 532bb066b0 Merge pull request #72 from github/thyeggman/hover-property-tests
Add hover property tests
2023-01-06 14:30:52 -08:00
Christopher Schleiden ef04aa40f6 Support environment secrets 2023-01-06 14:22:07 -08:00
Jacob Wallraff 40debd9c0b Update package version 2023-01-06 14:11:51 -08:00
Jacob Wallraff bb9c7f16ba Add hover property tests 2023-01-06 13:32:53 -08:00
github-actions 380bd7648a v0.1.68 2023-01-06 17:00:25 +00:00
Christopher Schleiden 9a5aa52e31 Merge pull request #69 from github/cschleiden/better-completion
Include `:` and new lines where appropriate when auto-completing
2023-01-06 08:59:49 -08:00
Christopher Schleiden 81e12881d8 Comment some fields 2023-01-05 17:35:05 -08:00
Christopher Schleiden 263e3b69ec Update insertText for actions with provider 2023-01-05 17:34:04 -08:00
Christopher Schleiden d16aa652f9 Include : and new lines where appropriate when auto-completing 2023-01-05 17:26:08 -08:00
github-actions a2ee3041df v0.1.67 2023-01-04 22:18:34 +00:00
Jacob Wallraff aa681cf0a1 Merge pull request #66 from github/thyeggman/job-output-steps-context
Add tests for validation and completion
2023-01-04 14:17:58 -08:00
Jacob Wallraff daf9335a92 Merge branch 'thyeggman/job-output-steps-context' of https://github.com/github/actions-languageservices into thyeggman/job-output-steps-context 2023-01-04 13:02:07 -08:00
Christopher Schleiden b739c98560 Use "job" instead of "job-id" 2023-01-04 13:01:29 -08:00
github-actions 1eceea23d9 v0.1.66 2023-01-04 19:28:00 +00:00
Christopher Schleiden b617f5a141 Merge pull request #67 from github/cschleiden/link-to-actions
Provide links to open actions on GitHub
2023-01-04 14:27:17 -05:00
Christopher Schleiden b3d18f0dfd Change return type 2023-01-04 11:23:57 -08:00
Christopher Schleiden 56e8393e0f Provide links to open actions on GitHub 2022-12-21 13:34:10 +01:00
Jacob Wallraff 42874726e6 Merge branch 'main' into thyeggman/job-output-steps-context 2022-12-20 16:51:05 -08:00
Jacob Wallraff f8e41ccbd9 Update package-lock 2022-12-20 16:48:32 -08:00
Jacob Wallraff fe0af4cc30 Add tests for validation and completion 2022-12-20 15:27:34 -08:00
github-actions 3bc0cb0b4e v0.1.65 2022-12-20 23:10:56 +00:00
Laura Yu 3ead1d4304 Add env context provider (#65) 2022-12-20 15:10:19 -08:00
github-actions a6581b514d v0.1.64 2022-12-20 22:42:08 +00:00
Josh Gross a0daaa3058 Merge pull request #64 from github/joshmgross/action-outputs-provider
Add a context provider for action outputs
2022-12-20 17:41:20 -05:00
Josh Gross 06f1f7003c Add tests for steps context provider 2022-12-20 17:35:18 -05:00
Josh Gross b7ab8e4a30 Add workflow context test util 2022-12-20 17:34:03 -05:00
Josh Gross 7a9d8738c5 Add a context provider for action outputs 2022-12-20 12:58:09 -05:00
github-actions 78f0a8408b v0.1.63 2022-12-19 21:02:50 +00:00
Beth Brennan 0d616ab322 Merge pull request #62 from github/elbrenn/schedule
Rename cron to schedule
2022-12-19 16:02:17 -05:00
github-actions 8306a30f26 v0.1.62 2022-12-19 20:33:28 +00:00
Josh Gross 51a22aa403 Merge pull request #63 from github/joshmgross/bump-parser
Update parser version
2022-12-19 15:32:52 -05:00
Josh Gross cdf5b5e04e Fix invalid YAML in test 2022-12-19 15:29:35 -05:00
Josh Gross c7e276cb6f Update parser version 2022-12-19 15:21:27 -05:00
Beth Brennan 695be05672 Rename cron to schedule 2022-12-19 13:04:18 -05:00
github-actions 6d699a6d6b v0.1.61 2022-12-19 17:28:56 +00:00
Beth Brennan dd645a3283 Merge pull request #55 from github/elbrenn/github-event
Add inputs and cron to github context event
2022-12-19 12:28:17 -05:00
Beth Brennan e9fd1022e0 Clean tests, comment 2022-12-19 12:24:39 -05:00
github-actions 22021bc099 v0.1.60 2022-12-19 14:59:05 +00:00
Josh Gross 7f14d94d85 Merge pull request #61 from github/joshmgross/disable-word-suggestions
Disable word based suggestions in playground
2022-12-19 09:58:24 -05:00
Josh Gross 60b87f4fa6 Disable word based suggestions in playground 2022-12-16 18:16:09 -05:00
github-actions ea98cc0899 v0.1.59 2022-12-16 22:55:00 +00:00
Jacob Wallraff 5df3b5c918 Merge pull request #51 from github/thyeggman/implement-job-context-provider
Implement `job` context provider
2022-12-16 14:54:20 -08:00
Jacob Wallraff b8545f2b99 Address fedback 2022-12-16 14:16:08 -08:00