[PR #116] [CLOSED] [WIP] Sync System #53

Closed
opened 2025-12-29 08:31:11 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/116
Author: @gschier
Created: 9/26/2024
Status: Closed

Base: masterHead: sync-system


📝 Commits (10+)

📊 Changes

67 files changed (+2466 additions, -180 deletions)

View changed files

📝 package-lock.json (+9 -0)
📝 package.json (+1 -0)
📝 rustfmt.toml (+0 -1)
📝 src-tauri/Cargo.lock (+52 -16)
📝 src-tauri/Cargo.toml (+33 -13)
📝 src-tauri/capabilities/capabilities.json (+4 -3)
📝 src-tauri/gen/schemas/acl-manifests.json (+1 -1)
📝 src-tauri/gen/schemas/capabilities.json (+1 -1)
📝 src-tauri/gen/schemas/desktop-schema.json (+35 -0)
📝 src-tauri/gen/schemas/macOS-schema.json (+35 -0)
src-tauri/migrations/20240919211340_sync.sql (+40 -0)
📝 src-tauri/src/lib.rs (+8 -6)
src-tauri/tauri-plugin-sync/.gitignore (+17 -0)
src-tauri/tauri-plugin-sync/Cargo.toml (+24 -0)
src-tauri/tauri-plugin-sync/bindings/commands.ts (+7 -0)
src-tauri/tauri-plugin-sync/bindings/models.ts (+27 -0)
src-tauri/tauri-plugin-sync/bindings/sync.ts (+7 -0)
src-tauri/tauri-plugin-sync/build.rs (+5 -0)
src-tauri/tauri-plugin-sync/index.ts (+41 -0)
src-tauri/tauri-plugin-sync/package.json (+6 -0)

...and 47 more files

📄 Description

🚧


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/116 **Author:** [@gschier](https://github.com/gschier) **Created:** 9/26/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sync-system` --- ### 📝 Commits (10+) - [`451baf8`](https://github.com/mountain-loop/yaak/commit/451baf80673ef1282244fc554c450e885e3f1d85) Dummy menu - [`8d9acdb`](https://github.com/mountain-loop/yaak/commit/8d9acdbf6c34c754fd066ea6f7f250ccadebe0be) Merge branch 'master' into sync-system - [`8e53ad0`](https://github.com/mountain-loop/yaak/commit/8e53ad0820bbc82a8a2e02fb5059395500eb9b53) Add SyncMenu back - [`6b37174`](https://github.com/mountain-loop/yaak/commit/6b3717482f1d8609b4770e5c043f32eaeabc4e24) Deterministic model hash and start on UI - [`53a2182`](https://github.com/mountain-loop/yaak/commit/53a2182306b1470dd89c104e6915a88aafc33034) Show sync items - [`834da7a`](https://github.com/mountain-loop/yaak/commit/834da7ab13645eeca4d66639836942a07e17d82e) Commit sync stuff - [`fe252b4`](https://github.com/mountain-loop/yaak/commit/fe252b4e87b4383664c94f67099c5b4bb9b87f59) More sync stuff - [`ada1de8`](https://github.com/mountain-loop/yaak/commit/ada1de8330311826f479e6fb9061e054d60cb6d5) Merge branch 'master' into sync-system - [`f64da80`](https://github.com/mountain-loop/yaak/commit/f64da803adae6b9b29fe21ee08ecd2f71cac4bc7) Checkpoint - [`ed15b63`](https://github.com/mountain-loop/yaak/commit/ed15b63595d100271fbb8390c3d2bf2979aa54ac) Merge branch 'master' into sync-system ### 📊 Changes **67 files changed** (+2466 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+9 -0) 📝 `package.json` (+1 -0) 📝 `rustfmt.toml` (+0 -1) 📝 `src-tauri/Cargo.lock` (+52 -16) 📝 `src-tauri/Cargo.toml` (+33 -13) 📝 `src-tauri/capabilities/capabilities.json` (+4 -3) 📝 `src-tauri/gen/schemas/acl-manifests.json` (+1 -1) 📝 `src-tauri/gen/schemas/capabilities.json` (+1 -1) 📝 `src-tauri/gen/schemas/desktop-schema.json` (+35 -0) 📝 `src-tauri/gen/schemas/macOS-schema.json` (+35 -0) ➕ `src-tauri/migrations/20240919211340_sync.sql` (+40 -0) 📝 `src-tauri/src/lib.rs` (+8 -6) ➕ `src-tauri/tauri-plugin-sync/.gitignore` (+17 -0) ➕ `src-tauri/tauri-plugin-sync/Cargo.toml` (+24 -0) ➕ `src-tauri/tauri-plugin-sync/bindings/commands.ts` (+7 -0) ➕ `src-tauri/tauri-plugin-sync/bindings/models.ts` (+27 -0) ➕ `src-tauri/tauri-plugin-sync/bindings/sync.ts` (+7 -0) ➕ `src-tauri/tauri-plugin-sync/build.rs` (+5 -0) ➕ `src-tauri/tauri-plugin-sync/index.ts` (+41 -0) ➕ `src-tauri/tauri-plugin-sync/package.json` (+6 -0) _...and 47 more files_ </details> ### 📄 Description 🚧 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:31:11 +01:00
adam closed this issue 2025-12-29 08:31:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak-mountain-loop#53