repowiserepowise
Sign in
2233admin/tauri
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowise2233admin/tauri

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

1,644of 5,000 scored

1,644 commits sit in this repo's top risk tercile, which is 33% of the 5,000scored. 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 6.6 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 commits1,76935%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.23bitsShannon 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 threshold6.6out 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.

Consistently fix-driven across its history.

Feature21%
Fix33%
Refactor8%
Docs4%
Test0%
Deps2%
Chore26%
Other6%

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
edc9923cFeat: Initial `cargo-vet` Support (#9216)
Tillmann
2y ago+3.9K -0
100%Elevated
more lines added than baseline
2
58fe2e81fix: improvements and ipc fixes for loading window content using custom protocol (#8670)
Amr Bashir
2y ago+8.7K -574
100%Elevated
more lines added than baseline
3
c77b4032refactor(core): add support to multiple webviews on a Tauri window (#8280)
Lucas Fernandes Nogueira
2y ago+14.6K -4.2K
100%Elevated
more lines added than baseline
4
3c2f79f6Tauri ACL/Allowlist v2 Implementation and Plugin System Refactor (#8428)
tweidinger
2y ago+9.6K -819
100%Elevated
more lines added than baseline
5
977b3a8afeat(benches): Basic bench implementation (#1871)
david
5y ago+10.2K -0
100%Elevated
more lines added than baseline
6
d623d95ffix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610)
Lucas Fernandes Nogueira
5y ago+5.6K -181
100%Elevated
more lines added than baseline
7
bb50315crefactor: Improve Automated Permission Documentation Generation (#10113)
Tillmann
2y ago+3.7K -306
100%Elevated
more lines added than baseline
8
f1d0f452chore: pin tao to 0.25
Lucas Nogueira
2y ago+4.7K -4.9K
100%Elevated
more lines added than baseline
9
8de308d1feat(core): implement new config structure (#8723)
Amr Bashir
2y ago+6.8K -7.7K
100%Elevated
more lines added than baseline
10
a9b2c062chore: Commit Cargo.lock (#8586)
Fabian-Lars
2y ago+5.8K -45
100%Elevated
more lines added than baseline
11
7fb419c3refactor: move to `muda` and `tray_icon` crates (#7535)
Amr Bashir
3y ago+5.8K -4.3K
100%Elevated
more lines added than baseline
12
3fbaee45refactor(examples/api): new look (#4465)
Amr Bashir
4y ago+2.6K -1.9K
100%Elevated
more lines added than baseline
13
53e4dd8cremove create-tauri-app (#3493)
Jacob Bolda
4y ago+6.8K -5.4K
100%Elevated
more lines added than baseline
14
5f3487d0Resolve symlinks during `tauri::api::process::current_binary` [TRI-047] (#29)
chip
4y ago+3.4K -20
100%Elevated
more lines added than baseline
15
cf54dcf9feat: improve `CSP` security with nonces and hashes, add `devCsp` [TRI-004] (#8)
Lucas Nogueira
4y ago+7.6K -188
100%Elevated
more lines added than baseline
16
bc7973d1Added example for CPP Dll useage (#3157)
Hecatron
4y ago+3.6K -0
100%Elevated
more lines added than baseline
17
aecdfaf7fix(core): `raw-window-handle` dependency, closes #2460 (#2465)
Lucas Fernandes Nogueira
5y ago+7.4K -37
100%Elevated
more lines added than baseline
18
37db639afeat(docs): Added version-bound docs (#1676)
Laegel
5y ago+3.8K -9
100%Elevated
more lines added than baseline
19
45aff87echore(deps): js updates (#1739)
nothingismagick
5y ago+5.1K -250
100%Elevated
more lines added than baseline
20
40ac5297feat: create-tauri-app wiring (#1442)
Jacob Bolda
5y ago+8.8K -18.2K
100%Elevated
more lines added than baseline
21
e511d399feat(api): Expose application metadata and functions to JS api - fix #1387 (#1445)
david
5y ago+6.3K -54
100%Elevated
more lines added than baseline
22
6d70c8e1feat(updater): Alpha version (#643)
david
5y ago+7.6K -697
100%Elevated
more lines added than baseline
23
9c16eefaUpdate kuchikiki, html5ever, tao, wry, webview2-com (#13629)
sftse
1y ago+3.6K -208
99%Elevated
more lines added than baseline
24
85baacd1chore(deps): bump undici from 5.28.5 to 5.29.0 (#13450)
dependabot[bot]
1y ago+1.2K -540
99%Elevated
more lines added than baseline
25
da8c9a7drefactor(cli): synchronize pbxproj and export options, handle cert on build (#10669)
Lucas Fernandes Nogueira
1y ago+2.5K -172
99%Elevated
more lines added than baseline
26
82e1c755chore: Update `cargo-vet` entities and update lockfile (#9702)
Tillmann
2y ago+1.3K -341
99%Elevated
more lines added than baseline
27
a093682drefactor(core): refactor and fix event system following multiwebview support (#8621)
Amr Bashir
2y ago+2.3K -5.6K
99%Elevated
more lines added than baseline
28
5cb19697fix(examples): Update web example to latest dialog plugin (#8567)
Fabian-Lars
2y ago+2.3K -854
99%Elevated
more lines added than baseline
29
f93148eafeat: add tray and menu javascript APIs and events, closes #6617 (#7709)
Amr Bashir
2y ago+3.9K -554
99%Elevated
more lines added than baseline
30
04a682berefactor(core): break manager struct into smaller ones (#8124)
Lucas Fernandes Nogueira
2y ago+1.7K -1.7K
99%Elevated
more lines added than baseline
31
c9a9246cfeat: move `window` plugin back to core (#8007)
Amr Bashir
2y ago+3.4K -17
99%Elevated
more lines added than baseline
32
3b98141afeat: add file association support, closes #3736 (#4320)
Bo
3y ago+5.6K -163
99%Elevated
more lines added than baseline
33
1487b18drefactor: add useful diagnostics to `tauri info` (#6570)
Amr Bashir
3y ago+1.4K -937
99%Elevated
more lines added than baseline
34
17f26764feat: initial work for Android plugins (#6167)
Lucas Fernandes Nogueira
3y ago+5.1K -211
99%Elevated
more lines added than baseline
35
3afccfcechore(deps): update wry to 0.22 (#5573)
Lucas Fernandes Nogueira
3y ago+1.7K -1.3K
99%Elevated
more lines added than baseline
36
6c13840cfeat(examples): add desktop/web application example (#5537)
Lucas Fernandes Nogueira
3y ago+5.2K -27
99%Elevated
more lines added than baseline
37
d44f67f7feat: add `android init` and `ios init` commands (#4942)
Lucas Fernandes Nogueira
4y ago+3.0K -28
99%Elevated
more lines added than baseline
38
0876bbbbApply Version Updates From Current Changes (#2522)
github-actions[bot]
4y ago+2.5K -1.4K
99%Elevated
more lines added than baseline
39
d5d6d2abIsolation Pattern (#43) Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
chip
4y ago+6.1K -853
99%Elevated
more lines added than baseline
40
ca30dbe2Revert "chore(deps) Update dependency @types/imagemin to v8 (#2635)"
renovate[bot]
4y ago+6.2K -5.7K
99%Elevated
more lines added than baseline
41
c0285e87chore(deps) Update dependency @types/imagemin to v8 (#2635)
renovate[bot]
4y ago+5.7K -6.2K
99%Elevated
more lines added than baseline
42
1f988535chore(deps) Update Tauri Core (#2480)
renovate[bot]
5y ago+5.3K -215
99%Elevated
more lines added than baseline
43
539e4489refactor: custom protocol (#2503)
david
5y ago+4.3K -177
99%Elevated
more lines added than baseline
44
66916b73chore: add `.prettierrc` in repo root (#2145)
Amr Bashir
5y ago+5.4K -1.1K
99%Elevated
more lines added than baseline
45
2158a68dwip: big refactor, removing application cycle + allowing generic parameters to the application (#1400)
chip
5y ago+2.5K -2.3K
99%Elevated
more lines added than baseline
46
093e2b47feat(mobile): multi-window support (#14484)
Lucas Fernandes Nogueira
4mo ago+2.1K -1.1K
99%Elevated
more lines added than baseline
47
b06b3bd0refactor(cli): improve errors (#14126)
Lucas Fernandes Nogueira
10mo ago+2.0K -996
99%Elevated
more lines added than baseline
48
56277e47chore(deps): update napi to v3 (#13852)
Tony
1y ago+1.6K -327
99%Elevated
more lines added than baseline
49
36eee372Restructure the repository (#10796)
Amr Bashir
1y ago+11.2K -28.4K
99%Elevated
more lines added than baseline
50
01f6aa34build: migrate repo to use `pnpm` as the package manager (#10607)
Amr Bashir
2y ago+5.7K -5.4K
99%Elevated
more lines added than baseline
  • edc9923cFeat: Initial `cargo-vet` Support (#9216)
    Author
    Tillmann
    When
    2y ago
    Lines
    +3.9K -0
    Risk
    100%Elevated
  • 58fe2e81fix: improvements and ipc fixes for loading window content using custom protocol (#8670)
    Author
    Amr Bashir
    When
    2y ago
    Lines
    +8.7K -574
    Risk
    100%Elevated
  • c77b4032refactor(core): add support to multiple webviews on a Tauri window (#8280)
    Author
    Lucas Fernandes Nogueira
    When
    2y ago
    Lines
    +14.6K -4.2K
    Risk
    100%Elevated
  • 3c2f79f6Tauri ACL/Allowlist v2 Implementation and Plugin System Refactor (#8428)
    Author
    tweidinger
    When
    2y ago
    Lines
    +9.6K -819
    Risk
    100%Elevated
  • 977b3a8afeat(benches): Basic bench implementation (#1871)
    Author
    david
    When
    5y ago
    Lines
    +10.2K -0
    Risk
    100%Elevated
  • d623d95ffix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610)
    Author
    Lucas Fernandes Nogueira
    When
    5y ago
    Lines
    +5.6K -181
    Risk
    100%Elevated
  • bb50315crefactor: Improve Automated Permission Documentation Generation (#10113)
    Author
    Tillmann
    When
    2y ago
    Lines
    +3.7K -306
    Risk
    100%Elevated
  • f1d0f452chore: pin tao to 0.25
    Author
    Lucas Nogueira
    When
    2y ago
    Lines
    +4.7K -4.9K
    Risk
    100%Elevated
  • 8de308d1feat(core): implement new config structure (#8723)
    Author
    Amr Bashir
    When
    2y ago
    Lines
    +6.8K -7.7K
    Risk
    100%Elevated
  • a9b2c062chore: Commit Cargo.lock (#8586)
    Author
    Fabian-Lars
    When
    2y ago
    Lines
    +5.8K -45
    Risk
    100%Elevated
  • 7fb419c3refactor: move to `muda` and `tray_icon` crates (#7535)
    Author
    Amr Bashir
    When
    3y ago
    Lines
    +5.8K -4.3K
    Risk
    100%Elevated
  • 3fbaee45refactor(examples/api): new look (#4465)
    Author
    Amr Bashir
    When
    4y ago
    Lines
    +2.6K -1.9K
    Risk
    100%Elevated
  • 53e4dd8cremove create-tauri-app (#3493)
    Author
    Jacob Bolda
    When
    4y ago
    Lines
    +6.8K -5.4K
    Risk
    100%Elevated
  • 5f3487d0Resolve symlinks during `tauri::api::process::current_binary` [TRI-047] (#29)
    Author
    chip
    When
    4y ago
    Lines
    +3.4K -20
    Risk
    100%Elevated
  • cf54dcf9feat: improve `CSP` security with nonces and hashes, add `devCsp` [TRI-004] (#8)
    Author
    Lucas Nogueira
    When
    4y ago
    Lines
    +7.6K -188
    Risk
    100%Elevated
  • bc7973d1Added example for CPP Dll useage (#3157)
    Author
    Hecatron
    When
    4y ago
    Lines
    +3.6K -0
    Risk
    100%Elevated
  • aecdfaf7fix(core): `raw-window-handle` dependency, closes #2460 (#2465)
    Author
    Lucas Fernandes Nogueira
    When
    5y ago
    Lines
    +7.4K -37
    Risk
    100%Elevated
  • 37db639afeat(docs): Added version-bound docs (#1676)
    Author
    Laegel
    When
    5y ago
    Lines
    +3.8K -9
    Risk
    100%Elevated
  • 45aff87echore(deps): js updates (#1739)
    Author
    nothingismagick
    When
    5y ago
    Lines
    +5.1K -250
    Risk
    100%Elevated
  • 40ac5297feat: create-tauri-app wiring (#1442)
    Author
    Jacob Bolda
    When
    5y ago
    Lines
    +8.8K -18.2K
    Risk
    100%Elevated
  • e511d399feat(api): Expose application metadata and functions to JS api - fix #1387 (#1445)
    Author
    david
    When
    5y ago
    Lines
    +6.3K -54
    Risk
    100%Elevated
  • 6d70c8e1feat(updater): Alpha version (#643)
    Author
    david
    When
    5y ago
    Lines
    +7.6K -697
    Risk
    100%Elevated
  • 9c16eefaUpdate kuchikiki, html5ever, tao, wry, webview2-com (#13629)
    Author
    sftse
    When
    1y ago
    Lines
    +3.6K -208
    Risk
    99%Elevated
  • 85baacd1chore(deps): bump undici from 5.28.5 to 5.29.0 (#13450)
    Author
    dependabot[bot]
    When
    1y ago
    Lines
    +1.2K -540
    Risk
    99%Elevated
  • da8c9a7drefactor(cli): synchronize pbxproj and export options, handle cert on build (#10669)
    Author
    Lucas Fernandes Nogueira
    When
    1y ago
    Lines
    +2.5K -172
    Risk
    99%Elevated
  • 82e1c755chore: Update `cargo-vet` entities and update lockfile (#9702)
    Author
    Tillmann
    When
    2y ago
    Lines
    +1.3K -341
    Risk
    99%Elevated
  • a093682drefactor(core): refactor and fix event system following multiwebview support (#8621)
    Author
    Amr Bashir
    When
    2y ago
    Lines
    +2.3K -5.6K
    Risk
    99%Elevated
  • 5cb19697fix(examples): Update web example to latest dialog plugin (#8567)
    Author
    Fabian-Lars
    When
    2y ago
    Lines
    +2.3K -854
    Risk
    99%Elevated
  • f93148eafeat: add tray and menu javascript APIs and events, closes #6617 (#7709)
    Author
    Amr Bashir
    When
    2y ago
    Lines
    +3.9K -554
    Risk
    99%Elevated
  • 04a682berefactor(core): break manager struct into smaller ones (#8124)
    Author
    Lucas Fernandes Nogueira
    When
    2y ago
    Lines
    +1.7K -1.7K
    Risk
    99%Elevated
  • c9a9246cfeat: move `window` plugin back to core (#8007)
    Author
    Amr Bashir
    When
    2y ago
    Lines
    +3.4K -17
    Risk
    99%Elevated
  • 3b98141afeat: add file association support, closes #3736 (#4320)
    Author
    Bo
    When
    3y ago
    Lines
    +5.6K -163
    Risk
    99%Elevated
  • 1487b18drefactor: add useful diagnostics to `tauri info` (#6570)
    Author
    Amr Bashir
    When
    3y ago
    Lines
    +1.4K -937
    Risk
    99%Elevated
  • 17f26764feat: initial work for Android plugins (#6167)
    Author
    Lucas Fernandes Nogueira
    When
    3y ago
    Lines
    +5.1K -211
    Risk
    99%Elevated
  • 3afccfcechore(deps): update wry to 0.22 (#5573)
    Author
    Lucas Fernandes Nogueira
    When
    3y ago
    Lines
    +1.7K -1.3K
    Risk
    99%Elevated
  • 6c13840cfeat(examples): add desktop/web application example (#5537)
    Author
    Lucas Fernandes Nogueira
    When
    3y ago
    Lines
    +5.2K -27
    Risk
    99%Elevated
  • d44f67f7feat: add `android init` and `ios init` commands (#4942)
    Author
    Lucas Fernandes Nogueira
    When
    4y ago
    Lines
    +3.0K -28
    Risk
    99%Elevated
  • 0876bbbbApply Version Updates From Current Changes (#2522)
    Author
    github-actions[bot]
    When
    4y ago
    Lines
    +2.5K -1.4K
    Risk
    99%Elevated
  • d5d6d2abIsolation Pattern (#43) Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
    Author
    chip
    When
    4y ago
    Lines
    +6.1K -853
    Risk
    99%Elevated
  • ca30dbe2Revert "chore(deps) Update dependency @types/imagemin to v8 (#2635)"
    Author
    renovate[bot]
    When
    4y ago
    Lines
    +6.2K -5.7K
    Risk
    99%Elevated
  • c0285e87chore(deps) Update dependency @types/imagemin to v8 (#2635)
    Author
    renovate[bot]
    When
    4y ago
    Lines
    +5.7K -6.2K
    Risk
    99%Elevated
  • 1f988535chore(deps) Update Tauri Core (#2480)
    Author
    renovate[bot]
    When
    5y ago
    Lines
    +5.3K -215
    Risk
    99%Elevated
  • 539e4489refactor: custom protocol (#2503)
    Author
    david
    When
    5y ago
    Lines
    +4.3K -177
    Risk
    99%Elevated
  • 66916b73chore: add `.prettierrc` in repo root (#2145)
    Author
    Amr Bashir
    When
    5y ago
    Lines
    +5.4K -1.1K
    Risk
    99%Elevated
  • 2158a68dwip: big refactor, removing application cycle + allowing generic parameters to the application (#1400)
    Author
    chip
    When
    5y ago
    Lines
    +2.5K -2.3K
    Risk
    99%Elevated
  • 093e2b47feat(mobile): multi-window support (#14484)
    Author
    Lucas Fernandes Nogueira
    When
    4mo ago
    Lines
    +2.1K -1.1K
    Risk
    99%Elevated
  • b06b3bd0refactor(cli): improve errors (#14126)
    Author
    Lucas Fernandes Nogueira
    When
    10mo ago
    Lines
    +2.0K -996
    Risk
    99%Elevated
  • 56277e47chore(deps): update napi to v3 (#13852)
    Author
    Tony
    When
    1y ago
    Lines
    +1.6K -327
    Risk
    99%Elevated
  • 36eee372Restructure the repository (#10796)
    Author
    Amr Bashir
    When
    1y ago
    Lines
    +11.2K -28.4K
    Risk
    99%Elevated
  • 01f6aa34build: migrate repo to use `pnpm` as the package manager (#10607)
    Author
    Amr Bashir
    When
    2y ago
    Lines
    +5.7K -5.4K
    Risk
    99%Elevated
Showing 50 of 5,000 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.

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

Size against diffusion

The 200 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,000Lines changed (log) →0.05.6Diffusion →
Below typical54
Typical74
Elevated72

Commit history for 2233admin/tauri

Repowise tracks change history across 469 files in 2233admin/tauri. In the last 90 days 104 files were touched, 187 times in total, most often lib.rs. Every commit is scored for change risk from its size, spread and the history of the files it touches.