main
Name already in use
Commits on Apr 14, 2023
-
Merge pull request #2310 from github/yer-a-workspace-query
Stop pushing QL pack as top level folder to avoid confusing the user
-
-
Merge pull request #2326 from github/koesie10/raise-cli-integration-t…
…imeout Set default higher timeout on CLI integration tests
-
The separator character is different on Windows.
-
Check specifically for the starter workspace
We've made an exception to fetch the parent folder when we're in the vscode-codeql-starter workspace. We'd like to make this more specific so that it doesn't interfere with other repos.
-
Merge pull request #2302 from github/koesie10/kind-dropdown
Change kind input to a dropdown
-
Don't offer to create skeleton pack again
When running Create Query in the codespaces-codeql repo, it successfully creates codeql-custom-queries-xxx as a subfolder of the first workspace folder, and then adds a database. After the database gets added, we get prompted with this message: ``` We've noticed you don't have a CodeQL pack available to analyze this database. Can we set up a query pack for you? ``` which would try to create another QL pack. Since we're no longer pushing QL packs as top level folders in the workspace when we use the new "Create Query" flow, we also need to adapt the original flow to take into account subfolders. Just as a reminder, the original flow is: - Be in the codespace template - Download a database from GitHub - The extension will offer to create a QL pack for the database The new flow: - Run the "Create Query" command - Choose a language - Create a QL pack - Download a database for it In the new flow the last step of downloading a database would trigger the extension to offer to create a QL pack. Let's fix this by detecting subfolders as well and exiting early.
-
Merge pull request #2319 from github/dependabot/npm_and_yarn/extensio…
…ns/ql-vscode/glob-10.0.0 Bump glob from 9.3.2 to 10.0.0 in /extensions/ql-vscode
-
Merge pull request #2300 from github/koesie10/create-extension-pack
Add creating extension packs when opening the editor
-
Merge pull request #2296 from github/koesie10/create-extension-model-…
…file Allow creating new model file in existing data extension
-
-
-
Set default higher timeout on CLI integration tests
This sets a default timeout of 3 minutes on CLI integration tests. This is because these tests call into the CLI and execute queries, so these are expected to take a lot longer than the default 5 seconds. This allows us to remove all the individual `jest.setTimeout` calls with different values from the test files.
-
Merge pull request #2325 from github/koesie10/raise-queries-timeout
Raise timeout of queries tests
-
-
Merge pull request #2314 from github/koesie10/use-query-in-extension
Add external APIs query in extension
-
Merge pull request #2315 from github/charisk/variant-analysis-store-m…
…appers Introduce mapping layer for variant analysis history items
-
-
Commits on Apr 13, 2023
-
Merge pull request #2323 from github/dbartol/update-vscode-types
Update `@types/vscode` and fix naming conflicts
-
-
-
Bump @storybook/builder-webpack5 in /extensions/ql-vscode (#2320)
Bumps [@storybook/builder-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core) from 6.5.17-alpha.0 to 7.0.4. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Commits](https://github.com/storybookjs/storybook/commits/v7.0.4/lib/core) --- updated-dependencies: - dependency-name: "@storybook/builder-webpack5" dependency-type: direct:development 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>
-
-
-
Merge pull request #2316 from github/koesie10/data-extension-editor-e…
…rrors Improve error handling in data extension editor
-
-
-