Commit Graph

  • 1a87ad8a33 Make comments clearer Robert 2023-04-25 15:51:48 +01:00
  • 1317dfa581 Pull out getFromQueryToCompare Robert 2023-04-25 15:44:53 +01:00
  • 298176d8f1 React tests: Wrap code that causes state updates in act() (#2372) Shati Patel 2023-04-25 15:01:53 +01:00
  • 9a317b7651 move ast test data files Nora 2023-04-24 12:16:20 +00:00
  • ba85e98f8b move language-support/contextual/ast-builder to language-support/ast-viewer/ast-builder Nora 2023-04-24 12:12:16 +00:00
  • 8d3d5dbf45 move src/astViewer to src/language-support/ast-viewer/ast-viewer including test Nora 2023-04-24 12:10:37 +00:00
  • 3757911d34 move src/ast-cfg-commands to language-support/ast-viewer/ast-cfg-commands Nora 2023-04-24 12:07:41 +00:00
  • c9f7b7aacf create index.ts and adjust imports and exports Nora 2023-04-24 11:54:37 +00:00
  • e5845b1c21 move contextual -> language-support/contextual including tests and kebab-caseing Nora 2023-04-24 11:31:16 +00:00
  • 2d68c1c735 Merge pull request #2371 from github/koesie10/switch-to-argument-this Koen Vlaswinkel 2023-04-25 14:20:49 +02:00
  • 92b57bf1e2 Rename Argument[-1] to Argument[this] Koen Vlaswinkel 2023-04-25 13:31:52 +02:00
  • 72c646c29b Ignore invalid file paths when parsing sarif Robert 2023-04-25 11:21:56 +01:00
  • 274cb9a6e8 Handle codeSnippet not being defined in markdown generation Robert 2023-04-25 10:40:33 +01:00
  • 0394bd5e1e Make codeSnippet optional Robert 2023-04-25 10:40:10 +01:00
  • e31ef662f8 Avoid using "as ThreadFlow" to force the type system Robert 2023-04-24 17:32:21 +01:00
  • 14952cf7d3 Delete assertSingleQuery Robert 2023-04-20 17:36:31 +01:00
  • dbf3f26d13 Convert handleExportResults to use createSingleSelectionCommand Robert 2023-04-20 17:35:47 +01:00
  • a6a2f9776a Convert handleCopyRepoList to use createSingleSelectionCommand Robert 2023-04-20 17:31:44 +01:00
  • be6f356437 Convert handleOpenOnGithub to use createSingleSelectionCommand Robert 2023-04-20 17:30:47 +01:00
  • 1ea0f1429d Convert handleViewDil to use createSingleSelectionCommand Robert 2023-04-20 17:30:10 +01:00
  • 9c711eda97 Convert handleViewCsvAlerts to use createSingleSelectionCommand Robert 2023-04-20 17:28:56 +01:00
  • b74cd15752 Convert handleViewCsvResults to use createSingleSelectionCommand Robert 2023-04-20 17:27:40 +01:00
  • ef93ab9e70 Convert handleViewSarifAlerts to use createSingleSelectionCommand Robert 2023-04-20 17:26:43 +01:00
  • 288a2bf62a Convert handleShowQueryText to use createSingleSelectionCommand Robert 2023-04-20 17:25:21 +01:00
  • b2f0e2efd9 Convert handleCancel to use createMultiSelectionCommand Robert 2023-04-20 17:22:37 +01:00
  • 28819dfe76 Convert handleShowEvalLogViewer to use createSingleSelectionCommand Robert 2023-04-20 17:19:59 +01:00
  • 43c0d15be3 Convert handleShowEvalLogSummary to use createSingleSelectionCommand Robert 2023-04-20 17:19:09 +01:00
  • ccd73b2a16 Convert handleShowEvalLog to use createSingleSelectionCommand Robert 2023-04-20 17:10:13 +01:00
  • 921cf60f5e Convert handleOpenQueryDirectory to use createSingleSelectionCommand Robert 2023-04-20 17:09:09 +01:00
  • 21757ae9b6 Convert handleShowQueryLog to use createSingleSelectionCommand Robert 2023-04-20 17:08:11 +01:00
  • a0a4a06430 Convert handleItemClicked to use createSingleSelectionCommand Robert 2023-04-20 17:06:41 +01:00
  • b17251b36c Convert handleRenameItem to call createSingleSelectionCommand Robert 2023-04-19 15:56:58 +01:00
  • d29c24d06c Convert handleRemoveHistoryItem to use createMultiSelectionCommand Robert 2023-04-19 15:09:20 +01:00
  • 0b0a03396c Convert handleOpenQuery to use createSingleSelectionCommand Robert 2023-04-19 15:08:15 +01:00
  • d1e528e48a Convert runQueries to use createMultiSelectionCommand Robert 2023-04-13 16:23:15 +01:00
  • 491cf2a58d Convert handleAddSource to use createMultiSelectionCommand Robert 2023-04-13 16:05:50 +01:00
  • 5394891691 Convert handleOpenFolder to use createMultiSelectionCommand Robert 2023-04-13 16:04:26 +01:00
  • be392b5415 Convert handleRenameDatabase to use createSingleSelectionCommand Robert 2023-04-13 15:56:57 +01:00
  • 5bee5c6672 Convert handleRemoveDatabase to use createMultiSelectionCommand Robert 2023-04-13 15:56:25 +01:00
  • 4a957adda3 Convert handleUpgradeDatabase to use createMultiSelectionCommand Robert 2023-04-13 15:56:05 +01:00
  • 40f3092244 Convert handleUpgradeDatabaseInternal to just take an array of databases Robert 2023-04-13 12:36:25 +01:00
  • 08eb7f811e Add functions for creation selection commands Robert 2023-04-13 15:53:22 +01:00
  • be3efd79a8 Merge pull request #2369 from github/dbartol/qltest-error Dave Bartolomeo 2023-04-24 11:06:15 -04:00
  • f8a269c277 Only attempt to discover QL tests in on-disk workspace folders Dave Bartolomeo 2023-04-24 10:46:11 -04:00
  • f0ef98539c Merge pull request #2367 from github/nora/move-local-query-files Nora 2023-04-24 13:47:37 +02:00
  • a4dd26a13f adjust index.ts, imports and export in quick-eval-code-lens-provider Nora 2023-04-24 09:29:14 +00:00
  • aebf9be5d7 move /src/quickEvalCodeLensProvider.ts to /src/local-queries/quick-eval-code-lens-provider Nora 2023-04-24 09:23:51 +00:00
  • 7d711f3fb3 move src/quick-query to src/local-queries/quick-query Nora 2023-04-24 09:22:18 +00:00
  • c708e5f595 Merge pull request #2360 from github/nora/move-language-support Nora 2023-04-24 11:17:57 +02:00
  • d455c1aa76 Introduce and use index.ts Nora 2023-04-20 09:39:16 +00:00
  • a175cac5f0 Move and rename languageSupport to language-support Nora 2023-04-20 09:33:36 +00:00
  • f866545a40 Move query-editor Nora 2023-04-20 09:29:52 +00:00
  • 01c1888ded Move ide-server Nora 2023-04-20 09:27:46 +00:00
  • 4fafdbc58b Bump CLI version from v2.12.7 to v2.13.0 for integration tests (#2366) github-actions[bot] 2023-04-21 08:38:34 +00:00
  • 5fb001632b Don't throw error if user cancels out of choosing a language (#2365) Shati Patel 2023-04-21 08:29:09 +01:00
  • b0cdae7c9f Merge branch 'main' into robertbrignull/handleCompareWith uick 6363a6a4 Remove the determineSelection method Robert 2023-04-20 16:03:41 +01:00
  • f0d41f6d3d Merge pull request #2356 from github/robertbrignull/query_history_selection Robert 2023-04-20 16:01:51 +01:00
  • 42f8916124 Remove test of impossible behaviour Robert 2023-04-20 12:42:22 +01:00
  • ed9e9ddadf Delete tests for determineSelection Robert 2023-04-20 12:30:25 +01:00
  • 091985a164 Merge pull request #2351 from github/github-action/bump-cli Andrew Eisenberg 2023-04-20 02:51:23 -07:00
  • 0afe982ccf Merge branch 'main' into github-action/bump-cli Shati Patel 2023-04-20 10:30:07 +01:00
  • d4fa420201 Merge pull request #2357 from github/charisk-nora/query-server-move Nora 2023-04-20 10:21:20 +02:00
  • fbe782f4ef Merge pull request #2354 from github/koesie10/clear-pack-cache-on-create Koen Vlaswinkel 2023-04-20 09:51:46 +02:00
  • 3c77e81fd8 Make handleCompareWith cleaner Robert 2023-04-19 16:59:12 +01:00
  • d9dc061312 Introduce index.ts Nora 2023-04-19 14:36:57 +00:00
  • 5cfb93980e Rename legacyRunner to query-runner (kebab-case) Nora 2023-04-19 14:10:34 +00:00
  • f97105ba41 Move queryRunner to query-server/queryRunner Nora 2023-04-19 14:08:31 +00:00
  • e05defad3b Rename query-runner to new-query-runner to match class and file Nora 2023-04-19 14:02:50 +00:00
  • 6d9a87c6e8 Rename legacy/legacyRunner to legacy/legacy-query-runner (kebab-case and class-file name) Nora 2023-04-19 14:01:29 +00:00
  • ee66530d0d Rename queryserver-client to query-sever-client (kebab-case) Nora 2023-04-19 13:58:56 +00:00
  • 78f1a88924 Rrename legacy/queryserver-client to legacy/query-sever-client (kebab-case) Nora 2023-04-19 13:57:07 +00:00
  • 222bf024f3 Rename json-rpc-server to server-process to match class and filename Nora 2023-04-19 13:54:27 +00:00
  • 4ee8e5a00e Move json-rpc-server.ts Nora 2023-04-19 13:26:41 +00:00
  • 4097ee0255 Move legacy-query-server/ to query-server/legacy/ Charis Kyriakou 2023-04-19 13:19:41 +00:00
  • 274182718a Introduce index.ts for local-queries module (#2355) Charis Kyriakou 2023-04-19 14:30:47 +01:00
  • 30c3ffad01 Merge pull request #2321 from github/elena/yer-a-flag-query Elena Tanasoiu 2023-04-19 14:11:14 +01:00
  • 5f8ec14ad6 Merge branch 'main' into elena/yer-a-flag-query Elena Tanasoiu 2023-04-19 13:53:49 +01:00
  • 686a9e4095 Clear pack cache on create and delete Koen Vlaswinkel 2023-04-19 14:36:39 +02:00
  • 6363a6a493 Remove the determineSelection method Robert 2023-04-19 12:51:53 +01:00
  • 7f3f3380ad Merge pull request #2350 from github/nora/remove-query-history-title-bar-actions Nora 2023-04-19 13:50:19 +02:00
  • 043adbf797 Merge pull request #2347 from github/nora/break-down-local-queries-1 Nora 2023-04-19 13:49:30 +02:00
  • aa2eceea4c Merge branch 'main' into elena/yer-a-flag-query Elena Tanasoiu 2023-04-19 12:27:52 +01:00
  • 724dc45991 Fix typo Elena Tanasoiu 2023-04-19 11:25:33 +00:00
  • 2f811057b8 Enable skeleton wizard in codespaces template Elena Tanasoiu 2023-04-19 11:25:08 +00:00
  • 5ab24c0eea Merge pull request #2330 from github/yer-a-sorted-database-query Elena Tanasoiu 2023-04-19 12:22:30 +01:00
  • cf78dbba92 Merge pull request #2343 from github/robertbrignull/results_filter Robert 2023-04-19 12:19:37 +01:00
  • b5ad37a094 Don't say analyses failed when the workflow was canceled Robert 2023-04-19 11:52:39 +01:00
  • 82c8068b64 Update changelog Nora 2023-04-19 08:52:02 +00:00
  • 2be0c16f22 Remove unused type Nora 2023-04-19 08:47:11 +00:00
  • 1d8bcd476a Remove titel actions Nora 2023-04-18 13:47:55 +00:00
  • 02e17516d9 Convert db item methods to be static Elena Tanasoiu 2023-04-18 14:10:24 +00:00
  • 02dffe08d5 Fetch the latest database from the new sorted list Elena Tanasoiu 2023-04-14 16:51:16 +00:00
  • 561e07a689 Sort database items by dateAdded Elena Tanasoiu 2023-04-14 15:59:21 +00:00
  • dce94e8510 Merge pull request #2341 from github/yer-an-input-box-query Elena Tanasoiu 2023-04-19 09:36:42 +01:00
  • 3f7b8a6409 Merge pull request #2348 from github/koesie10/non-existing-model-file Koen Vlaswinkel 2023-04-19 10:21:21 +02:00
  • 7335e37c16 Merge branch 'main' into yer-an-input-box-query Elena Tanasoiu 2023-04-19 08:58:52 +01:00
  • 154fab845a Don't mention workspace Elena Tanasoiu 2023-04-19 07:56:06 +00:00
  • 7c18934dde Bump CLI version from v2.12.6 to v2.12.7 for integration tests github-actions[bot] 2023-04-18 20:36:27 +00:00
  • 5e76d0b1ad Fix typos Elena Tanasoiu 2023-04-18 17:27:36 +01:00
  • 467c2a550e Merge pull request #2328 from github/yer-a-single-rooted-workspace-query Elena Tanasoiu 2023-04-18 17:25:09 +01:00