Adam Yoblick
|
a0a6cfbf1f
|
Add tests for environment switches
|
2024-07-16 18:36:13 -05:00 |
|
Adam Yoblick
|
c77190f892
|
update docs
|
2024-07-16 14:51:37 -05:00 |
|
Adam Yoblick
|
1a9736bbe9
|
Update test docs
|
2024-07-16 14:41:00 -05:00 |
|
Adam Yoblick
|
f31df56792
|
Make sure target is set after parsing both command line and environment. Add some tests.
|
2024-07-16 14:40:48 -05:00 |
|
Adam Yoblick
|
fb14d133d3
|
Make some existing tests more explicit with their asserts
|
2024-07-15 18:19:26 -05:00 |
|
Adam Yoblick
|
4ba9da6087
|
add env var parsing to cli. Current tests pass but I need to add new ones
|
2024-07-15 16:34:44 -05:00 |
|
Adam Yoblick
|
6e8e5becb2
|
Merge pull request #1621 from microsoft/fix_numpy_tests
Fix test failures
|
2024-07-10 18:03:31 -05:00 |
|
Adam Yoblick
|
e58f228e92
|
Add retry for flaky tests, and remove 3.8 from tests
|
2024-07-10 17:38:20 -05:00 |
|
Adam Yoblick
|
ed9a632925
|
add missing file
|
2024-07-09 18:37:43 -05:00 |
|
Adam Yoblick
|
ff88ce330e
|
Increase connection and attach timeouts to fix random errors on windows py312 tests
|
2024-07-09 18:13:18 -05:00 |
|
Adam Yoblick
|
df254f6aab
|
fix broken numpy assert for 3.8
|
2024-07-09 16:10:42 -05:00 |
|
Adam Yoblick
|
16a4b9c0a6
|
change to Union syntax to support older python versions
|
2024-07-09 15:16:37 -05:00 |
|
Adam Yoblick
|
96e9f1e909
|
Fix numpy tests
|
2024-07-08 16:56:47 -05:00 |
|
Rich Chiodo
|
1d7c662a56
|
Add some more typing for the public api (#1619)
* Add some more typing for the public api
* Review feedback
|
2024-07-03 13:51:06 -07:00 |
|
Rich Chiodo
|
cfe3fef401
|
Add a blurb about where to find logging directions (#1617)
|
2024-07-02 13:49:06 -07:00 |
|
Adam Yoblick
|
a286befecd
|
Merge pull request #1608 from microsoft/update_macos_image
update macos image. macos-11 is no longer supported.
|
2024-06-25 23:30:12 -05:00 |
|
Adam Yoblick
|
c2fcaf7e89
|
update macos image. macos-11 is no longer supported.
|
2024-06-24 14:19:10 -05:00 |
|
Adam Yoblick
|
09b5af0bb7
|
Merge pull request #1567 from microsoft/fix_apiscan_errors
add profile flag when linking to fix apiscan errors
|
2024-04-19 17:08:26 -05:00 |
|
Adam Yoblick
|
48855b0640
|
Add binaries built from github actions
|
2024-04-17 16:53:02 -05:00 |
|
Adam Yoblick
|
09ba39c531
|
Re-add profile flag
|
2024-04-17 16:49:42 -05:00 |
|
Adam Yoblick
|
b6ce45e52d
|
Replase binaries with ones built from github actions
|
2024-04-17 16:32:33 -05:00 |
|
Adam Yoblick
|
5cef52cbd9
|
revert changes to batch file, since it runs as a PR check
|
2024-04-17 16:26:21 -05:00 |
|
Adam Yoblick
|
85c26ece15
|
Forgot to add the built binaries
|
2024-04-17 16:21:40 -05:00 |
|
Adam Yoblick
|
5a81ad6b22
|
Rebuilt inject binaries with PROFILE linker flag
|
2024-04-17 16:18:04 -05:00 |
|
Adam Yoblick
|
d9ae0af1a1
|
Merge branch 'main' into fix_apiscan_errors
|
2024-04-16 18:34:17 -05:00 |
|
Adam Yoblick
|
2ee8168db3
|
Merge pull request #1566 from microsoft/codeowners
replace codeowners users with team
|
2024-04-16 18:33:28 -05:00 |
|
Adam Yoblick
|
1bebec6a62
|
replace codeowners users with team
|
2024-04-16 18:30:58 -05:00 |
|
Adam Yoblick
|
e5988e47b4
|
add profile flag when linking to fix apiscan errors
|
2024-04-16 18:23:18 -05:00 |
|
Marijn van Vliet
|
0035e83a40
|
Working on qt6 support. Needs further doc updates.
|
2024-03-28 17:48:25 +02:00 |
|
Pavel Minaev
|
42853a99c4
|
Add Python 3.12 as officially supported.
|
2024-01-25 14:22:43 -08:00 |
|
Pavel Minaev
|
b9b09e662f
|
Fix #1408: Can no longer expand Numpy arrays to view elements
Fix regression when loading pydevd plugins for numpy, pandas, and django.
Add smoke test for numpy arrays.
|
2023-12-15 00:14:23 -08:00 |
|
Pavel Minaev
|
e9a39f7ca5
|
Fix #1477: namedtuple are not rendered in the variable browser as expected
Significantly increase safe repr limits for strings and collections.
|
2023-12-15 00:14:23 -08:00 |
|
Pavel Minaev
|
2888f7299c
|
Update CODEOWNERS
|
2023-12-14 10:53:27 -08:00 |
|
Pavel Minaev
|
e62da42e43
|
Update pydevd attach-to-process binaries.
|
2023-12-14 10:53:27 -08:00 |
|
Pavel Minaev
|
46a02e10a2
|
Fix ruff command line arguments.
|
2023-12-13 21:40:57 -08:00 |
|
Pavel Minaev
|
79882c1861
|
Fix linker flags for attach-to-process binaries to comply with APIScan requirements.
|
2023-12-13 21:40:57 -08:00 |
|
Pavel Minaev
|
ef9a67fe15
|
Fix #1337: Get port info from debugpy
Send "debugpySockets" event with information about opened sockets when clients connect and whenever ports get opened or closed.
|
2023-10-06 09:55:52 -07:00 |
|
Adam Yoblick
|
7d09fb24dd
|
Merge pull request #1390 from microsoft/add_ruff_config
|
2023-09-20 14:39:51 -05:00 |
|
Adam Yoblick
|
131afb5a07
|
allow ruff to fail the build if errors are detected
|
2023-09-19 15:31:15 -05:00 |
|
Adam Yoblick
|
9cc65eb123
|
disable this linter error
|
2023-09-19 15:29:18 -05:00 |
|
Adam Yoblick
|
98032d8d7f
|
add ruff section to pyproject.toml
|
2023-09-19 15:25:34 -05:00 |
|
Pavel Minaev
|
4a03787784
|
Don't build or test on Python 3.7
|
2023-09-12 11:14:55 -07:00 |
|
Pavel Minaev
|
cbd0c2a1c1
|
Fix #1379: Error while enumerating installed packages.
When logging environment info, report all errors at "info" level.
|
2023-09-12 10:10:49 -07:00 |
|
Pavel Minaev
|
5723ed6b1a
|
Force setuptools version in tests via tox.ini as well.
|
2023-09-05 13:20:31 -07:00 |
|
Pavel Minaev
|
9e8d1033d0
|
Use setuptools<66 for Python 3.7
|
2023-09-05 13:20:31 -07:00 |
|
Pavel Minaev
|
3937f0d10a
|
Use pip install -U to install setuptools.
|
2023-09-05 13:20:31 -07:00 |
|
Pavel Minaev
|
6ce72e20c8
|
Fix pipeline condition syntax.
|
2023-09-05 13:20:31 -07:00 |
|
Pavel Minaev
|
912bc4fe48
|
Add timeout for linting job.
|
2023-09-05 13:20:31 -07:00 |
|
Pavel Minaev
|
9df4bbdbfe
|
Exclude more exceptional cases from coverage.
|
2023-09-05 13:20:31 -07:00 |
|
Pavel Minaev
|
9df16cec07
|
Re-enable coverage for debugpy.common.log and use comments to exclude specific lines instead.
|
2023-09-05 13:20:31 -07:00 |
|