repowiserepowise
Sign in
krishnaa1942/timetravel-copy
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisekrishnaa1942/timetravel-copy

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

10of 29 scored

10 commits sit in this repo's top risk tercile, which is 34% of the 29scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 7.1 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits931%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.29bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold7.1out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

How this repo's commit mix shifts over time.

Feature34%
Fix28%
Refactor17%
Docs10%
Test7%
Chore3%

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
afae03a7feat: initial monorepo commit — Flask backend + React Native mobile
Laxman
1w ago+221.8K -0
98%Elevated
more lines added than baseline
2
058bbebcstyle: fix Python lint issues across 27 service files
Laxman
1d ago+7.1K -4.1K
95%Elevated
more lines added than baseline
3
00e839f5fix: remove hardcoded Supabase password from test_connection.py, add to gitignore
Laxman
1d ago+6.6K -76.7K
91%Elevated
more lines added than baseline
4
9aeec523feat: add Sentry error tracking (backend + mobile)
Laxman
1d ago+384 -3
88%Elevated
more lines added than baseline
5
acb103f1fix: add KeyboardAvoidingWrapper to remaining 12 screens with TextInput
Laxman
1d ago+135 -97
83%Elevated
more lines added than baseline
6
3fcfe672test: add JWT refresh (6), SQL injection (4), rate limit (1 skippable) tests
Laxman
1d ago+234 -0
83%Elevated
more lines added than baseline
7
1c34ed71feat: add optimistic updates to trip + profile mutations
Laxman
1d ago+147 -22
78%Elevated
more lines added than baseline
8
a83d8fc6fix: add KeyboardAvoidingView to AuthFormCard; create reusable KeyboardAvoidingWrapper
Laxman
1d ago+87 -15
74%Elevated
more lines added than baseline
9
ec6b0c42feat: add tablet-responsive layouts
Laxman
1d ago+75 -23
71%Elevated
more lines added than baseline
10
234adba7docs: add SECURITY.md with key rotation instructions
Laxman
1d ago+56 -0
67%Elevated
more lines added than baseline
11
e836c4b3feat: add composite indexes (user_id, created_at) on 12 tables via Alembic migration
Laxman
1d ago+46 -7
64%Typical
more lines added than baseline
12
0cad8de0feat: add image optimization (Pillow resize to 1920px, JPEG q85); limit 10 files/request
Laxman
1d ago+58 -8
60%Typical
more lines added than baseline
13
cebc7763feat: add root ErrorBoundary to App.tsx; fix TS build in stores/index.ts
Laxman
1d ago+59 -8
57%Typical
more lines added than baseline
14
48c98a02fix: wire offlineQueue.initialize() + authStore.initialize() in App startup; replace K8s hardcoded secrets with setup script
Laxman
1d ago+44 -5
53%Typical
more lines added than baseline
15
3379e1fffix: K8s Redis PVC (not emptyDir), NetworkPolicy, pin Prometheus/Grafana versions
Laxman
1d ago+49 -4
50%Typical
more lines added than baseline
16
8087186drefactor: migrate itinerary_service.py to google.genai SDK
Laxman
1d ago+39 -41
47%Typical
more lines added than baseline
17
b978dab7refactor: consolidate 3 ApiError types into shared src/types/api.ts
Laxman
1d ago+32 -11
43%Typical
more lines added than baseline
18
844c4284fix: align test expectations with graceful degradation behavior
Laxman
1w ago+26 -15
40%Typical
more lines added than baseline
19
87b29b19refactor: migrate from deprecated google-generativeai to google.genai SDK
Laxman
1d ago+24 -28
36%Typical
more lines added than baseline
20
675e1bc3fix: add accessibilityLabel + accessible to ImageWithFallback, NewsFeedScreen, ProfileHeader
Laxman
1d ago+18 -3
33%Below typical
more lines added than baseline
21
3e34e830feat: auto-update updated_at on all models via SQLAlchemy before_flush event
Laxman
1d ago+16 -0
29%Below typical
more lines added than baseline
22
f29edc60docs: mark 1.8, 1.9, 2.5 as FIXED in audit report
Laxman
1d ago+8 -26
26%Below typical
fewer lines added than baseline
23
c41c4e3etest: skip flaky parallel fetch benchmark (set RUN_PERF_TESTS=1 to run)
Laxman
1w ago+5 -2
22%Below typical
fewer lines added than baseline
24
7cddb98edocs: update audit report — 1.1/1.2 fixed via git filter-repo
Laxman
1d ago+4 -6
17%Below typical
fewer lines added than baseline
25
b3b7c7d7fix: update hero endpoint test to expect 200 and fallback image when access key is missing
Laxman
1w ago+4 -2
17%Below typical
fewer lines added than baseline
26
2c324a01feat: add CHECK constraints for trip status/travel_class, destination safety_score, favorite item_type
Laxman
1d ago+4 -0
12%Below typical
fewer lines added than baseline
27
9b9fb775feat: allow development JWT secret during testing environment configurations
Laxman
1w ago+3 -2
9%Below typical
fewer lines added than baseline
28
058d4806refactor: simplify destination list reference in system prompt to improve maintainability
Laxman
1d ago+1 -4
5%Below typical
fewer lines added than baseline
29
531a551dchore: add *.joblib to gitignore, remove binary model cache from tracking
Laxman
1d ago+1 -0
2%Below typical
fewer lines added than baseline
  • afae03a7feat: initial monorepo commit — Flask backend + React Native mobile
    Author
    Laxman
    When
    1w ago
    Lines
    +221.8K -0
    Risk
    98%Elevated
  • 058bbebcstyle: fix Python lint issues across 27 service files
    Author
    Laxman
    When
    1d ago
    Lines
    +7.1K -4.1K
    Risk
    95%Elevated
  • 00e839f5fix: remove hardcoded Supabase password from test_connection.py, add to gitignore
    Author
    Laxman
    When
    1d ago
    Lines
    +6.6K -76.7K
    Risk
    91%Elevated
  • 9aeec523feat: add Sentry error tracking (backend + mobile)
    Author
    Laxman
    When
    1d ago
    Lines
    +384 -3
    Risk
    88%Elevated
  • acb103f1fix: add KeyboardAvoidingWrapper to remaining 12 screens with TextInput
    Author
    Laxman
    When
    1d ago
    Lines
    +135 -97
    Risk
    83%Elevated
  • 3fcfe672test: add JWT refresh (6), SQL injection (4), rate limit (1 skippable) tests
    Author
    Laxman
    When
    1d ago
    Lines
    +234 -0
    Risk
    83%Elevated
  • 1c34ed71feat: add optimistic updates to trip + profile mutations
    Author
    Laxman
    When
    1d ago
    Lines
    +147 -22
    Risk
    78%Elevated
  • a83d8fc6fix: add KeyboardAvoidingView to AuthFormCard; create reusable KeyboardAvoidingWrapper
    Author
    Laxman
    When
    1d ago
    Lines
    +87 -15
    Risk
    74%Elevated
  • ec6b0c42feat: add tablet-responsive layouts
    Author
    Laxman
    When
    1d ago
    Lines
    +75 -23
    Risk
    71%Elevated
  • 234adba7docs: add SECURITY.md with key rotation instructions
    Author
    Laxman
    When
    1d ago
    Lines
    +56 -0
    Risk
    67%Elevated
  • e836c4b3feat: add composite indexes (user_id, created_at) on 12 tables via Alembic migration
    Author
    Laxman
    When
    1d ago
    Lines
    +46 -7
    Risk
    64%Typical
  • 0cad8de0feat: add image optimization (Pillow resize to 1920px, JPEG q85); limit 10 files/request
    Author
    Laxman
    When
    1d ago
    Lines
    +58 -8
    Risk
    60%Typical
  • cebc7763feat: add root ErrorBoundary to App.tsx; fix TS build in stores/index.ts
    Author
    Laxman
    When
    1d ago
    Lines
    +59 -8
    Risk
    57%Typical
  • 48c98a02fix: wire offlineQueue.initialize() + authStore.initialize() in App startup; replace K8s hardcoded secrets with setup script
    Author
    Laxman
    When
    1d ago
    Lines
    +44 -5
    Risk
    53%Typical
  • 3379e1fffix: K8s Redis PVC (not emptyDir), NetworkPolicy, pin Prometheus/Grafana versions
    Author
    Laxman
    When
    1d ago
    Lines
    +49 -4
    Risk
    50%Typical
  • 8087186drefactor: migrate itinerary_service.py to google.genai SDK
    Author
    Laxman
    When
    1d ago
    Lines
    +39 -41
    Risk
    47%Typical
  • b978dab7refactor: consolidate 3 ApiError types into shared src/types/api.ts
    Author
    Laxman
    When
    1d ago
    Lines
    +32 -11
    Risk
    43%Typical
  • 844c4284fix: align test expectations with graceful degradation behavior
    Author
    Laxman
    When
    1w ago
    Lines
    +26 -15
    Risk
    40%Typical
  • 87b29b19refactor: migrate from deprecated google-generativeai to google.genai SDK
    Author
    Laxman
    When
    1d ago
    Lines
    +24 -28
    Risk
    36%Typical
  • 675e1bc3fix: add accessibilityLabel + accessible to ImageWithFallback, NewsFeedScreen, ProfileHeader
    Author
    Laxman
    When
    1d ago
    Lines
    +18 -3
    Risk
    33%Below typical
  • 3e34e830feat: auto-update updated_at on all models via SQLAlchemy before_flush event
    Author
    Laxman
    When
    1d ago
    Lines
    +16 -0
    Risk
    29%Below typical
  • f29edc60docs: mark 1.8, 1.9, 2.5 as FIXED in audit report
    Author
    Laxman
    When
    1d ago
    Lines
    +8 -26
    Risk
    26%Below typical
  • c41c4e3etest: skip flaky parallel fetch benchmark (set RUN_PERF_TESTS=1 to run)
    Author
    Laxman
    When
    1w ago
    Lines
    +5 -2
    Risk
    22%Below typical
  • 7cddb98edocs: update audit report — 1.1/1.2 fixed via git filter-repo
    Author
    Laxman
    When
    1d ago
    Lines
    +4 -6
    Risk
    17%Below typical
  • b3b7c7d7fix: update hero endpoint test to expect 200 and fallback image when access key is missing
    Author
    Laxman
    When
    1w ago
    Lines
    +4 -2
    Risk
    17%Below typical
  • 2c324a01feat: add CHECK constraints for trip status/travel_class, destination safety_score, favorite item_type
    Author
    Laxman
    When
    1d ago
    Lines
    +4 -0
    Risk
    12%Below typical
  • 9b9fb775feat: allow development JWT secret during testing environment configurations
    Author
    Laxman
    When
    1w ago
    Lines
    +3 -2
    Risk
    9%Below typical
  • 058d4806refactor: simplify destination list reference in system prompt to improve maintainability
    Author
    Laxman
    When
    1d ago
    Lines
    +1 -4
    Risk
    5%Below typical
  • 531a551dchore: add *.joblib to gitignore, remove binary model cache from tracking
    Author
    Laxman
    When
    1d ago
    Lines
    +1 -0
    Risk
    2%Below typical
Showing 29 of 29 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

05typical ↑elevated ↑0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 29 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

1101001,00010,000100,000Lines changed (log) →0.08.0Diffusion →
Below typical10
Typical9
Elevated10

Commit history for krishnaa1942/timetravel-copy

krishnaa1942/timetravel-copy has 29 commits in its history from 1 contributor, the first of them Jul 18, 2026. In the last 90 days 459 files were touched, 678 times in total, most often entities.py. Every commit is scored for change risk from its size, spread and the history of the files it touches.