style: bring the workspace up to the strict clippy gate - #2

Merged
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate
Sep 1, 2026
Merged

style: bring the workspace up to the strict clippy gate#2
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate

Conversation

@yordis

@yordisyordis commented Sep 1, 2026

Copy link
Copy Markdown
Member
  • The strict clippy gate landed in 5ccc405 without the code that satisfies it, so every branch and every fork inherits a red CI that says nothing about the change under review.
  • A gate that has never been green trains everyone to ignore it; bringing the workspace up to it makes the signal mean something again.
  • Because the job never got past clippy, the fast test tier had never actually run in CI: its watchdog is sized for a hung test, not for the dependency rebuild that each package selection triggers, so it died before a test executed. Building untimed first is what lets the tier report on tests rather than on compile time.
  • Admin endpoints now share the richer WalError to ApiError mapping, so a TooLarge or a retryable store error answers 503 instead of 500. That is the only behavior change.

@coderabbitai

coderabbitaiBot commented Sep 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 107 files, which is 7 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: a41813c2-ac19-43ff-8ea7-c416bcc94263

📥 Commits

Reviewing files that changed from the base of the PR and between 6d8fa54 and ed21b53.

📒 Files selected for processing (107)
  • Cargo.toml
  • crates/walgit-bundle/src/lib.rs
  • crates/walgit-bundle/src/ops.rs
  • crates/walgit-bundle/src/render.rs
  • crates/walgit-bundle/src/schedule.rs
  • crates/walgit-bundle/src/slots.rs
  • crates/walgit-bundle/tests/bundle.rs
  • crates/walgit-cli/src/bundle_cmd.rs
  • crates/walgit-cli/src/compact.rs
  • crates/walgit-cli/src/config_cmd.rs
  • crates/walgit-cli/src/import.rs
  • crates/walgit-cli/src/import_direct.rs
  • crates/walgit-cli/src/lib.rs
  • crates/walgit-cli/src/mirror.rs
  • crates/walgit-cli/src/repo.rs
  • crates/walgit-cli/src/serve.rs
  • crates/walgit-cli/src/synth.rs
  • crates/walgit-cli/src/wal_cmd.rs
  • crates/walgit-config/src/lib.rs
  • crates/walgit-git/src/follow.rs
  • crates/walgit-git/src/lib.rs
  • crates/walgit-git/src/pkt.rs
  • crates/walgit-git/src/receive.rs
  • crates/walgit-git/src/repair.rs
  • crates/walgit-git/src/upload_gix.rs
  • crates/walgit-git/tests/commit_graph.rs
  • crates/walgit-git/tests/common/mod.rs
  • crates/walgit-git/tests/connectivity.rs
  • crates/walgit-git/tests/ingest.rs
  • crates/walgit-git/tests/ls_refs.rs
  • crates/walgit-git/tests/refs.rs
  • crates/walgit-git/tests/refs500k.rs
  • crates/walgit-git/tests/rev_index.rs
  • crates/walgit-git/tests/upload_gix_remote.rs
  • crates/walgit-git/tests/upload_gix_scale.rs
  • crates/walgit-git/tests/upload_pack.rs
  • crates/walgit-proto/src/lib.rs
  • crates/walgit-server/build.rs
  • crates/walgit-server/src/admin.rs
  • crates/walgit-server/src/auth.rs
  • crates/walgit-server/src/bridge.rs
  • crates/walgit-server/src/bundles.rs
  • crates/walgit-server/src/cache.rs
  • crates/walgit-server/src/error.rs
  • crates/walgit-server/src/events.rs
  • crates/walgit-server/src/follow.rs
  • crates/walgit-server/src/forward.rs
  • crates/walgit-server/src/instance.rs
  • crates/walgit-server/src/lfs.rs
  • crates/walgit-server/src/lfs_upstream.rs
  • crates/walgit-server/src/lib.rs
  • crates/walgit-server/src/maintain.rs
  • crates/walgit-server/src/metrics.rs
  • crates/walgit-server/src/middleware.rs
  • crates/walgit-server/src/ops.rs
  • crates/walgit-server/src/pktline.rs
  • crates/walgit-server/src/policy.rs
  • crates/walgit-server/src/prewarm.rs
  • crates/walgit-server/src/rebuild.rs
  • crates/walgit-server/src/settings.rs
  • crates/walgit-server/src/smart.rs
  • crates/walgit-server/src/sse.rs
  • crates/walgit-server/src/static_object.rs
  • crates/walgit-server/src/stream.rs
  • crates/walgit-server/src/telemetry.rs
  • crates/walgit-server/src/tls.rs
  • crates/walgit-server/src/web/api.rs
  • crates/walgit-server/src/web/login.rs
  • crates/walgit-server/src/web/mod.rs
  • crates/walgit-server/src/web/objects.rs
  • crates/walgit-server/src/web/trailers.rs
  • crates/walgit-server/src/web/ui.rs
  • crates/walgit-server/src/web/v1.rs
  • crates/walgit-server/tests/api_v1.rs
  • crates/walgit-server/tests/drain.rs
  • crates/walgit-server/tests/e2e.rs
  • crates/walgit-server/tests/events.rs
  • crates/walgit-server/tests/follow.rs
  • crates/walgit-server/tests/harness.rs
  • crates/walgit-server/tests/lfs_upstream.rs
  • crates/walgit-server/tests/maintain.rs
  • crates/walgit-server/tests/routing_prefix.rs
  • crates/walgit-server/tests/sim.rs
  • crates/walgit-server/tests/static_http.rs
  • crates/walgit-server/tests/web_api.rs
  • crates/walgit-server/tests/web_ui.rs
  • crates/walgit-store/src/coord.rs
  • crates/walgit-store/src/fault.rs
  • crates/walgit-store/src/gcs.rs
  • crates/walgit-store/src/lib.rs
  • crates/walgit-store/src/memory.rs
  • crates/walgit-store/src/s3.rs
  • crates/walgit-store/src/util.rs
  • crates/walgit-store/tests/contract.rs
  • crates/walgit-wal/src/checkpoint.rs
  • crates/walgit-wal/src/handle.rs
  • crates/walgit-wal/src/lockwait.rs
  • crates/walgit-wal/src/log_reader.rs
  • crates/walgit-wal/src/progress.rs
  • crates/walgit-wal/src/publish.rs
  • crates/walgit-wal/src/registry.rs
  • crates/walgit-wal/src/remote.rs
  • crates/walgit-wal/src/state.rs
  • crates/walgit-wal/src/sync.rs
  • crates/walgit-wal/src/tasks.rs
  • crates/walgit-wal/tests/wal.rs
  • justfile

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch 2 times, most recently from 23fc92c to 15a96c5CompareSeptember 1, 2026 09:48
The strict gate landed in 5ccc405 without the code that satisfies it, so
every branch and every fork inherits a red CI that says nothing about the
change under review.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
The watchdog is there to catch a hung test, but each line's package selection
resolves features on its own, so a line can spend the whole budget rebuilding
dependencies and die before a single test runs.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch from df1e83b to ed21b53CompareSeptember 1, 2026 13:23
@yordis
yordis merged commit 65d1485 into mainSep 1, 2026
4 checks passed
@yordis
yordis deleted the yordis/fix-clippy-gate branch September 1, 2026 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@yordis
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

