pullrequests Search Results · language:Dune language:TypeScript language:Java language:JavaScript language:HTML language:Vue
Filter by
56.9M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
这个 PR 做了什么 / 为什么需要
updateDatasource 之前直接使用 resolveConnectionUrl:当客户端带回原有 connectionUrl 时会原样保存,导致修改 databaseName / host / port 后,URL
中的库名等不随之更新(#345)。
这是 service 层的契约问题,而不仅是 UI 问题:#484 将 connectionUrl ...
Summary
Cherry-pick of the review fixes for theDakshJaitly/mex#46:
1. Portable main-module guard — import pathToFileURL from node:url and compare import.meta.url against
pathToFileURL(process.argv[1]).href ...
Automated test pull request
Summary
- Polish the README: centered title block, a Highlights section, and a table of contents for easier navigation.
- Make the server port configurable via the PORT environment variable (defaults ...
Removes the in-app Edit button and all edit-mode capabilities, now that Airtable is the backend.
Removed
- The floating ** Edit FAB** and all manage-mode state/plumbing in App.tsx.
- The ** Mark ...
Summary
Wave auth-2 Bucket C — production parity for the Wave auth-1 KC-native login surface (GAP-1014, → PARTIAL). Closes 2 of
the 3 P1/P3 items from the Wave auth-1 ops-readiness audit
(documents/04-quality/audits/ops-readiness/2026-06-06-wave-auth-1-ops-readiness.md); ...
Adds admin Helpdesk category update, deactivate, and restore endpoints. Deactivation is used instead of hard delete so
existing tickets keep their category history. Adds audit logging for update/deactivate/restore. ...
Transforms the report tables into stacked per-metric cards on mobile ( =560px) so the page fits the viewport with no
side-scrolling. Verified at 375px: scrollWidth == clientWidth, no table overflow.