-
Notifications
You must be signed in to change notification settings - Fork 226
Adapt skeleton pack generation to work with new queries panel #2250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
1a2e5d9
Extract functionality to download GitHub database
elenatanasoiu 053a180
Export existing language prompt
elenatanasoiu 2995b01
Provide a way to search for database items by name and language
elenatanasoiu e63f0fc
Be able to specify the name of the skeleton query file
elenatanasoiu ddd00d1
Introduce SkeletonWizard class
elenatanasoiu 91c4c91
Introduce "Create Query" command
elenatanasoiu 22d9487
Be able to specify language when downloading github database
elenatanasoiu b9decd8
Create QL pack in workspace instead of global storage
elenatanasoiu f212804
Make "Create Query" command work with vscode-codeql-starter
elenatanasoiu 121ebc2
`skeleton-query.ts` -> `skeleton-query-wizard.ts`
elenatanasoiu c23b0bf
Replace `github/codeql` with top databases for querying
elenatanasoiu 95ed076
Shorten beforeEach to decrease chances of timeout
elenatanasoiu 061f347
Don't obfuscate assignment when we choose language
elenatanasoiu 30011aa
Fail gracefully if we can't open the new query file
elenatanasoiu fe3e9a7
Get rid of unnecessary ternary
elenatanasoiu 9c0deae
Make it clear we're checking the filename
elenatanasoiu f949eda
Fix error message
elenatanasoiu 911c3af
Use a regular const instead of storing this on the class
elenatanasoiu 97fb4ea
Use `Record`
elenatanasoiu b794427
Remove unnecessary casting to `DatabaseItem`
elenatanasoiu 59909e2
Convert `folderName` property into getter method
elenatanasoiu 16a8289
Shorten logic for deciding when to ask for language
elenatanasoiu 62bebc0
Set storage path after the user selects language
elenatanasoiu 9139426
Increase timeout for skeleton wizard tests
elenatanasoiu c7d9407
Rename `workoutNextFileName` -> `determineNextFileName`
elenatanasoiu f4a8de0
Don't count files that are not `example<number>.ql`
elenatanasoiu 460da1e
Add `language` to list of params
elenatanasoiu e4406f4
Merge branch 'main' into elena/yer-a-wizard-query
elenatanasoiu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.