[PR #15896] [CLOSED] Upgrade swashbuckle 2 #14451

Closed
opened 2026-02-07 07:30:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15896
Author: @Shadowghost
Created: 12/30/2025
Status: Closed

Base: masterHead: upgrade-swashbuckle-2


📝 Commits (6)

📊 Changes

10 files changed (+135 additions, -79 deletions)

View changed files

📝 .github/workflows/ci-codeql-analysis.yml (+3 -0)
📝 .github/workflows/ci-openapi.yml (+54 -33)
📝 .github/workflows/commands.yml (+3 -0)
📝 .github/workflows/issue-template-check.yml (+3 -0)
📝 .github/workflows/project-automation.yml (+1 -0)
📝 Directory.Packages.props (+2 -2)
📝 Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs (+1 -34)
📝 Jellyfin.Server/Filters/AdditionalModelFilter.cs (+0 -9)
📝 Jellyfin.Server/Filters/CachingOpenApiProvider.cs (+15 -1)
Jellyfin.Server/Filters/FlagsEnumSchemaFilter.cs (+53 -0)

📄 Description

Testing


🔄 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/jellyfin/jellyfin/pull/15896 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 12/30/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `upgrade-swashbuckle-2` --- ### 📝 Commits (6) - [`2de1721`](https://github.com/jellyfin/jellyfin/commit/2de172186eed46df94d674b68e90250caec4fee5) Format workflows - [`8b372e0`](https://github.com/jellyfin/jellyfin/commit/8b372e08eb3c572673b4adaff5b57f6a9240dd0a) Fix API difference checks - [`380f65f`](https://github.com/jellyfin/jellyfin/commit/380f65f1e438efd842e7fa8888906407a0b34901) Switch to oasdiff actions - [`61b82c4`](https://github.com/jellyfin/jellyfin/commit/61b82c4446036447fce71f754c85d7118b695581) Merge branch 'fix-api-diff' - [`f9424cd`](https://github.com/jellyfin/jellyfin/commit/f9424cd881ccd2ae54df9a6e669110e2df5f5905) Fixup - [`21941de`](https://github.com/jellyfin/jellyfin/commit/21941de637368d3922978f6c7a3322b5f94feac1) Upgrade Swashbuckle and fix OpenAPI spec ### 📊 Changes **10 files changed** (+135 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci-codeql-analysis.yml` (+3 -0) 📝 `.github/workflows/ci-openapi.yml` (+54 -33) 📝 `.github/workflows/commands.yml` (+3 -0) 📝 `.github/workflows/issue-template-check.yml` (+3 -0) 📝 `.github/workflows/project-automation.yml` (+1 -0) 📝 `Directory.Packages.props` (+2 -2) 📝 `Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs` (+1 -34) 📝 `Jellyfin.Server/Filters/AdditionalModelFilter.cs` (+0 -9) 📝 `Jellyfin.Server/Filters/CachingOpenApiProvider.cs` (+15 -1) ➕ `Jellyfin.Server/Filters/FlagsEnumSchemaFilter.cs` (+53 -0) </details> ### 📄 Description Testing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:30:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14451