Граф коммитов

3148 Коммитов

Автор SHA1 Сообщение Дата
Robert 03993f376f Add credentials to App 2023-01-18 17:36:38 +00:00
Nora 13389fd35f
Merge pull request #1983 from github/nora/db-panel-add-item
Extract db panel add items tests to new file
2023-01-18 13:17:23 +01:00
Nora 9c011c5fd1 Create testfile in no workspaces and copy paste 2023-01-18 12:36:45 +01:00
Nora f97dbb136d
Merge pull request #1981 from github/nora/db-panel-selection
Extract db panel selection tests to new file
2023-01-18 12:35:59 +01:00
Charis Kyriakou ec1cf015bf
Removed unnecessary awaits (#1982) 2023-01-18 10:58:37 +00:00
Nora 79289802c0 Create new selection test file and copy paste tests 2023-01-18 10:42:57 +00:00
Nora e1bc8ae95a
Merge pull request #1980 from github/nora/db-panel-rendering
Extract db panel render tests to new file
2023-01-18 11:41:39 +01:00
Robert 0bd6ba7898
Merge pull request #1978 from github/robertbrignull/compare_view_telemetry
Telemetry for compare view
2023-01-18 10:13:57 +00:00
Robert 84c6c1ef6b
Merge pull request #1976 from github/robertbrignull/local_results_telemetry
Emit telemetry for user interactions in the local results view
2023-01-18 10:13:20 +00:00
Nora 5b6587cc18 Create new file and copy paste tests 2023-01-18 10:07:52 +00:00
Shati Patel e230bf47d0
When adding repo, check whether name exists in specified parent list (#1977) 2023-01-18 10:01:47 +00:00
Nora 6c523db0ad
Merge pull request #1975 from github/nora/review-user-messages
Polish user facing messages
2023-01-18 10:05:19 +01:00
Robert 37e3e041e8 Piggyback on changeSort message 2023-01-17 16:46:02 +00:00
Robert 3a4ce9abb1 Telemetry for compare view 2023-01-17 16:34:30 +00:00
Koen Vlaswinkel b0168aa04a
Merge pull request #1964 from github/koesie10/packages-auth
Use stdin for supplying auth to CodeQL
2023-01-17 17:30:25 +01:00
Robert 4009f03dd2 Send telementry on other links and UI elements 2023-01-17 15:49:50 +00:00
Nora fe17f61b5e Rename remote to variant analysis 2023-01-17 14:18:24 +00:00
Nora c5722d7aa2
Merge pull request #1972 from github/nora/expanded-tests
Add test for behaviour around expanded state
2023-01-17 14:23:15 +01:00
Robert f1dbc22a9a output telemtry from local results view on state changes 2023-01-17 12:58:11 +00:00
Robert 10776759c7 Support telemetry from local results view 2023-01-17 12:55:50 +00:00
Nora e6c6e8a2be Merge comments 2023-01-17 12:30:11 +00:00
Nora 07868d90e9 Remove unneeded expectations and adjust test 2023-01-17 10:14:08 +00:00
Nora 40f08393b2 Add test for expanded state cleanup 2023-01-17 10:14:08 +00:00
Nora c6c7b71b8a Add test for renaming expanded items 2023-01-17 10:14:08 +00:00
Nora 0bccdbb8d6 Add tests for adding and removing item to expanded state 2023-01-17 10:14:08 +00:00
Robert 611f6e39e0
Merge pull request #1953 from github/robertbrignull/telemetry_ui
Report telemetry on actions taken in the UI
2023-01-17 09:36:06 +00:00
Elena Tanasoiu a1f5e5b277
Merge pull request #1944 from github/elena/fix-removal
Display modal when removing an item from query history
2023-01-17 08:57:03 +00:00
Koen Vlaswinkel 7b5e5a6407
Merge pull request #1963 from github/koesie10/webpack-production-build
Use Webpack in production mode for releases
2023-01-17 09:49:59 +01:00
Koen Vlaswinkel 2957979b15 Update comment for CodeQL CLI authentication 2023-01-17 09:35:48 +01:00
Koen Vlaswinkel e8799ad275 Handle race condition when authenticating to the CLI 2023-01-17 09:31:58 +01:00
Elena Tanasoiu 80f588c5c8
Merge pull request #1971 from github/elena/rename-splat-slurp
Rename `splat/slurp` to `serialize/deserialize`
2023-01-16 17:41:34 +00:00
Elena Tanasoiu 57b6c9bb2c
Don't mention splat/slurp in comments or descriptions 2023-01-16 17:20:22 +00:00
Elena Tanasoiu 80dfe4ba69
Rename slurpQueryHistory -> deserializeQueryHistory 2023-01-16 17:20:22 +00:00
Elena Tanasoiu 06bc4c8fe3
Rename splatQueryHistory -> serializeQueryHistory 2023-01-16 17:20:22 +00:00
Elena Tanasoiu c62f381a2f
Remove extra log message 2023-01-16 17:19:26 +00:00
Elena Tanasoiu 3547fdfd54
Add tests for modal behaviour
Tests whether we choose "Yes" / "No" in the new modal window.

"Yes" -> remove the item and show you a toast notification
"No" -> don't remove item

This only shows up for in progress items.
2023-01-16 17:19:25 +00:00
Elena Tanasoiu ab0e67c251
Split removal tests based on state of query
We now have special behaviour for removing an "in progress" query so the
tests will be different.

Let's have a separate section for "in progress" queries. We'll add extra
behaviour testing in the next commit.
2023-01-16 17:19:25 +00:00
Elena Tanasoiu fa1f355b93
Show dialog with "Are you sure?" for in-progress queries
When you attempt to delete a query that's still in progress from your
query history, you get a prompt asking if you're sure.

If you pick "Yes", the item is removed and you see a toast notification
with a link towards the GitHub Action.
2023-01-16 17:19:25 +00:00
Robert 3777eb382f Make isCanary a string 2023-01-16 16:56:30 +00:00
Nora 4cb3c4cb50
Merge pull request #1968 from github/nora/rename-db-config-file
Rename DbConfigFile and Schema
2023-01-16 17:46:54 +01:00
Robert 44a0cad146 Make useTelemetryOnChange signature simpler 2023-01-16 16:44:32 +00:00
Robert 293ec1f204 Add debounce to variant-analysis-selected-repository-ids 2023-01-16 16:36:00 +00:00
Robert 38cbb95ecc Avoid === true on a boolean 2023-01-16 16:34:13 +00:00
Robert 18ddb3a297 Use isCanary() method 2023-01-16 16:12:20 +00:00
Robert 2453038387 Merge branch 'main' into robertbrignull/telemetry_ui 2023-01-16 16:10:18 +00:00
Charis Kyriakou 856e516b20
Renamed Run Query command (#1962) 2023-01-16 15:48:06 +00:00
Nora 6f78fffd10 Merge comments 2023-01-16 15:23:48 +00:00
Charis Kyriakou 957f6a023c
Mark App interface properties as read-only (#1969) 2023-01-16 15:20:28 +00:00
Nora afcb84fcd8 Rename db config file 2023-01-16 10:58:28 +00:00
Nora c19f58b0e3 Rename schema file 2023-01-16 10:22:55 +00:00