repo
stringlengths
5
53
pr_number
int32
1
321k
task_type
stringclasses
2 values
issue_text
stringlengths
0
81.2k
pr_title
stringlengths
1
319
pr_body
stringlengths
0
105k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
gold_diff
stringlengths
0
202M
changed_files
listlengths
0
100
review_threads
listlengths
0
100
test_patch
stringlengths
0
23.4M
merged
bool
1 class
Anankke/SSPanel-UIM
2,553
issue_to_patch
[master] for sing-box 1.14.0+
7e5e1c383614b067c6737a0649bb173a4d287539
b7a6344d3a8131e39525bb20844846d7053f2618
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index f07527dc46..e57a5e24fa 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -61,6 +61,7 @@ 'type' => 'quic', 'server' => '223.6.6.6', 'server_port' => 853, + ...
[ "config/appprofile.example.php", "update.sh" ]
[]
true
Anankke/SSPanel-UIM
2,554
issue_to_patch
[Uim] for sing-box 1.14.0+
a1ba03d4878afccb1b2d181ff46c25a06c5ed9e8
fa2282a3a23e453bd549972c9d4e6c72bba91924
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index f07527dc46..e57a5e24fa 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -61,6 +61,7 @@ 'type' => 'quic', 'server' => '223.6.6.6', 'server_port' => 853, + ...
[ "config/appprofile.example.php", "update.sh" ]
[]
true
Anankke/SSPanel-UIM
2,524
issue_to_patch
fix: subscribe
caeead8d9406e7fcd5f07731d0fabacd2bf2f54d
ce1e2fe58259ea61c1e175784b15818880f19b2b
diff --git a/config/client_display.json b/config/client_display.json index f2647148be..7bc70caeb7 100644 --- a/config/client_display.json +++ b/config/client_display.json @@ -24,7 +24,7 @@ "name": "Clash Nyanpasu", "description": "增强版 Clash 客户端", "format": "clash", - "importUrl": "clash-nyanpa...
[ "config/client_display.json" ]
[]
true
Anankke/SSPanel-UIM
2,523
issue_to_patch
feat: automatic captcha refresh
请求返回失败时,自动刷新验证码,无需手动刷新页面
05221b0f5258f1f4275e473abe0ca15d4b84fbbb
6917d12c3f97196b7a4690d14686321807dee71b
diff --git a/resources/views/tabler/captcha/js.tpl b/resources/views/tabler/captcha/js.tpl index 97db9543b1..a643817360 100644 --- a/resources/views/tabler/captcha/js.tpl +++ b/resources/views/tabler/captcha/js.tpl @@ -1,5 +1,12 @@ {if $public_setting['captcha_provider'] === 'turnstile'} <script src="https://chal...
[ "resources/views/tabler/captcha/js.tpl" ]
[]
true
Anankke/SSPanel-UIM
2,522
issue_to_patch
feat: multifactor authentication(totp/fido/webauthn)
重构MFA服务,支持TOTP及FIDO2设备作为双重认证设备,同时支持WebAuthn登录,增加安全性
58561604888bf3f30b3fd54ca39d60b73197610e
d7038e8ac6f2a81cb7e5a92e1ac1173a815b9477
diff --git a/app/routes.php b/app/routes.php index 3e4b8c4270..64769de6b8 100644 --- a/app/routes.php +++ b/app/routes.php @@ -74,9 +74,15 @@ // 发送验证邮件 $group->post('/edit/send', App\Controllers\AuthController::class . ':sendVerify'); // MFA - $group->post('/ga_check', App\Controllers\...
[ "app/routes.php", "composer.json", "composer.lock", "db/migrations/2025073100-refactor_mfa.php", "resources/views/tabler/auth/login.tpl", "resources/views/tabler/auth/mfa.tpl", "resources/views/tabler/user/edit.tpl", "src/Command/Tool.php", "src/Controllers/AuthController.php", "src/Controllers/Us...
[]
diff --git a/tests/App/Services/MFATest.php b/tests/App/Services/MFATest.php deleted file mode 100644 index 5060fb93f9..0000000000 --- a/tests/App/Services/MFATest.php +++ /dev/null @@ -1,48 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace App\Services; - -use Exception; -use PHPUnit\Framework\TestCase; -use fun...
true
Anankke/SSPanel-UIM
2,516
issue_to_patch
fix: db migration not working
Database Migrations似乎无法正常工作…… 如果没理解错的话,执行顺序是 `php xcat Migration new` -> `php xcat Migration latest` 输出结果: <details> > root@debian:~/test/SSPanel-UIM-master# php xcat Migration new > Found migration version 2023053000...skip > Found migration version 2023111700...skip > Found migration version 2023020100 ...
4d0c577129c517260ac3ef6af82a1e6a4901f703
de7794547c532108be59789651ddedefb3032570
diff --git a/config/.config.example.php b/config/.config.example.php index 74dcd36b20..0053d94613 100644 --- a/config/.config.example.php +++ b/config/.config.example.php @@ -37,6 +37,7 @@ //Redis设置-------------------------------------------------------------------------------------------------------------- $_ENV['re...
[ "config/.config.example.php", "db/migrations/2023071700-add_user_is_shadow_banned.php", "src/Command/Migration.php", "src/Services/Cache.php", "src/Services/DB.php", "tests/App/Services/CacheTest.php" ]
[]
diff --git a/tests/App/Services/CacheTest.php b/tests/App/Services/CacheTest.php index 0fa13870da..8a2f46a005 100644 --- a/tests/App/Services/CacheTest.php +++ b/tests/App/Services/CacheTest.php @@ -16,6 +16,7 @@ public function testGetRedisConfig() // Scenario 1: All parameters are set $_ENV['redis_h...
true
Anankke/SSPanel-UIM
2,509
issue_to_patch
fix: typo
dce3be83b0db3e685f82af378e3ca4ed43639526
cd26fb8388deb4c0c3734c05876547c625af28d3
diff --git a/resources/views/tabler/admin/setting/email.tpl b/resources/views/tabler/admin/setting/email.tpl index 3c34b9b499..5322d50b60 100644 --- a/resources/views/tabler/admin/setting/email.tpl +++ b/resources/views/tabler/admin/setting/email.tpl @@ -430,7 +430,6 @@ </div> ...
[ "resources/views/tabler/admin/setting/email.tpl", "resources/views/tabler/user/header.tpl" ]
[]
true
Anankke/SSPanel-UIM
2,506
issue_to_patch
chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stefanzweifel/git-auto-commit-action/releases">stefanzweifel/git-auto-commit-action's releases</a>.</em></p> <bloc...
cbc3308d177f57d33ca4228bf5d2eba2c22c65e2
95ae7c63efe010b9454c70220d651bcc38c4b3ad
diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index b6db2e7cd0..45304a79d3 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -53,7 +53,7 @@ jobs: - name: Commit minified files if: steps.diff.outputs.changed == 'true' - uses: ste...
[ ".github/workflows/minify.yml" ]
[]
true
Anankke/SSPanel-UIM
2,507
issue_to_patch
chore(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>v5 Release</h2> <p><code>v5<...
cbc3308d177f57d33ca4228bf5d2eba2c22c65e2
659165acc54c884e87c00ab8aaad61721ed2f90c
diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 37adf0aa49..a9eeead90d 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -90,7 +90,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.php-version == '8.3' - uses: codecov/cod...
[ ".github/workflows/unit.yaml" ]
[]
true
Anankke/SSPanel-UIM
2,505
issue_to_patch
chore(deps): bump tj-actions/changed-files from 44 to 46 in /.github/workflows
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 46. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tj-actions/changed-files/releases">tj-actions/changed-files's releases</a>.</em></p> <blockquote> <h2>v46</h2> <h1>Changes in v46.0.5</h...
b18694c50602941762cb9b16a5ea42d0c634502b
3edd3a112d866394813b53f939246ee9c982e75e
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 70ad4ea2b0..a1186bbaba 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -81,7 +81,7 @@ jobs: php-version: ${{ env.PHP_VERSION }} coverage: none - - uses: tj-actions/changed-files@v44 ...
[ ".github/workflows/lint.yml" ]
[]
true
Anankke/SSPanel-UIM
2,502
issue_to_patch
chore(deps): bump stripe/stripe-php from 15.10.0 to 17.4.0
Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 15.10.0 to 17.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stripe/stripe-php/releases">stripe/stripe-php's releases</a>.</em></p> <blockquote> <h2>v17.4.0</h2> <ul> <li><a href="https://redirect.githu...
dc1774eaf01916d108ea2b684b0045585af5f727
f0c4656dbdc6eae8d9b25b451fb43562f1516125
diff --git a/composer.json b/composer.json index 85f3412f7a..b248b01a23 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "slim/slim": "^4", "smarty/smarty": "^5", "srmklive/paypal": "^3", - "stripe/stripe-php": "^15", + "stripe/stripe-php": "^17", "symfo...
[ "composer.json", "composer.lock" ]
[]
true
Anankke/SSPanel-UIM
2,503
issue_to_patch
chore(deps): bump resend/resend-php from 0.12.0 to 0.18.1
Bumps [resend/resend-php](https://github.com/resend/resend-php) from 0.12.0 to 0.18.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/resend/resend-php/releases">resend/resend-php's releases</a>.</em></p> <blockquote> <h2>v0.18.1</h2> <h3>Fixed</h3> <ul> <li>Fixed TypeError w...
f67193839297e6fd466a11b8fda01f4db79d980f
acede118c51da7212bdd6c7be147633a0640e68e
diff --git a/composer.json b/composer.json index d8258eae59..85f3412f7a 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpmailer/phpmailer": "^6", "postal/postal": "^2", "ramsey/uuid": "^4", - "resend/resend-php": "^0.12.0", + "resend/resend-php": "^0.18.1", ...
[ "composer.json", "composer.lock" ]
[]
true
Anankke/SSPanel-UIM
2,504
issue_to_patch
chore(deps): bump sendgrid/sendgrid from 8.1.2 to 8.1.11
Bumps [sendgrid/sendgrid](https://github.com/sendgrid/sendgrid-php) from 8.1.2 to 8.1.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sendgrid/sendgrid-php/releases">sendgrid/sendgrid's releases</a>.</em></p> <blockquote> <h2>8.1.11</h2> <h2><strong>Release Notes</strong><...
f67193839297e6fd466a11b8fda01f4db79d980f
ac66d516c905576298aa4651cc1e668b555de9da
diff --git a/composer.lock b/composer.lock index d64e77fd14..70e811228d 100644 --- a/composer.lock +++ b/composer.lock @@ -4767,26 +4767,27 @@ }, { "name": "sendgrid/sendgrid", - "version": "8.1.2", + "version": "8.1.11", "source": { "ty...
[ "composer.lock" ]
[]
true
Anankke/SSPanel-UIM
2,498
issue_to_patch
fix: charts
35195a1cda53fa5bc22db178d0460718aa57a216
b716ce0cdfa6016d83b6229041c16ed5a12affe9
diff --git a/resources/views/tabler/admin/footer.tpl b/resources/views/tabler/admin/footer.tpl index fbd76b80fe..b4a34b60de 100644 --- a/resources/views/tabler/admin/footer.tpl +++ b/resources/views/tabler/admin/footer.tpl @@ -82,8 +82,8 @@ <!-- js --> <script src="//{$config['jsdelivr_url']}/npm/@tabler/core@latest/...
[ "resources/views/tabler/admin/footer.tpl", "resources/views/tabler/admin/index.tpl", "resources/views/tabler/footer.tpl", "resources/views/tabler/user/footer.tpl", "resources/views/tabler/user/index.tpl", "resources/views/tabler/user/rate.tpl" ]
[]
true
Anankke/SSPanel-UIM
2,494
issue_to_patch
add cryptomus gateway
f18d5d4841d31301c9c862998028280846d6c3b1
4a2f0d11c6d172de0b1781bdf10f0a4e17bf6683
diff --git a/config/settings.json b/config/settings.json index 2cddacc488..ce4d1f0f32 100644 --- a/config/settings.json +++ b/config/settings.json @@ -1582,5 +1582,50 @@ "type": "int", "default": "2023020100", "mark": "当前数据库版本" + }, + { + "item": "cryptomus_api_key", + "va...
[ "config/settings.json", "resources/views/tabler/admin/setting/billing.tpl", "resources/views/tabler/gateway/cryptomus.tpl", "src/Controllers/Admin/Setting/BillingController.php", "src/Services/Gateway/Cryptomus.php", "src/Services/Gateway/Cryptomus/Payment.php", "src/Services/Gateway/Cryptomus/RequestBu...
[]
true
Anankke/SSPanel-UIM
2,495
issue_to_patch
[Uim] (update)sing-box rule
f18d5d4841d31301c9c862998028280846d6c3b1
1fa95589fefe3a6f4edc8798c49b1d0b5f70cd48
diff --git a/config/.config.example.php b/config/.config.example.php index 2c9be89531..0eec183674 100644 --- a/config/.config.example.php +++ b/config/.config.example.php @@ -148,3 +148,14 @@ $_ENV['r2_client_download_timeout'] = 10; // Clash Meta TCP Concurrency. Default true, false $_ENV['tcp_concurrent'] = true; ...
[ "config/.config.example.php", "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,496
issue_to_patch
(update)sing-box rule
2d9cddc6c4388f231a7096101bfe3d7a657dadfd
ff334a340926af27546006366279ab32153d86c9
diff --git a/config/.config.example.php b/config/.config.example.php index c759b0239e..a7282f6c91 100644 --- a/config/.config.example.php +++ b/config/.config.example.php @@ -122,3 +122,14 @@ $_ENV['r2_client_download_timeout'] = 10; // Clash Meta TCP Concurrency. Default true, false $_ENV['tcp_concurrent'] = true; ...
[ "config/.config.example.php", "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,491
issue_to_patch
[Uim] (update)sing-box rule
规则模式更新并添加更多 domain-list(cn)
bd2308db478c776be9d7239396faa44213d8aab2
65198bba8a173f7f5805f1058d5e54faac5f3390
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 483d5d133c..53520cc4c7 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -53,49 +53,96 @@ 'servers' => [ [ 'tag' => 'local', - 'address' => 'local', + ...
[ "config/appprofile.example.php", "src/Services/Subscribe/Clash.php", "src/Services/Subscribe/SingBox.php" ]
[]
true
Anankke/SSPanel-UIM
2,492
issue_to_patch
(update)sing-box rule
16412d2402d0a4cafe3304cc663963df406a7021
53ded97ec53e6ec23fe50606443cbc634793fb1e
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 483d5d133c..53520cc4c7 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -53,49 +53,96 @@ 'servers' => [ [ 'tag' => 'local', - 'address' => 'local', + ...
[ "config/appprofile.example.php", "src/Services/Subscribe/Clash.php", "src/Services/Subscribe/SingBox.php" ]
[]
true
Anankke/SSPanel-UIM
2,486
issue_to_patch
[Uim] clash_mode(revert & update)
4e50219e960f6c43428677b784008796d08f6eeb
18db55c3b3360d23fdcc521fd9f4acd7081eca87
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 59d577d22d..483d5d133c 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -85,13 +85,23 @@ 'server' => 'local', ], [ + 'clash_mode' => 'Global', + ...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,487
issue_to_patch
clash_mode(revert & update)
4f9de23df61bd238273c71753a9ff605e349ae5d
2c963f0499382a24389d68430d475da867ebfdf4
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 59d577d22d..483d5d133c 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -85,13 +85,23 @@ 'server' => 'local', ], [ + 'clash_mode' => 'Global', + ...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,482
issue_to_patch
[Uim] (sing-box)add geosite-geolocation-!cn
b817f0ad5a86360b5d798013de08c81cb2df50c2
0c4ed932267c6140c21c6cf506c6b91f24805d46
diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 9d3ab26cd6..3b0d8ef12f 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -21,7 +21,7 @@ jobs: php: - '**/*.php' - php8.2: + php82: needs: php-file-changed if: ${{ needs.php-...
[ ".github/workflows/unit.yaml", "config/appprofile.example.php", "src/Controllers/Admin/OrderController.php", "src/Services/Gateway/Smogate.php", "src/Services/Mail.php" ]
[]
true
Anankke/SSPanel-UIM
2,483
issue_to_patch
(sing-box)add geosite-geolocation-!cn
8be0b18c026157847d97bdcded0894007b54120e
db67dca43078aa221d705b1645d09574f239dd31
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index d8b96c7ba2..59d577d22d 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -70,6 +70,10 @@ 'strategy' => 'prefer_ipv6', 'detour' => 'select', ], + [ + ...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,479
issue_to_patch
[Uim] for sing-box 1.11.0+
New rule actions replace legacy inbound fields and special outbound fields https://sing-box.sagernet.org/migration/
ae4dedeea294052331c7d4581f4eddc4757feeee
c41c5d5d16f5e7ff29a3f8e75e274338b8ff466e
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 87e601c27b..d8b96c7ba2 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -100,31 +100,31 @@ 'inbounds' => [ [ 'type' => 'tun', + 'tag' => 'in', 'address' =>...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,480
issue_to_patch
for sing-box 1.11.0+
a59c9e8b4f37026946214812a8f20aece03003cc
00d399bcbb0733e2da7257a6c31993279f67ca04
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 87e601c27b..d8b96c7ba2 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -100,31 +100,31 @@ 'inbounds' => [ [ 'type' => 'tun', + 'tag' => 'in', 'address' =>...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,478
issue_to_patch
(SingBox subscribe fix)Method of HTTP request
e3df1470218466043eb88c6b3448942537ec3d30
10371a1ab961c8f9ad7bfee4b614d2817fa91575
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index e244a79565..87e601c27b 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -109,7 +109,6 @@ 'stack' => 'mixed', 'sniff' => true, 'sniff_override_destination' => true, - ...
[ "config/appprofile.example.php", "src/Services/Subscribe/SingBox.php" ]
[]
true
Anankke/SSPanel-UIM
2,477
issue_to_patch
[Uim] (SingBox subscribe fix)Method of HTTP request
configurable options: for tcp(http) ``` "method": "GET", ``` for websocket(default is empty) ``` "max_early_data": "4096", "early_data_header_name": "Sec-WebSocket-Protocol", ```
75b4b3ed70a980bde297c5f1d3381a0055102c05
9e67e5858cf42b800756ad9ccf414c188693248e
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index e244a79565..87e601c27b 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -109,7 +109,6 @@ 'stack' => 'mixed', 'sniff' => true, 'sniff_override_destination' => true, - ...
[ "config/appprofile.example.php", "src/Services/Subscribe/SingBox.php" ]
[]
true
Anankke/SSPanel-UIM
2,469
issue_to_patch
Update MacOS client download
00afc074f46d792677b7073d42eb183289a6b139
395e9c9a6ead8d6233e8c6140757379d23f3858e
diff --git a/config/clients.json b/config/clients.json index 364e511ad2..6ab7da97ae 100644 --- a/config/clients.json +++ b/config/clients.json @@ -43,8 +43,8 @@ "saveName": "SFA.apk" }, { - "sourceName": "SFM-%tagName1%-universal.zip", - ...
[ "config/clients.json", "resources/views/tabler/user/index.tpl" ]
[]
true
Anankke/SSPanel-UIM
2,468
issue_to_patch
[Uim] Update MacOS client download
49fc897c60994356bebb3015fcd468960a2e8efb
37f1fa763e69ef596cf1d504b27727ee225104ef
diff --git a/config/clients.json b/config/clients.json index 6dee3f5cbc..f01a99df01 100644 --- a/config/clients.json +++ b/config/clients.json @@ -43,8 +43,8 @@ "saveName": "SFA.apk" }, { - "sourceName": "SFM-%tagName1%-universal.zip", - ...
[ "config/clients.json", "resources/views/tabler/user/index.tpl" ]
[]
true
Anankke/SSPanel-UIM
2,466
issue_to_patch
[Uim] Update user server page
c2f82deed981297331ba7c75fc6376f0d4931aeb
62462b8519190204a4f9d84676d7c2b30bce4496
diff --git a/resources/views/tabler/user/server.tpl b/resources/views/tabler/user/server.tpl index f0caf1f345..34a29c70aa 100644 --- a/resources/views/tabler/user/server.tpl +++ b/resources/views/tabler/user/server.tpl @@ -64,23 +64,16 @@ {if $server['con...
[ "resources/views/tabler/user/server.tpl" ]
[]
true
Anankke/SSPanel-UIM
2,467
issue_to_patch
Update user server page
0e131e3f2a608aeb031729c0154ec0ca621e97d4
16256caa3b6dc6cb4e7989435ba22056d5c0a85a
diff --git a/resources/views/tabler/user/server.tpl b/resources/views/tabler/user/server.tpl index f0caf1f345..34a29c70aa 100644 --- a/resources/views/tabler/user/server.tpl +++ b/resources/views/tabler/user/server.tpl @@ -64,23 +64,16 @@ {if $server['con...
[ "resources/views/tabler/user/server.tpl" ]
[]
true
Anankke/SSPanel-UIM
2,462
issue_to_patch
Add Rule (for ipv6)
e2b58b056f4e9c975e5b0679265a82b61482321e
aeb6a00f12b3f97e8a31f763e25e1cd5bb7a0db8
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 77fbc19f5a..e244a79565 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -57,15 +57,17 @@ 'detour' => 'direct', ], [ - 'tag' => 'proxy-v6', - ...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,461
issue_to_patch
[Uim] Add Rule (for ipv6)
sing-box很奇怪的故障,经测试 DNS Server `"address": "",` 使用域名且 `"address_resolver": "",` 正常配置的情况下,dot/h域名只能正常使用 DNSPod 系(如`dns.pub` `dot.pub`)的域名,其他家的dot/h服务(如`cloudflare` `google` `alidns`)域名(能解析到dot/h服务对应的IP)都无法使用解析服务(但直接使用dot/h服务 `IP` 可以正常使用解析服务)
573f66df00f9dccaa7e3ac8ece78183ed2db198b
ada0dcbd50b1e848db650d185dda4d1401ab06fd
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 77fbc19f5a..e244a79565 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -57,15 +57,17 @@ 'detour' => 'direct', ], [ - 'tag' => 'proxy-v6', - ...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,456
issue_to_patch
[Uim] fix sing-box dns
51ffff64a9c29cf8de8fc53b83d78f3d3b359c8e
ff60219877bd58f79daae20679ee433bd0051912
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 4971a20e9c..77fbc19f5a 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -59,14 +59,12 @@ [ 'tag' => 'proxy-v6', 'address' => 'tls://[2606:4700:4700::1111]', - ...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,457
issue_to_patch
fix sing-box dns
c30a3117580980daa25f75f677fb9f4a17673374
39512a9145d312b3ff0f3ed8db447b11fc82f52b
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 4971a20e9c..77fbc19f5a 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -59,14 +59,12 @@ [ 'tag' => 'proxy-v6', 'address' => 'tls://[2606:4700:4700::1111]', - ...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,455
issue_to_patch
Sing-Box dns update
1b7057515205bd0f2a3d71cf2d669259728fb407
f770ec3872c226b0cfc17fca949c53d1c2381152
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 9cb64aabff..4971a20e9c 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -52,14 +52,23 @@ 'dns' => [ 'servers' => [ [ - 'tag' => 'proxy', - 'address' ...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,454
issue_to_patch
[Uim] Sing-Box dns update
486d55b3855f0318d65f03fcd817c4b6b7e75df1
56ee75aef86cd24a03a8cf838cad6afd2d25ff2b
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 9cb64aabff..4971a20e9c 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -52,14 +52,23 @@ 'dns' => [ 'servers' => [ [ - 'tag' => 'proxy', - 'address' ...
[ "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,451
issue_to_patch
sing-box UoT & utls
Custom Config 以启用 utls (默认 false) ~~~ "utls": true, ~~~
36d1ef2c54714272945498c64ae5744c9609bdcb
49a2608d37bc86a5a7966ee31ed5cc675bf01818
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index cb3a935cb3..9cb64aabff 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -97,6 +97,7 @@ ], 'auto_route' => true, 'strict_route' => true, + 'stack' => 'mixed'...
[ "config/appprofile.example.php", "src/Services/Subscribe/SingBox.php" ]
[]
true
Anankke/SSPanel-UIM
2,450
issue_to_patch
[Uim] sing-box UoT & utls
Custom Config 以启用 utls (默认 false) ~~~ "utls": true, ~~~
4a2989a2ff6341668dc27a25ecdaed6eb2830d80
3df0676e627a8ae9415e9b6486072493d9bf3cbc
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index cb3a935cb3..9cb64aabff 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -97,6 +97,7 @@ ], 'auto_route' => true, 'strict_route' => true, + 'stack' => 'mixed'...
[ "config/appprofile.example.php", "src/Services/Subscribe/SingBox.php" ]
[]
true
Anankke/SSPanel-UIM
2,449
issue_to_patch
fix: sing-box subscribe
缩进逗号引号,完了...
4c5716288ce79f190998e230027009056d713734
e362bdc85b3b5403154159062da819bb767bf7ef
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 0c46bf2150..cb3a935cb3 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -45,77 +45,110 @@ $_ENV['SingBox_Config'] = [ 'log' => [ + 'disabled' => false, 'level' => 'error', + '...
[ "config/appprofile.example.php", "src/Services/Subscribe/SingBox.php" ]
[]
true
Anankke/SSPanel-UIM
2,448
issue_to_patch
[Uim] fix: sing-box subscribe
81481af15a015573264119420e284e678cd1c447
a2f05ffb39b0f8e74c06d7daf3fc9d4e930a26ba
diff --git a/config/appprofile.example.php b/config/appprofile.example.php index 0c46bf2150..cb3a935cb3 100644 --- a/config/appprofile.example.php +++ b/config/appprofile.example.php @@ -45,77 +45,110 @@ $_ENV['SingBox_Config'] = [ 'log' => [ + 'disabled' => false, 'level' => 'error', + '...
[ "config/appprofile.example.php", "src/Services/Subscribe/SingBox.php" ]
[]
true
Anankke/SSPanel-UIM
2,443
issue_to_patch
[Uim] TCP并发(Clash Meta)
添加设置
de682a3dca8d112da8f213c2195d8f829f7c8667
3c9e63f674a04546c9d76a1e43e47ac3967f6a52
diff --git a/config/.config.example.php b/config/.config.example.php index b769624673..2c9be89531 100644 --- a/config/.config.example.php +++ b/config/.config.example.php @@ -146,3 +146,5 @@ $_ENV['r2_access_key_id'] = ''; $_ENV['r2_access_key_secret'] = ''; $_ENV['r2_client_download_timeout'] = 10; +// Clash Meta T...
[ "config/.config.example.php", "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,442
issue_to_patch
TCP并发(Clash Meta)
添加设置
0b8bd23b648d7ebfa5968f642acbd167c504c466
05bbfb141946fcfcb07b44bcbf76cd97c92d496b
diff --git a/config/.config.example.php b/config/.config.example.php index 5e5397d140..c759b0239e 100644 --- a/config/.config.example.php +++ b/config/.config.example.php @@ -120,3 +120,5 @@ $_ENV['r2_access_key_id'] = ''; $_ENV['r2_access_key_secret'] = ''; $_ENV['r2_client_download_timeout'] = 10; +// Clash Meta T...
[ "config/.config.example.php", "config/appprofile.example.php" ]
[]
true
Anankke/SSPanel-UIM
2,416
issue_to_patch
Dev 20240420
Smoke🌿everyday 🎵
1566207e475165290c831eb7ab62815527ed5eab
be11fe9ffe0c4f5218910f67a9286234cad34961
diff --git a/.github/PATREON.png b/.github/patreon.png similarity index 100% rename from .github/PATREON.png rename to .github/patreon.png diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5dbd815e38..6bc92dfcd8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,6 +...
[ ".github/patreon.png", ".github/workflows/lint.yml", ".github/workflows/lockdown.yml", ".github/workflows/minify.yml", ".github/workflows/sonarcloud.yml", ".github/workflows/stale.yml", ".github/workflows/unit.yaml", "README.md", "composer.json", "composer.lock", "resources/views/tabler/admin/an...
[]
true
Anankke/SSPanel-UIM
2,413
issue_to_patch
Dev 20240410
4dc80dc47dc5aa3e0e14109226249b0a638adc3f
2d745971b2cf2d04e5b34f390a790426a73ccdc0
diff --git a/README.md b/README.md index 6a1bb971b2..db7abaf998 100644 --- a/README.md +++ b/README.md @@ -21,20 +21,20 @@ ## TL;DR -SSPanel UIM is a multi-purpose proxy service sales management system designed for Shadowsocks / V2Ray / Trojan / TUIC protocol. +SSPanel UIM is a multi-purpose proxy service manageme...
[ "README.md", "app/predefine.php", "composer.lock", "config/.config.example.php", "config/appprofile.example.php", "db/migrations/2023020100-init.php", "db/migrations/2024040500-add_invoice_type.php", "qodana.yaml", "resources/views/tabler/admin/announcement/create.tpl", "resources/views/tabler/adm...
[]
true
Anankke/SSPanel-UIM
2,412
issue_to_patch
Dev 20240403
Made During Earthquake Edition™
ed93a72293a540c20cce01b3fff2fa230794f301
e2843171f7585fbaf73fed0462bbd2b95b520cf2
diff --git a/app/routes.php b/app/routes.php index c2f7769973..2e348af444 100644 --- a/app/routes.php +++ b/app/routes.php @@ -231,6 +231,10 @@ // 设置中心 $group->get('/setting/billing', App\Controllers\Admin\Setting\BillingController::class . ':index'); $group->post('/setting/billing', App\Cont...
[ "app/routes.php", "composer.lock", "config/settings.json", "resources/views/tabler/admin/footer.tpl", "resources/views/tabler/admin/header.tpl", "resources/views/tabler/admin/setting/billing.tpl", "resources/views/tabler/gateway/epay.tpl", "resources/views/tabler/gateway/stripe.tpl", "resources/view...
[]
diff --git a/tests/App/Utils/ToolsTest.php b/tests/App/Utils/ToolsTest.php index 26b16dc801..de8792ea2e 100644 --- a/tests/App/Utils/ToolsTest.php +++ b/tests/App/Utils/ToolsTest.php @@ -131,6 +131,10 @@ public function testGenRandomChar() $randomString = Tools::genRandomChar($length); $this->assertIs...
true
Anankke/SSPanel-UIM
2,410
issue_to_patch
Dev 20240402
8aba3ae1eb0be87d640c422741d3386106b16718
b78695497d4bf0f82f4925df6a849e0a2614408b
diff --git a/composer.json b/composer.json index 792e2da79b..5fdcc7d66c 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "sentry/sdk": "^4", "slim/http": "^1", "slim/slim": "^4", - "smarty/smarty": "^4", + "smarty/smarty": "^5", "srmklive/paypal": "^3", ...
[ "composer.json", "composer.lock", "config/.config.example.php", "resources/views/tabler/admin/announcement/create.tpl", "resources/views/tabler/admin/announcement/edit.tpl", "resources/views/tabler/admin/docs/create.tpl", "resources/views/tabler/admin/docs/edit.tpl", "src/Controllers/Admin/DocsControl...
[]
diff --git a/tests/App/Services/FilterTest.php b/tests/App/Services/FilterTest.php new file mode 100644 index 0000000000..bd7a94b705 --- /dev/null +++ b/tests/App/Services/FilterTest.php @@ -0,0 +1,32 @@ +<?php + +declare(strict_types=1); + +namespace App\Services; + +use PHPUnit\Framework\TestCase; + +final class Filt...
true
Anankke/SSPanel-UIM
2,403
issue_to_patch
fix: unable to pass odd number to genRandomChar
传入奇数长度时会导致除以2结果为小数,产生以下报错 `openssl_random_pseudo_bytes(): Argument #1 ($length) must be of type int, float given` 解决方案:向上取整再截取字符串
20ba56d446e1c57a0cbdbc4b98d9979dc3ed6e40
1086792e1f5b6379ba9a6f454740c3bb7521569a
diff --git a/src/Utils/Tools.php b/src/Utils/Tools.php index 11ebdf05ae..f7a29fb035 100644 --- a/src/Utils/Tools.php +++ b/src/Utils/Tools.php @@ -186,7 +186,8 @@ public static function genRandomChar(int $length = 8): string $length = 2; } - return bin2hex(openssl_random_pseudo_bytes($len...
[ "src/Utils/Tools.php" ]
[]
true
Anankke/SSPanel-UIM
2,401
issue_to_patch
Dev 20240325
aac3eecfda8a52e9152cf243256b7b3b4c9b5368
a217c06afdd6021c0352f976c13ca394119c7909
diff --git a/.github/PATREON.png b/.github/PATREON.png index 1b9b885641..0639c9ffd0 100644 Binary files a/.github/PATREON.png and b/.github/PATREON.png differ diff --git a/.github/vultr.png b/.github/vultr.png index 73ebffb05d..a63960600a 100644 Binary files a/.github/vultr.png and b/.github/vultr.png differ diff --git...
[ ".github/PATREON.png", ".github/vultr.png", "README.md", "composer.json", "composer.lock", "config/settings.json", "db/migrations/2023020100-init.php", "db/migrations/2024021900-add_missing_indexes.php", "db/migrations/2024031700-update_data_type.php", "resources/email/verify_code.tpl", "resourc...
[]
true
ApolloAuto/apollo
14,119
issue_to_patch
Dreamview: fix dead end junction compute bug
b106c7e552b6cca68838a4f275edb953f88fbfce
110f89fbb4ba59a7a1133e641eb9cf996093e64d
diff --git a/modules/dreamview/frontend/dist/app.bundle.js b/modules/dreamview/frontend/dist/app.bundle.js index 2c29b8c7d98..b919d691770 100644 --- a/modules/dreamview/frontend/dist/app.bundle.js +++ b/modules/dreamview/frontend/dist/app.bundle.js @@ -26,7 +26,7 @@ var i=Object.setPrototypeOf||{__proto__:[]}instanceof...
[ "modules/dreamview/frontend/dist/app.bundle.js", "modules/dreamview/frontend/dist/app.bundle.js.map", "modules/dreamview/frontend/src/renderer/map.js", "modules/dreamview/frontend/yarn.lock" ]
[]
true
ApolloAuto/apollo
15,762
issue_to_patch
Recover seyond lidar driver
1. recover seyond lidar driver code 2. support seyond hummingbird lidar 3. update readme
4f98406fe1277456b8ebcc8dc6b65bba7a7fec77
6680288081b821a2643a836a7cac82899920eda5
diff --git a/modules/drivers/lidar/cyberfile.xml b/modules/drivers/lidar/cyberfile.xml index 909dbcf4a42..3c61d7c6429 100644 --- a/modules/drivers/lidar/cyberfile.xml +++ b/modules/drivers/lidar/cyberfile.xml @@ -36,6 +36,7 @@ <depend>livox-driver</depend> <depend>hesai2-driver</depend> <depend>vanjee-driver</...
[ "modules/drivers/lidar/cyberfile.xml", "modules/drivers/lidar/seyond/BUILD", "modules/drivers/lidar/seyond/README_cn.md", "modules/drivers/lidar/seyond/README_en.md", "modules/drivers/lidar/seyond/conf/seyond.pb.txt", "modules/drivers/lidar/seyond/dag/seyond.dag", "modules/drivers/lidar/seyond/launch/se...
[]
true
ApolloAuto/apollo
15,758
issue_to_patch
fix: the calculation error in the P matrix in the piecewise_jerk_path_problem
Fix the P matrix calculation error in piecewise_jerk_path_problem. This bug causes the weight on l''' (jerk) in the cost function to not work
89a633d4817b8c3e2cea6c9ff3a4daefd9d9ae99
c8dc4d413c3055c371806d49e18b67e54726c7b5
diff --git a/modules/planning/planning_base/math/piecewise_jerk/piecewise_jerk_path_problem.cc b/modules/planning/planning_base/math/piecewise_jerk/piecewise_jerk_path_problem.cc index 9d48e2e2bb7..f4df50b268c 100644 --- a/modules/planning/planning_base/math/piecewise_jerk/piecewise_jerk_path_problem.cc +++ b/modules/p...
[ "modules/planning/planning_base/math/piecewise_jerk/piecewise_jerk_path_problem.cc" ]
[]
true
ApolloAuto/apollo
15,756
issue_to_patch
Fix non-sequential reading of path_loc.
### What does this PR do? This PR fixes an issue where `path_loc` could be read in a non-sequential order, which may lead to incorrect path indexing or unexpected behavior during path processing. ### Why is this needed? When generating paths, the recorded path data is created in a strictly sequential order. How...
89a633d4817b8c3e2cea6c9ff3a4daefd9d9ae99
e8aa8a11cde253f83b03786bc692476a403c58c4
diff --git a/modules/external_command/external_command_demo/external_command_demo.cc b/modules/external_command/external_command_demo/external_command_demo.cc index 41ae1c0502b..4c939c52548 100644 --- a/modules/external_command/external_command_demo/external_command_demo.cc +++ b/modules/external_command/external_comma...
[ "modules/external_command/external_command_demo/external_command_demo.cc" ]
[ { "comment": "The header `<algorithm>` needs to be included to use `std::sort`. While it might compile due to transitive includes, relying on transitive includes is fragile and can break with different compiler versions or standard library implementations. \n\nFor reference, the similar file `external_command_w...
true
ApolloAuto/apollo
15,725
issue_to_patch
docs: fix document codeblock's indent & language type
To maintain consistency, I updated all markdown files under `docs/应用实践/开发调试教程/Cyber RT实践`, changing all indentations to 4 spaces (previously mixed 3- and 4-space indents).
1020912d9bf8ad9997b05b7675b2f1670b8bb763
8b2626a80bb24d948c09872fd8238da209b1f7dc
diff --git "a/docs/\345\272\224\347\224\250\345\256\236\350\267\265/\345\274\200\345\217\221\350\260\203\350\257\225\346\225\231\347\250\213/Cyber RT\345\256\236\350\267\265/Cyber RT\345\205\245\351\227\250/Cyber RT \345\256\236\350\267\265\344\271\213 Hello Apollo.md" "b/docs/\345\272\224\347\224\250\345\256\236\350\2...
[ "docs/应用实践/开发调试教程/Cyber RT实践/Cyber RT入门/Cyber RT 实践之 Hello Apollo.md", "docs/应用实践/开发调试教程/Cyber RT实践/Cyber RT组件机制/Cyber RT 之 Component 实践.md", "docs/应用实践/开发调试教程/Cyber RT实践/Cyber RT组件机制/Cyber RT 之 Timer Component 实践.md", "docs/应用实践/开发调试教程/Cyber RT实践/Cyber RT调度机制/Cyber调度实践之优先级策略配置.md", "docs/应用实践/开发调试教程/Cyber ...
[]
true
ApolloAuto/apollo
14,152
issue_to_patch
Dreamview:fix dead end routing point bug
3087dca14d00192e24e416b24f3786d7a09ce774
8503935c5399ced12751a66b0b92f92ad7dc8aa5
diff --git a/modules/dreamview/frontend/dist/app.bundle.js b/modules/dreamview/frontend/dist/app.bundle.js index b919d691770..6f2ad73bcd8 100644 --- a/modules/dreamview/frontend/dist/app.bundle.js +++ b/modules/dreamview/frontend/dist/app.bundle.js @@ -62,7 +62,7 @@ function s(){for(var e=0,t=0,n=arguments.length;t<n;t...
[ "modules/dreamview/frontend/dist/app.bundle.js", "modules/dreamview/frontend/dist/app.bundle.js.map", "modules/dreamview/frontend/src/renderer/map.js" ]
[]
true
ApolloAuto/apollo
15,558
issue_to_patch
Commit code for CXZL gnss module
1. Add Cxzl Text parsing for adding serial port
411b692f94e18b594d80d5f3be1b7190d6f7024a
09a8fd119697aae38f068a7775fbb42261a2aa60
diff --git a/modules/drivers/gnss/parser/cxzl_parser/cxzl_base_parser.cc b/modules/drivers/gnss/parser/cxzl_parser/cxzl_base_parser.cc new file mode 100644 index 00000000000..378cac17d4e --- /dev/null +++ b/modules/drivers/gnss/parser/cxzl_parser/cxzl_base_parser.cc @@ -0,0 +1,432 @@ +/*********************************...
[ "modules/drivers/gnss/parser/cxzl_parser/cxzl_base_parser.cc", "modules/drivers/gnss/parser/cxzl_parser/cxzl_base_parser.h", "modules/drivers/gnss/parser/parser.h", "modules/drivers/gnss/proto/config.proto" ]
[]
true
ApolloAuto/apollo
15,492
issue_to_patch
ForsenseDecode
ForsenseDecode
fb23f6a1520a34ad38934b0c81fe5377452c2deb
fea46d27bd172d5dfdfd0b9b2e9e12519ad6f522
diff --git a/modules/drivers/gnss/parser/forsense_parser/forsense_base_parser.cc b/modules/drivers/gnss/parser/forsense_parser/forsense_base_parser.cc new file mode 100644 index 00000000000..a67b25391b2 --- /dev/null +++ b/modules/drivers/gnss/parser/forsense_parser/forsense_base_parser.cc @@ -0,0 +1,184 @@ +/*********...
[ "modules/drivers/gnss/parser/forsense_parser/forsense_base_parser.cc", "modules/drivers/gnss/parser/forsense_parser/forsense_base_parser.h", "modules/drivers/gnss/parser/forsense_parser/forsense_text_parser.cc", "modules/drivers/gnss/parser/parser.h", "modules/drivers/gnss/proto/config.proto" ]
[ { "comment": "rename this file", "path": "1", "hunk": "", "resolving_sha": "fea46d27bd172d5dfdfd0b9b2e9e12519ad6f522", "resolving_diff": "" }, { "comment": "delete files in modules/drivers/gnss/conf", "path": "modules/drivers/gnss/conf/.gnss_conf.pb.txt.svu", "hunk": "", "res...
true
ApolloAuto/apollo
15,553
issue_to_patch
fix: compiling failed on arm since missing dependency of bvar
70dc837ff5055747183827f137d6080ad42c069e
d5a06e7ba3e05f4cf2e827a15310851fa5d84c2b
diff --git a/cyber/statistics/BUILD b/cyber/statistics/BUILD index 0d2329dd92b..65934658a46 100644 --- a/cyber/statistics/BUILD +++ b/cyber/statistics/BUILD @@ -10,6 +10,7 @@ apollo_cc_library( "//cyber/common:cyber_common", "//cyber/proto:role_attributes_cc_proto", "//cyber/time:cyber_time",...
[ "cyber/statistics/BUILD" ]
[]
true
ApolloAuto/apollo
15,542
issue_to_patch
fix: building error of odometry_parser
f460c50897da19957cbf3b24bb3eecee2d6a937a
eefebda1d3caf389bf31d508c61ae1dacda80683
diff --git a/cyber/ros_bridge/converters/common_plugins/gnss_msg_converter/odometry_parser.cc b/cyber/ros_bridge/converters/common_plugins/gnss_msg_converter/odometry_parser.cc index 432e3917836..8d03ee8a19a 100755 --- a/cyber/ros_bridge/converters/common_plugins/gnss_msg_converter/odometry_parser.cc +++ b/cyber/ros_br...
[ "cyber/ros_bridge/converters/common_plugins/gnss_msg_converter/odometry_parser.cc" ]
[]
true
ApolloAuto/apollo
15,541
issue_to_patch
fix: build error and communication failed when using ros foxy or galatic
99432e69df01801cd668a48b35493ed55d7bb567
83ba04fa6d8e790f930ad80fc374941288c23438
diff --git a/cyber/ros_bridge/converter_base/convert_ros_double.h b/cyber/ros_bridge/converter_base/convert_ros_double.h index fba130c9713..db1244a2a8a 100644 --- a/cyber/ros_bridge/converter_base/convert_ros_double.h +++ b/cyber/ros_bridge/converter_base/convert_ros_double.h @@ -93,12 +93,13 @@ class RosApolloMessageC...
[ "cyber/ros_bridge/converter_base/convert_ros_double.h", "cyber/ros_bridge/converter_base/convert_ros_quadruple.h", "cyber/ros_bridge/converter_base/convert_ros_single.h", "cyber/ros_bridge/converter_base/convert_ros_triple.h", "cyber/ros_bridge/converter_base/message_converter.h", "cyber/ros_bridge/conver...
[]
true
ApolloAuto/apollo
15,535
issue_to_patch
fix: python configuration error on ubuntu 20.04
d30d3811a2887da72cd633ca02caccf3fa9b1250
49b2d299f292633783698361f1d5693a285fcad8
diff --git a/third_party/py/python_configure.bzl b/third_party/py/python_configure.bzl index 1b058c4faa6..86597bc1115 100644 --- a/third_party/py/python_configure.bzl +++ b/third_party/py/python_configure.bzl @@ -192,7 +192,11 @@ def _get_python_lib(repository_ctx, python_bin, lib_path_key): " library_paths =...
[ "third_party/py/python_configure.bzl" ]
[]
true
ApolloAuto/apollo
15,528
issue_to_patch
fix: cyber python init error
631ed7d78e961851e00c27f5cd5fd0534388381b
2891b461c62c844d40c36a8bcae5c5f5190e2f68
diff --git a/cyber/python/internal/py_cyber.h b/cyber/python/internal/py_cyber.h index 3f0d75087ff..b1cca07a157 100644 --- a/cyber/python/internal/py_cyber.h +++ b/cyber/python/internal/py_cyber.h @@ -16,6 +16,7 @@ #ifndef CYBER_PYTHON_INTERNAL_PY_CYBER_H_ #define CYBER_PYTHON_INTERNAL_PY_CYBER_H_ +#define PY_SSIZE...
[ "cyber/python/internal/py_cyber.h" ]
[]
true
ApolloAuto/apollo
15,526
issue_to_patch
fix: find pcl error when enable ros
1867edec3ffe50c31813d734740a23f4c2b59ca9
3de1dfcc9923536385bf660825d3b765ee926455
diff --git a/third_party/pcl/pcl_configure.bzl b/third_party/pcl/pcl_configure.bzl index 1beeb3b7213..a9e0ea8b16e 100644 --- a/third_party/pcl/pcl_configure.bzl +++ b/third_party/pcl/pcl_configure.bzl @@ -80,10 +80,15 @@ def _pcl_match_version(repository_ctx, sysroot_dir = None): empty_stdout_fine = False, ...
[ "third_party/pcl/pcl_configure.bzl" ]
[]
true
ApolloAuto/apollo
15,522
issue_to_patch
remove lidar object poll and fix aem linking issue
446af0a353a56234577806716e11a7e841c21f68
3f8d63c6a250c978031af53978b0c1a71821f19b
diff --git a/aem/funcs.sh b/aem/funcs.sh index 6a7dcb06f0a..3d6a2e46c19 100755 --- a/aem/funcs.sh +++ b/aem/funcs.sh @@ -652,7 +652,7 @@ apollo_container_created_post_action() { container_bin_path="/usr/local/bin/" ${DOCKER} cp "${aem_path}" "${APOLLO_ENV_CONTAINER_NAME}":"${container_bin_path}aem" - apollo_ex...
[ "aem/funcs.sh", "modules/drivers/lidar/compensator/compensator_component.cc" ]
[]
true
ApolloAuto/apollo
15,513
issue_to_patch
add performance parsing script and fixing performance of process sampling failures
0026d7ee9ebdb772818c741e6b9220f9412a94ff
bde4e20111a535c25e8a135218bab304b0529669
diff --git a/cyber/tools/cyber_performance/cyber_performance.py b/cyber/tools/cyber_performance/cyber_performance.py index 319a3c82d99..a7c2d824a8f 100644 --- a/cyber/tools/cyber_performance/cyber_performance.py +++ b/cyber/tools/cyber_performance/cyber_performance.py @@ -60,6 +60,9 @@ process_network_io = {} network...
[ "cyber/tools/cyber_performance/cyber_performance.py", "scripts/performance_parse.py" ]
[]
true
ApolloAuto/apollo
15,506
issue_to_patch
docs: Update path to demo record for cyber_recorder
Follow up on #15312 The path for the subsequent command in the documentation did not get updated.
baf7716e70ef9f0a9aa0ebc873c387ebc809c94e
d93a652d39a13f7a05a1f5ea745bc6ec7acaf84f
diff --git a/docs/01_Installation Instructions/how_to_launch_and_run_apollo.md b/docs/01_Installation Instructions/how_to_launch_and_run_apollo.md index 757fc13bf92..e8ea54d7022 100644 --- a/docs/01_Installation Instructions/how_to_launch_and_run_apollo.md +++ b/docs/01_Installation Instructions/how_to_launch_and_run_a...
[ "docs/01_Installation Instructions/how_to_launch_and_run_apollo.md" ]
[]
true
ApolloAuto/apollo
15,468
issue_to_patch
Apollo seyond lidar driver
1、新增Seyond激光雷达驱动; 2、已经进行过功能测试;
6edbb1f8fcee5ad2e75109b89de799236971548e
c495bc9132d465c139d95a1bdf775853dc2a3349
diff --git a/modules/drivers/lidar/cyberfile.xml b/modules/drivers/lidar/cyberfile.xml index 54ba16237ac..3f66e824224 100644 --- a/modules/drivers/lidar/cyberfile.xml +++ b/modules/drivers/lidar/cyberfile.xml @@ -34,6 +34,7 @@ <depend>libpcap-dev</depend> <depend>rsdriver</depend> <depend>vanjee-driver</depend...
[ "modules/drivers/lidar/cyberfile.xml", "modules/drivers/lidar/seyond/BUILD", "modules/drivers/lidar/seyond/README_cn.md", "modules/drivers/lidar/seyond/README_en.md", "modules/drivers/lidar/seyond/conf/seyond.pb.txt", "modules/drivers/lidar/seyond/dag/seyond.dag", "modules/drivers/lidar/seyond/launch/se...
[]
true
ApolloAuto/apollo
15,475
issue_to_patch
Apollo vanjee lidar driver
1.fix running errors with other lidar drivers.
6edbb1f8fcee5ad2e75109b89de799236971548e
f8c120c9aa86b8323e75d2d014d430392e56d54b
diff --git a/modules/drivers/lidar/vanjeelidar/BUILD b/modules/drivers/lidar/vanjeelidar/BUILD new file mode 100644 index 00000000000..c8e42a1b551 --- /dev/null +++ b/modules/drivers/lidar/vanjeelidar/BUILD @@ -0,0 +1,38 @@ +load("//tools:apollo_package.bzl", "apollo_package", "apollo_cc_library", "apollo_component") ...
[ "modules/drivers/lidar/vanjeelidar/BUILD", "modules/drivers/lidar/vanjeelidar/README.md", "modules/drivers/lidar/vanjeelidar/README_cn.md", "modules/drivers/lidar/vanjeelidar/conf/vanjeelidar.pb.txt", "modules/drivers/lidar/vanjeelidar/dag/vanjeelidar.dag", "modules/drivers/lidar/vanjeelidar/doc/parameter...
[]
true
ApolloAuto/apollo
14,868
issue_to_patch
chore: fix the open mail address of Apollo
Change-Id: I2eb63d9acddca58f21784f58e207d22e80ce5221
cd07f3fd6d4ffb215f4a477355b41e928d3b0d7b
20641ccbcf159836ea45f5ebad121149b8a4eff7
diff --git a/modules/canbus_vehicle/ch/cyberfile.xml b/modules/canbus_vehicle/ch/cyberfile.xml index 774272031bd..3f0db5a4a11 100644 --- a/modules/canbus_vehicle/ch/cyberfile.xml +++ b/modules/canbus_vehicle/ch/cyberfile.xml @@ -5,7 +5,7 @@ Dynamic loading for canbus ch vehicle module </description> - <mai...
[ "modules/canbus_vehicle/ch/cyberfile.xml", "modules/canbus_vehicle/devkit/cyberfile.xml", "modules/canbus_vehicle/ge3/cyberfile.xml", "modules/canbus_vehicle/gem/cyberfile.xml", "modules/canbus_vehicle/lexus/cyberfile.xml", "modules/canbus_vehicle/lincoln/cyberfile.xml", "modules/canbus_vehicle/neolix_e...
[]
true
ApolloAuto/apollo
15,505
issue_to_patch
canbus: update recent canbus changes
ba32187d4f1879fb0a9b941ca501cd5717c680df
bbad8a7f17a85a2402f4ff628ec39997ee115dba
diff --git a/modules/canbus/canbus_component.cc b/modules/canbus/canbus_component.cc index a6665c14872..4871f851564 100644 --- a/modules/canbus/canbus_component.cc +++ b/modules/canbus/canbus_component.cc @@ -88,30 +88,47 @@ bool CanbusComponent::Init() { chassis_cmd_reader_config.pending_queue_size = FLAGS_c...
[ "modules/canbus/canbus_component.cc", "modules/canbus/canbus_component.h", "modules/canbus/common/canbus_gflags.cc", "modules/canbus/common/canbus_gflags.h", "modules/canbus/conf/canbus.conf", "modules/canbus/conf/canbus_conf.pb.txt", "modules/canbus/vehicle/abstract_vehicle_factory.cc", "modules/canb...
[]
diff --git a/modules/canbus_vehicle/ch/ch_controller_test.cc b/modules/canbus_vehicle/ch/ch_controller_test.cc index 48f2f468e1a..3b711165b02 100644 --- a/modules/canbus_vehicle/ch/ch_controller_test.cc +++ b/modules/canbus_vehicle/ch/ch_controller_test.cc @@ -53,15 +53,13 @@ class ChControllerTest : public ::testing::...
true
ApolloAuto/apollo
15,312
issue_to_patch
Update how_to_launch_and_run_apollo.md
Corrected path of demo_guide
43922a04d0ecbdb2da4bf2d77b445fd11017e563
1d6e0ad5d648cc09b701afb5a988a1c3682892b1
diff --git a/docs/01_Installation Instructions/how_to_launch_and_run_apollo.md b/docs/01_Installation Instructions/how_to_launch_and_run_apollo.md index 1d02567ad02..757fc13bf92 100644 --- a/docs/01_Installation Instructions/how_to_launch_and_run_apollo.md +++ b/docs/01_Installation Instructions/how_to_launch_and_run_a...
[ "docs/01_Installation Instructions/how_to_launch_and_run_apollo.md" ]
[]
true
ApolloAuto/apollo
15,369
issue_to_patch
Fix apollo_6_0_quick_start_cn.md link
Fix broken link (Apollo 3.5 硬件与系统安装指南) 修复损坏的404链接
0ac55bbdbd4485e83fac8030cde006bef34a9374
cea92b97b50b0ea5b50f0367fcd07efa5e945d91
diff --git a/docs/02_Quick Start/apollo_6_0_quick_start_cn.md b/docs/02_Quick Start/apollo_6_0_quick_start_cn.md index 36753bb8aaf..14615a14823 100644 --- a/docs/02_Quick Start/apollo_6_0_quick_start_cn.md +++ b/docs/02_Quick Start/apollo_6_0_quick_start_cn.md @@ -19,7 +19,7 @@ Apollo集成了新的深度学习模型,包括使用PointPillars进行障碍 ...
[ "docs/02_Quick Start/apollo_6_0_quick_start_cn.md" ]
[]
true
ApolloAuto/apollo
15,413
issue_to_patch
fix: fix broken links in documentation
54c820207c1ed4b0a485e7267aea4fadf19b84d6
482b5381d93d300f4ff61a2a2f9583f64db8bb30
diff --git a/docs/02_Quick Start/README.md b/docs/02_Quick Start/README.md index 4e17c6c2a62..8378146777b 100644 --- a/docs/02_Quick Start/README.md +++ b/docs/02_Quick Start/README.md @@ -5,7 +5,7 @@ - [Apollo 8.0 quick start](./apollo_8_0_quick_start.md) - [Apollo software installation guide - package method](../01...
[ "docs/02_Quick Start/README.md", "docs/02_Quick Start/apollo_3_5_quick_start.md", "docs/02_Quick Start/apollo_5_0_quick_start.md", "docs/02_Quick Start/apollo_5_5_quick_start.md", "docs/02_Quick Start/apollo_6_0_quick_start.md", "docs/02_Quick Start/apollo_6_0_quick_start_cn.md", "docs/10_Control/how_to...
[]
true
ApolloAuto/apollo
15,474
issue_to_patch
Fix typos
Fix typos
6edbb1f8fcee5ad2e75109b89de799236971548e
335a789b6553f263f589abd4cb3ec91de5c5d5f9
diff --git a/cyber/examples/service.cc b/cyber/examples/service.cc index babe651c41e..8aaf561ec15 100644 --- a/cyber/examples/service.cc +++ b/cyber/examples/service.cc @@ -40,7 +40,7 @@ int main(int argc, char* argv[]) { while (apollo::cyber::OK()) { auto res = client->SendRequest(driver_msg); if (res != ...
[ "cyber/examples/service.cc", "cyber/mainboard/module_argument.cc", "cyber/node/node.h", "cyber/node/reader_base.h", "cyber/parameter/parameter_client.h" ]
[]
true
ApolloAuto/apollo
15,446
issue_to_patch
fix : fix README_cn.md ;The “planning” in the document was misspelled as “lanning”.
The “planning” in the document was misspelled as “lanning”.
3e175e04610cc1aa08fc1e86869fb5f5970c0414
e4972cf30000b40450578c3b1e3a527d521de1b1
diff --git a/modules/planning/planning_component/README_cn.md b/modules/planning/planning_component/README_cn.md index 5f5e2d21de1..66228a3d83b 100644 --- a/modules/planning/planning_component/README_cn.md +++ b/modules/planning/planning_component/README_cn.md @@ -15,9 +15,9 @@ planning模块由以下几个目录构成: - **planning_base**...
[ "modules/planning/planning_component/README_cn.md" ]
[]
true
ApolloAuto/apollo
15,438
issue_to_patch
Apollo vanjee lidar driver
1、添加万集激光雷达驱动; 2、已经进行过功能测试;
dff5e80beb524e38959377205fb9ef62c93afb1e
0eb4f9f5fe75d444f2260d492e7620bc864a9f87
diff --git a/modules/drivers/lidar/vanjeelidar/BUILD b/modules/drivers/lidar/vanjeelidar/BUILD new file mode 100644 index 00000000000..c8e42a1b551 --- /dev/null +++ b/modules/drivers/lidar/vanjeelidar/BUILD @@ -0,0 +1,38 @@ +load("//tools:apollo_package.bzl", "apollo_package", "apollo_cc_library", "apollo_component") ...
[ "modules/drivers/lidar/vanjeelidar/BUILD", "modules/drivers/lidar/vanjeelidar/README.md", "modules/drivers/lidar/vanjeelidar/README_cn.md", "modules/drivers/lidar/vanjeelidar/conf/vanjeelidar.pb.txt", "modules/drivers/lidar/vanjeelidar/dag/vanjeelidar.dag", "modules/drivers/lidar/vanjeelidar/doc/parameter...
[ { "comment": "Is pcap required?", "path": "modules/drivers/lidar/vanjeelidar/BUILD", "hunk": "@@ -0,0 +1,39 @@\n+load(\"//tools:apollo_package.bzl\", \"apollo_package\", \"apollo_cc_library\", \"apollo_component\")\r\n+load(\"//tools:cpplint.bzl\", \"cpplint\")\r\n+\r\n+package(default_visibility = [\"/...
true
ApolloAuto/apollo
15,438
comment_to_fix
Apollo vanjee lidar driver
Is pcap required?
dff5e80beb524e38959377205fb9ef62c93afb1e
0eb4f9f5fe75d444f2260d492e7620bc864a9f87
diff --git a/modules/drivers/lidar/vanjeelidar/BUILD b/modules/drivers/lidar/vanjeelidar/BUILD new file mode 100644 index 00000000000..c8e42a1b551 --- /dev/null +++ b/modules/drivers/lidar/vanjeelidar/BUILD @@ -0,0 +1,38 @@ +load("//tools:apollo_package.bzl", "apollo_package", "apollo_cc_library", "apollo_component") ...
[ "modules/drivers/lidar/vanjeelidar/BUILD" ]
[ { "comment": "Is pcap required?", "path": "modules/drivers/lidar/vanjeelidar/BUILD", "hunk": "@@ -0,0 +1,39 @@\n+load(\"//tools:apollo_package.bzl\", \"apollo_package\", \"apollo_cc_library\", \"apollo_component\")\r\n+load(\"//tools:cpplint.bzl\", \"cpplint\")\r\n+\r\n+package(default_visibility = [\"/...
true
ApolloAuto/apollo
15,438
comment_to_fix
Apollo vanjee lidar driver
Where are the files? If have source code, you can add in the code
dff5e80beb524e38959377205fb9ef62c93afb1e
0eb4f9f5fe75d444f2260d492e7620bc864a9f87
diff --git a/modules/drivers/lidar/vanjeelidar/src/vanjeelidar_component.cpp b/modules/drivers/lidar/vanjeelidar/src/vanjeelidar_component.cpp new file mode 100644 index 00000000000..dfce9b34f8f --- /dev/null +++ b/modules/drivers/lidar/vanjeelidar/src/vanjeelidar_component.cpp @@ -0,0 +1,182 @@ +/*********************...
[ "modules/drivers/lidar/vanjeelidar/src/vanjeelidar_component.cpp" ]
[ { "comment": "Where are the files? If have source code, you can add in the code", "path": "modules/drivers/lidar/vanjeelidar/src/vanjeelidar_component.cpp", "hunk": "@@ -0,0 +1,183 @@\n+/******************************************************************************\n+ * Copyright 2024 The Apollo Authors...
true
ApolloAuto/apollo
15,449
issue_to_patch
Revert "Apollo vanjee lidar driver"
Reverts ApolloAuto/apollo#15438
3e175e04610cc1aa08fc1e86869fb5f5970c0414
c49033b0ec8e6fd2a28b3f7f3dcabc053baf2d5f
diff --git a/modules/drivers/lidar/vanjeelidar/BUILD b/modules/drivers/lidar/vanjeelidar/BUILD deleted file mode 100644 index c8e42a1b551..00000000000 --- a/modules/drivers/lidar/vanjeelidar/BUILD +++ /dev/null @@ -1,38 +0,0 @@ -load("//tools:apollo_package.bzl", "apollo_package", "apollo_cc_library", "apollo_component...
[ "modules/drivers/lidar/vanjeelidar/BUILD", "modules/drivers/lidar/vanjeelidar/README.md", "modules/drivers/lidar/vanjeelidar/README_cn.md", "modules/drivers/lidar/vanjeelidar/conf/vanjeelidar.pb.txt", "modules/drivers/lidar/vanjeelidar/dag/vanjeelidar.dag", "modules/drivers/lidar/vanjeelidar/doc/parameter...
[]
true
ApolloAuto/apollo
15,408
issue_to_patch
road test pass. modify Enbroad gnss driver code and improve compatibility and restore gnss_conf.pb.txt
路测通过,并在z客户apollo上使用。具体详细说明,参考《亿波达组合惯导接入Apollol设计方案》
54c820207c1ed4b0a485e7267aea4fadf19b84d6
6e01ee011b2002d2a4490ee107c439ba9244d679
diff --git a/modules/drivers/gnss/parser/enbroad_parser/enbroad_messages.h b/modules/drivers/gnss/parser/enbroad_parser/enbroad_messages.h new file mode 100755 index 00000000000..e481607b0c1 --- /dev/null +++ b/modules/drivers/gnss/parser/enbroad_parser/enbroad_messages.h @@ -0,0 +1,220 @@ +/***************************...
[ "modules/drivers/gnss/parser/enbroad_parser/enbroad_messages.h", "modules/drivers/gnss/parser/enbroad_parser/enbroad_parser.cc", "modules/drivers/gnss/parser/parser.h", "modules/drivers/gnss/proto/config.proto" ]
[]
true
ApolloAuto/apollo
15,317
issue_to_patch
reeds_shepp_path cost computation bug tag v9.0.0,modules/planning/planning_base/open_space/coarse_trajectory_generator/reeds_shepp_path.cc, line 124&127: cost += cost + traj_gear_switch_penalty_; cost added two times.
fix(planning): del redundant add for cost (#15316)
43922a04d0ecbdb2da4bf2d77b445fd11017e563
88914fd001982c9b94def70d58858fd5752f9d00
diff --git a/modules/planning/planning_base/open_space/coarse_trajectory_generator/reeds_shepp_path.cc b/modules/planning/planning_base/open_space/coarse_trajectory_generator/reeds_shepp_path.cc index a164fbf4765..f18f8809aa9 100644 --- a/modules/planning/planning_base/open_space/coarse_trajectory_generator/reeds_shepp...
[ "modules/planning/planning_base/open_space/coarse_trajectory_generator/reeds_shepp_path.cc" ]
[]
true
ApolloAuto/apollo
15,316
issue_to_patch
fix(planning): del redundant add for cost
del redundant add for cost in "ShortestRSP"
43922a04d0ecbdb2da4bf2d77b445fd11017e563
28e377a971ead8931436e15df70d7549f75bc441
diff --git a/modules/planning/planning_base/open_space/coarse_trajectory_generator/reeds_shepp_path.cc b/modules/planning/planning_base/open_space/coarse_trajectory_generator/reeds_shepp_path.cc index a164fbf4765..f18f8809aa9 100644 --- a/modules/planning/planning_base/open_space/coarse_trajectory_generator/reeds_shepp...
[ "modules/planning/planning_base/open_space/coarse_trajectory_generator/reeds_shepp_path.cc" ]
[]
true
ApolloAuto/apollo
15,234
issue_to_patch
Launching Dreamview+ I am interested in trying out Dreamview 2.0 (Dreamview+), and noticed documentation suggests starting it using `aem` ``` aem bootstrap start --plus ``` Is there a way to launch Dreamview 2.0 without `aem`? For example, in older versions we do ``` bash docker/scripts/dev_start.sh bash do...
fix: dreamview_plus documentation
Resolves #15233
803170c79e5ef12bafd0adb1b39273b576e4589a
a8167aa5f9af13908b4f501b68b9a5f8b12af304
diff --git a/modules/dreamview_plus/README.md b/modules/dreamview_plus/README.md index 84cb5e85f21..e8416fb7aa5 100644 --- a/modules/dreamview_plus/README.md +++ b/modules/dreamview_plus/README.md @@ -53,7 +53,7 @@ modules/dreamview_plus 1. Build apollo in source env or install `dreamview-plus` and `monitor` package i...
[ "modules/dreamview_plus/README.md" ]
[]
true
ApolloAuto/apollo
15,180
issue_to_patch
fix: fix a typo in apollo_package.bzl
fix a typo in apollo_package.bzl
5d989367890518e4b8ae44ef22b6e283a79ce0d5
4472f228f6df90005d4fffdee6729ecf652d8b82
diff --git a/tools/apollo_package.bzl b/tools/apollo_package.bzl index 7e0deecee61..6847c641e7b 100644 --- a/tools/apollo_package.bzl +++ b/tools/apollo_package.bzl @@ -334,7 +334,7 @@ def apollo_component(**kwargs): if not kwargs["name"].startswith("lib") or not kwargs["name"].endswith(".so"): fail("name...
[ "tools/apollo_package.bzl" ]
[]
true
ApolloAuto/apollo
15,153
issue_to_patch
Fix broken link to Jointly Prediction Planning Evaluator from Prediction README.md
I tried to figure out which document was the correct link. Can someone please verify?
a3c851fc5844e0684b9c5108231fcc2c15cebb8e
e49bb994c93ee1de011cb3fbff1dcb701094d830
diff --git a/modules/prediction/README.md b/modules/prediction/README.md index cd72085dbce..7df2dc7ae6a 100644 --- a/modules/prediction/README.md +++ b/modules/prediction/README.md @@ -70,7 +70,7 @@ The list of available evaluators include: * **Vectornet LSTM evaluator**: this evaluator is used in place of Semantic ...
[ "modules/prediction/README.md" ]
[]
true
ApolloAuto/apollo
15,113
issue_to_patch
fix(docker): limit amodel version, and check if pip3 exist
5a7c5d05f911d11bf4c2ad389571814027ae50a7
8a27f0dbbbdf701d2d8166a5e3a4c20b40041587
diff --git a/docker/scripts/dev_start.sh b/docker/scripts/dev_start.sh index b02c75482dd..a9ca8a3268d 100755 --- a/docker/scripts/dev_start.sh +++ b/docker/scripts/dev_start.sh @@ -53,7 +53,7 @@ MAP_VOLUMES_CONF= # Install python tools source docker/setup_host/host_env.sh DEFAULT_PYTHON_TOOLS=( - amodel + amodel~=...
[ "docker/scripts/dev_start.sh" ]
[]
true
ApolloAuto/apollo
15,103
issue_to_patch
fix(cyber):cyber_monitor no message bug fix
0b4cbec317bb66636bd1615288ee890e423da4b1
083df0e75d4ccff98d231bef551bfaa649f867b4
diff --git a/cyber/message/protobuf_factory.cc b/cyber/message/protobuf_factory.cc index e6a67745880..dcacec29ca0 100644 --- a/cyber/message/protobuf_factory.cc +++ b/cyber/message/protobuf_factory.cc @@ -47,15 +47,28 @@ bool ProtobufFactory::RegisterMessage(const Descriptor& desc) { } bool ProtobufFactory::Registe...
[ "cyber/message/protobuf_factory.cc", "cyber/message/protobuf_factory.h" ]
[]
true
ApolloAuto/apollo
13,868
issue_to_patch
[bridge]解决了接收多个帧时无法将数据发布给相应的话题
当我使用Apollo的bridge模块测试数据的接收与发送时,发现了一个问题:当客户端发送单帧数据时,服务端可以顺利解析并发布到相关的话题,但是当protobuf数据过大,需要客户端将protobuf数据分为多帧进行发送时,服务端却无法将接收数据并发送至相关话题。 经过排查,发现`BridgeProtoDiserializedBuf`的数据成员`sequence_num_`和`proto_name_`没有进行初始化,导致`BridgeProtoDiserializedBuf<T>::IsTheProto`函数无法判断该帧属于哪个protobuf数据,因此需要在`BridgeProtoDiserializedBuf<T>::Init...
37e3365fd0ad383e1be1991d8eee90f88b628d60
08971ac75b637aa23da67901c312ff5882139db2
diff --git a/modules/bridge/common/bridge_proto_diserialized_buf.h b/modules/bridge/common/bridge_proto_diserialized_buf.h index b88559837c3..cd87299dd01 100644 --- a/modules/bridge/common/bridge_proto_diserialized_buf.h +++ b/modules/bridge/common/bridge_proto_diserialized_buf.h @@ -137,6 +137,8 @@ template <typename ...
[ "modules/bridge/common/bridge_proto_diserialized_buf.h" ]
[]
true
ApolloAuto/apollo
4,741
issue_to_patch
planning: fix bug in cubic polynomial
b849f3c90a400d67ab1369861bb769691e026f9e
95d1588bfdcd4a0dc09301606d50731256e15301
diff --git a/modules/planning/constraint_checker/constraint_checker1d.cc b/modules/planning/constraint_checker/constraint_checker1d.cc index 82ad89fa046..539c85e4ea7 100644 --- a/modules/planning/constraint_checker/constraint_checker1d.cc +++ b/modules/planning/constraint_checker/constraint_checker1d.cc @@ -28,12 +28,9...
[ "modules/planning/constraint_checker/constraint_checker1d.cc", "modules/planning/math/curve1d/cubic_polynomial_curve1d.cc", "modules/planning/math/curve1d/cubic_polynomial_curve1d.h" ]
[]
true
ApolloAuto/apollo
15,033
issue_to_patch
Add lslidar driver for Apollo platform
Add lslidar driver for Apollo platform,230706
d5f88cb390d01cc15bc11d9af484d8e5a34d218f
c70f99a22da82fa554b9880d021dc3b9c83ab17b
diff --git a/modules/drivers/lidar/BUILD b/modules/drivers/lidar/BUILD index 1f289ba7b35..81d04bf37bc 100644 --- a/modules/drivers/lidar/BUILD +++ b/modules/drivers/lidar/BUILD @@ -18,6 +18,7 @@ install( "//modules/drivers/lidar/hesai:install", "//modules/drivers/lidar/robosense:install", "//...
[ "modules/drivers/lidar/BUILD", "modules/drivers/lidar/lslidar/BUILD", "modules/drivers/lidar/lslidar/README_cn.md", "modules/drivers/lidar/lslidar/README_en.md", "modules/drivers/lidar/lslidar/conf/lslidar16_compensator.pb.txt", "modules/drivers/lidar/lslidar/conf/lslidar16_conf.pb.txt", "modules/driver...
[]
diff --git a/modules/drivers/lidar/lslidar/conf/lslidartest_conf.pb.txt b/modules/drivers/lidar/lslidar/conf/lslidartest_conf.pb.txt new file mode 100644 index 00000000000..0bb207bb4f9 --- /dev/null +++ b/modules/drivers/lidar/lslidar/conf/lslidartest_conf.pb.txt @@ -0,0 +1,29 @@ +model: LSLIDAR_C1_V4 +device_ip: "192....
true
ApolloAuto/apollo
15,042
issue_to_patch
Add lslidar driver for Apollo platform,230714
Add lslidar driver for Apollo platform
d5f88cb390d01cc15bc11d9af484d8e5a34d218f
cf81fa2fe3573914ef92f63f46300b7ca5cf2958
diff --git a/modules/drivers/lidar/BUILD b/modules/drivers/lidar/BUILD index 1f289ba7b35..81d04bf37bc 100644 --- a/modules/drivers/lidar/BUILD +++ b/modules/drivers/lidar/BUILD @@ -18,6 +18,7 @@ install( "//modules/drivers/lidar/hesai:install", "//modules/drivers/lidar/robosense:install", "//...
[ "modules/drivers/lidar/BUILD", "modules/drivers/lidar/lslidar/BUILD", "modules/drivers/lidar/lslidar/README_cn.md", "modules/drivers/lidar/lslidar/README_en.md", "modules/drivers/lidar/lslidar/conf/lslidar16_compensator.pb.txt", "modules/drivers/lidar/lslidar/conf/lslidar16_conf.pb.txt", "modules/driver...
[]
diff --git a/modules/drivers/lidar/lslidar/conf/lslidartest_conf.pb.txt b/modules/drivers/lidar/lslidar/conf/lslidartest_conf.pb.txt new file mode 100644 index 00000000000..0bb207bb4f9 --- /dev/null +++ b/modules/drivers/lidar/lslidar/conf/lslidartest_conf.pb.txt @@ -0,0 +1,29 @@ +model: LSLIDAR_C1_V4 +device_ip: "192....
true
ApolloAuto/apollo
1,040
issue_to_patch
planning: use timer to control rerouting frequency
0e8edcdaea489445de8191a5bf2d14c755c14da0
7c099379cf35b239e23d116d8690ad113fe1c5cc
diff --git a/modules/planning/common/planning_gflags.cc b/modules/planning/common/planning_gflags.cc index b6ad27d04ae..502db6fd935 100644 --- a/modules/planning/common/planning_gflags.cc +++ b/modules/planning/common/planning_gflags.cc @@ -49,6 +49,14 @@ DEFINE_double(look_forward_time_sec, 8, "look for...
[ "modules/planning/common/planning_gflags.cc", "modules/planning/common/planning_gflags.h", "modules/planning/tasks/traffic_decider/BUILD", "modules/planning/tasks/traffic_decider/rerouting.cc" ]
[]
true
ApolloAuto/apollo
14,544
issue_to_patch
Update disclaimer link
0e3f5265ce89dae91789aad6cb6ab590abb97fd9
071bc80f0574dab356c603140f3f69a04cf40498
diff --git a/README.md b/README.md index 0319c58756f..6d63ec056a7 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Apollo is provided under the [Apache-2.0 license](https://github.com/ApolloAuto/ Apollo open source platform only has the source code for models, algorithms and processes, which will be integr...
[ "README.md" ]
[]
true
ApolloAuto/apollo
13,820
issue_to_patch
Revert "Tools: fix the typo in rtk recorder"
Reverts ApolloAuto/apollo#13819
175b4b398398f3d600ab7599c35fb3b662ad7901
e19f4dd3093ea3ec3c8c6bb57c366a9d3d502c18
diff --git a/modules/tools/record_play/rtk_recorder.py b/modules/tools/record_play/rtk_recorder.py index 4c83b7a4b09..0e72282fd08 100644 --- a/modules/tools/record_play/rtk_recorder.py +++ b/modules/tools/record_play/rtk_recorder.py @@ -134,7 +134,7 @@ def localization_callback(self, data): carmax_steer_angle ...
[ "modules/tools/record_play/rtk_recorder.py" ]
[]
true
ApolloAuto/apollo
14,634
issue_to_patch
Fix perception.velocity direction bug and perception frequency bug
When using the _garage_perception.bash_ script to register the obstacles, the green arrow of obstacle velocity direction doesn't change in the Dreamview because the `perception.velocity` is not updated in the `linear_project_perception` function. Here we add a line of code to update the `perception.velocity`.
39c3d7641493fd5fe3d1d49b862549b7fe41da44
f553badf637d049f3cc8940ae7bdfce7de509f64
diff --git a/modules/tools/perception/replay_perception.py b/modules/tools/perception/replay_perception.py index 3b1578b6a37..5fe167cde47 100644 --- a/modules/tools/perception/replay_perception.py +++ b/modules/tools/perception/replay_perception.py @@ -231,7 +231,7 @@ def linear_project_perception(description, prev_per...
[ "modules/tools/perception/replay_perception.py" ]
[ { "comment": "we should just use float(period)", "path": "modules/tools/perception/replay_perception.py", "hunk": "@@ -272,9 +272,9 @@ def perception_publisher(perception_channel, files, period):\n node = cyber.Node(\"perception\")\n writer = node.create_writer(perception_channel, PerceptionObst...
true
ApolloAuto/apollo
14,634
comment_to_fix
Fix perception.velocity direction bug and perception frequency bug
we should just use float(period)
39c3d7641493fd5fe3d1d49b862549b7fe41da44
f553badf637d049f3cc8940ae7bdfce7de509f64
diff --git a/modules/tools/perception/replay_perception.py b/modules/tools/perception/replay_perception.py index 3b1578b6a37..5fe167cde47 100644 --- a/modules/tools/perception/replay_perception.py +++ b/modules/tools/perception/replay_perception.py @@ -231,7 +231,7 @@ def linear_project_perception(description, prev_per...
[ "modules/tools/perception/replay_perception.py" ]
[ { "comment": "we should just use float(period)", "path": "modules/tools/perception/replay_perception.py", "hunk": "@@ -272,9 +272,9 @@ def perception_publisher(perception_channel, files, period):\n node = cyber.Node(\"perception\")\n writer = node.create_writer(perception_channel, PerceptionObst...
true
ApolloAuto/apollo
14,634
comment_to_fix
Fix perception.velocity direction bug and perception frequency bug
Not sure if velocity needs to be calculated from position
39c3d7641493fd5fe3d1d49b862549b7fe41da44
f553badf637d049f3cc8940ae7bdfce7de509f64
diff --git a/modules/tools/perception/replay_perception.py b/modules/tools/perception/replay_perception.py index 3b1578b6a37..5fe167cde47 100644 --- a/modules/tools/perception/replay_perception.py +++ b/modules/tools/perception/replay_perception.py @@ -231,7 +231,7 @@ def linear_project_perception(description, prev_per...
[ "modules/tools/perception/replay_perception.py" ]
[ { "comment": "Not sure if velocity needs to be calculated from position", "path": "modules/tools/perception/replay_perception.py", "hunk": "@@ -231,7 +231,7 @@ def linear_project_perception(description, prev_perception):\n get_point(trace[i - 1], trace[i], ratio))\n perceptio...
true
ApolloAuto/apollo
14,854
issue_to_patch
fix(tools): fix typo in sensor_calibration
cd510fe5c4b3197383900d00b0f832d4be9ca5b0
de5ee795e67d9f5aec901f24db76f7c19a05dcf1
diff --git a/modules/tools/sensor_calibration/extract_data.py b/modules/tools/sensor_calibration/extract_data.py index 59a06e5e7d3..15b5c79df60 100755 --- a/modules/tools/sensor_calibration/extract_data.py +++ b/modules/tools/sensor_calibration/extract_data.py @@ -94,7 +94,7 @@ class Extractor(object): def __in...
[ "modules/tools/sensor_calibration/extract_data.py" ]
[]
true
ApolloAuto/apollo
14,768
issue_to_patch
fix(docs): fix typo in apollo_software_installation_guide_package_method.md
fix(docs): fix typo in apollo_software_installation_guide_package_method.md
cd510fe5c4b3197383900d00b0f832d4be9ca5b0
b3e9b1a6073c05715de71cd270e5ce96db5527b9
diff --git a/docs/01_Installation Instructions/apollo_software_installation_guide_package_method.md b/docs/01_Installation Instructions/apollo_software_installation_guide_package_method.md index 49e30e0b773..e881ddb520c 100644 --- a/docs/01_Installation Instructions/apollo_software_installation_guide_package_method.md ...
[ "docs/01_Installation Instructions/apollo_software_installation_guide_package_method.md" ]
[]
true
ApolloAuto/apollo
14,875
issue_to_patch
fix: fix lint issue
fix ci pipeline and lint code.
b352846f7ba0f120d564a1f423b96910723f253b
8176553c420da90ae584cf07b9e12468be37cf4f
diff --git a/modules/perception/inference/migraphx/plugins/plugin.h b/modules/perception/inference/migraphx/plugins/plugin.h index 0ae5a2b5a84..8a766dbe05d 100644 --- a/modules/perception/inference/migraphx/plugins/plugin.h +++ b/modules/perception/inference/migraphx/plugins/plugin.h @@ -22,44 +22,42 @@ #define DEPREC...
[ "modules/perception/inference/migraphx/plugins/plugin.h", "modules/perception/onboard/component/lidar_tracking_component.cc", "modules/perception/onboard/component/lidar_tracking_component.h" ]
[]
true