loverustfs
4d0045ff18
Add workflow to mark stale issues automatically
...
Add workflow to mark stale issues automatically
Signed-off-by: loverustfs <hello@rustfs.com >
2026-01-03 11:42:12 +08:00
houseme
134e7e237c
chore: upgrade GitHub Actions artifact actions ( #1339 )
2026-01-02 12:29:59 +08:00
0xdx2
b19e8070a2
fix(tagging): fix e2e test_object_tagging failure ( #1327 )
2026-01-01 17:38:37 +08:00
Copilot
3d6681c9e5
chore: remove e2e-mint workflow ( #1274 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com >
2025-12-26 21:55:04 +08:00
houseme
08f1a31f3f
Fix notification event stream cleanup, add bounded send concurrency, and reduce overhead ( #1224 )
2025-12-22 00:57:05 +08:00
loverustfs
1c51e204ab
ci: reduce cargo build jobs to 2 for standard-2 runner
2025-12-21 23:54:40 +08:00
loverustfs
958f054123
ci: update all workflows to use ubicloud-standard-2 runner
2025-12-21 23:43:12 +08:00
loverustfs
1e35edf079
chore(ci): restore workflows before 8e0aeb4 ( #1212 )
2025-12-20 07:50:49 +08:00
Copilot
8dd3e8b534
fix: decode form-urlencoded object names in webhook/mqtt Key field ( #1210 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com >
Co-authored-by: houseme <housemecn@gmail.com >
2025-12-20 01:31:09 +08:00
loverustfs
8e0aeb4fdc
Optimize ci ubicloud ( #1208 )
2025-12-19 23:22:45 +08:00
loverustfs
61f4d307b5
Modify latest version tips to console
2025-12-19 14:57:19 +08:00
loverustfs
3eafeb0ff0
Modify to accelerate
2025-12-19 13:01:17 +08:00
houseme
4abfc9f554
Fix/fix event 1216 ( #1191 )
...
Signed-off-by: loverustfs <hello@rustfs.com >
Co-authored-by: loverustfs <hello@rustfs.com >
2025-12-19 12:07:07 +08:00
loverustfs
889c67f359
Modify to ubicloud
2025-12-19 09:42:21 +08:00
loverustfs
1d111464f9
Return to GitHub hosting
...
Return to GitHub hosting
Signed-off-by: loverustfs <hello@rustfs.com >
2025-12-19 09:15:26 +08:00
loverustfs
a0b2f5a232
self-host
...
self-host
Signed-off-by: loverustfs <hello@rustfs.com >
2025-12-18 22:23:25 +08:00
安正超
443947e1ac
fix: improve S3 API compatibility for ListObjects operations ( #1173 )
...
Signed-off-by: 安正超 <anzhengchao@gmail.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: houseme <housemecn@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-17 21:50:03 +08:00
安正超
cb3e496b17
Feat/e2e s3tests ( #1120 )
...
Signed-off-by: 安正超 <anzhengchao@gmail.com >
2025-12-11 22:32:07 +08:00
houseme
e197486c8c
upgrade action checkout version from v5 to v6 ( #1067 )
...
Co-authored-by: 0xdx2 <xuedamon2@gmail.com >
Co-authored-by: loverustfs <hello@rustfs.com >
2025-12-11 15:39:20 +08:00
dependabot[bot]
0da943a6a4
build(deps): bump s3s from 0.12.0-rc.4 to 0.12.0-rc.5 in the s3s group ( #1046 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: loverustfs <hello@rustfs.com >
Co-authored-by: houseme <housemecn@gmail.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com >
2025-12-11 15:20:36 +08:00
loverustfs
421f66ea18
Disable codeql
2025-12-11 09:29:46 +08:00
0xdx2
9f12a7678c
feat(ci): add codeql to scanner code ( #1076 )
2025-12-10 21:48:18 +08:00
majinghe
ae46ea4bd3
fix github action security found by github CodeQL ( #1091 )
2025-12-10 12:07:28 +08:00
Hunter Wu
72930b1e30
security: Fix timing attack vulnerability in credential comparison ( #1014 )
...
Co-authored-by: Copilot AI <copilot@github.com >
2025-12-06 15:13:27 +08:00
majinghe
0d0edc22be
update helm package ci file and helm values file ( #1004 )
2025-12-05 22:13:00 +08:00
majinghe
b8b905be86
add helm package ci file ( #994 )
2025-12-05 15:09:53 +08:00
Copilot
b7964081ce
Fix KMS configuration synchronization across cluster nodes ( #855 )
...
* Initial plan
* Add KMS configuration persistence to cluster storage
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com >
* Apply code formatting to KMS configuration changes
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com >
* add comment
* fix fmt
* fix
* Fix overlapping dependabot cargo configurations
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com >
* improve code for comment and replace `Once_Cell` to `std::sync::OnceLock`
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com >
Co-authored-by: houseme <housemecn@gmail.com >
Co-authored-by: loverustfs <155562731+loverustfs@users.noreply.github.com >
2025-11-16 00:05:03 +08:00
Nugine
f73fa59bf6
ci: fix dependabot ( #860 )
2025-11-15 22:35:59 +08:00
Nugine
0b1b7832fe
ci: update s3s weekly ( #858 )
2025-11-15 22:05:03 +08:00
houseme
9d553620cf
remove linux dep and upgrade Protocol Buffers and FlatBuffers ( #853 )
2025-11-14 12:50:55 +08:00
安正超
f0c2ede7a7
Remove unnecessary tools folder in CI workflow ( #770 )
2025-10-31 16:44:08 +08:00
安正超
08aeca89ef
feat: Allow alpha versions to create latest Docker tag ( #577 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
2025-09-23 19:39:00 +08:00
houseme
3557a52dc4
Potential fix for code scanning alert no. 7: Workflow does not contain permissions ( #457 )
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-08-24 10:10:04 +08:00
houseme
f1c50fcb74
fix:Workflow does not contain permissions ( #451 )
2025-08-23 12:35:23 +08:00
houseme
bdcba3460e
Potential fix for code scanning alert no. 13: Code injection ( #447 )
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com >
2025-08-23 10:05:00 +08:00
houseme
2c7366038e
modify protobuf version from to
2025-08-13 01:01:50 +08:00
houseme
1cc6dfde87
modify protobuf version from 31.1 to 31.0
2025-08-13 00:58:22 +08:00
houseme
0f7093c5f9
chore: upgrade actions/checkout from v4 to v5 ( #381 )
...
* chore: upgrade actions/checkout from v4 to v5
- Update GitHub Actions checkout action version
- Ensure compatibility with latest workflow features
- Maintain existing checkout behavior and configuration
* upgrade version
2025-08-12 11:17:58 +08:00
junxiang Mu
3497ccfada
Chore: reduce PR template checklist
...
Signed-off-by: junxiang Mu <1948535941@qq.com >
2025-08-10 21:29:30 +08:00
houseme
48a9707110
fix: add tokio-test ( #363 )
...
* fix: add tokio-test
* fix: "called `unwrap` on `v` after checking its variant with `is_some`"
= help: try using `if let` or `match`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap
= note: `-D clippy::unnecessary-unwrap` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_unwrap)]`
* fmt
* set toolchain 1.88.0
* fmt
* fix: cliip
2025-08-08 10:23:22 +08:00
安正超
526c4d5a61
refactor: 优化构建工作流,统一 latest 文件处理和简化制品上传 ( #293 )
2025-07-25 01:10:04 +08:00
安正超
affe27298c
fix: improve Windows build support and CI/CD workflow ( #283 )
...
- Fix Windows zip command issue by using PowerShell Compress-Archive
- Add Windows support for OSS upload with ossutil
- Replace Chinese comments with English in build.yml
- Fix bash syntax error in package_zip function
- Improve code formatting and consistency
- Update various configuration files for better cross-platform support
Resolves Windows build failures in GitHub Actions.
2025-07-22 23:55:57 +08:00
houseme
693db59fcc
fix
2025-07-21 20:45:59 +08:00
houseme
0a7df4ef26
fix
2025-07-21 19:03:15 +08:00
houseme
9dcdc44718
fix
2025-07-21 18:03:01 +08:00
houseme
2a0c618f8b
fix: windows build
2025-07-21 17:45:56 +08:00
loverustfs
bebd78fbbb
Add GNU to build.yml ( #275 )
...
* fix unzip error
* fix url change error
fix url change error
* Simplify user experience and integrate console and endpoint
Simplify user experience and integrate console and endpoint
* Add gnu to build.yml
2025-07-21 16:58:29 +08:00
Chrislearn Young
823d4b6f79
Add typos github actions and fix typos ( #265 )
...
* Add typo github actions and fix typos
* cargo fmt
2025-07-19 22:08:50 +08:00
安正超
051ea7786f
fix: ossutil install command. ( #263 )
2025-07-19 18:21:31 +08:00
安正超
42b645e355
fix: robust Dockerfile version logic for v prefix handling ( #262 )
...
* fix: robust Dockerfile version logic for v prefix handling
* wip
2025-07-19 15:50:15 +08:00