Francesco Renzi
f8ea05739d
Add more tests
2025-11-28 15:37:32 +00:00
Francesco Renzi
73dd3c33c4
prettier
2025-11-28 14:57:59 +00:00
Francesco Renzi
e5800c8843
Setup CodeActions and add quickfix for missing inputs
2025-11-28 14:56:01 +00:00
eric sciple
03ffd0c44d
Add validation for literal text in if conditions ( #216 )
...
* Validate literal text in if-condition format expressions
* test escaped left brace
2025-11-25 11:28:18 -06:00
eric sciple
03d68e89c6
Refactor if-condition to use schema-driven validation and AST-based status function detection ( #218 )
...
- Read allowed context from schema definition instead of hardcoded constants
- Parse expressions into AST to accurately detect status functions (avoids false positives from string literals)
- Export ensureStatusFunction helper that combines checking and wrapping logic
- Remove step-if.yml from skipped tests (now passes with accurate detection)
- Add tests for if-condition wrapping in hover/completion position mapping
2025-11-25 08:56:34 -06:00
eric sciple
bad1fb96af
Remove isExpression flag and implement convertToIfCondition to align with Go parser architecture ( #217 )
2025-11-24 09:12:26 -06:00
GitHub Actions
43feb1a1f4
Release extension version 0.3.20
2025-11-19 16:32:52 +00:00
GitHub Actions
d6b3b9d3e8
Release extension version 0.3.19
2025-09-30 10:37:47 +00:00
GitHub Actions
7504f49ab6
Release extension version 0.3.18
2025-09-10 13:58:01 +00:00
Lawrence Gripper
01c3723641
fixup completion tests now we have new keywords
2025-09-09 11:09:05 +00:00
lawrencegripper
cec59d9a4d
More version bumping 🤦
2025-09-04 15:48:30 +00:00
lawrencegripper
f316d205a9
chore: bump versions
2025-09-04 15:45:24 +00:00
GitHub Actions
b0fd29ab60
Release extension version 0.3.17
2025-05-07 21:04:23 +00:00
GitHub Actions
ffef418dbc
Release extension version 0.3.16
2025-05-07 13:36:26 +00:00
GitHub Actions
977d0ea9cd
Release extension version 0.3.15
2025-03-05 18:02:03 +00:00
Josh Gross
48247b8730
Merge pull request #145 from gillisandrew/bug/import-assertions
...
Remove import assertions
2025-03-05 12:58:01 -05:00
GitHub Actions
7a41cd9e66
Release extension version 0.3.14
2025-01-29 21:32:29 +00:00
eric sciple
50b08a3a22
Add root-level description keyword
2025-01-28 19:24:42 +00:00
Andrew Gillis
f02e9593c2
Remove import assertions
2024-11-29 09:31:04 -05:00
GitHub Actions
e6e3bb41e2
Release extension version 0.3.13
2024-09-10 18:10:03 +00:00
GitHub Actions
53e3f1755d
Release extension version 0.3.12
2024-08-02 20:07:29 +00:00
GitHub Actions
da50e32283
Release extension version 0.3.11
2024-07-18 16:08:27 +00:00
Beth Brennan
950407cc05
Merge pull request #81 from actions/elbrenn/vscode-uri
...
Change vscode-uri import syntax
2024-07-08 11:48:18 -04:00
Beth Brennan
50bd1ab3b1
Merge branch 'main' into update-context-descr
2024-07-05 18:39:50 -04:00
Beth Brennan
5aa45f9482
Update vscode-uri
2024-07-05 17:15:21 -04:00
Beth Brennan
02075a6585
change vscode-uri import syntax
2024-07-05 13:17:23 -04:00
GitHub Actions
7c18d8fae8
Release extension version 0.3.10
2024-05-29 16:45:29 +00:00
GitHub Actions
67d9f06795
Release extension version 0.3.9
2024-03-05 23:34:14 +00:00
Yukai Chou
c9afb14da5
Satisfy prettier
2023-09-08 18:14:04 +08:00
Yukai Chou
fe696132cf
Update tests
2023-09-08 18:02:55 +08:00
Yukai Chou
026f4e3ece
quote references
2023-09-08 17:31:46 +08:00
Yukai Chou
098e785c13
Drop version constraints "ghes > 3.5 or ghae > 3.4"
...
See github/docs@19ded728c0
2023-09-08 17:31:22 +08:00
Yukai Chou
b0c2dec02f
other contexts
2023-09-08 17:30:40 +08:00
Yukai Chou
def4fb41a9
Add version constraints
...
see
- https://github.com/github/docs/blame/main/content/actions/learn-github-actions/contexts.md
- https://github.com/github/docs/blob/main/data/features/actions-oidc-custom-claims.yml
2023-09-08 17:30:40 +08:00
Yukai Chou
84335c7203
fixup! Update descriptions for github context
2023-09-08 17:30:40 +08:00
Yukai Chou
7e062aa16b
hashFiles() function
2023-09-08 17:30:40 +08:00
Yukai Chou
b67105b9b4
Update descriptions for github context
2023-09-08 17:30:40 +08:00
Yukai Chou
1b823ebe67
Drop version constraints "ghes > 3.3 or ghae > 3.3"
...
- ghes 3.3 is deprecated in github/docs@ac2cd0e47d
- ghae 3.3 is deprecated in github/docs@fefcf3b5a6
2023-09-08 17:29:55 +08:00
GitHub Actions
ded93b55e7
Release extension version 0.3.8
2023-09-06 15:44:25 +00:00
Yukai Chou
818a321069
Fix typo in url
2023-08-31 02:39:28 +08:00
Yukai Chou
c4d2f35a55
Update github context properties
2023-08-31 02:36:50 +08:00
GitHub Actions
207cfa12c0
Release extension version 0.3.7
2023-08-04 19:54:21 +00:00
Jonathan Tamsut
afbe42bffe
fix test failures
2023-08-04 12:13:21 -07:00
Christopher Schleiden
a324b8b9dc
small tweaks
2023-08-04 11:32:10 -07:00
Christopher Schleiden
4f7d03ed0c
Correctly indent completion options
2023-08-04 11:19:42 -07:00
GitHub Actions
5de89b0f8e
Release extension version 0.3.6
2023-06-14 17:21:25 +00:00
GitHub Actions
cb3ec583e0
Release extension version 0.3.5
2023-05-05 17:40:07 +00:00
GitHub Actions
07fa29649e
Release extension version 0.3.4
2023-04-21 18:09:23 +00:00
GitHub Actions
51649f27f8
Release extension version 0.3.3
2023-04-14 19:05:30 +00:00
Jonathan Tamsut
a1d81c730f
yarn prettier
2023-04-14 10:29:20 -07:00