Sanjula Ganepola and GitHub
5103c8065f
Fix check for when user manually adds json and verbose options ( #167 )
...
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
2025-02-11 22:03:11 -05:00
Sanjula Ganepola and GitHub
64b16d4e39
Add support for auto-generating github cli token ( #165 )
...
* Add support for auto-generating github cli token
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
* Autogenerate Github CLI token when executing act command
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
---------
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
2025-02-11 22:02:35 -05:00
Sanjula Ganepola and GitHub
a299e7d1e7
Make all issue template fields optional ( #162 )
...
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
2025-02-09 12:27:36 -05:00
Sanjula Ganepola and GitHub
e373427c8a
Bump to v1.2.2 ( #145 )
...
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
2025-01-19 13:28:33 -05:00
0c8e056ed3
Fix handling of variables, inputs, platforms, and options with spaces ( #143 )
...
* Properly handle variables, inputs, platforms, and options with spaces
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
* Fix double quotes
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
* Escape double quotes in act args
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
* Potential fix for code scanning alert no. 1: Incomplete string escaping or encoding
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Rename func and update comment
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
---------
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-01-19 13:26:54 -05:00
Sanjula Ganepola and GitHub
69ea69182c
Support enabling/disabling boolean options ( #144 )
...
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
2025-01-19 13:08:52 -05:00
375ca40178
Allow the same act options to be added multiple times ( #142 )
...
* extract act options from cli command
* remove special options handled by the tree view
* Refactor logic to get act options (#1 )
* Refactor get options logic
* Remove bool type options from having descriptions
* Force option description to be uppercase
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
* disable generic early exit options as well
* filter out stringArray default value
* this removes default values like `[]` regardless if they are sent
* fix quote consitency
* Fix lint errors and move default options to separate func
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
* Allow multiple of the same options to support stringArray type
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
* Fix comment
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
* Exclude list options
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
---------
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
Co-authored-by: Christopher Homberger <christopher.homberger@web.de >
2025-01-18 19:22:10 -05:00
Sanjula Ganepola and GitHub
ed60ff43c6
Add keybinding to run workflow in active editor ( #141 )
...
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
2025-01-15 19:10:00 -05:00
Sanjula Ganepola and GitHub
e92c249f53
Fix run event to include event name in act command ( #122 )
...
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
2024-12-15 17:34:22 -05:00
Sanjula Ganepola and GitHub
5d9090b2e6
Bump to v1.2.1 ( #120 )
...
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
2024-12-14 12:02:14 -05:00
Sanjula Ganepola and GitHub
cec25e69cf
Update README with docs page and updated links/images ( #119 )
...
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
2024-12-14 11:59:45 -05:00
Sanjula Ganepola and GitHub
e17e3ed52a
Merge pull request #115 from SanjulaGanepola/v1.2.0
...
Bump to v1.2.0
2024-12-10 20:17:18 -05:00
Sanjula Ganepola and GitHub
b4be65b421
Merge pull request #114 from SanjulaGanepola/feature/log-exit-message
...
Log exit code after workflow execution
2024-12-10 20:10:28 -05:00
Sanjula Ganepola and GitHub
0d833e2c15
Merge pull request #113 from SanjulaGanepola/feature/skip-status
...
Add support for skipped job and step status
2024-12-10 19:49:15 -05:00
Sanjula Ganepola and GitHub
d6e7b47c5e
Merge pull request #112 from SanjulaGanepola/fix/matrix-job-status
...
Fix matrix job for when workflow jobs have no name
2024-12-10 00:09:14 -05:00
Sanjula Ganepola and GitHub
11d7dd81b5
Merge pull request #111 from SanjulaGanepola/fix/matrix-job-status
...
Separate matrix jobs
2024-12-10 00:07:37 -05:00
Sanjula Ganepola and GitHub
c80671b8e7
Merge pull request #95 from SanjulaGanepola/feature/step-and-job-level-output
...
Add support for job and step level execution status
2024-12-06 01:12:28 -05:00
Sanjula Ganepola and GitHub
b532ba4fce
Merge pull request #99 from ChristopherHX/buffer-unfinished-lines-accept-empty-msg
...
buffer last line without new line end
2024-12-01 20:14:10 -05:00
Sanjula Ganepola and GitHub
f6512b5c53
Merge pull request #98 from SanjulaGanepola/feature/bug-report
...
Add issue templates, pr templates, and CONTRIBUTING.md
2024-11-30 20:07:43 -05:00
Sanjula Ganepola and GitHub
5d1110653b
Merge pull request #96 from ChristopherHX/string-ids
...
step ids are strings
2024-11-30 15:50:09 -05:00
Sanjula Ganepola and GitHub
d032fe2d3d
Merge pull request #93 from SanjulaGanepola/v1.1.3
...
Bump to v1.1.3
2024-11-28 18:01:28 -05:00
Sanjula Ganepola and GitHub
947827a08d
Merge pull request #68 from SanjulaGanepola/feature/extension-settings
...
Add more act options to extension settings
2024-11-28 17:13:44 -05:00
Sanjula Ganepola and GitHub
c232466ecd
Merge pull request #92 from SanjulaGanepola/v1.1.2
...
Bump to v1.1.2
2024-11-27 18:23:51 -05:00
Sanjula Ganepola and GitHub
aab054a09e
Merge pull request #90 from ChristopherHX/patch-2
...
Suggest .vars instead of .env for Action Variables
2024-11-27 18:22:44 -05:00
Sanjula Ganepola and GitHub
19c91a9f44
Merge pull request #70 from SanjulaGanepola/fix/linux-act-setup
...
Add support for fixing docker permissions in Linux environment
2024-11-27 18:15:58 -05:00
Sanjula Ganepola and GitHub
1c1925dec8
Merge pull request #85 from SanjulaGanepola/fix/build-output-retrieval
...
Remove use of `pipefail`, switch to use `CustomExecution`, add decoration for unset settings
2024-11-27 18:14:32 -05:00
Sanjula Ganepola and GitHub
9ab84def6e
Merge pull request #86 from SanjulaGanepola/fix/vsix-images
...
Remove images from VSIX and update README links
2024-11-26 18:56:21 -05:00
Sanjula Ganepola and GitHub
7eac1f0b30
Merge pull request #74 from SanjulaGanepola/v1.1.1
...
Bump to v1.1.1
2024-11-25 00:18:22 -05:00
Sanjula Ganepola and GitHub
2ec3f01f65
Merge pull request #75 from SanjulaGanepola/fix/github-cli-extension-support
...
Fix act not found when installed as GitHub CLI extension
2024-11-25 00:18:11 -05:00
Sanjula Ganepola and GitHub
76ad59a213
Merge pull request #67 from SanjulaGanepola/fix/error-messages
...
Fix error handling of files not found
2024-11-22 22:16:35 -05:00
Sanjula Ganepola and GitHub
0e3c278260
Merge pull request #65 from SanjulaGanepola/feature/payload-file
...
Add payload support
2024-11-22 21:53:01 -05:00
Sanjula Ganepola and GitHub
c4acae4961
Merge pull request #64 from SanjulaGanepola/feature/input-variable-secret-file
...
Support secrets, variable, and inputs files
2024-11-22 21:23:12 -05:00
Sanjula Ganepola and GitHub
67ac9f72e7
Merge pull request #63 from SanjulaGanepola/refactor/remove-unready-component-check
...
Remove check for unready components
2024-11-21 21:18:39 -05:00
Sanjula Ganepola and GitHub
f7ccc43520
Merge pull request #62 from SanjulaGanepola/feature/github-manager
...
Add `Import from GitHub` action to import repository/environment variables
2024-11-21 19:39:24 -05:00
Sanjula Ganepola and GitHub
eb5f96e03f
Merge branch 'main' into feature/github-manager
2024-11-21 19:32:57 -05:00
Sanjula Ganepola and GitHub
a98fb715fb
Merge pull request #61 from SanjulaGanepola/feature/configuration
...
Add configuration manager and setting for docker desktop path
2024-11-20 21:02:13 -05:00
Sanjula Ganepola and GitHub
499886721f
Create CODEOWNERS
2024-09-30 21:12:43 -04:00
Sanjula Ganepola and GitHub
cb1aab0f61
Initial commit
2024-09-24 20:28:32 -04:00