style: bring the workspace up to the strict clippy gate - #2

Merged
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate
Sep 1, 2026
Merged

style: bring the workspace up to the strict clippy gate#2
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate

Conversation

@yordis

@yordisyordis commented Sep 1, 2026

Copy link
Copy Markdown
Member
  • The strict clippy gate landed in 5ccc405 without the code that satisfies it, so every branch and every fork inherits a red CI that says nothing about the change under review.
  • A gate that has never been green trains everyone to ignore it; bringing the workspace up to it makes the signal mean something again.
  • Because the job never got past clippy, the fast test tier had never actually run in CI: its watchdog is sized for a hung test, not for the dependency rebuild that each package selection triggers, so it died before a test executed. Building untimed first is what lets the tier report on tests rather than on compile time.
  • Admin endpoints now share the richer WalError to ApiError mapping, so a TooLarge or a retryable store error answers 503 instead of 500. That is the only behavior change.

@coderabbitai

coderabbitaiBot commented Sep 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 107 files, which is 7 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: a41813c2-ac19-43ff-8ea7-c416bcc94263

📥 Commits

Reviewing files that changed from the base of the PR and between 6d8fa54 and ed21b53.

📒 Files selected for processing (107)
  • Cargo.toml
  • crates/walgit-bundle/src/lib.rs
  • crates/walgit-bundle/src/ops.rs
  • crates/walgit-bundle/src/render.rs
  • crates/walgit-bundle/src/schedule.rs
  • crates/walgit-bundle/src/slots.rs
  • crates/walgit-bundle/tests/bundle.rs
  • crates/walgit-cli/src/bundle_cmd.rs
  • crates/walgit-cli/src/compact.rs
  • crates/walgit-cli/src/config_cmd.rs
  • crates/walgit-cli/src/import.rs
  • crates/walgit-cli/src/import_direct.rs
  • crates/walgit-cli/src/lib.rs
  • crates/walgit-cli/src/mirror.rs
  • crates/walgit-cli/src/repo.rs
  • crates/walgit-cli/src/serve.rs
  • crates/walgit-cli/src/synth.rs
  • crates/walgit-cli/src/wal_cmd.rs
  • crates/walgit-config/src/lib.rs
  • crates/walgit-git/src/follow.rs
  • crates/walgit-git/src/lib.rs
  • crates/walgit-git/src/pkt.rs
  • crates/walgit-git/src/receive.rs
  • crates/walgit-git/src/repair.rs
  • crates/walgit-git/src/upload_gix.rs
  • crates/walgit-git/tests/commit_graph.rs
  • crates/walgit-git/tests/common/mod.rs
  • crates/walgit-git/tests/connectivity.rs
  • crates/walgit-git/tests/ingest.rs
  • crates/walgit-git/tests/ls_refs.rs
  • crates/walgit-git/tests/refs.rs
  • crates/walgit-git/tests/refs500k.rs
  • crates/walgit-git/tests/rev_index.rs
  • crates/walgit-git/tests/upload_gix_remote.rs
  • crates/walgit-git/tests/upload_gix_scale.rs
  • crates/walgit-git/tests/upload_pack.rs
  • crates/walgit-proto/src/lib.rs
  • crates/walgit-server/build.rs
  • crates/walgit-server/src/admin.rs
  • crates/walgit-server/src/auth.rs
  • crates/walgit-server/src/bridge.rs
  • crates/walgit-server/src/bundles.rs
  • crates/walgit-server/src/cache.rs
  • crates/walgit-server/src/error.rs
  • crates/walgit-server/src/events.rs
  • crates/walgit-server/src/follow.rs
  • crates/walgit-server/src/forward.rs
  • crates/walgit-server/src/instance.rs
  • crates/walgit-server/src/lfs.rs
  • crates/walgit-server/src/lfs_upstream.rs
  • crates/walgit-server/src/lib.rs
  • crates/walgit-server/src/maintain.rs
  • crates/walgit-server/src/metrics.rs
  • crates/walgit-server/src/middleware.rs
  • crates/walgit-server/src/ops.rs
  • crates/walgit-server/src/pktline.rs
  • crates/walgit-server/src/policy.rs
  • crates/walgit-server/src/prewarm.rs
  • crates/walgit-server/src/rebuild.rs
  • crates/walgit-server/src/settings.rs
  • crates/walgit-server/src/smart.rs
  • crates/walgit-server/src/sse.rs
  • crates/walgit-server/src/static_object.rs
  • crates/walgit-server/src/stream.rs
  • crates/walgit-server/src/telemetry.rs
  • crates/walgit-server/src/tls.rs
  • crates/walgit-server/src/web/api.rs
  • crates/walgit-server/src/web/login.rs
  • crates/walgit-server/src/web/mod.rs
  • crates/walgit-server/src/web/objects.rs
  • crates/walgit-server/src/web/trailers.rs
  • crates/walgit-server/src/web/ui.rs
  • crates/walgit-server/src/web/v1.rs
  • crates/walgit-server/tests/api_v1.rs
  • crates/walgit-server/tests/drain.rs
  • crates/walgit-server/tests/e2e.rs
  • crates/walgit-server/tests/events.rs
  • crates/walgit-server/tests/follow.rs
  • crates/walgit-server/tests/harness.rs
  • crates/walgit-server/tests/lfs_upstream.rs
  • crates/walgit-server/tests/maintain.rs
  • crates/walgit-server/tests/routing_prefix.rs
  • crates/walgit-server/tests/sim.rs
  • crates/walgit-server/tests/static_http.rs
  • crates/walgit-server/tests/web_api.rs
  • crates/walgit-server/tests/web_ui.rs
  • crates/walgit-store/src/coord.rs
  • crates/walgit-store/src/fault.rs
  • crates/walgit-store/src/gcs.rs
  • crates/walgit-store/src/lib.rs
  • crates/walgit-store/src/memory.rs
  • crates/walgit-store/src/s3.rs
  • crates/walgit-store/src/util.rs
  • crates/walgit-store/tests/contract.rs
  • crates/walgit-wal/src/checkpoint.rs
  • crates/walgit-wal/src/handle.rs
  • crates/walgit-wal/src/lockwait.rs
  • crates/walgit-wal/src/log_reader.rs
  • crates/walgit-wal/src/progress.rs
  • crates/walgit-wal/src/publish.rs
  • crates/walgit-wal/src/registry.rs
  • crates/walgit-wal/src/remote.rs
  • crates/walgit-wal/src/state.rs
  • crates/walgit-wal/src/sync.rs
  • crates/walgit-wal/src/tasks.rs
  • crates/walgit-wal/tests/wal.rs
  • justfile

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch 2 times, most recently from 23fc92c to 15a96c5CompareSeptember 1, 2026 09:48
The strict gate landed in 5ccc405 without the code that satisfies it, so
every branch and every fork inherits a red CI that says nothing about the
change under review.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
The watchdog is there to catch a hung test, but each line's package selection
resolves features on its own, so a line can spend the whole budget rebuilding
dependencies and die before a single test runs.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch from df1e83b to ed21b53CompareSeptember 1, 2026 13:23
@yordis
yordis merged commit 65d1485 into mainSep 1, 2026
4 checks passed
@yordis
yordis deleted the yordis/fix-clippy-gate branch September 1, 2026 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@yordis
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

style: bring the workspace up to the strict clippy gate - #2

