Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.21 merge into master #211

Merged
merged 32 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
eb0d6e7
use sharedincludes in compat page
rustagir Oct 2, 2024
2a75b9c
add source constants for versions
rustagir Oct 2, 2024
d5a0d20
delete files for old build system
rustagir Oct 2, 2024
b7125f9
adds more info to v1.20 whats new
rustagir Oct 2, 2024
a04544f
Fix compatibility table
jordan-smith721 Oct 3, 2024
1f72f82
(DOCSP-44298) Removed EOL'd v1.16 and earlier. (#165) (#166)
elyse-mdb Oct 21, 2024
f76e0c0
DOCSP-44903 Shorten TOC Labels (#176)
lindseymoore Nov 7, 2024
8c7e3af
PHPLIB-1278: FAQ entry on connection persistence
jmikola Nov 11, 2024
edc759a
Address vale lint checks on word usage
jmikola Nov 11, 2024
da7b1e4
Docs edits
rustagir Nov 11, 2024
892f121
Merge pull request #178 from jmikola/1.20-phplib-1278
rustagir Nov 12, 2024
02755ef
Merge pull request #181 from mcmorisi/DRIVERS-2658-hint
mcmorisi Dec 2, 2024
ad72d35
(DOCSP-45749) Denests last phase 1 nested components (#182)
sarahsimpers Dec 3, 2024
6c72463
DOCSP-45100: Delete and rename by name (#187)
norareidy Dec 9, 2024
7c13ef6
bring master changes into v1.21
rustagir Feb 4, 2025
033cd67
DOCSP-44644: db/coll accessor methods
rustagir Feb 4, 2025
a35bd9f
vale action dependency
rustagir Feb 4, 2025
45b9fca
vale action dependency
rustagir Feb 4, 2025
e3b7abf
Merge pull request #191 from rustagir/DOCSP-44644-dbcoll-accessor-ali…
rustagir Feb 4, 2025
ddff766
DOCSP-45100: GridFS methods api docs (#196)
norareidy Feb 7, 2025
586c4dd
DOCSP-43365: type specification for createSearchIndex(es)
rustagir Feb 7, 2025
3a0a251
indentation fix
rustagir Feb 7, 2025
c4e06a3
indentation fix
rustagir Feb 7, 2025
d080be4
add whats new entry
rustagir Feb 7, 2025
150d78d
SA PR fixes 1
rustagir Feb 10, 2025
263bead
DOCSP-43457: builderEncoder option (#200)
norareidy Feb 10, 2025
1543f93
DOCSP-44237 flags Option deprecation on v2.21 (#201)
lindseymoore Feb 10, 2025
3daba83
DOCSP-45770: atlas search queries (#197)
rustagir Feb 11, 2025
d2c1afb
DOCSP-45878: Transactions parallelism note (#204)
norareidy Feb 13, 2025
bc9c0e2
DOCSP-43919: aggregation builder (#203)
rustagir Feb 13, 2025
5250d43
DOCSP-46127: Update manual link (#205)
norareidy Feb 13, 2025
e729a2e
DOCSP-47690: aws lambda tutorial (#207)
rustagir Feb 20, 2025
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
13 changes: 0 additions & 13 deletions .github/workflows/check-autobuilder.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

env:
PHP_VERSION: "8.2"
# TODO: change to "stable" once 1.20.0 is released
# DRIVER_VERSION: "stable"
DRIVER_VERSION: "mongodb/mongo-php-driver@master"
DRIVER_VERSION: "stable"

jobs:
phpcs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ on:

env:
PHP_VERSION: "8.2"
# TODO: change to "stable" once 1.20.0 is released
# DRIVER_VERSION: "stable"
DRIVER_VERSION: "mongodb/mongo-php-driver@master"
DRIVER_VERSION: "stable"

jobs:
psalm:
Expand Down
13 changes: 8 additions & 5 deletions .github/workflows/vale-tdbx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,26 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- name: Install docutils
run: sudo apt-get install -y docutils

- id: files
uses: masesgroup/retrieve-changed-files@v2
with:
format: 'csv'
format: "csv"

- name: checkout-latest-rules
uses: actions/checkout@v4
with:
repository: mongodb/mongodb-vale-action
path: './tdbx-vale-rules'
path: "./tdbx-vale-rules"
token: ${{secrets.GITHUB_TOKEN}}

- name: move-files-for-vale-action
run: |
cp tdbx-vale-rules/.vale.ini .vale.ini
mkdir -p .github/styles/
cp -rf tdbx-vale-rules/.github/styles/ .github/
cp tdbx-vale-rules/.vale.ini .vale.ini
mkdir -p .github/styles/
cp -rf tdbx-vale-rules/.github/styles/ .github/

- name: run-vale
uses: errata-ai/vale-action@reviewdog
Expand Down
94 changes: 0 additions & 94 deletions Makefile

This file was deleted.

26 changes: 0 additions & 26 deletions conf-sitemap.xml

This file was deleted.

36 changes: 0 additions & 36 deletions config/build_conf.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions config/htaccess.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions config/integration.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions config/intersphinx.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions config/push.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions config/robots.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions config/sphinx.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions config/sphinx_local.yaml

This file was deleted.

Loading