Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b60d266
PYTHON-3898 Add coverage to all variants (#2705)
blink1073 Feb 17, 2026
6923641
PYTHON-5729 Pin setuptools when using older gevent (#2708)
blink1073 Feb 18, 2026
cbd82e7
Bump the actions group with 2 updates (#2711)
dependabot[bot] Feb 20, 2026
edd0e06
PYTHON-5708 Temporarily skip some BSON encryption tests (#2709)
blink1073 Feb 20, 2026
908102d
PYTHON-5732 Use mongodb-runner in Evergreen Tests (#2703)
blink1073 Feb 20, 2026
84814b2
PYTHON-5731 - Server selection deprioritization only for overload err…
NoahStapp Feb 23, 2026
469a32a
PYTHON-5737 - BSON encoding/decoding performance improvements (#2715)
NoahStapp Mar 2, 2026
e028fe2
[Spec Resync] 03-02-2026 (#2716)
mongodb-drivers-pr-bot[bot] Mar 3, 2026
f533157
Python 4542 - Improved sessions API (#2712)
NoahStapp Mar 5, 2026
926541f
PYTHON-5742 - Add Copilot instructions (#2717)
NoahStapp Mar 9, 2026
38da6c3
PYTHON-5747 Add jira link to spec resync PR (#2723)
sleepyStick Mar 9, 2026
f303125
PYTHON-5114 Test suite reduce killAllSessions calls (#2721)
ShaneHarvey Mar 9, 2026
b6cc22f
PYTHON-5748 Remove unused SpecRunner class (#2725)
ShaneHarvey Mar 9, 2026
3d89d9f
PYTHON-5754 Fix USE_ACTIVE_VENV support (#2728)
aclark4life Mar 11, 2026
80c3ff2
PYTHON-5753 Add just recipes for running coverage tests locally (#2727)
aclark4life Mar 12, 2026
13085ff
PYTHON-5758 Remove unused validation functions (#2733)
aclark4life Mar 18, 2026
ec9d954
PYTHON-5757 Deprecate Python 2 methods in SON (#2732)
aclark4life Mar 18, 2026
c342878
PYTHON-5766 Add codecov badge to readme (#2737)
aclark4life Mar 23, 2026
daba50c
Bump the actions group across 1 directory with 4 updates (#2736)
dependabot[bot] Mar 23, 2026
ce416a0
[Spec Resync] 03-30-2026 (#2741)
mongodb-drivers-pr-bot[bot] Mar 31, 2026
ee851ba
Bump astral-sh/setup-uv from 7.3.0 to 7.6.0 in the actions group (#2740)
dependabot[bot] Mar 31, 2026
db4db92
PYTHON-5401: Add AI Generated Contributions Policy (#2696)
Jibola Apr 1, 2026
08b806f
PYTHON-5768 Add AGENTS.md w/copilot instructions (#2744)
aclark4life Apr 7, 2026
ee20ef5
PYTHON-5791 - test_list_database_names should not check ordering (#2751)
NoahStapp Apr 13, 2026
e1751ff
PYTHON-5668 - Merge backpressure branch into mainline (#2729)
NoahStapp Apr 14, 2026
a2b0cd8
PYTHON-5795 Fix absolute link to CONTRIBUTING.md in README.md (#2756)
aclark4life Apr 14, 2026
49e7a05
PYTHON-5760 Increase _azure_helpers.py coverage (#2747)
aclark4life Apr 14, 2026
50e3a9c
PYTHON-5683: Spike: Investigate using Rust for Extension Modules
aclark4life Feb 4, 2026
5b586ae
Add @skip_if_rust_bson to all custom type encoder/decoder test classes
aclark4life Feb 14, 2026
2f03158
Add @skip_if_rust_bson to tests for unimplemented Rust features
aclark4life Feb 14, 2026
59d4be8
docs: update _rbson README to fix benchmark references
aclark4life Feb 14, 2026
b1f2ac0
Fix maturin installation by using pip instead of cargo
aclark4life Feb 17, 2026
c6005c1
Add Cargo bin directory to PATH in configure-env.sh
aclark4life Feb 17, 2026
9567e6f
Set rustup default toolchain and export RUSTUP_HOME
aclark4life Feb 17, 2026
03abc67
Add explicit logging for Rust extension usage in tests
aclark4life Feb 17, 2026
8814dd8
Add Rust comparison tests for standard BSON benchmarks
aclark4life Feb 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# do not notify until at least 100 builds have been uploaded from the CI pipeline
# you can also set after_n_builds on comments independently
comment:
after_n_builds: 100
7 changes: 6 additions & 1 deletion .evergreen/generated_configs/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ functions:
- LOAD_BALANCER
- LOCAL_ATLAS
- NO_EXT
- PYMONGO_BUILD_RUST
- PYMONGO_USE_RUST
type: test
- command: expansions.update
params:
Expand Down Expand Up @@ -152,6 +154,8 @@ functions:
- IS_WIN32
- REQUIRE_FIPS
- TEST_MIN_DEPS
- PYMONGO_BUILD_RUST
- PYMONGO_USE_RUST
type: test
- command: subprocess.exec
params:
Expand Down Expand Up @@ -250,6 +254,7 @@ functions:
working_dir: src
include_expansions_in_env:
- TOOLCHAIN_VERSION
- COVERAGE
type: test

# Upload coverage codecov
Expand All @@ -268,7 +273,7 @@ functions:
- github_pr_number
- github_pr_head_branch
- github_author
- is_patch
- requester
- branch_name
type: test

Expand Down
Loading
Loading