Commit Graph
203 Commits
Author SHA1 Message Date
Jacob Wallraff 39b5f7bf65 Merge pull request #100 from github/thyeggman/cronstrue-hover
Produce hover sentence for cron expressions
2023-01-24 15:05:53 -08:00
Jacob Wallraff f3a570d10d Revert "Use parent token (revertable)"
This reverts commit d5831b2e89.
2023-01-24 13:16:19 -08:00
Jacob Wallraff 0cf34d914d Merge branch 'main' into thyeggman/token-completion-range 2023-01-24 13:15:52 -08:00
Jacob Wallraff f2138b7eed Merge branch 'main' into thyeggman/cronstrue-hover 2023-01-24 11:17:08 -08:00
Jacob Wallraff e6de0d11b8 Address feedback 2023-01-24 11:14:35 -08:00
Jacob Wallraff 58d92658b6 Address feedback 2023-01-23 17:50:54 -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
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
Jacob Wallraff 86401f1f54 Add tests and small bug fixes 2023-01-23 15:12:16 -08:00
Josh Gross d8d4a3f46a Ensure inherited context is shown on hover 2023-01-23 16:20:59 -05:00
Josh Gross 48c728771e Show action input descriptions on hover 2023-01-23 16:02:13 -05:00
Josh Gross e8bf17771c Allow {} to represent any value in event payloads 2023-01-23 11:35:09 -05:00
Josh Gross 378d2ab799 Support client_payload for repository_dispatch events 2023-01-20 18:38:56 -05:00
Christopher Schleiden c6f490c62d Improve auto-completion for if: properties 2023-01-19 17:20:37 -08:00
Christopher Schleiden e6a2e3eb43 Fix a bunch of auto-complete issues 2023-01-19 10:17:43 -08:00
Christopher Schleiden e01af9616b Add test case for validation in expression 2023-01-19 10:02:13 -08:00
Christopher Schleiden f840cd2599 Validate expressions even when calling fromJson 2023-01-18 14:50:51 -08:00
Josh Gross 39688a1135 Use example from docs 2023-01-18 16:14:30 -05:00
Josh Gross fad4e45373 Add merge group event payload 2023-01-18 16:01:13 -05:00
Jacob Wallraff d5831b2e89 Use parent token (revertable) 2023-01-17 10:27:51 -08:00
Christopher Schleiden 27b50dfb53 Update tests for updated schema 2023-01-13 12:32:08 -08:00
Jacob Wallraff d7761dc538 Remove cast and format 2023-01-13 11:58:42 -08:00
Jacob Wallraff 1f22c3ab31 Clarify test names 2023-01-12 15:23:59 -08:00
Jacob Wallraff 51908ec789 Set completion range for invalid token 2023-01-12 15:17:46 -08:00
Christopher Schleiden 70843ea8d4 Add root level 2023-01-11 14:12:09 -08:00
Christopher Schleiden 1910076754 Merge pull request #83 from github/cschleiden/context-descriptions
Support descriptions for context completions
2023-01-11 12:05:01 -08:00
Christopher Schleiden 436e9ce326 Link to non language specific docs 2023-01-11 11:28:12 -08:00
Christopher Schleiden 43fecc8648 Support descriptions for contexts 2023-01-10 17:44:48 -08:00
Christopher Schleiden 97d50f74af Clean up transform function 2023-01-10 16:05:50 -08:00
Jacob Wallraff a813ec880e Add validation test for invalid cron string 2023-01-10 09:57:51 -08:00
Christopher Schleiden 66c800fc25 Do not report required inputs without value but a default as error 2023-01-09 15:22:49 -08:00
Jacob Wallraff dc3b9dca3f Merge branch 'main' into thyeggman/overwrite-propert-tests 2023-01-09 14:32:11 -08:00
Jacob Wallraff 84020d7b45 Add test to make sure properties aren't overwritten 2023-01-09 13:56:12 -08:00
Beth Brennan 26aa618225 Merge branch 'main' into elbrenn/duplicate-inputs 2023-01-09 15:29:07 -05:00
Beth Brennan e0bf6df6f9 Add tests for duplicate inputs and event payloads 2023-01-09 15:18:40 -05:00
Beth Brennan e781b8f3ed Merge pull request #70 from github/elbrenn/event-payload
Use payload schema for events
2023-01-09 12:47:49 -05:00
Beth Brennan 280fdf0b12 Rename package.json event payload 2023-01-09 12:26:17 -05:00
Beth Brennan 3922df3106 PR feedback: object type, test 2023-01-09 10:38:47 -05:00
Christopher Schleiden 1b7bae144f Update tests 2023-01-06 15:38:08 -08:00
Christopher Schleiden 873db60522 Use markdown details for (expression) auto-completions 2023-01-06 15:27:25 -08:00
Christopher Schleiden e5e8ffa483 Merge branch 'main' into cschleiden/support-env-secrets 2023-01-06 14:45:46 -08:00
Christopher Schleiden d1b9d99b00 Order contexts alphabetically 2023-01-06 14:33:08 -08:00
Jacob Wallraff bb9c7f16ba Add hover property tests 2023-01-06 13:32:53 -08:00
Beth Brennan b68ac91a69 Use payload schema for events 2023-01-06 12:16:55 -05:00
Christopher Schleiden 81e12881d8 Comment some fields 2023-01-05 17:35:05 -08:00
Christopher Schleiden d16aa652f9 Include : and new lines where appropriate when auto-completing 2023-01-05 17:26:08 -08: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