[PR #4271] [MERGED] Improve handling of apiclient generator #9990

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4271
Author: @joshuaboniface
Created: 10/5/2020
Status: Merged
Merged: 10/5/2020
Merged by: @Bond-009

Base: masterHead: fix-ci-script


📝 Commits (1)

  • fc28ffe Improve handling of apiclient generator

📊 Changes

4 files changed (+21 additions, -20 deletions)

View changed files

📝 .ci/azure-pipelines-api-client.yml (+2 -2)
apiclient/templates/typescript/axios/generate.sh (+19 -0)
apiclient/templates/typescript/axios/stable.sh (+0 -9)
apiclient/templates/typescript/axios/unstable.sh (+0 -9)

📄 Description

Changes

  1. Replace the separate stable/unstable scripts with a single script and
    handle the difference with argument parsing.
  2. Unify the calls and pass the Azure arguments in on the CLI.

Issues
Fixes bug from #4070


🔄 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/4271 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 10/5/2020 **Status:** ✅ Merged **Merged:** 10/5/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix-ci-script` --- ### 📝 Commits (1) - [`fc28ffe`](https://github.com/jellyfin/jellyfin/commit/fc28ffea53861ea7e8c35d71dcf863e4900f4d8f) Improve handling of apiclient generator ### 📊 Changes **4 files changed** (+21 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.ci/azure-pipelines-api-client.yml` (+2 -2) ➕ `apiclient/templates/typescript/axios/generate.sh` (+19 -0) ➖ `apiclient/templates/typescript/axios/stable.sh` (+0 -9) ➖ `apiclient/templates/typescript/axios/unstable.sh` (+0 -9) </details> ### 📄 Description **Changes** 1. Replace the separate stable/unstable scripts with a single script and handle the difference with argument parsing. 2. Unify the calls and pass the Azure arguments in on the CLI. **Issues** Fixes bug from #4070 --- <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 06:12:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9990