github-actions
|
23e2a5c1bc
|
v0.1.90
|
2023-01-23 16:42:31 +00:00 |
|
Josh Gross
|
4f3c0dde7c
|
Merge pull request #94 from github/joshmgross/client_payload
Allow `{}` to represent any value in event payloads
|
2023-01-23 11:41:21 -05:00 |
|
Josh Gross
|
e8bf17771c
|
Allow {} to represent any value in event payloads
|
2023-01-23 11:35:09 -05:00 |
|
Christopher Schleiden
|
ce196b8be0
|
Merge pull request #95 from github/cschleiden/support-browser-clients
Support webWorker clients
|
2023-01-23 08:25:45 -08:00 |
|
Christopher Schleiden
|
4d3c5e8e2b
|
Remove work-around
|
2023-01-20 17:23:39 -08:00 |
|
Christopher Schleiden
|
eab53474cb
|
Support webWorker clients
|
2023-01-20 17:20:21 -08:00 |
|
Josh Gross
|
378d2ab799
|
Support client_payload for repository_dispatch events
|
2023-01-20 18:38:56 -05:00 |
|
github-actions
|
675e8f1307
|
v0.1.89
|
2023-01-20 17:52:20 +00:00 |
|
Christopher Schleiden
|
f9f06eec44
|
Merge pull request #93 from github/cschleiden/expression-complete-without-markers
Improve auto-completion for `if:` properties
|
2023-01-20 09:51:35 -08:00 |
|
Christopher Schleiden
|
c6f490c62d
|
Improve auto-completion for if: properties
|
2023-01-19 17:20:37 -08:00 |
|
github-actions
|
5a2d53882c
|
v0.1.88
|
2023-01-19 21:20:13 +00:00 |
|
Christopher Schleiden
|
bb387c0beb
|
Merge pull request #92 from github/cschleiden/improve-auto-completion
Fix some auto-completion issues
|
2023-01-19 13:19:27 -08:00 |
|
Christopher Schleiden
|
dc65810e70
|
Support multiple unbalanced parentheses
|
2023-01-19 13:15:44 -08:00 |
|
Christopher Schleiden
|
c3fb85be5d
|
Fix typos in comment
Co-authored-by: Josh Gross <joshmgross@github.com>
|
2023-01-19 10:17:45 -08:00 |
|
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 |
|
Jacob Wallraff
|
d5831b2e89
|
Use parent token (revertable)
|
2023-01-17 10:27:51 -08: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 |
|
Jacob Wallraff
|
d7761dc538
|
Remove cast and format
|
2023-01-13 11:58:42 -08:00 |
|
Christopher Schleiden
|
5a4b6219ff
|
Update schema with descriptions
|
2023-01-13 11:27:20 -08:00 |
|
Jacob Wallraff
|
1f22c3ab31
|
Clarify test names
|
2023-01-12 15:23:59 -08:00 |
|
Jacob Wallraff
|
51908ec789
|
Set completion range for invalid token
|
2023-01-12 15:17:46 -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 |
|