aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/github/pull_requests.rs
AgeCommit message (Expand)Author
2024-02-14refactor: Use dedicated library for getting PR list (#807)GeckoEidechse
2024-02-14refactor: Use `u64` for PR number (#808)GeckoEidechse
2024-02-13fix: Remove most leftover dbg prints (#803)GeckoEidechse
2023-10-13refactor: Move repair/verify related funcs to mod (#622)GeckoEidechse
2023-08-03refactor: Use `GameInstall` object for PR install functions (#467)Jan
2023-08-01refactor Generalise temporary directory structure (#458)Jan
2023-06-02fix: Remove some unwraps for fetching GitHub API (#375)GeckoEidechse
2023-05-15feat: Button to install NorthstarLauncher from git main branch (#314)GeckoEidechse
2023-05-10refactor: Move code from `lib.rs` into `main.rs` (#330)GeckoEidechse
2023-05-09Revert "refactor: Move `check_is_valid_game_path` to `main.rs` (#335)"GeckoEidechse
2023-05-09refactor: Move `check_is_valid_game_path` to `main.rs` (#335)GeckoEidechse
2023-05-08refactor: Only pass commit sha for installing launcher CI build (#313)GeckoEidechse
2023-05-06fix: Fix typoGeckoEidechse
2023-04-30fix: Fetch multiple pages from GitHub PR API (#298)GeckoEidechse
2023-04-16Use pass-by-reference where possible (#266)cat_or_not
2023-04-07fix: Change enum value casing (#255)GeckoEidechse
2023-03-26fix: Remove redundant string conversions (#242)GeckoEidechse
2023-03-26refactor: Replace all `println!()` with log statements (#236)GeckoEidechse
2023-03-21Add buttons to download PRs (#203)GeckoEidechse
2023-03-19refactor: Fix PR downloads permission issue (#217)GeckoEidechse
2023-03-02feat: Allow installing PRs from DeveloperView (#139)GeckoEidechse