Commit graph

41 commits

Author SHA1 Message Date
Rich Chiodo
c4206d7ae8
Merge main changes (#1977)
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
* pydevd: Fix up prefix of attach shared library for Windows (#1939)

Follow-up to #1917, which changed the prefix for Windows. The crux of that contribution was about enabling attaching on Sillicon Mac (in fact, it came from my colleagues at Zed Industries). This however broke .dll lookup per https://github.com/zed-industries/zed/pull/35640#issuecomment-3155624377

* Check if `os.__file__` is available before using it (#1944)

* check if os.file is available before using it

* use threading.__file__ als last fallback

* update testing for python 3.14 (#1955)

* update testing for python 3.14

* Allow python 3.14 in attach code

* move 3.14 to its own job outside of matrix

* try 3.14.0-rc.2

* allowUnstable

* use 3.14.0-rc.2 but use 3.14 in tests

* include py.typed in the distributed package (#1960)

* Add gcc flags (#1947)

* Add pyrx-admins as code owners (#1976)

* Add pyrx-admins as code owners

* Combine CODEOWNERS entries into a single line

---------

Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
Co-authored-by: timrid <6593626+timrid@users.noreply.github.com>
Co-authored-by: Bill Schnurr <bschnurr@hotmail.com>
Co-authored-by: lev-blit <47675736+lev-blit@users.noreply.github.com>
Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
2025-12-01 10:18:45 -08:00
Rich Chiodo
ec155df4f8
Update round-robin.yml to remove some people 2025-08-04 16:25:21 -07:00
Anuraag (Rag) Agrawal
ead90f6f71
Fix round-robin CI script when state issue has no assignees (#1930) 2025-07-15 09:47:51 -07:00
Adam Yoblick
b028e5c039 Remove pydevd workflow since we build these as part of CI now 2024-10-31 16:55:06 -05:00
Rich Chiodo
064a78f9cb
Update instructions for pushing changes to PyDev.Debugger (#1715)
* Update instructions

* Update attach to process.yml

* Update binaries
2024-10-30 15:51:36 -07:00
Rich Chiodo
fb6158a059
Update round-robin.yml (#1653) 2024-08-15 10:24:23 -07:00
Rich Chiodo
ddcb19353d
Add round-robin issue assigner (#1650)
* Add round-robin issue assigner

* Missed Adam
2024-08-07 15:03:46 -07:00
Adam Yoblick
c2fcaf7e89 update macos image. macos-11 is no longer supported. 2024-06-24 14:19:10 -05:00
Adam Yoblick
1bebec6a62 replace codeowners users with team 2024-04-16 18:30:58 -05:00
Pavel Minaev
2888f7299c Update CODEOWNERS 2023-12-14 10:53:27 -08:00
Pavel Minaev
85ceaf7d99 Rebuild attach_to_process binaries on changes to attach_to_process.yml. 2023-08-24 10:57:14 -07:00
Pavel Minaev
cd51305592 Fix #1370: macOS wheel tag mismatched
Build macOS attach binaries on macos-11 runner.
2023-08-24 10:57:14 -07:00
Pavel Minaev
f9372813f3 Run attach_to_process pipeline on PRs touching the corresponding directory. 2023-08-23 15:49:31 -07:00
Pavel Minaev
6e08ce2050 Add GitHub Action workflow to build pydevd_attach_to_process binaries. 2023-08-23 15:49:31 -07:00
Adam Yoblick
9695688b80 Add myself to codeowners for PR reviews 2023-05-12 12:34:44 -05:00
Stella
da14ef2347
Update auto-label.yml 2023-04-21 14:29:32 -07:00
Stella
267678832a
Create auto-label.yml 2023-04-20 09:36:48 -07:00
Stella
c3068fd6f6
Create stale.yml 2023-03-09 11:48:25 -08:00
Pavel Minaev
6c1c3d6cb1 Update CodeQL actions to use newer versions. 2022-11-08 16:03:53 -08:00
Pavel Minaev
87facf1378 Fix CodeQL GitHub permissions. 2022-04-13 12:24:00 -07:00
Graham Wheeler
094a8fd9c8
Delete report.yml 2022-03-18 20:27:21 -07:00
Graham Wheeler
4d25af30cd
Delete fullreport.yml 2022-03-18 20:27:12 -07:00
Graham Wheeler
dc734a817f
Update fullreport.yml
Include schedule and manual triggers
2022-03-17 13:48:47 -07:00
Graham Wheeler
dcca59687c
Update report.yml
Include schedule and manual triggers
2022-03-17 13:48:06 -07:00
Graham Wheeler
9d5969a7b6
Update fullreport.yml
Fix name and make manual to test
2022-03-17 13:30:07 -07:00
Graham Wheeler
8ffb895dba
Create fullreport.yml
Add workflow for weekly full report
2022-03-17 13:28:08 -07:00
Graham Wheeler
fed292a89a
Update report.yml
Add Fabio as team member
2022-03-17 13:23:07 -07:00
Graham Wheeler
02ebfabe97
Update report.yml
Change back to scheduled reports
2022-03-17 12:18:59 -07:00
Graham Wheeler
e52a2ce2d6
Update report.yml
Push to a 'reports' branch as main is protected
2022-03-17 11:18:01 -07:00
Graham Wheeler
f2af67be7d
Update report.yml
Add explicit team and permissions.
2022-03-17 11:07:03 -07:00
Graham Wheeler
48a495c4df
Update report.yml
Make manual for testing
2022-03-17 10:02:00 -07:00
Graham Wheeler
b8f1f5c5ed
Use Github action instead of inlining everything 2022-03-16 18:16:54 -07:00
Graham Wheeler
46403a6744
Update report.yml 2022-03-15 22:36:57 -07:00
Graham Wheeler
75e8f31d11
Create report.yml
Generate daily reports from issues.
2022-03-15 21:11:03 -07:00
Graham Wheeler
ecb43b94d2
Update bug_report.md
Add a link to FAQ.
2022-02-14 14:32:30 -08:00
Karthik Nadig
d2a735c828 Fix codeql issues 2021-03-25 13:04:55 -07:00
Justin Hutchings
13e531b792 Add CodeQL security scanning 2020-06-12 22:18:42 -07:00
Pavel Minaev
6481979e55
Update bug template. 2020-05-13 16:35:55 -07:00
Pavel Minaev
e0ee0bde53 Add CODEOWNERS. 2019-07-22 17:01:53 -07:00
Karthik Nadig
85b532a7cd
Update issue templates (#917)
* Update issue templates

* Remove old issue template
2018-10-15 11:16:37 -07:00
Don Jayamanne
ca30f3e01c github issue template (#517) 2018-06-25 11:14:23 -07:00