mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #142] [MERGED] Filesystem Sync #77
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/142
Author: @gschier
Created: 12/16/2024
Status: ✅ Merged
Merged: 1/4/2025
Merged by: @gschier
Base:
master← Head:fs-sync📝 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
159 files changed (+4294 additions, -1014 deletions)
View changed files
📝
package-lock.json(+66 -22)📝
package.json(+6 -6)📝
plugin-runtime-types/package.json(+2 -2)📝
plugin-runtime-types/src/plugins/ImporterPlugin.ts(+3 -2)📝
plugin-runtime/src/PluginHandle.ts(+1 -1)📝
plugin-runtime/src/index.worker.ts(+1 -1)📝
src-tauri/Cargo.lock(+181 -152)📝
src-tauri/Cargo.toml(+20 -18)📝
src-tauri/capabilities/capabilities.json(+3 -2)📝
src-tauri/gen/schemas/acl-manifests.json(+1 -1)📝
src-tauri/gen/schemas/capabilities.json(+1 -1)📝
src-tauri/gen/schemas/desktop-schema.json(+215 -0)📝
src-tauri/gen/schemas/macOS-schema.json(+215 -0)➕
src-tauri/migrations/20250102141937_sync.sql(+21 -0)📝
src-tauri/src/analytics.rs(+13 -32)➖
src-tauri/src/export_resources.rs(+0 -77)📝
src-tauri/src/http_request.rs(+9 -10)📝
src-tauri/src/lib.rs(+163 -156)📝
src-tauri/src/notifications.rs(+2 -2)📝
src-tauri/src/template_callback.rs(+2 -2)...and 80 more files
📄 Description
🚧
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.