Shati Patel
e322bf829a
Add db manager tests for "removeDbItem" functionality ( #1948 )
2023-01-12 11:59:25 +00:00
Charis Kyriakou
67fa920d4d
Merge pull request #1957 from github/charisk/rename-new-db-panel
...
Rename new db panel to 'Variant Analysis Repositories'
2023-01-12 10:55:08 +00:00
Shati Patel
b54dfe9b58
Fix flaky test: avoid file watcher in db manager tests ( #1951 )
2023-01-12 10:51:46 +00:00
Charis Kyriakou
4f588d9def
Remove obsolete test file ( #1955 )
2023-01-12 10:38:57 +00:00
Charis Kyriakou
1c3a6154c9
Rename the id for the new db panel to 'codeQLVariantAnalysisRepositories'
2023-01-12 09:20:35 +00:00
Charis Kyriakou
a21382b053
Rename the user-visible name for the new db panel to 'Variant Analysis Repositories'
2023-01-12 08:49:24 +00:00
Andrew Eisenberg
6f168459a2
Merge pull request #1933 from github/aeisenberg/codeql-pack-yml
...
Ensure remote queries can handle codeql-pack.yml files
2023-01-11 15:55:15 -08:00
Andrew Eisenberg
77c6706320
Ensure remote queries can handle codeql-pack.yml files
...
This updates one of our integration tests so that it uses
`codeql-pack.yml` instead of `qlpack.yml`.
2023-01-11 14:36:43 -08:00
Shati Patel
3fe3117c39
Temporarily skip flaky test ( #1954 )
...
We're working on a fix, but this will unblock CI in the meantime
2023-01-11 16:24:35 +00:00
Robert
e163e0625d
Merge pull request #1952 from github/robertbrignull/open_logs_command
...
Convert opening variant analysis logs to a command
2023-01-11 15:37:28 +00:00
Robert
9d457304b1
Convert opening variant analysis logs to a command
2023-01-11 14:35:40 +00:00
Charis Kyriakou
0b6f2c248b
Refactor logic to remove db or list from config ( #1946 )
2023-01-11 08:41:58 +00:00
Shati Patel
9cf508837e
Add db manager tests for "rename" functions ( #1939 )
...
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com >
2023-01-10 14:00:47 +00:00
Nora
ed2bdd8a43
Merge pull request #1925 from github/nora/add-remove-context-action
...
Add remove context menu action
2023-01-10 09:09:51 +01:00
Robert
82ce7bc874
Merge pull request #1943 from github/robertbrignull/telemetry_race_condition
...
Avoid race condition requesting telemetry permissions
2023-01-09 17:38:00 +00:00
Robert
7bbbf8b986
Merge pull request #1942 from github/robertbrignull/telemetryListener_undefined
...
Acknowledge that telemetryListener may be undefined
2023-01-09 17:09:32 +00:00
Robert
aa950eed6a
Avoid race condition requesting telemetry permissions
2023-01-09 16:54:32 +00:00
Robert
f9777016a7
Acknowledge that telemetryListener may be undefined
2023-01-09 16:19:09 +00:00
Nora
c4df8bf7b2
Handle expanded state
2023-01-09 15:01:57 +00:00
Nora
29c29f0b77
Remove db in list from selected
2023-01-09 07:54:33 +00:00
Nora
b5f865432e
Add action
2023-01-09 08:26:21 +01:00
Aditya Sharad
8346eda8b8
Integration tests: Accept github/codeql checkouts named ql ( #1940 )
...
Some checkouts of the github/codeql repo, such as the
internal submodule, may be named `ql` rather than
`codeql`. Allow this folder name when running tests.
2023-01-06 15:16:36 -08:00
Charis Kyriakou
2a6d581de4
Added logic to clean expanded state when it's updated ( #1938 )
2023-01-06 16:09:43 +00:00
Shati Patel
b3fcd47930
Add integration test for database selection command ( #1937 )
2023-01-06 14:38:28 +00:00
Charis Kyriakou
8c558f04f4
Merge pull request #1936 from github/charisk/expansion-tidy
...
Some minor tidy up around db item expansion
2023-01-06 14:14:56 +00:00
Charis Kyriakou
51d1d3226c
Remove unnecessary type casting
2023-01-06 12:57:23 +00:00
Charis Kyriakou
d69a048a38
Handle all db item kinds when checking for equality with expanded items
2023-01-06 12:57:19 +00:00
Charis Kyriakou
971fb6edee
Rename updateItemInExpandedState -> updateExpandedItem and replaceItemInExpandedState -> replaceExpandedItem
2023-01-06 12:57:12 +00:00
Elena Tanasoiu
13db377334
Merge pull request #1931 from github/elena/ignore-prettier-commits
...
Move list of ignored commits to root
2023-01-06 09:37:28 +00:00
Andrew Eisenberg
61c3bef8ff
Merge pull request #1932 from github/aeisenberg/fix-vscode-integration-tests
...
Remove assertion in tests
2023-01-05 16:41:49 -08:00
Andrew Eisenberg
0959cb8bbd
Remove assertion in tests
...
I am removing these assertions so that our internal integration tests
can pass. They are currently failing because the number of dependencies
of the `codeql/javascript-all` pack has changed. It no longer makes
sense to test this value as newer versions of this pack will have more
dependencies and we expect this value will continue to go up.
2023-01-05 16:13:13 -08:00
Elena Tanasoiu
d385a9e7a4
Move list of ignored commits to root
...
This was initially added [here][1] but wasn't quite in the right place
to have the intended effect.
Let's move it up to the root of the project.
[1]: f515663640
2023-01-05 17:37:41 +00:00
Charis Kyriakou
1c705da444
Add 'rename' context menu action for dbs/lists ( #1928 )
2023-01-05 13:29:10 +00:00
Shati Patel
4dba169412
Support new DB config format in "copy repo list" function ( #1927 )
2023-01-05 10:56:55 +00:00
Charis Kyriakou
afc6ce5211
Merge pull request #1926 from github/charisk/db-config-store-rename
...
Add db and list rename functionality to db config store
2023-01-04 17:38:44 +00:00
Charis Kyriakou
db9bc5bf5c
Add db and list rename functionality to db config store
2023-01-04 15:59:14 +00:00
Charis Kyriakou
3227935078
Minor refactoring of the db config store and tests ( #1924 )
...
* Remove unnecessary type castings
* Extract validation to separate functions
* Nest tests inside a 'describe' block
2023-01-04 13:11:26 +00:00
Shati Patel
0902e187c8
Add context menu command to open repo/owner on GitHub ( #1921 )
2023-01-04 10:44:48 +00:00
Charis Kyriakou
35a49b018f
Merge pull request #1923 from github/charisk/db-item-expansion-tidy
...
Some small refactorings around db item expansion
2023-01-04 10:02:33 +00:00
Charis Kyriakou
a82f40fb1e
Remove unnecessary config check.
...
This used to be valid when expanded state lived in the db config, but it's now stored in workspace storage.
2023-01-04 09:28:16 +00:00
Charis Kyriakou
4db3cd6b1b
Extract setExpandedItems function so that it can be re-used
2023-01-04 09:10:04 +00:00
Charis Kyriakou
abe5b3c0fc
Rename getCurrentExpandedItems -> getExpandedItems
2023-01-04 09:08:21 +00:00
Charis Kyriakou
7738041ee7
Nest tests inside a 'describe' block
2023-01-04 09:07:42 +00:00
Charis Kyriakou
f3d0773085
Rename calculateNewExpandedState -> updateItemInExpandedState
2023-01-04 09:06:31 +00:00
Charis Kyriakou
1a08ae4df2
Move db item expansion models to db-item-expansion
2023-01-04 09:05:12 +00:00
dependabot[bot]
5e864ae8e0
Bump json5 from 1.0.1 to 1.0.2 in /extensions/ql-vscode ( #1919 )
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 10:10:38 -08:00
dependabot[bot]
f716032235
Bump d3-color and d3-graphviz in /extensions/ql-vscode ( #1915 )
...
Bumps [d3-color](https://github.com/d3/d3-color ) to 3.1.0 and updates ancestor dependency [d3-graphviz](https://github.com/magjac/d3-graphviz ). These dependencies need to be updated together.
Updates `d3-color` from 1.4.1 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases )
- [Commits](https://github.com/d3/d3-color/compare/v1.4.1...v3.1.0 )
Updates `d3-graphviz` from 2.6.1 to 5.0.2
- [Release notes](https://github.com/magjac/d3-graphviz/releases )
- [Changelog](https://github.com/magjac/d3-graphviz/blob/master/CHANGELOG.md )
- [Commits](https://github.com/magjac/d3-graphviz/compare/v2.6.1...v5.0.2 )
---
updated-dependencies:
- dependency-name: d3-color
dependency-type: indirect
- dependency-name: d3-graphviz
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 10:09:58 -08:00
Charis Kyriakou
8e848e3403
Set db tree item context value to drive actions ( #1920 )
2023-01-03 16:17:51 +00:00
Nora
ae3ed9402d
Merge pull request #1918 from github/nora/add-select-context-menu
...
Add select context menu
2023-01-03 16:40:44 +01:00
Nora
306529b4a9
Add command to activationEvents
2023-01-03 15:10:02 +00:00