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

3147 Коммитов

Автор SHA1 Сообщение Дата
Charis Kyriakou decbd52d1b Rename 'addNewRemoteList' to 'addNewList' 2022-12-20 20:40:58 +00:00
Nora 952faf5efc
Merge pull request #1889 from github/shati-nora/add-remote-repositories
Create "Add database" button in DB panel
2022-12-20 17:31:12 +01:00
shati-patel eb3ba1e229
Merge branch 'main' into shati-nora/add-remote-repositories 2022-12-20 16:13:00 +00:00
Shati Patel 5a3248647b
Get highlighted item in DB panel (#1887) 2022-12-20 16:00:45 +00:00
Charis Kyriakou 4b43b9a140
Use ✓ for db item selection (#1890) 2022-12-20 15:00:03 +00:00
Nora 467d43c68c Implement refactor merge comments 2022-12-20 12:58:50 +00:00
Koen Vlaswinkel fe7d14b136 Sort Gist files by user-defined sort order
This will sort the files in an exported Gist by the user-defined sort
order. It does so by prefixing the files with `result-{index}-` where
the `index` is the 1-based index of the repository in the sort order.
It will automatically pad the index with leading zeros to ensure that
the files are sorted in the correct order.

Unfortunately, we can't just use `{index}-` because numbers sort before
the `_` character, which is used in the summary filename to place it
first.

There are also some changes in how we determine which repositories to
export since we need to know in advance how many zeroes we need to pad
the index with. There should be no functional changes in which
repositories are actually exported.
2022-12-20 13:51:22 +01:00
Nora f332e6145a Implement addNewDatabase 2022-12-20 11:01:48 +00:00
Nora 6350ac7f66
Merge pull request #1888 from github/nora/refactor-githubnwoowner-helper
Extract github url identifier helper
2022-12-20 12:01:13 +01:00
Nora 7241e317af Move helper to new file and minor refactor 2022-12-20 10:19:42 +00:00
Charis Kyriakou 22ec4b0b6a
Don't allow empty list names (#1886) 2022-12-19 11:59:53 +00:00
Taj 5a42b8b890 using secrets instead of actions context 2022-12-16 20:30:14 +00:00
Taj f2076df73d Merge branch 'main' of github.com:tjgurwara99/vscode-codeql 2022-12-16 20:28:51 +00:00
Taj c89d267d55 change the order of supported versions 2022-12-16 20:28:29 +00:00
Taj 09d744a98e
Merge branch 'github:main' into main 2022-12-16 18:36:37 +00:00
Andrew Eisenberg 2493ddd39a
Merge pull request #1885 from github/aeisenberg/lgtm-remove
Remove LGTM references and commands
2022-12-16 10:17:15 -08:00
Andrew Eisenberg 0bf1fae2fe Remove LGTM references and commands
LGTM has been decommissioned. All code and tests for downloading
LGTM databases should be removed.
2022-12-16 09:58:24 -08:00
Taj f7d48916d9
Merge branch 'github:main' into main 2022-12-16 17:21:43 +00:00
Taj ec9078d616 permission conf and removed deprecated use of `set-output` 2022-12-16 17:09:39 +00:00
Charis Kyriakou 8971bee31d
Add basic integration test for 'add db list' functionality (#1881) 2022-12-16 14:44:53 +00:00
Taj 2723816a5a namespacing actions branch 2022-12-16 13:40:38 +00:00
Koen Vlaswinkel 281fe56d2b
Merge pull request #1883 from github/koesie10/result-performance
Add Storybook story for many results performance
2022-12-16 14:20:06 +01:00
Taj 54204167b6 separation of concern of creating a PR vs code to change the version 2022-12-16 13:12:19 +00:00
Koen Vlaswinkel c6c6d55bed Add Storybook story for many results performance 2022-12-16 13:28:59 +01:00
Nora 2b1a2cddb1
Merge pull request #1880 from github/nora/move-db-config-factories
Move DbConfig Factories to src directory
2022-12-16 10:05:01 +01:00
Nora 0c2e15a176 Use factory in db tree creator 2022-12-15 14:56:26 +00:00
Nora 1aebd895b1 Use factory in db panel test 2022-12-15 14:53:36 +00:00
Nora 8665a81ec1 Move factory to src 2022-12-15 14:52:51 +00:00
Shati Patel fecefe4468
Add unit tests to check `codeQLDatabasesExperimental.configError` value (#1876) 2022-12-15 13:07:17 +00:00
Charis Kyriakou 727da3d78c
Add logging around db config loading (#1875) 2022-12-15 12:21:20 +00:00
Charis Kyriakou 468c4a2539
Add logger to the app container (#1874) 2022-12-15 11:28:38 +00:00
Shati Patel 18423ca518
Hide DB panel UI actions when config is broken/undefined (#1866) 2022-12-15 10:50:13 +00:00
Charis Kyriakou 091d793f13
Stop user from adding a db list with the same name (#1873) 2022-12-15 09:21:54 +00:00
Charis Kyriakou b1bf82d432
Enable awaitWriteFinish for the db config file watcher (#1872) 2022-12-14 15:25:34 +00:00
Charis Kyriakou 602289eb6d
Add validation for duplicate names in the db config (#1867) 2022-12-14 12:51:46 +00:00
Taj 3f39af2840 workflow to automatically bump cli version if different from the current version 2022-12-14 00:01:36 +00:00
Shati Patel bce5d420d6
Bump CLI version to 2.11.6 for integration tests (#1869) 2022-12-13 18:15:49 +00:00
Charis Kyriakou dc2e17d2f9
Add min length constraints to various properties in the db config schema (#1868) 2022-12-13 17:29:02 +00:00
Nora b2285499a3
Merge pull request #1860 from github/nora/show-error-empty-list
Show error message when running query on empty list
2022-12-13 17:48:18 +01:00
Shati Patel 5ba2a5af1d
Merge pull request #1865 from github/shati-patel/gh-nwo
Extract github nwo helper functions
2022-12-13 15:35:56 +00:00
Nora 0f1881d2bc Merge comments 2022-12-13 15:12:57 +00:00
Charis Kyriakou e18a33074c
Update ValueResult to have generic error type (#1861) 2022-12-13 14:15:52 +00:00
Robert 3b197a21e7
Merge pull request #1864 from github/version/bump-to-v1.7.8
Bump version to v1.7.8
2022-12-13 14:13:12 +00:00
Charis Kyriakou e987a3535d
Fix executeCommand to pass arguments correctly (#1863) 2022-12-13 13:12:10 +00:00
robertbrignull 060b7c6099 Bump version to v1.7.8 2022-12-13 13:10:27 +00:00
shati-patel 674a126078
Extract github nwo helper functions 2022-12-13 12:58:46 +00:00
Robert 2a60faa451
Merge pull request #1862 from github/v1.7.7
v1.7.7 release
2022-12-13 12:44:40 +00:00
Robert 578ffe0e2f v1.7.7 2022-12-13 11:55:42 +00:00
Robert e805ef37eb
Merge pull request #1769 from github/robertbrignull/liveResults_true
Make live results enabled for everyone
2022-12-13 11:46:18 +00:00
Robert 1e76e583c7 Make live results enabled for everyone 2022-12-13 11:08:39 +00:00