kjh2064
baba55bbe3
Validators (Pushes and Pull Requests) / UI & Storage Validation (push) Failing after 8s
Validators (Pushes and Pull Requests) / Database & Schema Validation (push) Failing after 4s
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (push) Failing after 15s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (push) Has been skipped
Validators (Pushes and Pull Requests) / .NET Contracts (push) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (push) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (push) Has been skipped
Validators (Pushes and Pull Requests) / Security & Secrets (push) Failing after 5s
Validators (Pushes and Pull Requests) / Notify PR Results (push) Has been skipped
Validators (Pushes and Pull Requests) / CI Workflow Lint (push) Failing after 5s
feat(phase0): implement CI reproducibility & data audit trail
Phase 0 Implementation - Task 1 & 2:
[Task 1.1.2] CI Reproducibility Validator (tools/verify_ci_reproducibility_v1.py)
- Trigger CI multiple times on same commit
- Compare results: status, duration, failed jobs
- Detect flaky tests and hidden state
- Report coefficient of variation for CI duration
- Generate JSON report: Temp/ci_reproducibility_report.json
Features:
✓ Multiple run support (configurable 2-N runs)
✓ Consistency checking (same status, same failures)
✓ Duration variance calculation (threshold 20%)
✓ Integration ready (mocked for now, Gitea API later)
[Task 1.2.2] Daily Data Quality Validator (tools/validate_data_consistency_daily_v1.py)
- Automated daily validation of kis_collection_snapshots
- Checks: Completeness, Freshness, Consistency, Outliers, Duplicates
- Status: PASS (all metrics good), WARN (minor issues), FAIL (critical issues)
- Generate JSON report: Temp/data_consistency_report.json
Metrics:
✓ Completeness >= 95% (non-null ratio)
✓ Freshness <= 25h (latest data age)
✓ Consistency = 0 (bid <= price <= ask violations)
✓ Outliers <= 5% (3-sigma rule)
✓ Duplicates = 0 ((ticker, timestamp) unique)
[Task 1.2.1] PostgreSQL Audit Trail Tables (V003_add_audit_trail_tables.sql)
- 3 audit tables: kis_collection_runs_audit, kis_collection_snapshots_audit, kis_collection_errors_audit
- Auto-logging via triggers (INSERT, UPDATE, DELETE)
- Audit metadata: action, changed_at, changed_by, change_reason
- Data snapshots: old_values, new_values (JSONB)
- Indexed for performance (run_id, changed_by, changed_at)
Views for analysis:
✓ v_kis_collection_runs_recent_changes (7-day view)
✓ v_kis_collection_snapshots_recent_changes (7-day view)
✓ v_audit_statistics_daily (change statistics)
Principles Applied:
✓ SOLID: Single responsibility (each tool has one purpose)
✓ Reproducibility: Deterministic validation (seed-based, no timestamp deps)
✓ Data consistency: 100% audit trail, who/when/why tracking
✓ Current field: Observability + transparency (all changes logged)
✓ Stability: Comprehensive metrics for early issue detection
✓ Code structure: Clean APIs, error handling at boundaries
Next Steps:
1. Run verify_ci_reproducibility_v1.py in CI for 3 runs (Aug 7-31)
2. Deploy V003 migration to dev (Aug 14)
3. Integrate validate_data_consistency_daily_v1.py to kis_data_collection.yml (Aug 21)
4. Phase 0 validation complete by Aug 31
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-24 13:54:36 +09:00
..
2026-07-24 13:24:10 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-23 18:00:34 +09:00
2026-06-22 22:45:00 +09:00
2026-06-14 10:25:30 +09:00
2026-06-14 11:55:40 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 01:42:36 +09:00
2026-06-13 13:20:14 +09:00
2026-06-23 00:19:49 +09:00
2026-06-22 22:45:00 +09:00
2026-06-15 02:29:29 +09:00
2026-06-13 13:20:14 +09:00
2026-06-23 18:00:34 +09:00
2026-06-23 18:00:34 +09:00
2026-06-23 18:00:33 +09:00
2026-07-22 15:14:28 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 21:54:02 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 18:15:21 +09:00
2026-06-26 14:18:48 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:29:18 +09:00
2026-06-26 11:40:51 +09:00
2026-06-21 20:07:32 +09:00
2026-06-13 13:20:14 +09:00
2026-06-21 20:07:32 +09:00
2026-06-21 20:07:32 +09:00
2026-06-21 20:07:32 +09:00
2026-06-13 13:20:14 +09:00
2026-06-26 14:18:48 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-24 18:06:05 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:29:18 +09:00
2026-06-13 18:46:33 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 12:39:34 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 10:42:00 +09:00
2026-06-22 18:55:59 +09:00
2026-06-23 10:19:49 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 21:54:02 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 20:52:17 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 12:39:34 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:29:18 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 17:59:57 +09:00
2026-06-13 17:59:57 +09:00
2026-06-13 17:59:57 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 01:42:36 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:29:18 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 18:55:59 +09:00
2026-06-25 17:40:19 +09:00
2026-06-14 15:02:45 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 13:57:57 +09:00
2026-06-14 14:56:49 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 18:15:21 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-21 20:05:55 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 17:27:51 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 18:15:21 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-26 14:18:48 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 15:54:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-25 17:40:19 +09:00
2026-06-25 17:40:19 +09:00
2026-06-25 17:40:19 +09:00
2026-06-25 17:47:06 +09:00
2026-06-25 17:47:06 +09:00
2026-06-25 17:49:20 +09:00
2026-06-25 17:49:20 +09:00
2026-06-25 17:49:20 +09:00
2026-06-25 17:49:20 +09:00
2026-06-22 18:55:59 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:06:52 +09:00
2026-06-26 14:17:04 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 18:55:59 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 01:48:17 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 16:22:19 +09:00
2026-06-13 15:54:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 18:15:21 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 18:15:21 +09:00
2026-06-13 13:20:14 +09:00
2026-06-21 20:05:55 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:06:52 +09:00
2026-06-18 02:04:25 +09:00
2026-06-14 20:52:17 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 18:15:21 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:29:18 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 18:15:21 +09:00
2026-06-18 00:06:52 +09:00
2026-06-18 00:29:18 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 18:15:21 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 00:29:18 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 18:55:59 +09:00
2026-06-18 00:06:52 +09:00
2026-06-13 22:24:16 +09:00
2026-06-23 01:21:30 +09:00
2026-06-23 18:00:34 +09:00
2026-06-13 13:20:14 +09:00
2026-07-12 11:03:52 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 10:25:23 +09:00
2026-07-11 18:12:32 +09:00
2026-06-23 01:21:30 +09:00
2026-06-21 22:33:30 +09:00
2026-06-13 13:20:14 +09:00
2026-06-21 20:09:16 +09:00
2026-06-21 20:05:55 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 23:02:33 +09:00
2026-06-21 20:05:55 +09:00
2026-06-23 01:21:30 +09:00
2026-06-23 01:21:30 +09:00
2026-07-01 13:02:10 +09:00
2026-06-23 01:21:30 +09:00
2026-06-23 01:02:11 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 11:07:02 +09:00
2026-06-14 11:32:00 +09:00
2026-06-14 11:07:02 +09:00
2026-06-26 14:17:04 +09:00
2026-06-21 20:04:44 +09:00
2026-07-12 12:08:03 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 17:27:51 +09:00
2026-06-23 01:09:25 +09:00
2026-06-23 00:19:49 +09:00
2026-06-23 00:19:49 +09:00
2026-06-23 01:21:30 +09:00
2026-06-13 13:20:14 +09:00
2026-07-24 13:17:41 +09:00
2026-07-24 13:17:41 +09:00
2026-06-23 18:00:34 +09:00
2026-06-13 13:20:14 +09:00
2026-07-22 15:14:28 +09:00
2026-06-23 00:24:47 +09:00
2026-06-23 00:52:26 +09:00
2026-06-23 00:52:26 +09:00
2026-06-23 01:21:30 +09:00
2026-06-23 00:52:26 +09:00
2026-06-23 00:28:34 +09:00
2026-06-23 00:52:26 +09:00
2026-06-23 00:52:26 +09:00
2026-06-13 13:20:14 +09:00
2026-06-23 00:19:49 +09:00
2026-06-26 14:18:48 +09:00
2026-06-13 13:20:14 +09:00
2026-07-01 14:17:53 +09:00
2026-06-23 18:00:34 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 23:05:47 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-23 18:00:34 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-26 14:18:03 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-26 14:18:03 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 18:25:32 +09:00
2026-06-13 13:20:14 +09:00
2026-06-21 20:04:44 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-26 18:07:13 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 01:48:17 +09:00
2026-06-23 00:33:32 +09:00
2026-06-26 14:18:03 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 01:44:22 +09:00
2026-07-01 13:55:03 +09:00
2026-07-01 13:55:03 +09:00
2026-07-01 13:55:03 +09:00
2026-06-23 00:33:32 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-23 00:22:28 +09:00
2026-06-23 01:21:30 +09:00
2026-06-23 01:21:30 +09:00
2026-06-23 01:32:07 +09:00
2026-06-23 01:21:30 +09:00
2026-06-23 01:21:30 +09:00
2026-06-23 01:21:30 +09:00
2026-06-23 01:21:30 +09:00
2026-06-25 18:05:57 +09:00
2026-06-25 18:05:57 +09:00
2026-06-21 20:11:26 +09:00
2026-06-23 00:33:32 +09:00
2026-06-13 13:20:14 +09:00
2026-06-15 02:29:29 +09:00
2026-06-15 02:30:02 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 01:57:19 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-26 11:40:51 +09:00
2026-06-24 18:06:05 +09:00
2026-06-24 18:06:05 +09:00
2026-06-23 00:19:49 +09:00
2026-07-24 13:54:36 +09:00
2026-06-18 02:21:13 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-24 18:06:05 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 18:55:59 +09:00
2026-07-13 00:34:45 +09:00
2026-07-13 01:04:13 +09:00
2026-07-13 00:36:41 +09:00
2026-07-13 00:32:48 +09:00
2026-07-13 00:01:07 +09:00
2026-07-12 23:52:44 +09:00
2026-07-13 00:31:13 +09:00
2026-07-13 00:06:48 +09:00
2026-07-13 01:34:08 +09:00
2026-07-13 00:24:44 +09:00
2026-07-13 00:41:30 +09:00
2026-07-13 00:27:51 +09:00
2026-06-13 13:20:14 +09:00
2026-06-26 14:18:03 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 14:05:30 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 12:45:37 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-07-12 21:51:37 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 01:48:00 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 01:48:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:55:36 +09:00
2026-06-22 22:45:00 +09:00
2026-06-22 01:42:36 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-14 10:39:37 +09:00
2026-06-13 13:20:14 +09:00
2026-07-12 23:00:35 +09:00
2026-07-24 13:17:41 +09:00
2026-06-24 18:06:05 +09:00
2026-07-24 13:17:41 +09:00
2026-06-13 13:20:14 +09:00
2026-07-12 10:58:22 +09:00
2026-06-14 18:15:21 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-26 14:18:03 +09:00
2026-06-21 23:22:22 +09:00
2026-06-24 18:06:05 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 14:05:30 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-07-12 21:07:53 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-21 20:04:44 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-07-12 11:51:31 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-18 01:57:19 +09:00
2026-06-13 13:20:14 +09:00
2026-06-26 14:18:03 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 18:55:59 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 22:45:00 +09:00
2026-07-12 12:08:03 +09:00
2026-06-22 22:45:00 +09:00
2026-06-26 14:17:04 +09:00
2026-06-18 01:57:19 +09:00
2026-06-13 13:20:14 +09:00
2026-07-12 21:07:53 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-21 20:05:55 +09:00
2026-07-12 21:46:38 +09:00
2026-06-22 22:45:00 +09:00
2026-06-18 01:48:17 +09:00
2026-06-22 22:45:00 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-26 14:18:03 +09:00
2026-06-26 14:18:03 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-07-12 12:49:34 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-26 18:07:13 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-07-12 12:22:17 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-18 02:04:25 +09:00
2026-06-15 02:29:29 +09:00
2026-06-13 13:20:14 +09:00
2026-07-13 10:51:41 +09:00
2026-07-13 10:51:41 +09:00
2026-06-26 11:40:51 +09:00
2026-06-26 11:40:51 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-13 13:20:14 +09:00
2026-06-22 18:55:59 +09:00
2026-06-13 13:20:14 +09:00
2026-07-24 13:54:36 +09:00
2026-06-23 01:21:30 +09:00
2026-07-01 13:55:03 +09:00
2026-07-01 14:17:53 +09:00
2026-06-23 00:54:59 +09:00
2026-06-23 00:52:26 +09:00
2026-07-13 11:19:43 +09:00
2026-06-23 00:36:19 +09:00
2026-06-23 00:54:59 +09:00
2026-06-23 00:58:48 +09:00
2026-06-23 00:36:19 +09:00