Commit Graph

1019 Commits

Author SHA1 Message Date
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
Jacob Wallraff c66efcf85b Revert skip typescript 2023-02-01 17:20:17 -08:00
Jacob Wallraff 9d93f919d3 Sync test data changes 2023-02-01 15:48:19 -08:00
github-actions 7f69f0dcbf v0.1.112 2023-02-01 22:05:34 +00:00
Josh Gross f57e43c906 Merge pull request #118 from github/joshmgross/validate-action
Validate that an action exists
2023-02-01 17:04:42 -05:00
github-actions 709ee29ce5 v0.1.111 2023-02-01 22:04:35 +00:00
Josh Gross 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
github-actions ea60f29c16 v0.1.110 2023-02-01 16:35:14 +00:00
Josh Gross 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
Christopher Schleiden 38c8ed1080 Keep original token for literals 2023-01-31 16:21:01 -08:00
Christopher Schleiden 117b69f10f Add range to tokens 2023-01-31 15:31:16 -08:00
github-actions 0aacfc0294 v0.1.109 2023-01-31 21:38:51 +00:00
Josh Gross 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
github-actions 3e752139f7 v0.1.108 2023-01-31 17:43:50 +00:00
Chris Sidi 4b0bfa879e Merge pull request #107 from github/hashtagchris-runs-on
Remove warnings for the `SuggestedValues` provider (i.e. `runs-on`)
2023-01-31 12:42:57 -05:00
github-actions e8183c76ce v0.1.107 2023-01-31 17:38:26 +00:00
Christopher Schleiden f6a53efa35 Merge pull request #117 from github/cschleiden/accept-client
Extract octokit client creation and set user agent
2023-01-31 09:37:40 -08:00
Christopher Schleiden 7baf5da7ee Remove package.json version import 2023-01-31 09:13:44 -08:00
Christopher Schleiden b5c5720b48 Extract client creation
Also default to use the language server version in the user agent
2023-01-30 17:05:32 -08: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
github-actions 623b6d83e4 v0.1.106 2023-01-31 00:02:19 +00:00
Josh Gross 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
github-actions 7e4b75f6cd v0.1.105 2023-01-30 20:43:22 +00:00
Jacob Wallraff 12eda13b0f Merge pull request #114 from github/thyeggman/enforce-formatting-ci
Update build workflow to run format-check
2023-01-30 12:42:34 -08:00