Merged
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate
Sep 1, 2026
Merged

style: bring the workspace up to the strict clippy gate#2
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate

Conversation

@yordis

@yordisyordis commented Sep 1, 2026

Copy link
Copy Markdown
Member
  • The strict clippy gate landed in 5ccc405 without the code that satisfies it, so every branch and every fork inherits a red CI that says nothing about the change under review.
  • A gate that has never been green trains everyone to ignore it; bringing the workspace up to it makes the signal mean something again.
  • Because the job never got past clippy, the fast test tier had never actually run in CI: its watchdog is sized for a hung test, not for the dependency rebuild that each package selection triggers, so it died before a test executed. Building untimed first is what lets the tier report on tests rather than on compile time.
  • Admin endpoints now share the richer WalError to ApiError mapping, so a TooLarge or a retryable store error answers 503 instead of 500. That is the only behavior change.

@coderabbitai

coderabbitaiBot commented Sep 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 107 files, which is 7 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: a41813c2-ac19-43ff-8ea7-c416bcc94263

📥 Commits

Reviewing files that changed from the base of the PR and between 6d8fa54 and ed21b53.

📒 Files selected for processing (107)
  • Cargo.toml
  • crates/walgit-bundle/src/lib.rs
  • crates/walgit-bundle/src/ops.rs
  • crates/walgit-bundle/src/render.rs
  • crates/walgit-bundle/src/schedule.rs
  • crates/walgit-bundle/src/slots.rs
  • crates/walgit-bundle/tests/bundle.rs
  • crates/walgit-cli/src/bundle_cmd.rs
  • crates/walgit-cli/src/compact.rs
  • crates/walgit-cli/src/config_cmd.rs
  • crates/walgit-cli/src/import.rs
  • crates/walgit-cli/src/import_direct.rs
  • crates/walgit-cli/src/lib.rs
  • crates/walgit-cli/src/mirror.rs
  • crates/walgit-cli/src/repo.rs
  • crates/walgit-cli/src/serve.rs
  • crates/walgit-cli/src/synth.rs
  • crates/walgit-cli/src/wal_cmd.rs
  • crates/walgit-config/src/lib.rs
  • crates/walgit-git/src/follow.rs
  • crates/walgit-git/src/lib.rs
  • crates/walgit-git/src/pkt.rs
  • crates/walgit-git/src/receive.rs
  • crates/walgit-git/src/repair.rs
  • crates/walgit-git/src/upload_gix.rs
  • crates/walgit-git/tests/commit_graph.rs
  • crates/walgit-git/tests/common/mod.rs
  • crates/walgit-git/tests/connectivity.rs
  • crates/walgit-git/tests/ingest.rs
  • crates/walgit-git/tests/ls_refs.rs
  • crates/walgit-git/tests/refs.rs
  • crates/walgit-git/tests/refs500k.rs
  • crates/walgit-git/tests/rev_index.rs
  • crates/walgit-git/tests/upload_gix_remote.rs
  • crates/walgit-git/tests/upload_gix_scale.rs
  • crates/walgit-git/tests/upload_pack.rs
  • crates/walgit-proto/src/lib.rs
  • crates/walgit-server/build.rs
  • crates/walgit-server/src/admin.rs
  • crates/walgit-server/src/auth.rs
  • crates/walgit-server/src/bridge.rs
  • crates/walgit-server/src/bundles.rs
  • crates/walgit-server/src/cache.rs
  • crates/walgit-server/src/error.rs
  • crates/walgit-server/src/events.rs
  • crates/walgit-server/src/follow.rs
  • crates/walgit-server/src/forward.rs
  • crates/walgit-server/src/instance.rs
  • crates/walgit-server/src/lfs.rs
  • crates/walgit-server/src/lfs_upstream.rs
  • crates/walgit-server/src/lib.rs
  • crates/walgit-server/src/maintain.rs
  • crates/walgit-server/src/metrics.rs
  • crates/walgit-server/src/middleware.rs
  • crates/walgit-server/src/ops.rs
  • crates/walgit-server/src/pktline.rs
  • crates/walgit-server/src/policy.rs
  • crates/walgit-server/src/prewarm.rs
  • crates/walgit-server/src/rebuild.rs
  • crates/walgit-server/src/settings.rs
  • crates/walgit-server/src/smart.rs
  • crates/walgit-server/src/sse.rs
  • crates/walgit-server/src/static_object.rs
  • crates/walgit-server/src/stream.rs
  • crates/walgit-server/src/telemetry.rs
  • crates/walgit-server/src/tls.rs
  • crates/walgit-server/src/web/api.rs
  • crates/walgit-server/src/web/login.rs
  • crates/walgit-server/src/web/mod.rs
  • crates/walgit-server/src/web/objects.rs
  • crates/walgit-server/src/web/trailers.rs
  • crates/walgit-server/src/web/ui.rs
  • crates/walgit-server/src/web/v1.rs
  • crates/walgit-server/tests/api_v1.rs
  • crates/walgit-server/tests/drain.rs
  • crates/walgit-server/tests/e2e.rs
  • crates/walgit-server/tests/events.rs
  • crates/walgit-server/tests/follow.rs
  • crates/walgit-server/tests/harness.rs
  • crates/walgit-server/tests/lfs_upstream.rs
  • crates/walgit-server/tests/maintain.rs
  • crates/walgit-server/tests/routing_prefix.rs
  • crates/walgit-server/tests/sim.rs
  • crates/walgit-server/tests/static_http.rs
  • crates/walgit-server/tests/web_api.rs
  • crates/walgit-server/tests/web_ui.rs
  • crates/walgit-store/src/coord.rs
  • crates/walgit-store/src/fault.rs
  • crates/walgit-store/src/gcs.rs
  • crates/walgit-store/src/lib.rs
  • crates/walgit-store/src/memory.rs
  • crates/walgit-store/src/s3.rs
  • crates/walgit-store/src/util.rs
  • crates/walgit-store/tests/contract.rs
  • crates/walgit-wal/src/checkpoint.rs
  • crates/walgit-wal/src/handle.rs
  • crates/walgit-wal/src/lockwait.rs
  • crates/walgit-wal/src/log_reader.rs
  • crates/walgit-wal/src/progress.rs
  • crates/walgit-wal/src/publish.rs
  • crates/walgit-wal/src/registry.rs
  • crates/walgit-wal/src/remote.rs
  • crates/walgit-wal/src/state.rs
  • crates/walgit-wal/src/sync.rs
  • crates/walgit-wal/src/tasks.rs
  • crates/walgit-wal/tests/wal.rs
  • justfile

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch 2 times, most recently from 23fc92c to 15a96c5CompareSeptember 1, 2026 09:48
The strict gate landed in 5ccc405 without the code that satisfies it, so
every branch and every fork inherits a red CI that says nothing about the
change under review.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
The watchdog is there to catch a hung test, but each line's package selection
resolves features on its own, so a line can spend the whole budget rebuilding
dependencies and die before a single test runs.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch from df1e83b to ed21b53CompareSeptember 1, 2026 13:23
@yordis
yordis merged commit 65d1485 into mainSep 1, 2026
4 checks passed
@yordis
yordis deleted the yordis/fix-clippy-gate branch September 1, 2026 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@yordis
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

style: bring the workspace up to the strict clippy gate - #2

