Nora
5c40293c06
Revert "Rename arguments"
...
This reverts commit 85b7e0eabad1092792ff336b8ccff4fdef04e034.
2023-01-12 15:15:57 +00:00
Nora
ba830dd2e5
Fix expanded bug when renaming lists
2023-01-12 15:15:57 +00:00
Nora
c36da4ba7e
Rename arguments
2023-01-12 15:15:57 +00:00
Nora
b9740fe582
Use individual functions for add and remove from expanded state
2023-01-12 15:15:56 +00:00
Nora
8b661c7a6d
Merge pull request #1947 from github/nora/db-config-store-tests
...
Improve tests coverage in db-config-store
2023-01-12 14:25:54 +01:00
Nora
94823a6c75
Disable filewatcher for tests
2023-01-12 12:53:12 +00:00
Nora
010e85c28b
Merge comments
2023-01-12 13:44:34 +01:00
Nora
ed11b20cb7
Add tests for does exist methods
2023-01-12 12:43:30 +00:00
Nora
8cb0cd23dd
Add test for set selected item
2023-01-12 12:43:30 +00:00
Nora
9f5e9653da
Add tests for add
2023-01-12 12:43:30 +00:00
Shati Patel
2b7d2d0610
Increase timeout for "variant analysis submission" test ( #1958 )
2023-01-12 12:04:26 +00:00
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