• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kimata / rsudp
75%

Build:
DEFAULT BRANCH: master
Repo Added 03 Jan 2026 03:09PM UTC
Token P26bkSmBLhsj8fawVzyNq41RZWVq1puNS regen
Build 229 Last
Files 16
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • renovate/actions-cache-5.x
  • renovate/actions-cache-6.x
  • renovate/actions-checkout-6.x
  • renovate/actions-setup-python-6.x
  • renovate/globals-17.x
  • renovate/major-github-artifact-actions
  • renovate/major-react-monorepo
  • renovate/node-24.x
  • renovate/pin-dependencies
  • renovate/react-monorepo
  • renovate/ubuntu-24.04
  • renovate/vite-7.x
  • v0.1.0
  • v0.1.1

18 Jul 2026 06:09AM UTC coverage: 75.065%. Remained the same
29633521286

push

github

kimata
fix: liveness ファイルにタイムスタンプを書き込むよう修正 (再起動ループ解消)

rsudp パッチ側の touch_liveness_file() は空ファイルの mtime 更新
(os.utime) だったが、healthz 側の my_lib.footprint はファイル内容を
UNIX 時刻としてパースするため、常に「破損」判定となり liveness probe
が失敗して Pod が約8分周期で再起動し続けていた (686 回/3.8日)。

my_lib.footprint.update() と同形式で time.time() をテキストとして
書き込み、一時ファイル + rename でアトミックに置換するよう変更。
本家ソース (e4bf7ab) へのパッチ適用と Liveness スレッドの実動作、
my_lib.healthz.check_liveness_elapsed() が OK を返すことを確認済み。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WwBjbZEPWs7zJjrPXCkACy

1439 of 1917 relevant lines covered (75.07%)

0.75 hits per line

Relevant lines Covered
Build:
Build:
1917 RELEVANT LINES 1439 COVERED LINES
0.75 HITS PER LINE
Source Files on master
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29633521286 master fix: liveness ファイルにタイムスタンプを書き込むよう修正 (再起動ループ解消) rsudp パッチ側の touch_liveness_file() は空ファイルの mtime 更新 (os.utime) だったが、healthz 側の my_lib.footprint はファイル内容を UNIX 時刻としてパースするため、常に「破損」判定となり liveness probe が失敗して Pod が約8分周期で再起動し続けていた (686 回/3.8日)。 my_lib.f... push 18 Jul 2026 06:10AM UTC kimata github
75.07
29624243821 master chore(deps): update ubuntu:24.04 docker digest to 4fbb8e6 (#14) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 18 Jul 2026 12:58AM UTC web-flow github
75.07
29615356665 master chore(deps): pin dependencies (#13) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 17 Jul 2026 09:38PM UTC web-flow github
75.07
29325053886 master refactor: webui を my_lib.webapp.runner の共通ランナーに移行 docopt → logger → config → シグナル処理 → プロセスグループ管理 → app.run の 骨格を my_lib 側に寄せ、このリポジトリはアプリ組み立て (_create_app) と バックグラウンド監視の起動/停止フックのみ持つ。CLI インターフェースは不変。 Co-Authored-By: Claude Fable 5 <noreply@anthrop... push 14 Jul 2026 10:22AM UTC kimata github
75.07
29304973154 master refactor: healthz を my_lib.healthz.cli の共通ランナーに移行 docopt → logger → config → チェック → exit の骨格を my_lib 側に寄せ、 このリポジトリはターゲット定義とログ添付つき Slack 通知 (failure_handler + within_startup_grace) のみ持つ。CLI インターフェースは不変。 base_dir が相対になる -c 指定でも動くよう resolve() を追加。 ... push 14 Jul 2026 04:03AM UTC kimata github
76.68
29296201418 master chore: my-lib を更新 (webapp/log のロック競合リトライ修正を取り込み) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rt4u1BRVLbQ8ZbCYD6nfNd push 14 Jul 2026 12:33AM UTC kimata github
76.27
29295353283 master chore: .gitlab-ci.yml を py-project のテンプレート管理に移行 docker 系統テンプレートから生成。node イメージ SHA の統一・ typecheck への mypy 追加・coverage 設定の追加。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rt4u1BRVLbQ8ZbCYD... push 14 Jul 2026 12:14AM UTC kimata github
76.27
29293170924 master test: E2E テストを Web UI 改修(統計ダッシュボード追加)に追随 - /api/screenshot/years/ は日付階層 API の廃止(クライアント側集計へ 移行)に伴い削除済みのため、テストも削除 - 更新トリガーはタブ切り替えボタンの追加により「nav の先頭ボタン」 ではなくなったため、接続状態インジケータを title 属性で特定する Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> C... push 13 Jul 2026 11:29PM UTC kimata github
76.27
29273729420 master chore: 設定ファイルを更新 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rt4u1BRVLbQ8ZbCYD6nfNd push 13 Jul 2026 06:16PM UTC kimata github
76.27
29180218122 master docs: アーキテクチャ図のテキストはみ出し・重なりを修正 - overview: レイアウトを再設計(DB を右カラムへ移動)し、 矢印のボックス貫通と write/read ラベルの重なりを解消 - modules: cli/compress の矢印を右端迂回に変更、cleaner の 注記を破線矢印から単独注記に変更 - data-model: 列コメントのはみ出しを短縮、「論理参照」ラベルを 参照線と重ならない位置へ移動 - compress-pipeline: 矢... push 12 Jul 2026 04:47AM UTC kimata github
76.27
See All Builds (228)

Badge your Repo: rsudp

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc