[PR #214] [CLOSED] Merge upstream #140

Closed
opened 2025-12-29 07:19:30 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/214
Author: @SeriousJul
Created: 5/24/2025
Status: Closed

Base: masterHead: master


📝 Commits (6)

  • 3e025c3 Remove yaak-license plugin and related files
  • 13c92a1 Add MTLS support with client certificate settings and update README
  • 25747dd Update README.md
  • 547a9cc Merge branch 'mountain-loop:master' into master
  • 47df326 Add workflow_dispatch trigger to release workflow
  • 241f89d Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/214 **Author:** [@SeriousJul](https://github.com/SeriousJul) **Created:** 5/24/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`3e025c3`](https://github.com/mountain-loop/yaak/commit/3e025c35e151467e66dd14fb3569ef48e3579fe8) Remove yaak-license plugin and related files - [`13c92a1`](https://github.com/mountain-loop/yaak/commit/13c92a144f6b36c8f97410dc4e6e99a44a94062c) Add MTLS support with client certificate settings and update README - [`25747dd`](https://github.com/mountain-loop/yaak/commit/25747dda89b860091251d2d33413ad91dd395ce4) Update README.md - [`547a9cc`](https://github.com/mountain-loop/yaak/commit/547a9cce66e10ba9107381103650de039e79e7e5) Merge branch 'mountain-loop:master' into master - [`47df326`](https://github.com/mountain-loop/yaak/commit/47df326fbbe31a71c35b717044d4679ff87ae2c5) Add workflow_dispatch trigger to release workflow - [`241f89d`](https://github.com/mountain-loop/yaak/commit/241f89d04f70fb71911fb546845e749d80e112c7) Update dependencies and enhance Workspace model with client certificate settings ### 📊 Changes **61 files changed** (+532 additions, -1952 deletions) <details> <summary>View changed files</summary> ➖ `.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_ </details> ### 📄 Description _No description provided_ --- <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 07:19:30 +01:00
adam closed this issue 2025-12-29 07:19:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#140