Christopher Schleiden
|
b3d18f0dfd
|
Change return type
|
2023-01-04 11:23:57 -08:00 |
|
Christopher Schleiden
|
56e8393e0f
|
Provide links to open actions on GitHub
|
2022-12-21 13:34:10 +01:00 |
|
github-actions
|
3bc0cb0b4e
|
v0.1.65
|
2022-12-20 23:10:56 +00:00 |
|
Laura Yu
|
3ead1d4304
|
Add env context provider (#65)
|
2022-12-20 15:10:19 -08:00 |
|
github-actions
|
a6581b514d
|
v0.1.64
|
2022-12-20 22:42:08 +00:00 |
|
Josh Gross
|
a0daaa3058
|
Merge pull request #64 from github/joshmgross/action-outputs-provider
Add a context provider for action outputs
|
2022-12-20 17:41:20 -05:00 |
|
Josh Gross
|
06f1f7003c
|
Add tests for steps context provider
|
2022-12-20 17:35:18 -05:00 |
|
Josh Gross
|
b7ab8e4a30
|
Add workflow context test util
|
2022-12-20 17:34:03 -05:00 |
|
Josh Gross
|
7a9d8738c5
|
Add a context provider for action outputs
|
2022-12-20 12:58:09 -05:00 |
|
github-actions
|
78f0a8408b
|
v0.1.63
|
2022-12-19 21:02:50 +00:00 |
|
Beth Brennan
|
0d616ab322
|
Merge pull request #62 from github/elbrenn/schedule
Rename cron to schedule
|
2022-12-19 16:02:17 -05:00 |
|
github-actions
|
8306a30f26
|
v0.1.62
|
2022-12-19 20:33:28 +00:00 |
|
Josh Gross
|
51a22aa403
|
Merge pull request #63 from github/joshmgross/bump-parser
Update parser version
|
2022-12-19 15:32:52 -05:00 |
|
Josh Gross
|
cdf5b5e04e
|
Fix invalid YAML in test
|
2022-12-19 15:29:35 -05:00 |
|
Josh Gross
|
c7e276cb6f
|
Update parser version
|
2022-12-19 15:21:27 -05:00 |
|
Beth Brennan
|
695be05672
|
Rename cron to schedule
|
2022-12-19 13:04:18 -05:00 |
|
github-actions
|
6d699a6d6b
|
v0.1.61
|
2022-12-19 17:28:56 +00:00 |
|
Beth Brennan
|
dd645a3283
|
Merge pull request #55 from github/elbrenn/github-event
Add inputs and cron to github context event
|
2022-12-19 12:28:17 -05:00 |
|
Beth Brennan
|
e9fd1022e0
|
Clean tests, comment
|
2022-12-19 12:24:39 -05:00 |
|
github-actions
|
22021bc099
|
v0.1.60
|
2022-12-19 14:59:05 +00:00 |
|
Josh Gross
|
7f14d94d85
|
Merge pull request #61 from github/joshmgross/disable-word-suggestions
Disable word based suggestions in playground
|
2022-12-19 09:58:24 -05:00 |
|
Josh Gross
|
60b87f4fa6
|
Disable word based suggestions in playground
|
2022-12-16 18:16:09 -05:00 |
|
github-actions
|
ea98cc0899
|
v0.1.59
|
2022-12-16 22:55:00 +00:00 |
|
Jacob Wallraff
|
5df3b5c918
|
Merge pull request #51 from github/thyeggman/implement-job-context-provider
Implement `job` context provider
|
2022-12-16 14:54:20 -08:00 |
|
Jacob Wallraff
|
b8545f2b99
|
Address fedback
|
2022-12-16 14:16:08 -08:00 |
|
Jacob Wallraff
|
65cdae08fc
|
Remove code for out-of-context fields
|
2022-12-16 11:50:03 -08:00 |
|
Jacob Wallraff
|
365a8dfca2
|
Add expression completion tests
|
2022-12-16 11:34:06 -08:00 |
|
Jacob Wallraff
|
9b8fd40344
|
Update tests
|
2022-12-16 10:58:09 -08:00 |
|
Jacob Wallraff
|
f10599820f
|
Remove extra matrix switch case
|
2022-12-15 16:01:14 -08:00 |
|
Jacob Wallraff
|
a2c9c193c3
|
Merge branch 'main' into thyeggman/implement-job-context-provider
|
2022-12-15 15:43:28 -08:00 |
|
Jacob Wallraff
|
3340bd8538
|
Turn ports into arrays and restrict context to port mappings
|
2022-12-15 15:38:16 -08:00 |
|
Jacob Wallraff
|
77674c74e1
|
This is right but also not very useful
|
2022-12-15 15:13:29 -08:00 |
|
Jacob Wallraff
|
83deacf81c
|
This is wrong :(
|
2022-12-15 14:31:38 -08:00 |
|
github-actions
|
f2b241a447
|
v0.1.58
|
2022-12-15 15:59:35 +00:00 |
|
Josh Gross
|
7954f29f0c
|
Merge pull request #59 from github/joshmgross/improve-expression-completion
Improve auto-completion for expression functions
|
2022-12-15 10:59:00 -05:00 |
|
Josh Gross
|
9130ef0c65
|
Avoid inserting unnecessary parentheses after functions
|
2022-12-15 10:48:28 -05:00 |
|
Josh Gross
|
b493fa3bdb
|
Merge branch 'main' into joshmgross/improve-expression-completion
|
2022-12-15 10:34:13 -05:00 |
|
Josh Gross
|
b3c97c4c0f
|
Bump expressions package version
|
2022-12-15 10:33:57 -05:00 |
|
github-actions
|
ce03d6347e
|
v0.1.57
|
2022-12-15 15:32:09 +00:00 |
|
Josh Gross
|
f6ce03e021
|
Merge pull request #57 from github/joshmgross/use-def-allowed-context
Use the allowed context from the definition info
|
2022-12-15 10:31:34 -05:00 |
|
github-actions
|
1227a12416
|
v0.1.56
|
2022-12-15 15:07:54 +00:00 |
|
Christopher Schleiden
|
2528bfe478
|
Merge pull request #60 from github/cschleiden/expression-complete
Account for cursor and newline during expression auto-completeion
|
2022-12-15 07:07:15 -08:00 |
|
Christopher Schleiden
|
45764915bc
|
Account for cursor and newline during expression auto-completeion
|
2022-12-15 15:18:59 +01:00 |
|
github-actions
|
3cbafc3177
|
Update @github/actions-workflow-parser
|
2022-12-15 00:16:40 +00:00 |
|
Jacob Wallraff
|
873bdcc575
|
Uncomment context traversal
|
2022-12-14 16:05:58 -08:00 |
|
Josh Gross
|
eafbcde86a
|
Improve auto-completion for expression functions
|
2022-12-14 16:10:31 -05:00 |
|
github-actions
|
af142acb22
|
v0.1.55
|
2022-12-14 19:56:38 +00:00 |
|
Josh Gross
|
b522de9a5a
|
Merge pull request #58 from github/joshmgross/deprecated-values
Show deprecation status when suggesting action inputs
|
2022-12-14 14:56:00 -05:00 |
|
Josh Gross
|
6a19aa0a5e
|
Bump parser version
|
2022-12-14 14:55:19 -05:00 |
|
Josh Gross
|
447bbfc032
|
Show deprecation status when suggesting action inputs
|
2022-12-14 13:07:26 -05:00 |
|