Commit graph

3 commits

Author SHA1 Message Date
76827f9ae6 update roadmap and settings page implementation 2026-06-13 23:40:55 +09:00
8429af52f3 feat: reauth UI wiring — restore result kinds propagate to BuildsPage status states
- AppSokApp uses restoreDetailed() and maps JenkinsSessionRestoreKind to
  JenkinsConnectionStatus; network/server failures expose a retry callback
- AppSokShell passes connectionStatus + onRetryConnection through to BuildsPage
- BuildsPage shows four distinct no-loader states: missing, reauthRequired,
  networkFailure (with retry), serverFailure (with retry)
- SettingsPage clears all transient login/save/clear state on base URL change
- pubspec.lock restored to meta 1.18.0 / test_api 0.7.11 (reverts container downgrade)
- Regression tests added in app_auth_test, builds_page_test, settings_page_test;
  widget_test updated to expect 재로그인 필요 on 401

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-13 21:26:33 +09:00
7ad88fb236 feat: jenkins credential milestone update and reauth UI implementation
- Update jenkins-credential.md milestone progress
- Implement ReAuthUi and related fixes
- Archive completed subtasks (02+01, 03)
- Add new 04+03_reauth_ui subtask with PLAN and CODE_REVIEW
- Update app, settings, and session related files
- Add auth bridge and app auth tests
2026-06-13 17:03:42 +09:00