pullrequests Search Results · language:Edge language:TypeScript language:HTML language:HTML language:Python language:JavaScript
Filter by
255M results
Incident Details
- ServiceNow Incident: INC0010360
- Service: inventory-service
- Severity: P1 - Critical
- Error: DatabaseConnectionTimeout / ConnectionPoolExhausted
Root Cause
The inventory-service ...
Closes #7437
What
Surfaces the recommendation scores already computed by recommendationEngine.js + useRecommendations.js (which were
previously unused in the UI) as visible, colour-coded confidence badges ...
enhancement
gssoc:approved
level:advanced
quality:clean
size/L
type:feature
Summary
- Remove MonthlyGoal entity entirely — monthly views are now computed read-only from TaskMonthAggregation instead of
stored as separate records
- Refactor GoalsService — calculateGoalStatus() ...
Problem
On a rank that owns no local particles, SwarmVariable._pack_array_to_data_format does
array_data.reshape(array_data.shape[0], -1) on a size-0 array. numpy cannot infer the -1 component dimension ...
This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig.
Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...
概要
ダッシュボードのグラフ改善(日付軸・期間切替・スクロール)は既にデプロイ済みだが、PWAのService Workerが index.html を cache-first
で返していたため、一度開いたことのある利用者には古い画面がキャッシュから表示され、更新が反映されない問題があった。これを修正する。
変更
- index.html とデータ取得を network-first に変更(オンライン時は常に最新、オフライン時のみキャッシュ) ...
The PR Title / validate check ran on every push to a PR branch because it triggered on pull_request_target: synchronize.
The PR title only changes on opened/edited/reopened, so synchronize re-validated ...
Summary
- Add scripts/sync-env-to-op.sh to push .env values into op://ai-gateway/dev-secrets/ fields referenced by .env.op
- Add scripts/push-rotated-secrets-to-op.sh for post-rotation updates of ...