Commit Graph

78 Commits

Author SHA1 Message Date
Yukai Chou 1b823ebe67 Drop version constraints "ghes > 3.3 or ghae > 3.3"
- ghes 3.3 is deprecated in github/docs@ac2cd0e47d
- ghae 3.3 is deprecated in github/docs@fefcf3b5a6
2023-09-08 17:29:55 +08:00
Yukai Chou 818a321069 Fix typo in url 2023-08-31 02:39:28 +08:00
Yukai Chou c4d2f35a55 Update github context properties 2023-08-31 02:36:50 +08:00
Jonathan Tamsut afbe42bffe fix test failures 2023-08-04 12:13:21 -07:00
Christopher Schleiden a324b8b9dc small tweaks 2023-08-04 11:32:10 -07:00
Christopher Schleiden 4f7d03ed0c Correctly indent completion options 2023-08-04 11:19:42 -07:00
Jonathan Tamsut a1d81c730f yarn prettier 2023-04-14 10:29:20 -07:00
Jonathan Tamsut 18d1bd9734 fix case bug 2023-04-14 10:22:42 -07:00
Jonathan Tamsut 6df34a78ce Update languageservice/src/value-providers/definition.ts
Co-authored-by: Josh Gross <joshmgross@github.com>
2023-04-14 09:51:27 -07:00
Jonathan Tamsut 11d3fc25ee run prettier 2023-04-13 15:26:31 -07:00
Jonathan Tamsut 6d0f74e38b fix typo 2023-04-13 15:21:36 -07:00
Jonathan Tamsut 2ecbeafacb add tests 2023-04-13 15:21:23 -07:00
Jonathan Tamsut a4d3fb1a3e add newline to boolean 2023-04-13 10:05:39 -07:00
Jonathan Tamsut fc2bacfcdc add break 2023-04-12 15:37:42 -07:00
Jonathan Tamsut 7d8a7c11a6 handle string and boolean mappings 2023-04-12 15:26:17 -07:00
Christopher Schleiden cf4dce7f71 Improve expression validation for short-circuiting expressions 2023-04-05 13:54:08 -07:00
Beth Brennan 50f9c04a91 Wrap fetchActionsMetadata in provider checking sessionToken 2023-03-27 14:00:58 -04:00
Christopher Schleiden b82ddcdb42 Update import paths
String replacement from `@github/actions-` to `@actions/`
2023-03-23 09:57:18 -07:00
Josh Gross 8e03b387a2 Cache transformed workflows separately 2023-03-21 15:52:25 -04:00
Christopher Schleiden d1baf65c18 Add failing e2e test 2023-03-21 15:51:11 -04:00
Josh Gross 02f848c60a Merge branch 'main' into joshmgross/schema-function-descriptions 2023-03-20 18:58:10 -04:00
Josh Gross 98e56cb774 Add descriptions for schema-defined functions 2023-03-20 17:06:25 -04:00
Josh Gross 9ef34c7e41 Lint the language service package 2023-03-20 13:33:58 -04:00
Josh Gross 8942a05502 Handle undefined templates in workflow template cache 2023-03-17 13:23:43 -04:00
Christopher Schleiden e27c3eb21a Merge branch 'main' into cschleiden/events-without-default-types 2023-03-17 09:09:01 -07:00
Christopher Schleiden 699c3a0ab5 Work around module import issues 2023-03-16 17:23:40 -07:00
Christopher Schleiden eb56401caf Provide links to navigate to reusable-workflows 2023-03-16 17:09:23 -07:00
Christopher Schleiden e042ef6f88 Support events without default types
Merge all payloads for the events in that case.
2023-03-16 16:28:42 -07:00
Josh Gross 950ebf7388 Fix formatting in hover.test.ts 2023-03-16 13:33:00 -04:00
Josh Gross a960630b11 Fix references to HoverVisitor 2023-03-16 13:25:58 -04:00
Josh Gross 8312d857b9 Remove unnecessary async functions 2023-03-16 13:24:49 -04:00
Josh Gross 26f5eeede9 Lint the language service package 2023-03-15 16:52:56 -04:00
Josh Gross d78d8dd641 Merge pull request #183 from github/joshmgross/cache-invalid-yamls
Fix caching for invalid YAML files
2023-03-14 13:13:16 -04:00
Josh Gross 8e366d385e Merge pull request #179 from github/joshmgross/deduplicate-webhook-objects
Deduplicate objects in webhook payloads
2023-03-14 13:08:04 -04:00
Josh Gross 0fa84eb724 Validate that the invalid YAML result is cached 2023-03-14 11:46:44 -04:00
Josh Gross 2eb633fdf5 Fix caching for invalid YAML files 2023-03-14 11:43:28 -04:00
Beth Brennan 8edfebc13f Merge pull request #181 from github/elbrenn/skip-secret-validation
Skip secret validation for workflow_call
2023-03-14 11:25:56 -04:00
Beth Brennan 6d2f3e5d8c Spelling 2023-03-14 11:14:36 -04:00
Beth Brennan 28dde4d6ac Skip secret validation for workflow_call 2023-03-13 17:24:05 -04:00
Josh Gross e2a4389fcf Deduplicate objects in webhook payloads 2023-03-13 11:02:01 -04:00
Laura Yu 1d60402e65 Remove parenthesis; Separate out function contexts 2023-03-10 14:52:43 -08:00
Josh Gross bc997ffdbc Fix context descriptions in hover tests 2023-03-10 10:55:44 -05:00
Josh Gross d9de07bfe3 Remove bolded context text 2023-03-10 10:39:59 -05:00
Josh Gross a2d5300578 Improve hover context description 2023-03-09 17:10:23 -05:00
Josh Gross e557ccc567 Support case-insensitive value providers 2023-03-08 15:52:33 -05:00
Beth Brennan 22ba9a79e6 Merge pull request #176 from github/elbrenn/called-secret-complete
Convert secrets, complete secrets in called workflow
2023-03-08 13:59:55 -05:00
Beth Brennan 98caff1044 Remove unused code 2023-03-08 13:40:37 -05:00
Jacob Wallraff e3973298fa Merge pull request #172 from github/thyeggman/cache-workflow-results
Cache parsed workflow and template results
2023-03-08 09:18:44 -08:00
Beth Brennan de09e8771a Merge branch 'main' into elbrenn/called-secret-complete 2023-03-07 16:44:25 -05:00
Beth Brennan 20170641a5 Pass existingValues consistently 2023-03-07 15:36:47 -05:00