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

Production release: v20241203.0 #6031

Merged
merged 28 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0affaad
Jetpack: Update default to 14.0 (#6002)
rebeccahum Nov 20, 2024
57930da
Update Tracks_Event_DTO by adding new properties and updating the nam…
mehmoodak Nov 22, 2024
f50fd08
Update Memcached Drop-in (#6003)
WPprodigy Nov 22, 2024
fddd9d9
Revert "Search: Allow sync manager queue to account for multisite con…
rebeccahum Nov 25, 2024
cb8e520
Revert "Revert "Search: Allow sync manager queue to account for multi…
rebeccahum Nov 25, 2024
111a60b
chore(deps): Bump actions/dependency-review-action from 4.4.0 to 4.5.…
dependabot[bot] Nov 26, 2024
5984c0e
chore(deps): Bump github/codeql-action from 3.27.4 to 3.27.5 (#6014)
dependabot[bot] Nov 26, 2024
0530e5d
chore(deps-dev): Bump @playwright/test in /__tests__/e2e (#5991)
dependabot[bot] Nov 26, 2024
aafd1bf
chore(deps-dev): Bump @types/node in /__tests__/e2e (#6012)
dependabot[bot] Nov 26, 2024
c98c989
chore(deps-dev): Bump typescript from 5.6.3 to 5.7.2 in /__tests__/e2…
dependabot[bot] Nov 26, 2024
0efbbab
chore(deps): Bump codecov/codecov-action (#6008)
dependabot[bot] Nov 26, 2024
6a1c9fc
chore(deps-dev): Bump johnpbloch/wordpress-core from 6.7.0 to 6.7.1 (…
dependabot[bot] Nov 26, 2024
185502f
chore(deps-dev): Bump eslint-plugin-playwright in /__tests__/e2e (#6010)
dependabot[bot] Nov 26, 2024
7c4b698
chore(deps): Bump actions/setup-node from 4.0.4 to 4.1.0 (#5950)
dependabot[bot] Nov 26, 2024
04ceae6
chore(deps-dev): Bump the babel group (#5952)
dependabot[bot] Nov 26, 2024
44d278b
chore(deps-dev): Bump wp-phpunit/wp-phpunit from 6.7.0 to 6.7.1 (#6007)
dependabot[bot] Nov 26, 2024
69170c4
Fix last changed date after dynamic bulk index (#6015)
sathyapulse Nov 26, 2024
32860f8
test: fix search E2E tests FTW (#6017)
sjinks Nov 26, 2024
7a09060
chore(deps-dev): Bump husky from 9.1.6 to 9.1.7 (#5998)
dependabot[bot] Nov 26, 2024
288c658
chore(deps-dev): Bump sass in /search/search-dev-tools (#5992)
dependabot[bot] Nov 26, 2024
b148975
chore(deps): Bump chart.js from 4.4.4 to 4.4.6 (#5964)
dependabot[bot] Nov 26, 2024
e7254c8
chore(deps-dev): Bump @babel/plugin-syntax-decorators in the babel gr…
dependabot[bot] Nov 26, 2024
a45674c
chore(deps-dev): Bump html-webpack-plugin in /search/search-dev-tools…
dependabot[bot] Nov 26, 2024
a3f5858
chore(deps-dev): Bump acorn in /search/search-dev-tools (#5954)
dependabot[bot] Nov 26, 2024
147c588
Search: Update ElasticPress (#6018)
rebeccahum Nov 26, 2024
b1d32e1
Revert "Revert "Search: Allow sync manager queue to account for multi…
rebeccahum Nov 25, 2024
b37f4aa
Search: Update ElasticPress (#6018)
rebeccahum Nov 26, 2024
c1eaf61
Merge pull request #6020 from Automattic/develop
rinatkhaziev Nov 26, 2024
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
2 changes: 1 addition & 1 deletion .github/actions/run-wp-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:
"${PHPUNIT}" ${OPTIONS}

- name: Upload coverage report
uses: codecov/[email protected].2
uses: codecov/[email protected].7
with:
files: ${{ inputs.coverage-file }}
flags: ${{ inputs.coverage-flags }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
uses: actions/[email protected]

- name: Initialize CodeQL
uses: github/codeql-action/[email protected].4
uses: github/codeql-action/[email protected].5
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].4
uses: github/codeql-action/[email protected].5
2 changes: 1 addition & 1 deletion .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "GITHUB_EVENT_NAME=pull_request" >> "wordpress/.env"

- name: Set up Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: 'wordpress/.nvmrc'
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
uses: actions/[email protected]

- name: Review dependencies
uses: actions/dependency-review-action@v4.4.0
uses: actions/dependency-review-action@v4.5.0
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: ./.github/actions/prepare-source

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 'lts/*'
cache: npm
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 'lts/*'
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: 'true'

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 'lts/*'
cache: npm
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 'lts/*'
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/search-dev-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
token: ${{ secrets.WPCOM_VIP_BOT_TOKEN }}

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 'lts/*'
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/search-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: ./.github/actions/prepare-source

- name: "Install node v${{ env.NODE_VERSION }}"
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
Expand Down
40 changes: 20 additions & 20 deletions __tests__/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"erusev/parsedown": "1.7.4",
"dms/phpunit-arraysubset-asserts": "0.5.0",
"yoast/phpunit-polyfills": "3.0.0",
"johnpbloch/wordpress-core": "6.7.0",
"wp-phpunit/wp-phpunit": "6.7.0",
"johnpbloch/wordpress-core": "6.7.1",
"wp-phpunit/wp-phpunit": "6.7.1",
"wp-cli/wp-cli": "2.11.0"
},
"config": {
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion drop-ins/wp-memcached/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.0",
"wp-phpunit/wp-phpunit": "^6.1",
"yoast/phpunit-polyfills": "^1.0"
"yoast/phpunit-polyfills": "^1.1"
},
"license": "MIT",
"authors": [
Expand Down
20 changes: 11 additions & 9 deletions drop-ins/wp-memcached/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 2 additions & 13 deletions drop-ins/wp-memcached/includes/wp-object-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -370,15 +370,9 @@ public function get( $key, $group = 'default', $force = false, &$found = null )
return $value;
}

// For a non-persistant group, if it's not in local cache then it just doesn't exist.
if ( $this->is_non_persistent_group( $group ) ) {
// This is a bit suboptimal, but keeping for back-compat for now.
$found = false;

$this->cache[ $key ] = [
'value' => false,
'found' => false,
];

$this->group_ops_stats( 'get_local', $key, $group, null, null, 'not_in_local' );

return false;
Expand Down Expand Up @@ -431,12 +425,7 @@ public function get_multiple( $keys, $group = 'default', $force = false ) {

$this->group_ops_stats( 'get_local', $cache_key, $group, null, null, 'local' );
} elseif ( $this->is_non_persistent_group( $group ) ) {
$return[ $key ] = false;
$return_cache[ $cache_key ] = [
'value' => false,
'found' => false,
];

$return[ $key ] = false;
$this->group_ops_stats( 'get_local', $cache_key, $group, null, null, 'not_in_local' );
} else {
$uncached_keys[ $key ] = $cache_key;
Expand Down
Loading
Loading