Commit Graph

  • 0d8c90a7b5 Remove fs mocking from no-workspace tests Koen Vlaswinkel 2022-12-02 13:40:12 +01:00
  • f13f0b3bc3 Bundle extension files using ESBuild Koen Vlaswinkel 2022-11-25 15:10:40 +01:00
  • 0b6f2c248b Refactor logic to remove db or list from config (#1946) Charis Kyriakou 2023-01-11 08:41:58 +00:00
  • 9cf508837e Add db manager tests for "rename" functions (#1939) Shati Patel 2023-01-10 14:00:47 +00:00
  • ed2bdd8a43 Merge pull request #1925 from github/nora/add-remove-context-action Nora 2023-01-10 09:09:51 +01:00
  • 82ce7bc874 Merge pull request #1943 from github/robertbrignull/telemetry_race_condition Robert 2023-01-09 17:38:00 +00:00
  • 7bbbf8b986 Merge pull request #1942 from github/robertbrignull/telemetryListener_undefined Robert 2023-01-09 17:09:32 +00:00
  • aa950eed6a Avoid race condition requesting telemetry permissions Robert 2023-01-09 16:48:24 +00:00
  • f9777016a7 Acknowledge that telemetryListener may be undefined Robert 2023-01-09 16:14:33 +00:00
  • c4df8bf7b2 Handle expanded state Nora 2023-01-09 15:01:57 +00:00
  • 29c29f0b77 Remove db in list from selected Nora 2023-01-09 07:54:33 +00:00
  • b5f865432e Add action Nora 2023-01-04 11:48:18 +00:00
  • 8346eda8b8 Integration tests: Accept github/codeql checkouts named ql (#1940) Aditya Sharad 2023-01-06 15:16:36 -08:00
  • 2a6d581de4 Added logic to clean expanded state when it's updated (#1938) Charis Kyriakou 2023-01-06 16:09:43 +00:00
  • b3fcd47930 Add integration test for database selection command (#1937) Shati Patel 2023-01-06 14:38:28 +00:00
  • 8c558f04f4 Merge pull request #1936 from github/charisk/expansion-tidy Charis Kyriakou 2023-01-06 14:14:56 +00:00
  • 51d1d3226c Remove unnecessary type casting Charis Kyriakou 2023-01-06 12:55:16 +00:00
  • d69a048a38 Handle all db item kinds when checking for equality with expanded items Charis Kyriakou 2023-01-06 12:53:55 +00:00
  • 971fb6edee Rename updateItemInExpandedState -> updateExpandedItem and replaceItemInExpandedState -> replaceExpandedItem Charis Kyriakou 2023-01-06 12:53:19 +00:00
  • 13db377334 Merge pull request #1931 from github/elena/ignore-prettier-commits Elena Tanasoiu 2023-01-06 09:37:28 +00:00
  • 61c3bef8ff Merge pull request #1932 from github/aeisenberg/fix-vscode-integration-tests Andrew Eisenberg 2023-01-05 16:41:49 -08:00
  • 0959cb8bbd Remove assertion in tests Andrew Eisenberg 2023-01-05 16:13:13 -08:00
  • d385a9e7a4 Move list of ignored commits to root Elena Tanasoiu 2023-01-05 17:37:41 +00:00
  • 1c705da444 Add 'rename' context menu action for dbs/lists (#1928) Charis Kyriakou 2023-01-05 13:29:10 +00:00
  • 4dba169412 Support new DB config format in "copy repo list" function (#1927) Shati Patel 2023-01-05 10:56:55 +00:00
  • afc6ce5211 Merge pull request #1926 from github/charisk/db-config-store-rename Charis Kyriakou 2023-01-04 17:38:44 +00:00
  • db9bc5bf5c Add db and list rename functionality to db config store Charis Kyriakou 2023-01-04 15:59:14 +00:00
  • 3227935078 Minor refactoring of the db config store and tests (#1924) Charis Kyriakou 2023-01-04 13:11:26 +00:00
  • 0902e187c8 Add context menu command to open repo/owner on GitHub (#1921) Shati Patel 2023-01-04 10:44:48 +00:00
  • 35a49b018f Merge pull request #1923 from github/charisk/db-item-expansion-tidy Charis Kyriakou 2023-01-04 10:02:33 +00:00
  • a82f40fb1e Remove unnecessary config check. Charis Kyriakou 2023-01-04 09:28:16 +00:00
  • 4db3cd6b1b Extract setExpandedItems function so that it can be re-used Charis Kyriakou 2023-01-04 09:09:38 +00:00
  • abe5b3c0fc Rename getCurrentExpandedItems -> getExpandedItems Charis Kyriakou 2023-01-04 09:08:21 +00:00
  • 7738041ee7 Nest tests inside a 'describe' block Charis Kyriakou 2023-01-04 09:07:42 +00:00
  • f3d0773085 Rename calculateNewExpandedState -> updateItemInExpandedState Charis Kyriakou 2023-01-04 09:06:31 +00:00
  • 1a08ae4df2 Move db item expansion models to db-item-expansion Charis Kyriakou 2023-01-04 09:05:12 +00:00
  • 5e864ae8e0 Bump json5 from 1.0.1 to 1.0.2 in /extensions/ql-vscode (#1919) dependabot[bot] 2023-01-03 10:10:38 -08:00
  • f716032235 Bump d3-color and d3-graphviz in /extensions/ql-vscode (#1915) dependabot[bot] 2023-01-03 10:09:58 -08:00
  • 8e848e3403 Set db tree item context value to drive actions (#1920) Charis Kyriakou 2023-01-03 16:17:51 +00:00
  • ae3ed9402d Merge pull request #1918 from github/nora/add-select-context-menu Nora 2023-01-03 16:40:44 +01:00
  • 306529b4a9 Add command to activationEvents Nora 2023-01-03 15:10:02 +00:00
  • 48a51fe10b Add select context menu Nora 2023-01-03 13:34:50 +00:00
  • bbbbb3a1ee Renamed selectable context value (#1917) Charis Kyriakou 2023-01-03 12:34:24 +00:00
  • bbdbe01e03 Add test tsconfigs in eslint projects (#1916) Charis Kyriakou 2023-01-03 12:17:17 +00:00
  • 35d1d8ba6e Move VS Code integration tests to /test directory (#1912) Charis Kyriakou 2023-01-03 10:31:38 +00:00
  • a7be6cf31a Fix broken unit test that relies on date (#1914) Charis Kyriakou 2023-01-03 09:26:13 +00:00
  • 40a7dd04fb Tidy up unit test suite file structure (#1910) Charis Kyriakou 2022-12-23 14:23:55 +00:00
  • 24a7348fc2 Add support for adding local lists (#1907) Charis Kyriakou 2022-12-23 11:11:48 +00:00
  • 31b80efc56 Use constant for selected db item resource uri (#1908) Charis Kyriakou 2022-12-23 08:34:16 +00:00
  • 3234f0afe1 Move db item expanded state to workspace storage (#1904) Charis Kyriakou 2022-12-22 15:44:00 +00:00
  • ae0dfd8089 Merge pull request #1901 from github/elena/move-test-scenarios-into-markdown Elena Tanasoiu 2022-12-22 14:32:08 +00:00
  • 1a6f532c8b Change results view title Elena Tanasoiu 2022-12-22 14:15:21 +00:00
  • beb5e37f3a American spelling Elena Tanasoiu 2022-12-22 14:14:59 +00:00
  • 9fe4c8cfa9 Remove copy section Elena Tanasoiu 2022-12-22 14:14:35 +00:00
  • 9e1da8f142 Check for duplicate repo within parent list (#1905) Shati Patel 2022-12-22 14:01:11 +00:00
  • f1b17d1c46 Fix wonky indentation Elena Tanasoiu 2022-12-22 12:54:24 +00:00
  • 097c048edd Expand results view tests Elena Tanasoiu 2022-12-22 12:49:14 +00:00
  • 531f32c1f6 Expand query results scenarios based on variant analysis state Elena Tanasoiu 2022-12-22 12:07:33 +00:00
  • 46a54a623a Merge pull request #1900 from github/nora/add-repo-to-list Nora 2022-12-22 13:41:27 +01:00
  • 1b76159c06 Fix quotes Elena Tanasoiu 2022-12-22 11:35:22 +00:00
  • 30e614e26d Remove duplicate test case Elena Tanasoiu 2022-12-22 11:31:21 +00:00
  • 8ca9391115 Mention what "it" means Elena Tanasoiu 2022-12-22 11:28:55 +00:00
  • ec8066a11c Clarify these are mostly aimed at MRVA Elena Tanasoiu 2022-12-22 11:28:01 +00:00
  • ac27a80769 Drop numbering Elena Tanasoiu 2022-12-22 11:27:06 +00:00
  • c9087ffaf0 Update screenshot Elena Tanasoiu 2022-12-22 11:26:18 +00:00
  • 25dd679b7d Merge pull request #1892 from github/robertbrignull/undefined_credentials Robert 2022-12-22 11:20:09 +00:00
  • 16c688f9c8 Change to american spelling Elena Tanasoiu 2022-12-22 11:15:49 +00:00
  • 0f3936900c Remove pre-live-results sections Elena Tanasoiu 2022-12-22 11:15:15 +00:00
  • 3c9c6dc324 Rephrase ... erm ... phrases Elena Tanasoiu 2022-12-22 11:14:10 +00:00
  • f11cd17f83 Check these when query starts instead of completes Elena Tanasoiu 2022-12-22 11:10:05 +00:00
  • 824f56d614 use find and remove unneccessary checks Nora 2022-12-22 10:53:54 +00:00
  • eddc228a00 Remove bullet points and mention results view Elena Tanasoiu 2022-12-22 10:48:36 +00:00
  • 812205cecf Clarify that test cases are for MRVA Elena Tanasoiu 2022-12-22 10:45:59 +00:00
  • a839206846 Mention canary flag as pre-requisite for MRVA Elena Tanasoiu 2022-12-22 10:45:22 +00:00
  • 2f07f417fa Move last step to first step in release requirements Elena Tanasoiu 2022-12-22 10:43:31 +00:00
  • dc6bd07518 Add more info to release steps Elena Tanasoiu 2022-12-22 10:43:08 +00:00
  • e890e6cc1f Remove "Areas to consider" section Elena Tanasoiu 2022-12-22 10:32:26 +00:00
  • 6285ba7632 fix typos Robert 2022-12-22 10:25:34 +00:00
  • be79d68271 Merge pull request #1891 from github/koesie10/sort-gist-files Koen Vlaswinkel 2022-12-22 09:17:07 +01:00
  • 19a9ad38d5 Add workspace state to app container (#1902) Charis Kyriakou 2022-12-21 17:58:34 +00:00
  • 1e84bc9116 Move test plan into VSCode markdown file Elena Tanasoiu 2022-12-21 12:06:07 +00:00
  • 28abd40963 Add repo to list when child is highlighted Nora 2022-12-21 15:44:59 +00:00
  • abc025cb39 Inline the createOctokit method Robert 2022-12-21 14:49:26 +00:00
  • 551f76cc4e Create a new octokit instance every time Robert 2022-12-21 14:45:20 +00:00
  • 8f34f6af2e Remove the createIfNone parameter from createOctokit Robert 2022-12-21 14:41:17 +00:00
  • 8c05b3a508 Don't try to pre-populate an octokit Robert 2022-12-21 14:36:59 +00:00
  • 7004e94b32 Bump actions/dependency-review-action from 1 to 3 (#1897) dependabot[bot] 2022-12-21 14:32:38 +00:00
  • 74f10a306e Remove the overrideToken parameter from createOctokit Robert 2022-12-21 14:27:50 +00:00
  • 7e8ce35485 Remove the requiresAuthentication parameter Robert 2022-12-21 14:24:13 +00:00
  • 758c182a33 Add repo to highlighted list Nora 2022-12-21 14:01:06 +00:00
  • 0c483d1e29 Remove places where we are checking if credentials are undefined Robert 2022-12-20 15:26:19 +00:00
  • 4bb3be9fd1 Bump peter-evans/create-pull-request from 3.4.1 to 4.2.3 (#1898) dependabot[bot] 2022-12-21 14:10:45 +00:00
  • f99e5587d0 Update dependencies in workflow files (#1896) Shati Patel 2022-12-21 13:54:49 +00:00
  • 2493b0fd3c Handle db validation errors gracefully (#1895) Charis Kyriakou 2022-12-21 12:53:47 +00:00
  • dbdb4ba57a Stop user from adding a db or owner with the same name (#1893) Charis Kyriakou 2022-12-21 10:51:24 +00:00
  • 55869e8033 Merge pull request #1894 from github/charisk/add-db-integration-test Charis Kyriakou 2022-12-21 10:06:52 +00:00
  • 47ac9c631e Add basic integration test for 'add db' functionality Charis Kyriakou 2022-12-20 20:42:14 +00:00
  • decbd52d1b Rename 'addNewRemoteList' to 'addNewList' Charis Kyriakou 2022-12-20 20:40:58 +00:00
  • 952faf5efc Merge pull request #1889 from github/shati-nora/add-remote-repositories Nora 2022-12-20 17:31:12 +01:00
  • eb3ba1e229 Merge branch 'main' into shati-nora/add-remote-repositories shati-patel 2022-12-20 16:13:00 +00:00