[PR #55] [MERGED] Dev #212

Closed
opened 2026-01-15 11:45:28 +08:00 by yan · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kmvan/x-prober/pull/55
Author: @kmvan
Created: 1/6/2020
Status: Merged
Merged: 1/6/2020
Merged by: @kmvan

Base: masterHead: dev


📝 Commits (5)

📊 Changes

24 files changed (+553 additions, -416 deletions)

View changed files

📝 AppConfig.json (+13 -1)
📝 CHANGELOG.md (+11 -0)
📝 composer.lock (+175 -128)
📝 dist/prober.php (+2 -2)
📝 package-lock.json (+295 -236)
📝 package.json (+19 -18)
📝 src/Components/Card/src/stores/index.ts (+2 -2)
📝 src/Components/Config/ConfigApi.php (+1 -1)
📝 src/Components/Database/src/index.ts (+2 -1)
📝 src/Components/MyInfo/src/index.ts (+2 -1)
📝 src/Components/MyInfo/src/stores/index.ts (+1 -1)
📝 src/Components/NetworkStats/src/index.ts (+7 -8)
📝 src/Components/NetworkStats/src/stores/index.ts (+1 -1)
📝 src/Components/PhpExtensions/src/index.ts (+2 -1)
📝 src/Components/PhpInfo/src/index.ts (+2 -1)
📝 src/Components/Ping/src/index.ts (+2 -1)
📝 src/Components/Ping/src/stores/index.ts (+1 -1)
📝 src/Components/ServerBenchmark/src/index.ts (+2 -1)
📝 src/Components/ServerBenchmark/src/stores/index.ts (+1 -1)
📝 src/Components/ServerInfo/src/index.ts (+2 -1)

...and 4 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kmvan/x-prober/pull/55 **Author:** [@kmvan](https://github.com/kmvan) **Created:** 1/6/2020 **Status:** ✅ Merged **Merged:** 1/6/2020 **Merged by:** [@kmvan](https://github.com/kmvan) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (5) - [`33bc7a1`](https://github.com/kmvan/x-prober/commit/33bc7a171e70326555bbed1812dc5658d9d27f63) add Aliyun benchmarks - [`3fe064e`](https://github.com/kmvan/x-prober/commit/3fe064ec7e018cb7826788d030003fae0e799918) add store method visibility property - [`beb7b9f`](https://github.com/kmvan/x-prober/commit/beb7b9f93d2ca0b43ad0f7851f40a7a3608ef8e2) adjust bootstrap ID - [`4f6dc35`](https://github.com/kmvan/x-prober/commit/4f6dc354af5226d160ad44696053edc5f0d5b056) update package - [`23d33b7`](https://github.com/kmvan/x-prober/commit/23d33b71edff40b6b0784fe3cef49d3701619693) update to 3.8 ### 📊 Changes **24 files changed** (+553 additions, -416 deletions) <details> <summary>View changed files</summary> 📝 `AppConfig.json` (+13 -1) 📝 `CHANGELOG.md` (+11 -0) 📝 `composer.lock` (+175 -128) 📝 `dist/prober.php` (+2 -2) 📝 `package-lock.json` (+295 -236) 📝 `package.json` (+19 -18) 📝 `src/Components/Card/src/stores/index.ts` (+2 -2) 📝 `src/Components/Config/ConfigApi.php` (+1 -1) 📝 `src/Components/Database/src/index.ts` (+2 -1) 📝 `src/Components/MyInfo/src/index.ts` (+2 -1) 📝 `src/Components/MyInfo/src/stores/index.ts` (+1 -1) 📝 `src/Components/NetworkStats/src/index.ts` (+7 -8) 📝 `src/Components/NetworkStats/src/stores/index.ts` (+1 -1) 📝 `src/Components/PhpExtensions/src/index.ts` (+2 -1) 📝 `src/Components/PhpInfo/src/index.ts` (+2 -1) 📝 `src/Components/Ping/src/index.ts` (+2 -1) 📝 `src/Components/Ping/src/stores/index.ts` (+1 -1) 📝 `src/Components/ServerBenchmark/src/index.ts` (+2 -1) 📝 `src/Components/ServerBenchmark/src/stores/index.ts` (+1 -1) 📝 `src/Components/ServerInfo/src/index.ts` (+2 -1) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yan added the pull-request label 2026-01-15 11:45:28 +08:00
yan closed this issue 2026-01-15 11:45:30 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yan/archived-x-prober#212