Commit Graph

48 Commits

Author SHA1 Message Date
Hamir Mahal
0c4c9ab592
fix: usage of deprecated version of Node.js (#8201) 2024-06-22 15:05:06 +02:00
Raphael Boidol
766a012627
Update GitHub Actions from "actions" org & update mypy_primer for changed upload-artifacts behaviour (#7978)
* Update actions/checkout, actions/setup-node, actions/setup-python, actions/github-script

* Update actions/upload-artifact & actions/download-artifact includign migrations
2024-05-22 12:31:23 -07:00
Eric Traut
24787dad22 Revert "Update GitHub Actions from "actions" org to resolve Node.js deprecations (#7956)"
This reverts commit 17921d4f1e.
2024-05-20 15:42:56 -07:00
Raphael Boidol
17921d4f1e
Update GitHub Actions from "actions" org to resolve Node.js deprecations (#7956) 2024-05-20 08:53:43 -07:00
PylanceBot
e955fab18e
[PylanceBot] Pull Pylance with Pyright 1.1.351 (#7298)
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-20 10:58:51 -08:00
PylanceBot
b1bb82d8f1
[PylanceBot] Pull Pylance with Pyright 1.1.350 (#7240)
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-09 13:35:42 -08:00
Erik De Bonte
8af045b02d
Grant write permissions as needed to workflows that use GITHUB_TOKEN (#7165) 2024-01-30 18:39:58 -08:00
Bill
934a0dbba2 fix prettier 2023-11-17 11:17:37 -08:00
Bill Schnurr
4c2a952d89
Update .github/workflows/trigger_pylance.yaml 2023-11-17 11:13:23 -08:00
Bill Schnurr
98b3dd279e
remove manual trigger 2023-11-17 11:09:04 -08:00
Bill Schnurr
20dafc7a44
Update trigger_pylance.yaml new-pyright-release 2023-11-17 10:32:46 -08:00
Bill Schnurr
0c8754bc33
notify pylance of a new pright release (#1) 2023-11-16 12:06:33 -08:00
Rich Chiodo
21aee77eb5
Create test for virtual environment (#6007)
* Create test for virtual environment

* Figure out why python path test is failing

* Eliminate quotes on venv_path

* Actually set the python path

* Try just printing path on windows

* Print a different variable

* Try other echo patterns

* user powershell commands to append

* Fix prettier
2023-09-25 10:21:21 -07:00
PylanceBot
932e542d9f
pull-pylance-with-pyright-1.1.319 (#5584) 2023-07-26 09:30:40 -07:00
Eric Traut
a40ed76fa7 Simplified the bug and feature request templates and fixed a few typos in them. 2023-07-22 07:40:18 -07:00
Eric Traut
6de44b9237 Changed mypy_primer PR script to use 2 shards (parallel action executions) rather than 1 to reduce wait times. 2023-06-14 17:36:01 -07:00
Eric Traut
b0c108f236 Updated issue templates. 2023-06-12 15:43:24 -07:00
Eric Traut
dc9413ce71 Fixed style issue. 2023-06-08 23:23:47 -06:00
Eric Traut
71f0f77afc Added comments to new workflow definition files. 2023-06-08 23:09:15 -06:00
Eric Traut
b6c8378950 Created separate workflow for running mypy_primer on push to main. 2023-06-08 22:46:26 -06:00
Eric Traut
10e077bfed Fixed formatting 2023-06-08 22:03:29 -06:00
Eric Traut
5d4ab3b5ad Fixed paths 2023-06-08 22:02:59 -06:00
Eric Traut
37de82f374 Added support for mypy_primer workflow. 2023-06-08 21:47:21 -06:00
Eric Traut
d7fe43bfbf Updated bug template to clarify that we're looking for a minimal, self-contained code sample in text form. 2023-05-24 20:19:55 -07:00
Eric Traut
571078a774 Updated bug template to direct people to the discussion forum for questions. 2023-05-16 09:03:36 -07:00
PylanceBot
93a4ef878d
[PylanceBot] Pull Pylance with Pyright 1.1.296 (#4716)
Co-authored-by: Bill Schnurr <bschnurr@microsoft.com>
Co-authored-by: HeeJae Chang <hechang@microsoft.com>
Co-authored-by: Erik De Bonte <erikd@microsoft.com>
Co-authored-by: Rich Chiodo <rchiodo@microsoft.com>
2023-03-01 15:51:08 -08:00
Erik De Bonte
dbda7d41a1
Actions to publish to VS Code Marketplace (#4676) 2023-02-24 13:53:01 -08:00
Christian Clauss
544779871a
Upgrade GitHub Actions (#4400)
* https://github.com/actions/cache/releases
* https://github.com/actions/checkout/releases
* https://github.com/actions/setup-node/releases
2023-01-04 11:06:05 -07:00
Heejae Chang
f3e85ee29d
fixed nested call signature help bug (#3667) 2022-07-06 12:50:54 -07:00
Bill Schnurr
7cadfb7412
update dependencies (#3638) 2022-06-29 15:56:46 -07:00
PylanceBot
bbc4282691
pull-pylance-with-pyright-1.1.253 (#3556)
Co-authored-by: Bill Schnurr <bschnurr@microsoft.com>
Co-authored-by: HeeJae Chang <hechang@microsoft.com>
Co-authored-by: Erik De Bonte <erikd@microsoft.com>
2022-06-08 10:16:10 -07:00
Eric Traut
803029e771 Updated bug report template to indicate that code samples should include import statements and library versions. 2022-05-18 21:23:44 -07:00
Erik De Bonte
9b0ea9eb69
Push from Pylance (#3064)
Update Mac and Ubuntu workflows to use latest so we have access to more VMs, Add IPython display scope to binder, Add a way to chain source files (for notebooks)

1. Co-authored-by: Bill Schnurr <bschnurr@microsoft.com>
2. Co-authored-by: HeeJae Chang <hechang@microsoft.com>
3. Co-authored-by: Erik De Bonte <erikd@microsoft.com>
2022-02-16 13:29:29 -08:00
Eric Traut
0c1012f9fa Attempt to fix build break. 2022-01-21 13:48:26 -08:00
Jake Bailey
b5f2dc2801
Update CodeQL to match new template (#2323) 2021-09-21 13:33:34 -07:00
Nihaal Sangha
bf0bd17268
Update issue template labels (#2155) 2021-08-05 15:19:47 -07:00
Jake Bailey
893d08be8c Update everything for main branch rename 2021-05-13 13:26:44 -07:00
Jake Bailey
0fc1b5cf50
Update deps, fix call sig args, add plaintext doc support (#1096) 2020-10-12 16:10:25 -07:00
Jake Bailey
1e360c99b2
Streaming references/symbols, analysis error, indexing changes (#1093) 2020-10-07 11:13:32 -07:00
Jake Bailey
8038b391a6
Run install:all in style checker, fix desynced package-lock.json (#979) 2020-08-28 22:57:00 -07:00
Jake Bailey
da39a2a78a
Convert repo into a lerna monorepo, add a validation workflow (#978) 2020-08-28 19:46:48 -07:00
Eric Traut
b7ae207558 Small improvements to documentation. 2020-08-02 14:20:07 -07:00
Eric Traut
37cf1fa0b4 Update issue templates 2020-07-21 18:05:02 -07:00
Hugues Valois
600cd7ab43
eslint/prettier fixes, platform and version detection (#749) 2020-06-22 13:31:29 -07:00
Justin Hutchings
80222e04eb
Add CodeQL security scanning (#711) 2020-06-21 10:23:43 -07:00
Eric Traut
f9988a4e49
Update issue templates
Updated bug template to include a request for a version.
2019-03-31 08:01:46 -07:00
Eric Traut
21e4b1c028
Update issue templates
Customized templates
2019-03-30 09:51:52 -07:00
Eric Traut
55329d29d7
Update issue templates 2019-03-30 09:47:45 -07:00