Merged
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate
Sep 1, 2026
Merged

style: bring the workspace up to the strict clippy gate#2
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate

Conversation

@yordis

@yordisyordis commented Sep 1, 2026

Copy link
Copy Markdown
Member
  • The strict clippy gate landed in 5ccc405 without the code that satisfies it, so every branch and every fork inherits a red CI that says nothing about the change under review.
  • A gate that has never been green trains everyone to ignore it; bringing the workspace up to it makes the signal mean something again.
  • Because the job never got past clippy, the fast test tier had never actually run in CI: its watchdog is sized for a hung test, not for the dependency rebuild that each package selection triggers, so it died before a test executed. Building untimed first is what lets the tier report on tests rather than on compile time.
  • Admin endpoints now share the richer WalError to ApiError mapping, so a TooLarge or a retryable store error answers 503 instead of 500. That is the only behavior change.

@coderabbitai

coderabbitaiBot commented Sep 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 107 files, which is 7 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: a41813c2-ac19-43ff-8ea7-c416bcc94263

📥 Commits

Reviewing files that changed from the base of the PR and between 6d8fa54 and ed21b53.

📒 Files selected for processing (107)
  • Cargo.toml
  • crates/walgit-bundle/src/lib.rs
  • crates/walgit-bundle/src/ops.rs
  • crates/walgit-bundle/src/render.rs
  • crates/walgit-bundle/src/schedule.rs
  • crates/walgit-bundle/src/slots.rs
  • crates/walgit-bundle/tests/bundle.rs
  • crates/walgit-cli/src/bundle_cmd.rs
  • crates/walgit-cli/src/compact.rs
  • crates/walgit-cli/src/config_cmd.rs
  • crates/walgit-cli/src/import.rs
  • crates/walgit-cli/src/import_direct.rs
  • crates/walgit-cli/src/lib.rs
  • crates/walgit-cli/src/mirror.rs
  • crates/walgit-cli/src/repo.rs
  • crates/walgit-cli/src/serve.rs
  • crates/walgit-cli/src/synth.rs
  • crates/walgit-cli/src/wal_cmd.rs
  • crates/walgit-config/src/lib.rs
  • crates/walgit-git/src/follow.rs
  • crates/walgit-git/src/lib.rs
  • crates/walgit-git/src/pkt.rs
  • crates/walgit-git/src/receive.rs
  • crates/walgit-git/src/repair.rs
  • crates/walgit-git/src/upload_gix.rs
  • crates/walgit-git/tests/commit_graph.rs
  • crates/walgit-git/tests/common/mod.rs
  • crates/walgit-git/tests/connectivity.rs
  • crates/walgit-git/tests/ingest.rs
  • crates/walgit-git/tests/ls_refs.rs
  • crates/walgit-git/tests/refs.rs
  • crates/walgit-git/tests/refs500k.rs
  • crates/walgit-git/tests/rev_index.rs
  • crates/walgit-git/tests/upload_gix_remote.rs
  • crates/walgit-git/tests/upload_gix_scale.rs
  • crates/walgit-git/tests/upload_pack.rs
  • crates/walgit-proto/src/lib.rs
  • crates/walgit-server/build.rs
  • crates/walgit-server/src/admin.rs
  • crates/walgit-server/src/auth.rs
  • crates/walgit-server/src/bridge.rs
  • crates/walgit-server/src/bundles.rs
  • crates/walgit-server/src/cache.rs
  • crates/walgit-server/src/error.rs
  • crates/walgit-server/src/events.rs
  • crates/walgit-server/src/follow.rs
  • crates/walgit-server/src/forward.rs
  • crates/walgit-server/src/instance.rs
  • crates/walgit-server/src/lfs.rs
  • crates/walgit-server/src/lfs_upstream.rs
  • crates/walgit-server/src/lib.rs
  • crates/walgit-server/src/maintain.rs
  • crates/walgit-server/src/metrics.rs
  • crates/walgit-server/src/middleware.rs
  • crates/walgit-server/src/ops.rs
  • crates/walgit-server/src/pktline.rs
  • crates/walgit-server/src/policy.rs
  • crates/walgit-server/src/prewarm.rs
  • crates/walgit-server/src/rebuild.rs
  • crates/walgit-server/src/settings.rs
  • crates/walgit-server/src/smart.rs
  • crates/walgit-server/src/sse.rs
  • crates/walgit-server/src/static_object.rs
  • crates/walgit-server/src/stream.rs
  • crates/walgit-server/src/telemetry.rs
  • crates/walgit-server/src/tls.rs
  • crates/walgit-server/src/web/api.rs
  • crates/walgit-server/src/web/login.rs
  • crates/walgit-server/src/web/mod.rs
  • crates/walgit-server/src/web/objects.rs
  • crates/walgit-server/src/web/trailers.rs
  • crates/walgit-server/src/web/ui.rs
  • crates/walgit-server/src/web/v1.rs
  • crates/walgit-server/tests/api_v1.rs
  • crates/walgit-server/tests/drain.rs
  • crates/walgit-server/tests/e2e.rs
  • crates/walgit-server/tests/events.rs
  • crates/walgit-server/tests/follow.rs
  • crates/walgit-server/tests/harness.rs
  • crates/walgit-server/tests/lfs_upstream.rs
  • crates/walgit-server/tests/maintain.rs
  • crates/walgit-server/tests/routing_prefix.rs
  • crates/walgit-server/tests/sim.rs
  • crates/walgit-server/tests/static_http.rs
  • crates/walgit-server/tests/web_api.rs
  • crates/walgit-server/tests/web_ui.rs
  • crates/walgit-store/src/coord.rs
  • crates/walgit-store/src/fault.rs
  • crates/walgit-store/src/gcs.rs
  • crates/walgit-store/src/lib.rs
  • crates/walgit-store/src/memory.rs
  • crates/walgit-store/src/s3.rs
  • crates/walgit-store/src/util.rs
  • crates/walgit-store/tests/contract.rs
  • crates/walgit-wal/src/checkpoint.rs
  • crates/walgit-wal/src/handle.rs
  • crates/walgit-wal/src/lockwait.rs
  • crates/walgit-wal/src/log_reader.rs
  • crates/walgit-wal/src/progress.rs
  • crates/walgit-wal/src/publish.rs
  • crates/walgit-wal/src/registry.rs
  • crates/walgit-wal/src/remote.rs
  • crates/walgit-wal/src/state.rs
  • crates/walgit-wal/src/sync.rs
  • crates/walgit-wal/src/tasks.rs
  • crates/walgit-wal/tests/wal.rs
  • justfile

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch 2 times, most recently from 23fc92c to 15a96c5CompareSeptember 1, 2026 09:48
The strict gate landed in 5ccc405 without the code that satisfies it, so
every branch and every fork inherits a red CI that says nothing about the
change under review.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
The watchdog is there to catch a hung test, but each line's package selection
resolves features on its own, so a line can spend the whole budget rebuilding
dependencies and die before a single test runs.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch from df1e83b to ed21b53CompareSeptember 1, 2026 13:23
@yordis
yordis merged commit 65d1485 into mainSep 1, 2026
4 checks passed
@yordis
yordis deleted the yordis/fix-clippy-gate branch September 1, 2026 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@yordis
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

style: bring the workspace up to the strict clippy gate - #2

