[PR #2104] [MERGED] fix: Adding the blueprints list/get access via API #2864

Closed
opened 2026-04-16 09:39:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2104
Author: @huzky-v
Created: 12/17/2025
Status: Merged
Merged: 12/19/2025
Merged by: @oschwartz10612

Base: devHead: fix-adding-get-blueprint-api


📝 Commits (1)

  • 6a47a74 add back the blueprints api - draft

📊 Changes

4 files changed (+23 additions, -1 deletions)

View changed files

📝 messages/en-US.json (+2 -0)
📝 messages/zh-TW.json (+2 -0)
📝 server/routers/integration.ts (+16 -0)
📝 src/components/PermissionsSelectBox.tsx (+3 -1)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

The current Swagger document have the GET /org/:orgId/blueprints and GET /org/:orgId/blueprint/blueprintId available
screenshot

but I can't access the two endpoints via API

How to test?

Spin up a testing environment and access the following API with API keys set
GET http://my-local-machine:3003/v1/org/:orgId/blueprints
GET http://my-local-machine:3003/v1/org/:orgId/blueprint/:blueprintId

I will get Cannot GET /v1/org/:orgId/blueprints response

What have been added

  1. Adding these endpoints to API
  2. Adding corresponding permission checkbox on the UI
  3. Added ZH-TW and English Mapping on the checkbox text

What should be added later, can't handle by me

  1. Other language mapping on the checkbox text

🔄 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/fosrl/pangolin/pull/2104 **Author:** [@huzky-v](https://github.com/huzky-v) **Created:** 12/17/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `fix-adding-get-blueprint-api` --- ### 📝 Commits (1) - [`6a47a74`](https://github.com/fosrl/pangolin/commit/6a47a74cf15fff3623958e9697cb6d05672a81b6) add back the blueprints api - draft ### 📊 Changes **4 files changed** (+23 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `messages/en-US.json` (+2 -0) 📝 `messages/zh-TW.json` (+2 -0) 📝 `server/routers/integration.ts` (+16 -0) 📝 `src/components/PermissionsSelectBox.tsx` (+3 -1) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description The current Swagger document have the `GET /org/:orgId/blueprints` and `GET /org/:orgId/blueprint/blueprintId` available <img width="486" height="226" alt="screenshot" src="https://github.com/user-attachments/assets/d5a0d286-460b-4493-85ec-dd7bea3936dd" /> but I can't access the two endpoints via API ## How to test? Spin up a testing environment and access the following API with API keys set `GET http://my-local-machine:3003/v1/org/:orgId/blueprints` `GET http://my-local-machine:3003/v1/org/:orgId/blueprint/:blueprintId` I will get `Cannot GET /v1/org/:orgId/blueprints` response ## What have been added 1. Adding these endpoints to API 2. Adding corresponding permission checkbox on the UI 3. Added ZH-TW and English Mapping on the checkbox text ## What should be added later, can't handle by me 1. Other language mapping on the checkbox text --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 09:39:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2864