Commit Graph
100 Commits
Author SHA1 Message Date
Josh GrossandGitHub 947512b153 Merge pull request #173 from github/joshmgross/action-descriptions
Show action description on hover
2023-03-06 17:28:31 -05:00
Josh Gross 69408df701 Include name and description in test actions 2023-03-06 16:41:06 -05:00
Josh Gross 0d5fb0e27f Fix tests referencing step-uses 2023-03-06 16:40:54 -05:00
Josh Gross c817c9b321 Update description test with action link 2023-03-06 15:23:26 -05:00
Josh Gross 2e4143c8f6 Use step-uses definition key 2023-03-06 15:06:38 -05:00
Josh Gross 41cdb46d23 Include link in action description 2023-03-06 14:54:43 -05:00
Josh Gross 6dde0b554d Show action description on hover 2023-03-06 14:44:18 -05:00
Josh GrossandGitHub ce31c3244c Merge pull request #155 from github/joshmgross/sync-xlang
Improve process for syncing xlang tests
2023-02-21 14:49:40 -05:00
Josh GrossandGitHub 607c1634be Merge pull request #154 from github/joshmgross/debug-runenr-label-failures
Log runner label errors as debug
2023-02-17 18:39:43 -05:00
Josh Gross 1b0873b40f Improve process for syncing xlang tests 2023-02-17 18:36:00 -05:00
Josh Gross b56cbaae2a Log runner label errors as debug 2023-02-17 18:05:17 -05:00
Josh GrossandGitHub dd17b743c7 Merge pull request #150 from github/joshmgross/gen-webhooks
Add script to generate webhooks
2023-02-15 16:57:38 -05:00
f446b426bd Support both webhooks and x-webhooks in schema
Co-authored-by: Christopher Schleiden <[email protected]>
2023-02-15 16:23:59 -05:00
Josh GrossandGitHub f9198d7c1e Merge pull request #145 from github/joshmgross/job-output-descriptions
Add descriptions to reusable workflow outputs
2023-02-15 16:10:13 -05:00
Josh GrossandGitHub b9ab261b1b Merge pull request #146 from github/joshmgross/error-policy-option
Move `ErrorPolicy` into template converter options
2023-02-15 16:10:01 -05:00
Josh Gross baeb539fa8 Add script to generate webhooks 2023-02-15 16:03:57 -05:00
Josh Gross 0d647c1765 Move ErrorPolicy into template converter options 2023-02-14 16:41:34 -05:00
Josh Gross 9d402a3cb7 Add descriptions to reusable workflow outputs 2023-02-14 15:48:12 -05:00
Josh GrossandGitHub e311fa0a27 Merge pull request #144 from github/joshmgross/read-file-constant
Replace another instance of `actions/ReadFile`
2023-02-10 15:09:09 -05:00
Josh GrossandGitHub 6c6f3a664c Merge pull request #143 from github/joshmgross/yaml-errors
Ensure existing context errors don't prevent parsing workflows
2023-02-10 12:56:37 -05:00
Josh Gross 4d7c661a4f Replace another instance of actions/ReadFile 2023-02-09 18:56:54 -05:00
Josh Gross e25500b8e4 Ensure existing context errors don't prevent parsing workflows 2023-02-09 18:50:05 -05:00
Josh GrossandGitHub 5894a9f7c9 Merge pull request #134 from github/joshmgross/read-file-request-types
Add constants for `actions/readFile`
2023-02-09 12:48:56 -05:00
Josh GrossandGitHub 6bfa7416b5 Merge pull request #142 from github/joshmgross/rm-eval
Remove unused template evaluation code
2023-02-08 17:57:04 -05:00
Josh Gross e8060b6e15 Remove unused template evaluation code 2023-02-08 17:37:45 -05:00
Josh GrossandGitHub 014f2f925c Merge branch 'main' into joshmgross/read-file-request-types 2023-02-08 13:10:20 -05:00
Josh GrossandGitHub 7e94f992d0 Merge pull request #139 from github/joshmgross/reusable-wf-outputs
Support reusable workflow outputs in expressions
2023-02-08 11:12:46 -05:00
Josh Gross 44fe960bae Test is passing now? 2023-02-08 11:00:01 -05:00
Josh Gross 5c897048db Update test to failing 2023-02-08 10:51:56 -05:00
Josh Gross 95fdff1a03 Merge branch 'main' into joshmgross/reusable-wf-outputs 2023-02-08 10:39:31 -05:00
Josh GrossandGitHub a019b70280 Merge pull request #138 from github/joshmgross/complete-reusable-job-inputs
Support completing reusable job inputs
2023-02-08 10:39:04 -05:00
Josh Gross 27cde6715c Merge branch 'main' into joshmgross/complete-reusable-job-inputs 2023-02-07 19:46:36 -05:00
Josh GrossandGitHub 5d8a8c08f8 Merge pull request #137 from github/joshmgross/completion-file-provider
Add a `FileProvider` to auto-completion
2023-02-07 19:45:34 -05:00
Josh Gross 2358166326 Support reusable workflow outputs in expressions 2023-02-07 19:43:42 -05:00
Josh Gross 63fdcf143f Support completing reusable job inputs 2023-02-07 19:13:41 -05:00
Josh Gross fc87fcb11f Add a FileProvider to auto-completion 2023-02-07 18:35:50 -05:00
Josh Gross a096bc2f6d Add constants for actions/readFile 2023-02-07 16:21:08 -05:00
Josh GrossandGitHub 5bc87bc498 Merge pull request #133 from github/joshmgross/local-workflow-references
Support local workflow references
2023-02-07 16:11:14 -05:00
Josh GrossandGitHub d487da2740 Merge pull request #132 from github/joshmgross/fetch-remote-workflow-references
Support fetching remote reusable workflows
2023-02-07 16:10:52 -05:00
Josh GrossandGitHub fef236ca82 Merge pull request #131 from github/joshmgross/validate-wf-refs
Validate workflow references and inputs
2023-02-07 16:07:45 -05:00
Josh Gross f9ee7ae11a Support local workflow references 2023-02-07 15:46:50 -05:00
Josh Gross d5a8de7b8f Support fetching remote reusable workflows 2023-02-07 13:48:33 -05:00
Josh Gross 2598e318c9 Validate workflow references and inputs 2023-02-07 13:42:41 -05:00
Josh GrossandGitHub 1c8e8e8701 Merge pull request #130 from github/joshmgross/validate-undefined-inputs
Validate inputs when none are defined
2023-02-07 12:18:47 -05:00
Josh Gross 813c66c3c1 Validate inputs when none are defined 2023-02-07 12:10:21 -05:00
Josh Gross 1e4b7f6015 Validate inputs when none are defined 2023-02-07 11:21:06 -05:00
Josh GrossandGitHub 76a2c8a5ca Merge pull request #128 from github/joshmgross/reusable-inputs-outputs
Support reusable workflow `inputs` and `outputs`
2023-02-07 10:39:59 -05:00
Josh Gross 547cf0659c Merge branch 'main' into joshmgross/reusable-inputs-outputs 2023-02-06 17:32:54 -05:00
Josh GrossandGitHub 3d157a3cdf Merge pull request #127 from github/joshmgross/file-references
Add a type to represent local and remote files
2023-02-06 17:32:15 -05:00
Josh GrossandGitHub 467b630766 Merge pull request #126 from github/joshmgross/parse-reusable-workflow
Parse reusable workflows up to a depth of 1
2023-02-06 17:25:12 -05:00
Josh Gross 8f826c59f8 Fix tests that now require await 2023-02-06 17:20:30 -05:00
Josh Gross ce19439ed8 Remove unnecessary extra event conversion 2023-02-06 17:11:46 -05:00
Josh GrossandGitHub 325a154099 Merge pull request #125 from github/joshmgross/file-provider
Add a `FileProvider` to `parseWorkflow`
2023-02-06 17:10:46 -05:00
Josh Gross 9b0c8a971e Support reusable workflow inputs and outputs 2023-02-06 17:06:42 -05:00
Josh Gross f28384e7ea Add a type to represent local and remote files 2023-02-06 15:39:44 -05:00
Josh Gross 13aaa381c8 Parse reusable workflows up to a depth of 1 2023-02-06 15:10:34 -05:00
Josh Gross b9a01ed5aa Remove undefined return type from getFileContent 2023-02-06 12:19:52 -05:00
Josh Gross f4dde16b61 Add a FileProvider to parseWorkflow 2023-02-06 11:15:15 -05:00
Josh GrossandGitHub 4917a9f9e3 Merge pull request #124 from github/joshmgross/reusable-wf-jobs
Add initial support for converting reusable workflow jobs
2023-02-06 10:38:41 -05:00
Josh Gross 2e953b26ea Support reusable workflow jobs in the test context 2023-02-03 17:59:14 -05:00
Josh Gross 986ce1bfe4 Separate reusable jobs in the workflow context 2023-02-03 17:52:48 -05:00
Josh Gross 3d5b006138 Fix reusable workflow job type 2023-02-03 17:39:49 -05:00
Josh Gross 630a9d124e Use WorkflowJob in type guards 2023-02-03 17:28:48 -05:00
Josh Gross 04475e413f Explicitly define type in each job 2023-02-03 17:27:15 -05:00
Josh Gross 574216178b Fix Job references in language server 2023-02-03 17:24:31 -05:00
Josh Gross 6124e78f28 Add missing .prettierignore files 2023-02-03 16:57:44 -05:00
Josh Gross fe16d1a1ed Add initial support for converting reusable wf jobs 2023-02-03 16:57:28 -05:00
Josh GrossandGitHub 4c2d6cb65b Merge pull request #120 from github/joshmgross/update-schema
Update workflow schema
2023-02-02 11:04:24 -05:00
Josh Gross 492e190f83 Update workflow schema 2023-02-02 10:58:28 -05:00
Josh GrossandGitHub f57e43c906 Merge pull request #118 from github/joshmgross/validate-action
Validate that an action exists
2023-02-01 17:04:42 -05:00
Josh GrossandGitHub d4ff7979e1 Merge pull request #109 from github/joshmgross/audit-fix
`npm audit fix`
2023-02-01 17:03:57 -05:00
Josh Gross 3f05308f3b Fix invalid action references in tests 2023-02-01 16:43:39 -05:00
Josh GrossandGitHub 6b76f2ef2a Merge pull request #106 from github/joshmgross/workflow_call-validation
Skip event context validation for `workflow_call`
2023-02-01 11:34:32 -05:00
Josh Gross 3f30704e17 Split input validation tests 2023-02-01 11:01:22 -05:00
Josh Gross 7265d1a11c Merge branch 'main' into joshmgross/workflow_call-validation 2023-02-01 10:44:24 -05:00
Josh GrossandGitHub 39398bf099 Merge pull request #115 from github/joshmgross/org-values
Support shared organization secrets and variables
2023-01-31 16:38:06 -05:00
Josh Gross b79019bd6a Validate that an action exists 2023-01-31 13:21:36 -05:00
Josh Gross dc2ada05a7 Skip fetching org values for non-org repos 2023-01-30 19:05:34 -05:00
Josh Gross 4d658db245 Merge branch 'main' into joshmgross/org-values 2023-01-30 19:04:24 -05:00
Josh GrossandGitHub 850d1920e2 Merge pull request #116 from github/joshmgross/owner-type
Add owner type to repository context
2023-01-30 19:01:43 -05:00
Josh Gross d26c2d15ac Add owner type to repository context 2023-01-30 17:57:07 -05:00
Josh Gross e6caab1eb9 Support shared organization secrets and variables 2023-01-30 16:37:08 -05:00
Josh GrossandGitHub 672d5cce68 Merge pull request #113 from github/joshmgross/position-type
Use an object type to represent `Position`
2023-01-30 10:59:11 -05:00
Josh Gross 16ad1addf5 Update position tuples in tests 2023-01-27 15:54:51 -05:00
Josh Gross c33fcbc83d Use an object type to represent Position 2023-01-27 15:43:52 -05:00
Josh Gross 2f715cb43a npm audit fix 2023-01-25 19:14:21 -05:00
Josh Gross 64bcc2f287 Skip event context validation for workflow_call 2023-01-25 15:24:57 -05:00
Josh GrossandGitHub 4c23650d9c Merge pull request #102 from github/joshmgross/action-errors
Ensure errors are handled when fetching action metadata
2023-01-25 14:16:25 -05:00
Josh Gross 77fafa9f7c Update docs links 2023-01-24 17:38:14 -05:00
Josh Gross 30935e6c6d Ensure errors are handled when fetching action metadata 2023-01-24 14:53:02 -05:00
Josh GrossandGitHub 8a4cb44844 Merge pull request #101 from github/joshmgross/fetch-mocking
Replace `nock` and add tests for action input descriptions
2023-01-24 13:38:17 -05:00
Josh GrossandGitHub e670fae465 Merge pull request #98 from github/joshmgross/hover-context-inheritance
Ensure inherited context is shown on hover
2023-01-24 13:29:51 -05:00
Josh Gross 54261296bb Add tests for errors when fetching actions 2023-01-24 13:29:23 -05:00
Josh Gross 416e32e29b Add tests for action input descriptions 2023-01-24 13:09:49 -05:00
Josh Gross e11c62667e Replace nock with fetch-mock 2023-01-24 13:09:36 -05:00
Josh Gross 4f9c9e6e1c Support a 0 step index in test context 2023-01-24 13:04:40 -05: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
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