CityFun
ec50599526
feat: Node runtime environment supports configuring whether to install node_modules. ( #13147 )
2026-06-30 14:16:22 +08:00
CityFun
868f1db4c5
feat: Create and delete runtime environments, and add task logs. ( #13081 )
2026-06-18 18:46:32 +08:00
CityFun
5591fe50f0
chore: optimize runtime environment container configuration ( #13071 )
...
* chore: optimize runtime environment container configuration
* chore: optimize runtime environment container configuration
2026-06-17 19:09:31 +08:00
ssongliu
d55982bde0
refactor: update agent and core utilities ( #12621 )
2026-05-21 12:35:09 +08:00
ssongliu
37932d7fb2
chore: Complete system security upgrade ( #11961 )
2026-02-26 10:01:47 +00:00
KOMATA
282e196534
refactor: Simplify PHP config update logic by replacing regex with a dedicated function for key matching ( #10956 )
2025-11-14 13:39:39 +08:00
KOMATA
02d22ba63f
feat: refactor regex usage across multiple files and centralize patterns in a new utility ( #10896 )
2025-11-11 16:14:09 +08:00
CityFun
51ae668154
fix: Fixed issue with update runtime ExtraHosts failed ( #10909 )
2025-11-10 10:38:39 +00:00
CityFun
3be0dab8a3
fix: Fix the issue where PHP extensions fail to install. ( #10869 )
2025-11-05 15:34:02 +08:00
CityFun
a7d4c4ebec
feat: Optimize environment port mappings ( #10856 )
2025-11-04 15:55:16 +08:00
CityFun
0b1819576d
feat: runtime support config extra_hosts ( #10750 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/10250
2025-10-24 08:56:15 +00:00
ssongliu
c06ba18023
feat: compatible with openrc and sysvinit ( #10723 )
2025-10-22 18:32:42 +08:00
CityFun
2a97b0a9de
fix: Fixed issue with edit runtime failed ( #10631 )
2025-10-14 16:51:38 +08:00
CityFun
4a8b524a7c
fix: Fixed issue with install node module failed ( #10587 )
2025-10-09 18:06:40 +08:00
CityFun
f4a649dc2f
feat: support custom extension sources for PHP runtime ( #10539 )
2025-09-29 14:23:01 +08:00
CityFun
86047c48e4
feat: add timeout limit function Config for PHP ( #10429 )
2025-09-22 11:31:33 +08:00
cui
c0a0f4c801
refactor: use maps ( #10154 )
2025-08-27 10:08:51 +08:00
CityFun
ab0e0f3f43
feat: Add restart runtime for config php ( #10150 )
2025-08-26 09:13:59 +00:00
CityFun
fe39545cf6
feat: add fpm status for PHP runtime ( #9891 )
2025-08-07 13:56:40 +00:00
CityFun
da606826c6
fix: Fixed Changing the runtime container name may cause it to fail to start ( #9670 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/9666
2025-07-25 11:03:35 +00:00
CityFun
033f08a6d2
fix: Fix the issue where an error occurs on the runtime environment page when Docker is not installed. ( #9615 )
2025-07-23 15:39:48 +08:00
ssongliu
7e1351c543
fix: resolve code warnings and improve code quality ( #9322 )
2025-06-27 16:47:01 +08:00
CityFun
9fbb63df95
fix: Resolve command execution failures in the PHP runtime environmen… ( #9299 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/9286
2025-06-26 08:31:23 +00:00
CityFun
8f18497551
feat: add remark for runtime ( #9242 )
2025-06-23 18:37:37 +08:00
CityFun
8f7b026f0e
feat: Add quick installation for PHP extension pcntl ( #9119 )
2025-06-16 07:38:51 +00:00
CityFun
8acf8b0b96
fix: add port check for php runtime port config ( #8941 )
2025-06-06 12:15:25 +08:00
CityFun
8614e63b86
feat: PHP runtime add php config ( #8922 )
2025-06-05 08:18:52 +00:00
CityFun
f9a035f380
fix: fix somme issue with runtime ( #8583 )
...
#### What this PR does / why we need it?
#### Summary of your change
#### Please indicate you've done the following:
- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/ ).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2025-05-09 08:53:48 +00:00
ssongliu
c59105f050
feat: Encapsulate command execution methods ( #8401 )
2025-04-15 22:15:18 +08:00
ChengPlay
981037e250
fix(website): fix issue with create website with local php-fpm failed ( #8379 )
2025-04-11 07:10:01 +00:00
zhengkunwang
d67dfe2dfd
feat(app): delete parent dir after uninstall app ( #8350 )
2025-04-08 17:21:16 +08:00
zhengkunwang
0d4abe8e8f
feat(runtime): Add port validation when creating runtime environment ( #8139 )
2025-03-13 14:53:29 +08:00
zhengkunwang
ce22f8a2d8
feat(appstore): Optimize custom application repository logic ( #8133 )
2025-03-12 17:44:03 +08:00
zhengkunwang
7f7731a52e
fix(runtime): fix issue with install extensions failed in php runtime ( #8071 )
2025-03-05 11:20:58 +00:00
zhengkunwang
9ee3832cda
feat(website): Optimize website expiration time setting ( #8061 )
2025-03-04 09:58:57 +00:00
zhengkunwang
e6c1094c08
feat: Unified runtime environment status ( #7978 )
2025-02-24 17:20:07 +08:00
zhengkunwang
d093c0b25b
feat: Updated partial translations ( #7802 )
2025-02-05 22:41:09 +08:00
zhengkunwang
edf24dbc49
feat: Runtime environment supports running without port configuration ( #7775 )
2025-01-26 22:29:20 +08:00
ssongliu
8283cd7d02
feat: adjust internationalization errors and the positions of global … ( #7767 )
2025-01-24 03:00:07 +00:00
zhengkunwang
992fecb16a
feat(common): Optimize commonRepo Invocation ( #7621 )
2025-01-02 09:20:03 +00:00
zhengkunwang
c6346b7b6f
feat(runtime): Optimize Runtime Module Components ( #7548 )
2024-12-24 09:20:46 +00:00
zhengkunwang
da73f26ebe
feat(system-security): Optimize Route Matching for Secure Entry ( #7537 )
2024-12-23 22:05:44 +08:00
zhengkunwang223
75142b33a4
feat(common): Standardize Permissions for Creating Folders and Files
2024-12-20 16:13:23 +08:00
zhengkunwang
e5660a0d91
feat: merge from dev ( #7238 )
2024-12-03 10:12:02 +08:00
zhengkunwang
a03b131057
feat: 统一后端错误处理 ( #6882 )
2024-10-29 10:42:12 +00:00
zhengkunwang
1184c7d60e
feat: 运行环境增加 Python ( #6679 )
2024-10-10 18:12:05 +08:00
zhengkunwang
958993f81f
feat: 运行环境支持增加挂载 ( #6662 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/5837
2024-10-09 09:26:57 +00:00
zhengkunwang
e3329597bc
feat: 运行环境支持增加环境变量 ( #6652 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/4262
2024-10-08 13:56:55 +00:00
zhengkunwang
7add6ab190
feat: PHP 运行环境增加进程守护管理 ( #6580 )
2024-09-25 21:58:55 +08:00
zhengkunwang
ad3670c9ad
feat: PHP 增加性能调整配置 ( #6420 )
2024-09-09 09:08:04 +00:00