Merged
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate
Sep 1, 2026
Merged

style: bring the workspace up to the strict clippy gate#2
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate

Conversation

@yordis

@yordisyordis commented Sep 1, 2026

Copy link
Copy Markdown
Member
  • The strict clippy gate landed in 5ccc405 without the code that satisfies it, so every branch and every fork inherits a red CI that says nothing about the change under review.
  • A gate that has never been green trains everyone to ignore it; bringing the workspace up to it makes the signal mean something again.
  • Because the job never got past clippy, the fast test tier had never actually run in CI: its watchdog is sized for a hung test, not for the dependency rebuild that each package selection triggers, so it died before a test executed. Building untimed first is what lets the tier report on tests rather than on compile time.
  • Admin endpoints now share the richer WalError to ApiError mapping, so a TooLarge or a retryable store error answers 503 instead of 500. That is the only behavior change.

@coderabbitai

coderabbitaiBot commented Sep 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 107 files, which is 7 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: a41813c2-ac19-43ff-8ea7-c416bcc94263

📥 Commits

Reviewing files that changed from the base of the PR and between 6d8fa54 and ed21b53.

📒 Files selected for processing (107)
  • Cargo.toml
  • crates/walgit-bundle/src/lib.rs
  • crates/walgit-bundle/src/ops.rs
  • crates/walgit-bundle/src/render.rs
  • crates/walgit-bundle/src/schedule.rs
  • crates/walgit-bundle/src/slots.rs
  • crates/walgit-bundle/tests/bundle.rs
  • crates/walgit-cli/src/bundle_cmd.rs
  • crates/walgit-cli/src/compact.rs
  • crates/walgit-cli/src/config_cmd.rs
  • crates/walgit-cli/src/import.rs
  • crates/walgit-cli/src/import_direct.rs
  • crates/walgit-cli/src/lib.rs
  • crates/walgit-cli/src/mirror.rs
  • crates/walgit-cli/src/repo.rs
  • crates/walgit-cli/src/serve.rs
  • crates/walgit-cli/src/synth.rs
  • crates/walgit-cli/src/wal_cmd.rs
  • crates/walgit-config/src/lib.rs
  • crates/walgit-git/src/follow.rs
  • crates/walgit-git/src/lib.rs
  • crates/walgit-git/src/pkt.rs
  • crates/walgit-git/src/receive.rs
  • crates/walgit-git/src/repair.rs
  • crates/walgit-git/src/upload_gix.rs
  • crates/walgit-git/tests/commit_graph.rs
  • crates/walgit-git/tests/common/mod.rs
  • crates/walgit-git/tests/connectivity.rs
  • crates/walgit-git/tests/ingest.rs
  • crates/walgit-git/tests/ls_refs.rs
  • crates/walgit-git/tests/refs.rs
  • crates/walgit-git/tests/refs500k.rs
  • crates/walgit-git/tests/rev_index.rs
  • crates/walgit-git/tests/upload_gix_remote.rs
  • crates/walgit-git/tests/upload_gix_scale.rs
  • crates/walgit-git/tests/upload_pack.rs
  • crates/walgit-proto/src/lib.rs
  • crates/walgit-server/build.rs
  • crates/walgit-server/src/admin.rs
  • crates/walgit-server/src/auth.rs
  • crates/walgit-server/src/bridge.rs
  • crates/walgit-server/src/bundles.rs
  • crates/walgit-server/src/cache.rs
  • crates/walgit-server/src/error.rs
  • crates/walgit-server/src/events.rs
  • crates/walgit-server/src/follow.rs
  • crates/walgit-server/src/forward.rs
  • crates/walgit-server/src/instance.rs
  • crates/walgit-server/src/lfs.rs
  • crates/walgit-server/src/lfs_upstream.rs
  • crates/walgit-server/src/lib.rs
  • crates/walgit-server/src/maintain.rs
  • crates/walgit-server/src/metrics.rs
  • crates/walgit-server/src/middleware.rs
  • crates/walgit-server/src/ops.rs
  • crates/walgit-server/src/pktline.rs
  • crates/walgit-server/src/policy.rs
  • crates/walgit-server/src/prewarm.rs
  • crates/walgit-server/src/rebuild.rs
  • crates/walgit-server/src/settings.rs
  • crates/walgit-server/src/smart.rs
  • crates/walgit-server/src/sse.rs
  • crates/walgit-server/src/static_object.rs
  • crates/walgit-server/src/stream.rs
  • crates/walgit-server/src/telemetry.rs
  • crates/walgit-server/src/tls.rs
  • crates/walgit-server/src/web/api.rs
  • crates/walgit-server/src/web/login.rs
  • crates/walgit-server/src/web/mod.rs
  • crates/walgit-server/src/web/objects.rs
  • crates/walgit-server/src/web/trailers.rs
  • crates/walgit-server/src/web/ui.rs
  • crates/walgit-server/src/web/v1.rs
  • crates/walgit-server/tests/api_v1.rs
  • crates/walgit-server/tests/drain.rs
  • crates/walgit-server/tests/e2e.rs
  • crates/walgit-server/tests/events.rs
  • crates/walgit-server/tests/follow.rs
  • crates/walgit-server/tests/harness.rs
  • crates/walgit-server/tests/lfs_upstream.rs
  • crates/walgit-server/tests/maintain.rs
  • crates/walgit-server/tests/routing_prefix.rs
  • crates/walgit-server/tests/sim.rs
  • crates/walgit-server/tests/static_http.rs
  • crates/walgit-server/tests/web_api.rs
  • crates/walgit-server/tests/web_ui.rs
  • crates/walgit-store/src/coord.rs
  • crates/walgit-store/src/fault.rs
  • crates/walgit-store/src/gcs.rs
  • crates/walgit-store/src/lib.rs
  • crates/walgit-store/src/memory.rs
  • crates/walgit-store/src/s3.rs
  • crates/walgit-store/src/util.rs
  • crates/walgit-store/tests/contract.rs
  • crates/walgit-wal/src/checkpoint.rs
  • crates/walgit-wal/src/handle.rs
  • crates/walgit-wal/src/lockwait.rs
  • crates/walgit-wal/src/log_reader.rs
  • crates/walgit-wal/src/progress.rs
  • crates/walgit-wal/src/publish.rs
  • crates/walgit-wal/src/registry.rs
  • crates/walgit-wal/src/remote.rs
  • crates/walgit-wal/src/state.rs
  • crates/walgit-wal/src/sync.rs
  • crates/walgit-wal/src/tasks.rs
  • crates/walgit-wal/tests/wal.rs
  • justfile

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch 2 times, most recently from 23fc92c to 15a96c5CompareSeptember 1, 2026 09:48
The strict gate landed in 5ccc405 without the code that satisfies it, so
every branch and every fork inherits a red CI that says nothing about the
change under review.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
The watchdog is there to catch a hung test, but each line's package selection
resolves features on its own, so a line can spend the whole budget rebuilding
dependencies and die before a single test runs.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch from df1e83b to ed21b53CompareSeptember 1, 2026 13:23
@yordis
yordis merged commit 65d1485 into mainSep 1, 2026
4 checks passed
@yordis
yordis deleted the yordis/fix-clippy-gate branch September 1, 2026 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@yordis
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

style: bring the workspace up to the strict clippy gate - #2

