mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-12 04:10:34 +01:00
[PR #143] [MERGED] Git support #78
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/143
Author: @gschier
Created: 12/16/2024
Status: ✅ Merged
Merged: 2/7/2025
Merged by: @gschier
Base:
master← Head:git📝 Commits (10+)
fc3034cGood start on Git pluginef4936fTry committing one filecb9351cSome good progress2300675Refactor model events874b7ceSync changed files, fix unstage without commits, and AnyModel deserializer4d7b2edMerge branch 'master' into fs-synce562c68Rework sync algorithd74da1dFixed flushesd1a8517Split out sync op write fn3a00ff2Slight tweaks📊 Changes
111 files changed (+4260 additions, -368 deletions)
View changed files
📝
package-lock.json(+6 -2)📝
package.json(+1 -0)📝
src-tauri/Cargo.lock(+90 -2)📝
src-tauri/Cargo.toml(+6 -3)📝
src-tauri/capabilities/capabilities.json(+1 -0)📝
src-tauri/gen/schemas/acl-manifests.json(+1 -1)📝
src-tauri/gen/schemas/capabilities.json(+1 -1)📝
src-tauri/gen/schemas/desktop-schema.json(+125 -0)📝
src-tauri/gen/schemas/macOS-schema.json(+125 -0)➕
src-tauri/migrations/20250114160022_remove-workspace-sync-setting.sql(+2 -0)📝
src-tauri/src/analytics.rs(+1 -0)📝
src-tauri/src/lib.rs(+1 -0)➕
src-tauri/yaak-git/Cargo.toml(+25 -0)➕
src-tauri/yaak-git/bindings/gen_git.ts(+18 -0)➕
src-tauri/yaak-git/bindings/gen_models.ts(+23 -0)➕
src-tauri/yaak-git/build.rs(+18 -0)➕
src-tauri/yaak-git/index.ts(+75 -0)➕
src-tauri/yaak-git/package.json(+6 -0)➕
src-tauri/yaak-git/permissions/autogenerated/commands/add.toml(+13 -0)➕
src-tauri/yaak-git/permissions/autogenerated/commands/branch.toml(+13 -0)...and 80 more files
📄 Description
This PR depends on #142 and adds Git support on top of the synced directory.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.