Commit Graph
544 Commits
Author SHA1 Message Date
Jacob Wallraff 58d92658b6 Address feedback 2023-01-23 17:50:54 -08:00
Christopher Schleiden 5523a36a65 Fix typo 2023-01-23 17:49:52 -08:00
Jacob Wallraff af5c15a422 Small fix 2023-01-23 17:22:47 -08:00
Jacob Wallraff 7560a1ee51 Merge branch 'main' into thyeggman/cronstrue-hover 2023-01-23 17:16:28 -08:00
Jacob Wallraff 615ba46960 Fix hover over 'cron:' token 2023-01-23 16:53:29 -08:00
github-actions 1f3f130a4d v0.1.92 2023-01-24 00:44:38 +00:00
Josh GrossandGitHub 400c018b87 Merge pull request #97 from github/joshmgross/action-input-descriptions
Show action input descriptions on hover
2023-01-23 19:44:01 -05:00
Josh Gross 4a9fe401af Include deprecated and required input status 2023-01-23 19:39:28 -05:00
Jacob Wallraff d3d55ffc08 Remove changes in parser 2023-01-23 16:27:32 -08:00
Jacob Wallraff e8c5a21743 Run format 2023-01-23 16:25:30 -08:00
Jacob Wallraff 6be2bd1cd7 Move hover logic from parser to language service 2023-01-23 16:22:18 -08:00
Christopher Schleiden 4509c67f0e Add more commands 2023-01-23 15:38:07 -08:00
Christopher Schleiden 5003237f65 Add initial README for repo 2023-01-23 15:35:36 -08:00
Christopher Schleiden 2b57aef27e Add CONTRIBUTING 2023-01-23 15:34:18 -08:00
Christopher Schleiden 95d7590889 Add README for actions-expressions 2023-01-23 15:31:47 -08:00
Christopher Schleiden 81a9d891fe Move name first for the private package 2023-01-23 15:31:32 -08:00
Jacob Wallraff 86401f1f54 Add tests and small bug fixes 2023-01-23 15:12:16 -08:00
Jacob Wallraff 08273a85d8 Add constants and re-add tests: 2023-01-23 14:18:05 -08:00
Jacob Wallraff 245277c18d Re-add parsing and validation for cron, and use cronstrue for sentences 2023-01-23 14:07:32 -08:00
Josh Gross d8d4a3f46a Ensure inherited context is shown on hover 2023-01-23 16:20:59 -05:00
github-actions 37157938ea v0.1.91 2023-01-23 21:14:10 +00:00
Christopher SchleidenandGitHub 8320ea4060 Merge pull request #96 from github/cschleiden/add-release-artifacts
Add LICENSE and CODE OF CONDUCT
2023-01-23 13:13:28 -08:00
Josh Gross 48c728771e Show action input descriptions on hover 2023-01-23 16:02:13 -05:00
Christopher Schleiden 4261c466d9 Add code of conduct 2023-01-23 11:35:22 -08:00
Christopher Schleiden 0a121960d9 Add LICENSE from os template 2023-01-23 10:57:01 -08:00
github-actions 23e2a5c1bc v0.1.90 2023-01-23 16:42:31 +00:00
Josh GrossandGitHub 4f3c0dde7c Merge pull request #94 from github/joshmgross/client_payload
Allow `{}` to represent any value in event payloads
2023-01-23 11:41:21 -05:00
Josh Gross e8bf17771c Allow {} to represent any value in event payloads 2023-01-23 11:35:09 -05:00
Christopher SchleidenandGitHub ce196b8be0 Merge pull request #95 from github/cschleiden/support-browser-clients
Support webWorker clients
2023-01-23 08:25:45 -08:00
Christopher Schleiden 4d3c5e8e2b Remove work-around 2023-01-20 17:23:39 -08:00
Christopher Schleiden eab53474cb Support webWorker clients 2023-01-20 17:20:21 -08:00
Josh Gross 378d2ab799 Support client_payload for repository_dispatch events 2023-01-20 18:38:56 -05:00
github-actions 675e8f1307 v0.1.89 2023-01-20 17:52:20 +00:00
Christopher SchleidenandGitHub f9f06eec44 Merge pull request #93 from github/cschleiden/expression-complete-without-markers
Improve auto-completion for `if:` properties
2023-01-20 09:51:35 -08:00
Christopher Schleiden c6f490c62d Improve auto-completion for if: properties 2023-01-19 17:20:37 -08:00
github-actions 5a2d53882c v0.1.88 2023-01-19 21:20:13 +00:00
Christopher SchleidenandGitHub bb387c0beb Merge pull request #92 from github/cschleiden/improve-auto-completion
Fix some auto-completion issues
2023-01-19 13:19:27 -08:00
Christopher Schleiden dc65810e70 Support multiple unbalanced parentheses 2023-01-19 13:15:44 -08:00
Christopher SchleidenandJosh Gross c3fb85be5d Fix typos in comment
Co-authored-by: Josh Gross <[email protected]>
2023-01-19 10:17:45 -08:00
Christopher Schleiden e6a2e3eb43 Fix a bunch of auto-complete issues 2023-01-19 10:17:43 -08:00
github-actions a7fd04c47d v0.1.87 2023-01-19 18:09:21 +00:00
Christopher SchleidenandGitHub 441becd3e7 Merge pull request #91 from github/cschleiden/improve-expression-validation
Validate expressions even when calling `fromJson`
2023-01-19 10:08:43 -08:00
Christopher Schleiden e01af9616b Add test case for validation in expression 2023-01-19 10:02:13 -08:00
Christopher Schleiden 7d9132fb6e Add comments to Evaluator 2023-01-19 09:58:50 -08:00
github-actions 8eeec23153 v0.1.86 2023-01-19 00:32:33 +00:00
Laura YuandGitHub 05de7282bd Add variables context provider (#88) 2023-01-18 16:31:49 -08:00
Christopher Schleiden f840cd2599 Validate expressions even when calling fromJson 2023-01-18 14:50:51 -08:00
github-actions 235709c1af v0.1.85 2023-01-18 21:20:37 +00:00
Josh GrossandGitHub 5177ca5dfc Merge pull request #90 from github/joshmgross/merge-group-event
Add merge group event payload
2023-01-18 16:19:35 -05:00
Josh Gross 39688a1135 Use example from docs 2023-01-18 16:14:30 -05:00