Merged
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate
Sep 1, 2026
Merged

style: bring the workspace up to the strict clippy gate#2
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate

Conversation

@yordis

@yordisyordis commented Sep 1, 2026

Copy link
Copy Markdown
Member
  • The strict clippy gate landed in 5ccc405 without the code that satisfies it, so every branch and every fork inherits a red CI that says nothing about the change under review.
  • A gate that has never been green trains everyone to ignore it; bringing the workspace up to it makes the signal mean something again.
  • Because the job never got past clippy, the fast test tier had never actually run in CI: its watchdog is sized for a hung test, not for the dependency rebuild that each package selection triggers, so it died before a test executed. Building untimed first is what lets the tier report on tests rather than on compile time.
  • Admin endpoints now share the richer WalError to ApiError mapping, so a TooLarge or a retryable store error answers 503 instead of 500. That is the only behavior change.

@coderabbitai

coderabbitaiBot commented Sep 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 107 files, which is 7 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: a41813c2-ac19-43ff-8ea7-c416bcc94263

📥 Commits

Reviewing files that changed from the base of the PR and between 6d8fa54 and ed21b53.

📒 Files selected for processing (107)
  • Cargo.toml
  • crates/walgit-bundle/src/lib.rs
  • crates/walgit-bundle/src/ops.rs
  • crates/walgit-bundle/src/render.rs
  • crates/walgit-bundle/src/schedule.rs
  • crates/walgit-bundle/src/slots.rs
  • crates/walgit-bundle/tests/bundle.rs
  • crates/walgit-cli/src/bundle_cmd.rs
  • crates/walgit-cli/src/compact.rs
  • crates/walgit-cli/src/config_cmd.rs
  • crates/walgit-cli/src/import.rs
  • crates/walgit-cli/src/import_direct.rs
  • crates/walgit-cli/src/lib.rs
  • crates/walgit-cli/src/mirror.rs
  • crates/walgit-cli/src/repo.rs
  • crates/walgit-cli/src/serve.rs
  • crates/walgit-cli/src/synth.rs
  • crates/walgit-cli/src/wal_cmd.rs
  • crates/walgit-config/src/lib.rs
  • crates/walgit-git/src/follow.rs
  • crates/walgit-git/src/lib.rs
  • crates/walgit-git/src/pkt.rs
  • crates/walgit-git/src/receive.rs
  • crates/walgit-git/src/repair.rs
  • crates/walgit-git/src/upload_gix.rs
  • crates/walgit-git/tests/commit_graph.rs
  • crates/walgit-git/tests/common/mod.rs
  • crates/walgit-git/tests/connectivity.rs
  • crates/walgit-git/tests/ingest.rs
  • crates/walgit-git/tests/ls_refs.rs
  • crates/walgit-git/tests/refs.rs
  • crates/walgit-git/tests/refs500k.rs
  • crates/walgit-git/tests/rev_index.rs
  • crates/walgit-git/tests/upload_gix_remote.rs
  • crates/walgit-git/tests/upload_gix_scale.rs
  • crates/walgit-git/tests/upload_pack.rs
  • crates/walgit-proto/src/lib.rs
  • crates/walgit-server/build.rs
  • crates/walgit-server/src/admin.rs
  • crates/walgit-server/src/auth.rs
  • crates/walgit-server/src/bridge.rs
  • crates/walgit-server/src/bundles.rs
  • crates/walgit-server/src/cache.rs
  • crates/walgit-server/src/error.rs
  • crates/walgit-server/src/events.rs
  • crates/walgit-server/src/follow.rs
  • crates/walgit-server/src/forward.rs
  • crates/walgit-server/src/instance.rs
  • crates/walgit-server/src/lfs.rs
  • crates/walgit-server/src/lfs_upstream.rs
  • crates/walgit-server/src/lib.rs
  • crates/walgit-server/src/maintain.rs
  • crates/walgit-server/src/metrics.rs
  • crates/walgit-server/src/middleware.rs
  • crates/walgit-server/src/ops.rs
  • crates/walgit-server/src/pktline.rs
  • crates/walgit-server/src/policy.rs
  • crates/walgit-server/src/prewarm.rs
  • crates/walgit-server/src/rebuild.rs
  • crates/walgit-server/src/settings.rs
  • crates/walgit-server/src/smart.rs
  • crates/walgit-server/src/sse.rs
  • crates/walgit-server/src/static_object.rs
  • crates/walgit-server/src/stream.rs
  • crates/walgit-server/src/telemetry.rs
  • crates/walgit-server/src/tls.rs
  • crates/walgit-server/src/web/api.rs
  • crates/walgit-server/src/web/login.rs
  • crates/walgit-server/src/web/mod.rs
  • crates/walgit-server/src/web/objects.rs
  • crates/walgit-server/src/web/trailers.rs
  • crates/walgit-server/src/web/ui.rs
  • crates/walgit-server/src/web/v1.rs
  • crates/walgit-server/tests/api_v1.rs
  • crates/walgit-server/tests/drain.rs
  • crates/walgit-server/tests/e2e.rs
  • crates/walgit-server/tests/events.rs
  • crates/walgit-server/tests/follow.rs
  • crates/walgit-server/tests/harness.rs
  • crates/walgit-server/tests/lfs_upstream.rs
  • crates/walgit-server/tests/maintain.rs
  • crates/walgit-server/tests/routing_prefix.rs
  • crates/walgit-server/tests/sim.rs
  • crates/walgit-server/tests/static_http.rs
  • crates/walgit-server/tests/web_api.rs
  • crates/walgit-server/tests/web_ui.rs
  • crates/walgit-store/src/coord.rs
  • crates/walgit-store/src/fault.rs
  • crates/walgit-store/src/gcs.rs
  • crates/walgit-store/src/lib.rs
  • crates/walgit-store/src/memory.rs
  • crates/walgit-store/src/s3.rs
  • crates/walgit-store/src/util.rs
  • crates/walgit-store/tests/contract.rs
  • crates/walgit-wal/src/checkpoint.rs
  • crates/walgit-wal/src/handle.rs
  • crates/walgit-wal/src/lockwait.rs
  • crates/walgit-wal/src/log_reader.rs
  • crates/walgit-wal/src/progress.rs
  • crates/walgit-wal/src/publish.rs
  • crates/walgit-wal/src/registry.rs
  • crates/walgit-wal/src/remote.rs
  • crates/walgit-wal/src/state.rs
  • crates/walgit-wal/src/sync.rs
  • crates/walgit-wal/src/tasks.rs
  • crates/walgit-wal/tests/wal.rs
  • justfile

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch 2 times, most recently from 23fc92c to 15a96c5CompareSeptember 1, 2026 09:48
The strict gate landed in 5ccc405 without the code that satisfies it, so
every branch and every fork inherits a red CI that says nothing about the
change under review.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
The watchdog is there to catch a hung test, but each line's package selection
resolves features on its own, so a line can spend the whole budget rebuilding
dependencies and die before a single test runs.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch from df1e83b to ed21b53CompareSeptember 1, 2026 13:23
@yordis
yordis merged commit 65d1485 into mainSep 1, 2026
4 checks passed
@yordis
yordis deleted the yordis/fix-clippy-gate branch September 1, 2026 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@yordis
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

style: bring the workspace up to the strict clippy gate - #2

Merged
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate
Sep 1, 2026
Merged

