Commit Graph

649 Commits

Author SHA1 Message Date
Josh Gross 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
github-actions 4774b671f9 v0.1.121 2023-02-06 22:32:51 +00:00
Josh Gross 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
github-actions 0f01fae09a v0.1.120 2023-02-06 22:25:56 +00:00
Josh Gross 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
github-actions 99d82473ae v0.1.119 2023-02-06 22:11:28 +00:00
Josh Gross 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
github-actions c55066fbec v0.1.118 2023-02-06 15:39:23 +00:00
Josh Gross 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
github-actions 36f879de6c v0.1.117 2023-02-02 23:56:23 +00:00
Christopher Schleiden 4ecfb9b8b2 Merge pull request #123 from github/cschleiden/enable-hover-for-web
Even with the default context provider config can we show expression …
2023-02-02 15:55:47 -08:00
Christopher Schleiden a9f469632c Even with the default context provider config can we show expression hover 2023-02-02 15:48:03 -08:00
github-actions 6b5d32d7af v0.1.116 2023-02-02 23:20:52 +00:00
Christopher Schleiden 2ac9ed5f33 Merge pull request #121 from github/cschleiden/expression-hover
Add support for `hover`ing on expressions
2023-02-02 15:20:14 -08:00
github-actions 4ca197b311 v0.1.115 2023-02-02 21:42:57 +00:00
Jacob Wallraff 4e9a7890ab Merge pull request #119 from github/thyeggman/update-testdata
Sync test data changes
2023-02-02 13:42:08 -08:00
Christopher Schleiden 1faf6572b7 Rename helper 2023-02-02 13:14:02 -08:00
Christopher Schleiden 903c813ad1 Adjust variable naming 2023-02-02 13:02:34 -08:00
github-actions f546438ec3 v0.1.114 2023-02-02 20:33:47 +00:00
Christopher Schleiden 54f2557165 Merge pull request #122 from github/cschleiden/update-descriptions 2023-02-02 12:33:09 -08:00
Christopher Schleiden b5fba1360e Add more descriptions for static contexts 2023-02-02 10:29:04 -08:00
Christopher Schleiden 03d11f9c2c Use similar definition info to validation for hover 2023-02-02 10:20:23 -08:00
Christopher Schleiden 5acfa896b4 Hook up hover with new config 2023-02-02 08:57:34 -08:00
Christopher Schleiden cb71496867 Integrate expression hover 2023-02-02 08:57:26 -08:00
Christopher Schleiden f5463c18b5 React to extracted functions, add test 2023-02-02 08:57:16 -08:00
Christopher Schleiden 60757d5de8 Logic for determining expression hover 2023-02-02 08:57:02 -08:00
Christopher Schleiden 634f7ecbd4 Extract helper functions 2023-02-02 08:53:01 -08:00
Christopher Schleiden c9c1d9e537 React to parser changes 2023-02-02 08:52:37 -08:00
Christopher Schleiden c287b80557 Add expression range to BasicExpressionToken 2023-02-02 08:52:23 -08:00
github-actions 6e236514d5 v0.1.113 2023-02-02 16:05:01 +00:00
Josh Gross 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
Christopher Schleiden a1fea7e7fd Add getDescription method to description dict 2023-02-01 17:36:17 -08:00
Jacob Wallraff f19d2bd0a9 Skip new tests and fix capitalization 2023-02-01 17:33:44 -08:00