mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #214] [CLOSED] Merge upstream #140
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/214
Author: @SeriousJul
Created: 5/24/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
3e025c3Remove yaak-license plugin and related files13c92a1Add MTLS support with client certificate settings and update README25747ddUpdate README.md547a9ccMerge branch 'mountain-loop:master' into master47df326Add workflow_dispatch trigger to release workflow241f89dUpdate dependencies and enhance Workspace model with client certificate settings📊 Changes
61 files changed (+532 additions, -1952 deletions)
View changed files
➖
.github/FUNDING.yml(+0 -15)📝
.github/ISSUE_TEMPLATE/config.yml(+1 -4)📝
.github/workflows/release.yml(+1 -1)📝
.gitignore(+3 -0)📝
README.md(+20 -0)➕
images/mtls_in_action.png(+0 -0)➕
images/workspace_mtls_disabled.png(+0 -0)➕
images/workspace_mtls_enabled.png(+0 -0)📝
package-lock.json(+0 -14)📝
package.json(+1 -2)📝
src-tauri/Cargo.lock(+139 -224)📝
src-tauri/Cargo.toml(+3 -6)📝
src-tauri/capabilities/capabilities.json(+0 -1)📝
src-tauri/gen/schemas/acl-manifests.json(+1 -1)📝
src-tauri/gen/schemas/capabilities.json(+1 -1)📝
src-tauri/gen/schemas/desktop-schema.json(+0 -80)📝
src-tauri/gen/schemas/linux-schema.json(+272 -42)📝
src-tauri/gen/schemas/macOS-schema.json(+0 -80)📝
src-tauri/gen/schemas/windows-schema.json(+0 -70)➕
src-tauri/migrations/20250315100808_mtls.sql(+3 -0)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.