[PR #1918] [MERGED] fix #1916 feat: Download upgrade with global proxy #3670

Closed
opened 2026-02-27 01:53:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1918
Author: @zxdong262
Created: 11/23/2020
Status: Merged
Merged: 11/23/2020
Merged by: @zxdong262

Base: masterHead: fix-1916


📝 Commits (2)

📊 Changes

10 files changed (+167 additions, -57 deletions)

View changed files

📝 package-lock.json (+98 -31)
📝 package.json (+4 -2)
📝 src/app/common/config-default.js (+1 -0)
📝 src/app/lib/init-server.js (+1 -1)
📝 src/app/server/download-upgrade.js (+43 -11)
📝 src/app/server/fetch.js (+2 -5)
📝 src/client/common/update-check.js (+2 -2)
📝 src/client/components/main/main.jsx (+10 -0)
📝 src/client/components/main/upgrade.jsx (+1 -0)
📝 test/e2e/002.init.setting.spec.js (+5 -5)

📄 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/electerm/electerm/pull/1918 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/23/2020 **Status:** ✅ Merged **Merged:** 11/23/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1916` --- ### 📝 Commits (2) - [`2c1ba19`](https://github.com/electerm/electerm/commit/2c1ba19823ef4e725ad91ecd38be20768e346d3d) fix #1916 feat: Download upgrade with global proxy - [`2bfddf8`](https://github.com/electerm/electerm/commit/2bfddf83316296b6c67014cd7b71d694edde49c5) fix ### 📊 Changes **10 files changed** (+167 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+98 -31) 📝 `package.json` (+4 -2) 📝 `src/app/common/config-default.js` (+1 -0) 📝 `src/app/lib/init-server.js` (+1 -1) 📝 `src/app/server/download-upgrade.js` (+43 -11) 📝 `src/app/server/fetch.js` (+2 -5) 📝 `src/client/common/update-check.js` (+2 -2) 📝 `src/client/components/main/main.jsx` (+10 -0) 📝 `src/client/components/main/upgrade.jsx` (+1 -0) 📝 `test/e2e/002.init.setting.spec.js` (+5 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:53:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3670
No description provided.