Robert
4a317d33a9
Enable 8.3 paths in unit tests
2024-06-18 10:08:18 +00:00
Koen Vlaswinkel
f773f9f675
Use @vscode/vsce when publishing the extension
2024-05-06 15:31:05 +02:00
Charis Kyriakou
79fd44f696
Add run-remote-query.ts to CLI tests workflow triggers ( #3272 )
2024-01-24 12:27:25 +00:00
Nora
a6f7ee3df8
Remove scheduled runs
2024-01-24 11:35:12 +00:00
Nora
6bf73dc196
Fix typo
2024-01-22 13:07:21 +00:00
Nora
5136c95da7
Run E2E every night of the week, on merge to main and push to main
2024-01-19 17:38:18 +00:00
Nora
6741f0c431
Merge branch 'main' into nora/add-e2e-tests
2024-01-19 18:32:37 +01:00
dependabot[bot]
978e00a252
Bump actions/dependency-review-action from 3 to 4
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3 to 4.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-18 13:28:48 +00:00
Nora
d3c7241854
fix new config location in workflow
2024-01-12 13:52:39 +00:00
Nora
d022623a9d
fix artifacts path
2024-01-10 10:42:40 +00:00
Nora
c7a1cf7236
Add test, config and action
2024-01-10 10:01:59 +00:00
Koen Vlaswinkel
7444605970
Add GitHub Actions workflow for updating Node version
2024-01-03 11:38:15 +01:00
Robert
856f97f859
Merge pull request #3129 from github/robertbrignull/test-issue
...
Create issue when CLI tests fail on the default branch
2024-01-02 14:27:44 +00:00
Koen Vlaswinkel
91a542dce6
Merge pull request #3165 from github/dependabot/github_actions/actions/download-artifact-4
...
Bump actions/download-artifact from 3 to 4
2023-12-21 15:01:44 +01:00
dependabot[bot]
4d130bc2fa
Bump actions/download-artifact from 3 to 4
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-21 13:02:31 +00:00
dependabot[bot]
1b526783e2
Bump actions/upload-artifact from 3 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-21 13:02:28 +00:00
Robert
2e51c1a657
Fix workflow after testing it
2023-12-19 16:19:59 +00:00
Robert
54a03c8839
Create issue when CLI tests fail on the default branch
2023-12-12 16:43:03 +00:00
dependabot[bot]
325cc05f36
Bump actions/setup-node from 3 to 4 ( #3024 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 11:02:49 -07:00
Koen Vlaswinkel
96668928aa
Increase memory limit when running ESLint
2023-10-04 14:46:32 +02:00
Koen Vlaswinkel
c970c3bc19
Use .nvmrc file for setting up Node version in Actions
2023-10-04 10:00:56 +02:00
Koen Vlaswinkel
ae2d6ce16e
Upgrade Node version to 18.15.0
2023-09-28 16:38:54 +02:00
Koen Vlaswinkel
db55e9cd42
Generate schema for extension pack metadata
...
After the upgrade to the correct types for js-yaml, the return type
of `load` is correctly typed as `unknown`. This means that we can't
use the return value directly, but need to validate it first.
This adds such validation by generating a JSON schema for a newly
created typed. The JSON schema generation is very similar to how we do
it in https://github.com/github/codeql-variant-analysis-action .
2023-09-25 15:25:37 +02:00
Robert
ed48f4ac76
Revert "Change node version to 18.15.0"
...
This reverts commit 8136328ad6 .
2023-09-20 13:48:12 +01:00
Robert
8136328ad6
Change node version to 18.15.0
2023-09-19 10:11:55 +01:00
dependabot[bot]
709c49542e
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-07 13:19:53 +00:00
Andrew Eisenberg
b09e9942b2
Add more path triggers for cli-test.yml
2023-08-28 15:25:00 +00:00
Charis Kyriakou
3094405f68
Split out CLI version tests to separate workflow ( #2729 )
2023-08-22 11:28:36 +01:00
Robert
814acfa74a
Add find-deadcode to CI linting workflow
2023-07-24 11:23:04 +01:00
Koen Vlaswinkel
3569c77626
Add timeout to CLI tests
...
It seems like some CLI tests are hanging and only completing after 6
hours when they run into the default timeout. This updates the timeout
to 30 minutes. All CLI tests should complete in 30 minutes, so this
should ensure that they are cancelled when they are stuck.
2023-06-07 15:41:42 +02:00
Nora
cc9fb826b3
v1.8.5
2023-06-06 08:48:01 +00:00
Koen Vlaswinkel
f7bcd58100
Add markdownlint to CI
2023-04-05 16:41:34 +02:00
Koen Vlaswinkel
0bf01274e8
Merge pull request #2248 from github/koesie10/fail-vsce-workflow-on-failure
...
Fail VSCE workflow on failure
2023-03-29 16:00:22 +02:00
Koen Vlaswinkel
70aa6df6c4
Fail VSCE workflow on failure
...
We were ignoring errors coming from `vsce publish` and this was causing
the workflow to succeed even when the publish failed. This will remove
the `||` and let the workflow fail if the publish fails.
2023-03-29 12:56:41 +02:00
Koen Vlaswinkel
58a1e27e64
Use gh release create instead of deprecated actions
2023-03-29 12:09:34 +02:00
Elena Tanasoiu
c882a9fc14
Only retry tests in CI
...
We introduced this change to help with reducing flakiness in CI [1].
This has a slightly different effect locally, where every failed test
will output three times.
This in turn makes it harder to read, especially when you have multiple
failing tests.
Since the original intent for this behaviour was to be used in CI, I'm
proposing we disable it when the CI env variable isn't set.
I've opted to set it for all jobs involving tests, just for consistency.
I'm happy to limit it to just the places where it's required.
[1]: https://github.com/github/vscode-codeql/pull/2059
2023-03-23 15:28:51 +00:00
dependabot[bot]
68ce7c3b53
Bump actions/upload-artifact from 2 to 3 ( #2133 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 15:03:58 +00:00
Koen Vlaswinkel
3917b14a58
Merge remote-tracking branch 'origin/main' into koesie10/improve-test-setup
2023-02-13 09:21:39 +01:00
Koen Vlaswinkel
6b8467fc4e
Update test script names
2023-02-08 13:14:00 +00:00
Koen Vlaswinkel
483d674da1
Upload sourcemaps as release asset
...
This will upload the sourcemaps produced as part of the release as a
release asset. This allows the sourcemaps to be downloaded and used
for decoding stack traces beyond the 90 day artifact limit of GitHub
Actions.
2023-02-07 11:06:03 +00:00
Koen Vlaswinkel
15382a02bc
Use first-party action for creating release PR
...
Instead of using the third party `peter-evans/create-pull-request`
action for creating a PR for releases, we can use the already present
`./.github/actions/create-pr` action which is also used for the PR for
bumping CLI versions.
2023-02-01 14:39:00 +01:00
Taj
c7f72c5aa9
Ensure cli using latest version from the supported_cli_versions.json ( #1992 )
2023-01-20 17:13:14 +00:00
Andrew Eisenberg
bd74b410f6
Merge pull request #1973 from github/tjgurwara99/bump-cli-extension
...
Modifying the `bump-cli` workflow to append/replace version from `supported_cli_versions.json`
2023-01-18 09:54:47 -08:00
Taj
f154b59b14
description for version
2023-01-18 11:10:44 +00:00
Taj
160ee22d1b
combined version change and bump-cli workflow
2023-01-17 14:32:19 +00:00
Koen Vlaswinkel
7b5e5a6407
Merge pull request #1963 from github/koesie10/webpack-production-build
...
Use Webpack in production mode for releases
2023-01-17 09:49:59 +01:00
Taj
bfa6780529
first pass at automating appending/prepending/removing version from supported cli versions
2023-01-16 22:06:15 +00:00
Koen Vlaswinkel
b4bb1b6ad7
Upload sourcemaps for release builds
...
To allow us to reconstruct a stack trace, this will upload the
sourcemaps for all release builds.
2023-01-16 10:58:00 +01:00
Taj
7f05af942b
Merge branch 'github:main' into main
2023-01-13 14:00:41 +00:00
Taj
91dc39b465
added the bump-cli.yml file to trigger the workflow when changed
2023-01-13 12:58:28 +00:00