style: bring the workspace up to the strict clippy gate#2
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate

Conversation

@yordis

@yordisyordis commented Sep 1, 2026

Copy link
Copy Markdown
Member
  • The strict clippy gate landed in 5ccc405 without the code that satisfies it, so every branch and every fork inherits a red CI that says nothing about the change under review.
  • A gate that has never been green trains everyone to ignore it; bringing the workspace up to it makes the signal mean something again.
  • Because the job never got past clippy, the fast test tier had never actually run in CI: its watchdog is sized for a hung test, not for the dependency rebuild that each package selection triggers, so it died before a test executed. Building untimed first is what lets the tier report on tests rather than on compile time.
  • Admin endpoints now share the richer WalError to ApiError mapping, so a TooLarge or a retryable store error answers 503 instead of 500. That is the only behavior change.

@coderabbitai

coderabbitaiBot commented Sep 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 107 files, which is 7 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: a41813c2-ac19-43ff-8ea7-c416bcc94263

📥 Commits

Reviewing files that changed from the base of the PR and between 6d8fa54 and ed21b53.

📒 Files selected for processing (107)
  • Cargo.toml
  • crates/walgit-bundle/src/lib.rs
  • crates/walgit-bundle/src/ops.rs
  • crates/walgit-bundle/src/render.rs
  • crates/walgit-bundle/src/schedule.rs
  • crates/walgit-bundle/src/slots.rs
  • crates/walgit-bundle/tests/bundle.rs
  • crates/walgit-cli/src/bundle_cmd.rs
  • crates/walgit-cli/src/compact.rs
  • crates/walgit-cli/src/config_cmd.rs
  • crates/walgit-cli/src/import.rs
  • crates/walgit-cli/src/import_direct.rs
  • crates/walgit-cli/src/lib.rs
  • crates/walgit-cli/src/mirror.rs
  • crates/walgit-cli/src/repo.rs
  • crates/walgit-cli/src/serve.rs
  • crates/walgit-cli/src/synth.rs
  • crates/walgit-cli/src/wal_cmd.rs
  • crates/walgit-config/src/lib.rs
  • crates/walgit-git/src/follow.rs
  • crates/walgit-git/src/lib.rs
  • crates/walgit-git/src/pkt.rs
  • crates/walgit-git/src/receive.rs
  • crates/walgit-git/src/repair.rs
  • crates/walgit-git/src/upload_gix.rs
  • crates/walgit-git/tests/commit_graph.rs
  • crates/walgit-git/tests/common/mod.rs
  • crates/walgit-git/tests/connectivity.rs
  • crates/walgit-git/tests/ingest.rs
  • crates/walgit-git/tests/ls_refs.rs
  • crates/walgit-git/tests/refs.rs
  • crates/walgit-git/tests/refs500k.rs
  • crates/walgit-git/tests/rev_index.rs
  • crates/walgit-git/tests/upload_gix_remote.rs
  • crates/walgit-git/tests/upload_gix_scale.rs
  • crates/walgit-git/tests/upload_pack.rs
  • crates/walgit-proto/src/lib.rs
  • crates/walgit-server/build.rs
  • crates/walgit-server/src/admin.rs
  • crates/walgit-server/src/auth.rs
  • crates/walgit-server/src/bridge.rs
  • crates/walgit-server/src/bundles.rs
  • crates/walgit-server/src/cache.rs
  • crates/walgit-server/src/error.rs
  • crates/walgit-server/src/events.rs
  • crates/walgit-server/src/follow.rs
  • crates/walgit-server/src/forward.rs
  • crates/walgit-server/src/instance.rs
  • crates/walgit-server/src/lfs.rs
  • crates/walgit-server/src/lfs_upstream.rs
  • crates/walgit-server/src/lib.rs
  • crates/walgit-server/src/maintain.rs
  • crates/walgit-server/src/metrics.rs
  • crates/walgit-server/src/middleware.rs
  • crates/walgit-server/src/ops.rs
  • crates/walgit-server/src/pktline.rs
  • crates/walgit-server/src/policy.rs
  • crates/walgit-server/src/prewarm.rs
  • crates/walgit-server/src/rebuild.rs
  • crates/walgit-server/src/settings.rs
  • crates/walgit-server/src/smart.rs
  • crates/walgit-server/src/sse.rs
  • crates/walgit-server/src/static_object.rs
  • crates/walgit-server/src/stream.rs
  • crates/walgit-server/src/telemetry.rs
  • crates/walgit-server/src/tls.rs
  • crates/walgit-server/src/web/api.rs
  • crates/walgit-server/src/web/login.rs
  • crates/walgit-server/src/web/mod.rs
  • crates/walgit-server/src/web/objects.rs
  • crates/walgit-server/src/web/trailers.rs
  • crates/walgit-server/src/web/ui.rs
  • crates/walgit-server/src/web/v1.rs
  • crates/walgit-server/tests/api_v1.rs
  • crates/walgit-server/tests/drain.rs
  • crates/walgit-server/tests/e2e.rs
  • crates/walgit-server/tests/events.rs
  • crates/walgit-server/tests/follow.rs
  • crates/walgit-server/tests/harness.rs
  • crates/walgit-server/tests/lfs_upstream.rs
  • crates/walgit-server/tests/maintain.rs
  • crates/walgit-server/tests/routing_prefix.rs
  • crates/walgit-server/tests/sim.rs
  • crates/walgit-server/tests/static_http.rs
  • crates/walgit-server/tests/web_api.rs
  • crates/walgit-server/tests/web_ui.rs
  • crates/walgit-store/src/coord.rs
  • crates/walgit-store/src/fault.rs
  • crates/walgit-store/src/gcs.rs
  • crates/walgit-store/src/lib.rs
  • crates/walgit-store/src/memory.rs
  • crates/walgit-store/src/s3.rs
  • crates/walgit-store/src/util.rs
  • crates/walgit-store/tests/contract.rs
  • crates/walgit-wal/src/checkpoint.rs
  • crates/walgit-wal/src/handle.rs
  • crates/walgit-wal/src/lockwait.rs
  • crates/walgit-wal/src/log_reader.rs
  • crates/walgit-wal/src/progress.rs
  • crates/walgit-wal/src/publish.rs
  • crates/walgit-wal/src/registry.rs
  • crates/walgit-wal/src/remote.rs
  • crates/walgit-wal/src/state.rs
  • crates/walgit-wal/src/sync.rs
  • crates/walgit-wal/src/tasks.rs
  • crates/walgit-wal/tests/wal.rs
  • justfile

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch 2 times, most recently from 23fc92c to 15a96c5CompareSeptember 1, 2026 09:48
The strict gate landed in 5ccc405 without the code that satisfies it, so
every branch and every fork inherits a red CI that says nothing about the
change under review.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
The watchdog is there to catch a hung test, but each line's package selection
resolves features on its own, so a line can spend the whole budget rebuilding
dependencies and die before a single test runs.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch from df1e83b to ed21b53CompareSeptember 1, 2026 13:23
@yordis
yordis merged commit 65d1485 into mainSep 1, 2026
4 checks passed
@yordis
yordis deleted the yordis/fix-clippy-gate branch September 1, 2026 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@yordis
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

style: bring the workspace up to the strict clippy gate - #2

Merged
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate
Sep 1, 2026
Merged

