Charis Kyriakou
302091f2c5
Added version to db config ( #2029 )
2023-02-02 11:50:16 +00:00
Nora
9f240c8500
Merge pull request #2028 from github/nora/polish-url-helper
...
DP Panel: Drop protocol check when creating a new item
2023-02-01 20:17:18 +01:00
Nora
4c54778515
Allow usage of www.github.com
2023-02-01 11:34:49 +00:00
Nora
72412c92c8
Allow usage of github.com
2023-02-01 11:32:57 +00:00
Robert
d780c24994
Don't send new telemetry data unless opted-in
2023-02-01 11:19:11 +00:00
Koen Vlaswinkel
ad38d6d1ce
Merge pull request #2023 from github/koesie10/db-panel-controller-repo-welcome
...
Show welcome view when controller repo is not setup
2023-01-31 17:01:00 +01:00
Nora
9e54e5eced
Drop protocol check
2023-01-31 14:18:12 +00:00
Koen Vlaswinkel
ba11781165
Move welcome view test to rendering test
2023-01-31 11:43:55 +01:00
Koen Vlaswinkel
a3c6b362f8
Remove unnecessary disabled rules
...
These rules are already disabled in the base config, so they don't need
to be disabled individually anymore.
2023-01-30 16:55:05 +01:00
Koen Vlaswinkel
5f382a5677
Combine ESLint configurations
...
Instead of having different ESLint configuration files in each
directory which don't seem to inherit the configuration correctly, this
will add `overrides` in the root file.
2023-01-30 16:43:19 +01:00
Koen Vlaswinkel
6114b591c5
Fix tests when no controller repo is set
...
This also extracts the helper to do so into a separate function to avoid
duplicating this logic.
2023-01-30 15:52:19 +01:00
Koen Vlaswinkel
ddddd2f0b9
Merge pull request #2018 from github/koesie10/download-progress-indicator
...
Add download progress indicator for MRVA downloads
2023-01-27 10:14:32 +01:00
Koen Vlaswinkel
5098382afb
Merge pull request #2014 from github/koesie10/download-progress
...
Report download progress when downloading variant analysis results
2023-01-27 10:14:08 +01:00
Koen Vlaswinkel
94968f41e7
Fix response size calculation
...
The `response.size` is almost always set to `0`. However, the
`Content-Length` header is returned by Azure and contains the size of
the file.
2023-01-26 17:11:40 +01:00
Nora
012157a57a
Remove unused code
2023-01-26 13:48:56 +00:00
Nora
940169e2a0
Extract query history scrubber tests
2023-01-26 13:48:56 +00:00
Koen Vlaswinkel
0efbbbfef1
Add test for download progress reporting
2023-01-26 13:36:04 +01:00
Koen Vlaswinkel
610a623bc5
Fix download tests
2023-01-26 13:36:04 +01:00
Robert
6cf351f332
Output percentage during results download
2023-01-26 13:36:04 +01:00
Nora
1f52642308
Fix rebase problems
2023-01-26 09:21:04 +00:00
Nora
c993d30b34
Split query history file
2023-01-26 10:07:31 +01:00
Robert
ad6cbe60fd
Merge pull request #1989 from github/robertbrignull/credentials_in_app
...
Add credentials to App
2023-01-25 15:15:30 +00:00
Nora
64e73c6426
Merge pull request #2005 from github/nora/update-panel-remote-icon
...
DB panel: use cloud icon for variant analysis repositories
2023-01-25 11:52:09 +01:00
Robert
9e25d19924
Fix merge conflict
2023-01-25 10:41:40 +00:00
Nora
5342b5b83a
Fix tests for error color
2023-01-25 10:19:49 +00:00
Robert
c5494b6fd2
Merge branch 'main' into robertbrignull/credentials_in_app
2023-01-25 10:15:29 +00:00
Nora
1ec39053cb
Replace remote icon with cloud
2023-01-25 09:55:53 +00:00
Nora
0936185d2f
Replace remote database icon
2023-01-25 09:47:07 +00:00
Nora
ec9b5fe1d3
Replace local database icon
2023-01-25 09:47:06 +00:00
Nora
3c56c549bc
Replace error icon
2023-01-25 09:47:06 +00:00
Nora
76a35deb66
Move query history files to new folders
2023-01-24 17:04:25 +00:00
Robert
8e80106b4f
Add documentation
2023-01-24 15:40:38 +00:00
Robert
697a004005
Combine test credentials methods into testCredentialsWithRealOctokit
2023-01-24 15:40:21 +00:00
Koen Vlaswinkel
140d369098
Remove unsupported version constraints
...
This removes all CodeQL CLI version constraints for unsupported CLI
versions (< 2.7.6). The oldest supported CLI version is 2.7.6 since GHES
3.3 recommends using CodeQL CLI 2.7.6.
2023-01-23 14:13:05 +01:00
Taj
c7f72c5aa9
Ensure cli using latest version from the supported_cli_versions.json ( #1992 )
2023-01-20 17:13:14 +00:00
Elena Tanasoiu
b58d82e53a
Fix typo
2023-01-20 12:15:35 +00:00
Elena Tanasoiu
a2df1eaee4
Add remote queries and variant analyses to our serialization tests
...
This was just testing local queries.
2023-01-20 12:11:06 +00:00
Charis Kyriakou
526c4f3ab7
Remove root 'remote' node
2023-01-20 09:53:23 +00:00
Charis Kyriakou
65623c07a2
Turn off support for local dbs in new panel
2023-01-20 09:53:23 +00:00
Charis Kyriakou
8a6b361e84
Fix rename that went too far ( #1988 )
2023-01-19 09:09:58 +00:00
Robert
03993f376f
Add credentials to App
2023-01-18 17:36:38 +00:00
Elena Tanasoiu
4dc1b12785
Merge pull request #1984 from github/elena/move-tests
...
Move tests for serialization/deserialization in their own file
2023-01-18 17:29:27 +00:00
Charis Kyriakou
c2dcfe92bc
Update db panel rendering tests to not rely on order of root nodes ( #1987 )
2023-01-18 17:47:35 +01:00
Charis Kyriakou
1bd749dee0
Convert integration tests to unit tests ( #1986 )
2023-01-18 16:42:38 +00:00
Elena Tanasoiu
e97a7c4993
Move tests for serialization/deserialization in their own file
...
We didn't have a query-serialization.test.ts file. Now we do.
We can build on these tests when we begin to save other types of data.
2023-01-18 12:21:39 +00: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