Commit Graph

451 Commits

Author SHA1 Message Date
Christopher Schleiden e6a2e3eb43 Fix a bunch of auto-complete issues 2023-01-19 10:17:43 -08:00
github-actions a7fd04c47d v0.1.87 2023-01-19 18:09:21 +00:00
Christopher Schleiden 441becd3e7 Merge pull request #91 from github/cschleiden/improve-expression-validation
Validate expressions even when calling `fromJson`
2023-01-19 10:08:43 -08:00
Christopher Schleiden e01af9616b Add test case for validation in expression 2023-01-19 10:02:13 -08:00
Christopher Schleiden 7d9132fb6e Add comments to Evaluator 2023-01-19 09:58:50 -08:00
github-actions 8eeec23153 v0.1.86 2023-01-19 00:32:33 +00:00
Laura Yu 05de7282bd Add variables context provider (#88) 2023-01-18 16:31:49 -08:00
Christopher Schleiden f840cd2599 Validate expressions even when calling fromJson 2023-01-18 14:50:51 -08:00
github-actions 235709c1af v0.1.85 2023-01-18 21:20:37 +00:00
Josh Gross 5177ca5dfc Merge pull request #90 from github/joshmgross/merge-group-event
Add merge group event payload
2023-01-18 16:19:35 -05:00
Josh Gross 39688a1135 Use example from docs 2023-01-18 16:14:30 -05:00
Josh Gross fad4e45373 Add merge group event payload 2023-01-18 16:01:13 -05:00
github-actions 5d712ecba0 v0.1.84 2023-01-13 20:37:06 +00:00
Christopher Schleiden ba80af1ce6 Merge pull request #89 from github/cschleiden/update-schema
Update schema with descriptions
2023-01-13 12:36:29 -08:00
Christopher Schleiden 27b50dfb53 Update tests for updated schema 2023-01-13 12:32:08 -08:00
Christopher Schleiden 5a4b6219ff Update schema with descriptions 2023-01-13 11:27:20 -08:00
github-actions c0fc4312f5 v0.1.83 2023-01-11 22:45:07 +00:00
Christopher Schleiden ed130c4e2b Merge pull request #86 from github/cschleiden/root-context-descriptions
Add descriptions for root level contexts
2023-01-11 14:44:21 -08:00
github-actions ef56b080b9 v0.1.82 2023-01-11 22:15:54 +00:00
Christopher Schleiden 9af1773a4e Merge pull request #85 from github/cschleiden/sort-secrets
Sort secrets from the remote secrets context provider
2023-01-11 14:14:34 -08:00
Christopher Schleiden 70843ea8d4 Add root level 2023-01-11 14:12:09 -08:00
Christopher Schleiden e3a450dde7 Sort and merge secrets 2023-01-11 13:29:02 -08:00
Christopher Schleiden b322bcb32b Do not add duplicate entries to description dictionary 2023-01-11 13:28:53 -08:00
github-actions 031e1b474b v0.1.81 2023-01-11 20:05:45 +00:00
Christopher Schleiden 1910076754 Merge pull request #83 from github/cschleiden/context-descriptions
Support descriptions for context completions
2023-01-11 12:05:01 -08:00
Christopher Schleiden 436e9ce326 Link to non language specific docs 2023-01-11 11:28:12 -08:00
Christopher Schleiden 28aac582c2 Sort secrets 2023-01-11 11:27:34 -08:00
Christopher Schleiden 4ff09b2a8a Move description dictionary to a new file 2023-01-11 10:59:06 -08:00
Christopher Schleiden c5029e7287 Remove double await
Co-authored-by: Josh Gross <joshmgross@github.com>
2023-01-11 09:59:36 -08:00
Christopher Schleiden 43fecc8648 Support descriptions for contexts 2023-01-10 17:44:48 -08:00
github-actions 2bfc7d5293 v0.1.80 2023-01-11 00:37:23 +00:00
Christopher Schleiden 2d0658576f Merge pull request #81 from github/cschleiden/clean-transform
Clean up transform function
2023-01-10 16:36:46 -08:00
Christopher Schleiden eb25801e47 Adjust exports 2023-01-10 16:11:15 -08:00
Christopher Schleiden 97d50f74af Clean up transform function 2023-01-10 16:05:50 -08:00
github-actions dd386b06bb v0.1.79 2023-01-10 21:32:21 +00:00
Jacob Wallraff 35d3e06354 Merge pull request #80 from github/thyeggman/cron-parsing
Improve and fix cron parsing
2023-01-10 13:31:32 -08:00
Jacob Wallraff 404b429488 Add more tests 2023-01-10 13:16:44 -08:00
Jacob Wallraff e6a7271ba5 Add test reasons 2023-01-10 13:08:29 -08:00
Jacob Wallraff 78e2e32518 Match one or more whitespace characters 2023-01-10 12:03:56 -08:00
Jacob Wallraff f877c22e9c Remove support for */TUE 2023-01-10 11:54:41 -08:00
Jacob Wallraff 92db0c1af7 Remove duplicate test 2023-01-10 10:32:35 -08:00
Jacob Wallraff f163cceaa3 Merge branch 'main' into thyeggman/cron-parsing 2023-01-10 10:30:29 -08:00
Jacob Wallraff b0da5195d1 More tests and a fix 2023-01-10 10:22:25 -08:00
Jacob Wallraff a813ec880e Add validation test for invalid cron string 2023-01-10 09:57:51 -08:00
Jacob Wallraff 5626b7fb85 Add more test cases and fix more validation 2023-01-10 09:57:07 -08:00
Jacob Wallraff 7be6d9619c More test cases 2023-01-09 18:02:30 -08:00
Jacob Wallraff d02fa0bb67 Add tests and correct a lot of validation 2023-01-09 17:51:44 -08:00
github-actions 250412c0cc v0.1.78 2023-01-10 01:11:52 +00:00
Laura Yu c5043f34de Clear cache and re-validate documents on cacheClear command (#71) 2023-01-09 17:11:10 -08:00
Jacob Wallraff 4cd9500523 Port over josh's changes 2023-01-09 16:52:53 -08:00