style: bring the workspace up to the strict clippy gate#2
yordis merged 2 commits into
mainfrom
yordis/fix-clippy-gate

Conversation

@yordis

@yordisyordis commented Sep 1, 2026

Copy link
Copy Markdown
Member
  • The strict clippy gate landed in 5ccc405 without the code that satisfies it, so every branch and every fork inherits a red CI that says nothing about the change under review.
  • A gate that has never been green trains everyone to ignore it; bringing the workspace up to it makes the signal mean something again.
  • Because the job never got past clippy, the fast test tier had never actually run in CI: its watchdog is sized for a hung test, not for the dependency rebuild that each package selection triggers, so it died before a test executed. Building untimed first is what lets the tier report on tests rather than on compile time.
  • Admin endpoints now share the richer WalError to ApiError mapping, so a TooLarge or a retryable store error answers 503 instead of 500. That is the only behavior change.

@coderabbitai

coderabbitaiBot commented Sep 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 107 files, which is 7 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: a41813c2-ac19-43ff-8ea7-c416bcc94263

📥 Commits

Reviewing files that changed from the base of the PR and between 6d8fa54 and ed21b53.

📒 Files selected for processing (107)
  • Cargo.toml
  • crates/walgit-bundle/src/lib.rs
  • crates/walgit-bundle/src/ops.rs
  • crates/walgit-bundle/src/render.rs
  • crates/walgit-bundle/src/schedule.rs
  • crates/walgit-bundle/src/slots.rs
  • crates/walgit-bundle/tests/bundle.rs
  • crates/walgit-cli/src/bundle_cmd.rs
  • crates/walgit-cli/src/compact.rs
  • crates/walgit-cli/src/config_cmd.rs
  • crates/walgit-cli/src/import.rs
  • crates/walgit-cli/src/import_direct.rs
  • crates/walgit-cli/src/lib.rs
  • crates/walgit-cli/src/mirror.rs
  • crates/walgit-cli/src/repo.rs
  • crates/walgit-cli/src/serve.rs
  • crates/walgit-cli/src/synth.rs
  • crates/walgit-cli/src/wal_cmd.rs
  • crates/walgit-config/src/lib.rs
  • crates/walgit-git/src/follow.rs
  • crates/walgit-git/src/lib.rs
  • crates/walgit-git/src/pkt.rs
  • crates/walgit-git/src/receive.rs
  • crates/walgit-git/src/repair.rs
  • crates/walgit-git/src/upload_gix.rs
  • crates/walgit-git/tests/commit_graph.rs
  • crates/walgit-git/tests/common/mod.rs
  • crates/walgit-git/tests/connectivity.rs
  • crates/walgit-git/tests/ingest.rs
  • crates/walgit-git/tests/ls_refs.rs
  • crates/walgit-git/tests/refs.rs
  • crates/walgit-git/tests/refs500k.rs
  • crates/walgit-git/tests/rev_index.rs
  • crates/walgit-git/tests/upload_gix_remote.rs
  • crates/walgit-git/tests/upload_gix_scale.rs
  • crates/walgit-git/tests/upload_pack.rs
  • crates/walgit-proto/src/lib.rs
  • crates/walgit-server/build.rs
  • crates/walgit-server/src/admin.rs
  • crates/walgit-server/src/auth.rs
  • crates/walgit-server/src/bridge.rs
  • crates/walgit-server/src/bundles.rs
  • crates/walgit-server/src/cache.rs
  • crates/walgit-server/src/error.rs
  • crates/walgit-server/src/events.rs
  • crates/walgit-server/src/follow.rs
  • crates/walgit-server/src/forward.rs
  • crates/walgit-server/src/instance.rs
  • crates/walgit-server/src/lfs.rs
  • crates/walgit-server/src/lfs_upstream.rs
  • crates/walgit-server/src/lib.rs
  • crates/walgit-server/src/maintain.rs
  • crates/walgit-server/src/metrics.rs
  • crates/walgit-server/src/middleware.rs
  • crates/walgit-server/src/ops.rs
  • crates/walgit-server/src/pktline.rs
  • crates/walgit-server/src/policy.rs
  • crates/walgit-server/src/prewarm.rs
  • crates/walgit-server/src/rebuild.rs
  • crates/walgit-server/src/settings.rs
  • crates/walgit-server/src/smart.rs
  • crates/walgit-server/src/sse.rs
  • crates/walgit-server/src/static_object.rs
  • crates/walgit-server/src/stream.rs
  • crates/walgit-server/src/telemetry.rs
  • crates/walgit-server/src/tls.rs
  • crates/walgit-server/src/web/api.rs
  • crates/walgit-server/src/web/login.rs
  • crates/walgit-server/src/web/mod.rs
  • crates/walgit-server/src/web/objects.rs
  • crates/walgit-server/src/web/trailers.rs
  • crates/walgit-server/src/web/ui.rs
  • crates/walgit-server/src/web/v1.rs
  • crates/walgit-server/tests/api_v1.rs
  • crates/walgit-server/tests/drain.rs
  • crates/walgit-server/tests/e2e.rs
  • crates/walgit-server/tests/events.rs
  • crates/walgit-server/tests/follow.rs
  • crates/walgit-server/tests/harness.rs
  • crates/walgit-server/tests/lfs_upstream.rs
  • crates/walgit-server/tests/maintain.rs
  • crates/walgit-server/tests/routing_prefix.rs
  • crates/walgit-server/tests/sim.rs
  • crates/walgit-server/tests/static_http.rs
  • crates/walgit-server/tests/web_api.rs
  • crates/walgit-server/tests/web_ui.rs
  • crates/walgit-store/src/coord.rs
  • crates/walgit-store/src/fault.rs
  • crates/walgit-store/src/gcs.rs
  • crates/walgit-store/src/lib.rs
  • crates/walgit-store/src/memory.rs
  • crates/walgit-store/src/s3.rs
  • crates/walgit-store/src/util.rs
  • crates/walgit-store/tests/contract.rs
  • crates/walgit-wal/src/checkpoint.rs
  • crates/walgit-wal/src/handle.rs
  • crates/walgit-wal/src/lockwait.rs
  • crates/walgit-wal/src/log_reader.rs
  • crates/walgit-wal/src/progress.rs
  • crates/walgit-wal/src/publish.rs
  • crates/walgit-wal/src/registry.rs
  • crates/walgit-wal/src/remote.rs
  • crates/walgit-wal/src/state.rs
  • crates/walgit-wal/src/sync.rs
  • crates/walgit-wal/src/tasks.rs
  • crates/walgit-wal/tests/wal.rs
  • justfile

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch 2 times, most recently from 23fc92c to 15a96c5CompareSeptember 1, 2026 09:48
The strict gate landed in 5ccc405 without the code that satisfies it, so
every branch and every fork inherits a red CI that says nothing about the
change under review.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
The watchdog is there to catch a hung test, but each line's package selection
resolves features on its own, so a line can spend the whole budget rebuilding
dependencies and die before a single test runs.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis
yordisforce-pushed the yordis/fix-clippy-gate branch from df1e83b to ed21b53CompareSeptember 1, 2026 13:23
@yordis
yordis merged commit 65d1485 into mainSep 1, 2026
4 checks passed
@yordis
yordis deleted the yordis/fix-clippy-gate branch September 1, 2026 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@yordis