Commit Graph

903 Commits

Author SHA1 Message Date
github-actions a8a68a8028 v0.1.175 2023-03-17 16:22:25 +00:00
Christopher Schleiden e8c00b5248 Merge pull request #191 from github/cschleiden/events-without-default-types
Support events without default `types`
2023-03-17 09:19:38 -07:00
Christopher Schleiden e27c3eb21a Merge branch 'main' into cschleiden/events-without-default-types 2023-03-17 09:09:01 -07:00
github-actions 371f87ebfe v0.1.174 2023-03-17 16:01:26 +00:00
Christopher Schleiden 64a4353d73 Merge pull request #192 from github/cschleiden/workflow-links
Provide links to navigate to reusable-workflows
2023-03-17 08:58:14 -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
github-actions ac5b14b4c0 v0.1.173 2023-03-16 20:34:31 +00:00
Josh Gross 231a98922a Merge pull request #189 from github/joshmgross/quote-eslint-globs
Quote ESLint glob patterns
2023-03-16 16:31:50 -04:00
Josh Gross 2f9522d189 Quote ESLint glob patterns 2023-03-16 14:37:50 -04:00
github-actions 4ca941a1c8 v0.1.172 2023-03-16 18:34:46 +00:00
Josh Gross 3aaf71b08a Merge pull request #187 from github/joshmgross/lint-language-service
Lint the language service package
2023-03-16 14:31:24 -04: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
github-actions 173d396c31 v0.1.171 2023-03-16 16:49:05 +00:00
Josh Gross 9d7daf7eb9 Merge pull request #185 from github/joshmgross/lint-expressions
Lint the expressions package
2023-03-16 12:45:49 -04:00
Josh Gross 65d89c6775 Validate that 0 and -0 coerce to "0" 2023-03-16 12:30:15 -04:00
github-actions d086723d2d v0.1.170 2023-03-16 15:31:44 +00:00
Josh Gross 583ecb1b54 Merge pull request #188 from github/joshmgross/lint-language-server
Lint the language server package
2023-03-16 11:28:47 -04:00
github-actions 31d452ff31 v0.1.169 2023-03-16 15:13:49 +00:00
Josh Gross 86f98fad06 Merge pull request #186 from github/joshmgross/lint-parser
Lint the workflow parser package
2023-03-16 11:10:30 -04:00
github-actions e4f0015197 v0.1.168 2023-03-16 15:03:02 +00:00
Josh Gross 65d4d54f26 Merge branch 'main' into joshmgross/lint-language-server 2023-03-16 11:00:59 -04:00
Josh Gross d9a3e29c25 Merge branch 'main' into joshmgross/lint-parser 2023-03-16 10:59:05 -04:00
Josh Gross a50a77fa36 Merge pull request #184 from github/joshmgross/configure-eslint
Configure ESLint
2023-03-16 10:58:42 -04:00
Josh Gross fa28b2864b Lint the language server package 2023-03-15 17:37:35 -04:00
Josh Gross 8279bc1697 Add an error utility for messages and status codes 2023-03-15 17:36:51 -04:00
Josh Gross 26f5eeede9 Lint the language service package 2023-03-15 16:52:56 -04:00
Josh Gross 7bb8ff9aae Add more ignorePatterns to ESLint config 2023-03-15 16:09:34 -04:00
Josh Gross b320e92f5a Run lint only in src directory 2023-03-15 16:09:14 -04:00
Josh Gross 57ebe9b9b1 Lint the workflow parser package 2023-03-15 15:58:44 -04:00
Josh Gross 9c8c407478 Lint the expressions package 2023-03-15 15:22:30 -04:00
Josh Gross 28a4438faf Configure ESLint 2023-03-15 14:56:47 -04:00
github-actions 965cb981b1 v0.1.167 2023-03-14 17:16:50 +00: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
github-actions 7d04cfefb3 v0.1.166 2023-03-14 17:11:08 +00: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
github-actions 16fc6c80dd v0.1.165 2023-03-14 15:29:20 +00: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
github-actions 7cb91f9dbd v0.1.164 2023-03-13 14:01:05 +00:00
Josh Gross 190296659d Merge pull request #180 from github/lauraway/hover-context-display
Hover: Separate out function contexts and remove `()`
2023-03-13 09:57:43 -04:00
Laura Yu 1d60402e65 Remove parenthesis; Separate out function contexts 2023-03-10 14:52:43 -08:00
github-actions 3427c2a7b5 v0.1.163 2023-03-10 16:12:35 +00:00