Chris Lu
d6ff6ed6d4
feat(rust-volume-server): mirror backend healthz and normalize absolute request targets
4 weeks ago
Chris Lu
532bf863ad
docs(volume-server): log native ui static method parity progress
4 weeks ago
Chris Lu
23e4497b21
feat(rust-volume-server): add native ui static and public no-op handlers
4 weeks ago
Chris Lu
b0447d2479
docs(volume-server): track native rust options parity milestone
4 weeks ago
Chris Lu
fbff2cb39a
feat(rust-volume-server): serve native OPTIONS on admin and public listeners
4 weeks ago
Chris Lu
d2a6066181
docs(volume-server): log native rust status healthz milestone
4 weeks ago
Chris Lu
7e6e0261ab
feat(rust-volume-server): serve native /status and /healthz in native mode
4 weeks ago
Chris Lu
c7c7be42ed
docs(volume-server): track native launcher bootstrap progress
4 weeks ago
Chris Lu
2e65966c06
feat(rust-volume-server): default rust launcher mode to native
4 weeks ago
Chris Lu
61befd10fc
ci(volume-server): include native rust mode in smoke matrix
4 weeks ago
Chris Lu
70ddbee370
feat(rust-volume-server): add native mode bootstrap entrypoint
4 weeks ago
Chris Lu
14c863dbff
docs(volume-server): refocus plan on native rust parity
4 weeks ago
Chris Lu
6bb9d8bac2
docs(volume_server): log head readDeleted parity coverage
4 weeks ago
Chris Lu
cc80ad3643
test(volume_server/http): add head readDeleted parity coverage
4 weeks ago
Chris Lu
9009e38f7b
docs(volume_server): log ping volume-server unreachable coverage
4 weeks ago
Chris Lu
b9fbb85af2
test(volume_server/grpc): add ping unreachable volume-server target case
4 weeks ago
Chris Lu
47d3001572
docs(volume_server): log csv query payload parity coverage
4 weeks ago
Chris Lu
a12dd5f8d3
test(volume_server/grpc): cover csv-query payload no-output parity
4 weeks ago
Chris Lu
8e614486a3
docs(volume_server): log tail-receiver interruption coverage
4 weeks ago
Chris Lu
a5864c3eb6
test(volume_server/grpc): cover tail-receiver source-unavailable branch
4 weeks ago
Chris Lu
6302809442
docs(volume_server): log tail sender cancellation coverage
4 weeks ago
Chris Lu
27a80f7607
test(volume_server/grpc): add tail-sender cancellation interruption coverage
4 weeks ago
Chris Lu
ec429e0361
docs(volume_server): log framework port-range hardening and rerun
4 weeks ago
Chris Lu
90e82b15ce
test(volume_server/framework): allocate volume ports within safe grpc-offset range
4 weeks ago
Chris Lu
a3e1ee1653
docs(volume_server): log mkcol method parity coverage
4 weeks ago
Chris Lu
2ab30900d4
test(volume_server/http): add mkcol unsupported-method parity
4 weeks ago
Chris Lu
62ee14fa61
docs(volume_server): log read-all-needles multi-volume coverage
4 weeks ago
Chris Lu
ab95a6ef15
test(volume_server/grpc): cover read-all-needles multi-volume success
4 weeks ago
Chris Lu
24965fd489
docs(volume_server): log head conditional precedence coverage
4 weeks ago
Chris Lu
ed23e290fc
test(volume_server/http): expand head conditional precedence coverage
4 weeks ago
Chris Lu
9b57fb6961
docs(volume_server): log ec batch delete success coverage
4 weeks ago
Chris Lu
1bb40b6bc5
test(volume_server/grpc): add ec batch delete success coverage
4 weeks ago
Chris Lu
34e342da63
docs(volume_server): log replicated write failure coverage
4 weeks ago
Chris Lu
4835d34438
test(volume_server/http): cover replicated write failure when replication unmet
4 weeks ago
Chris Lu
5814729def
docs(volume_server): log ec-only read meta coverage
4 weeks ago
Chris Lu
37bf9b5ebf
test(volume_server/grpc): cover ec-only read needle meta unsupported path
4 weeks ago
Chris Lu
19201df6d7
docs(volume_server): log oversized upload limit coverage
4 weeks ago
Chris Lu
4d61cbdeed
test(volume_server/http): cover oversized upload file-size limit rejection
4 weeks ago
Chris Lu
3ce883624e
docs(volume_server): log jwt ui access override coverage
4 weeks ago
Chris Lu
de974c05d5
test(volume_server/http): cover jwt ui access override behavior
4 weeks ago
Chris Lu
7768fda023
docs(volume_server): record proxy-mode validation and CI matrix
4 weeks ago
Chris Lu
548b3d9a38
ci(volume_server): run rust smoke tests in exec and proxy modes
4 weeks ago
Chris Lu
a7f50d23b5
feat(rust/volume_server): add proxy supervision mode for integration parity
4 weeks ago
Chris Lu
6ce4d7eded
docs(volume_server): record rust-mode full-suite validation
4 weeks ago
Chris Lu
3bd20e6a10
chore(rust/volume_server): add Cargo.lock
4 weeks ago
Chris Lu
d402573ea8
docs(volume_server): document rust-mode harness and tracking
4 weeks ago
Chris Lu
63d08e8a91
ci(volume_server): add rust-mode integration smoke job
4 weeks ago
Chris Lu
880c2e1dab
feat(rust/volume_server): add compatibility launcher and migration plan
4 weeks ago
Chris Lu
7beab85c21
test(volume_server/framework): support selectable volume server binary
4 weeks ago
Chris Lu
703d5e27b3
Fix S3 ListObjectsV2 recursion issue ( #8347 )
* Fix S3 ListObjectsV2 recursion issue (#8346 )
Removed aggressive Limit=1 optimization in doListFilerEntries that caused missed directory entries when prefix ended with a delimiter. Added regression tests to verify deep directory traversal.
* Address PR comments: condense test comments
4 weeks ago