[PR #3811] [MERGED] Add swagger check #17094

Closed
opened 2025-11-02 12:26:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3811
Author: @sapk
Created: 4/17/2018
Status: Merged
Merged: 4/20/2018
Merged by: @appleboy

Base: masterHead: add-swagger-check


📝 Commits (7)

  • 1cd25e4 add swagger-check
  • 9253fca make generate-swagger
  • b73e0a6 Update swagger v3.13.4
  • 0525336 fix typo
  • f11d3a0 Merge branch 'master' into add-swagger-check
  • 2678768 Merge branch 'master' into add-swagger-check
  • f674253 Merge branch 'master' into add-swagger-check

📊 Changes

13 files changed (+143 additions, -124 deletions)

View changed files

📝 .drone.yml (+1 -0)
📝 Makefile (+10 -1)
📝 public/swagger.v1.json (+26 -0)
📝 public/vendor/assets/swagger-ui/index.html (+56 -90)
📝 public/vendor/assets/swagger-ui/oauth2-redirect.html (+12 -2)
📝 public/vendor/assets/swagger-ui/swagger-ui-bundle.js (+27 -21)
📝 public/vendor/assets/swagger-ui/swagger-ui-bundle.js.map (+1 -1)
📝 public/vendor/assets/swagger-ui/swagger-ui-standalone-preset.js (+3 -3)
📝 public/vendor/assets/swagger-ui/swagger-ui-standalone-preset.js.map (+1 -1)
📝 public/vendor/assets/swagger-ui/swagger-ui.css (+2 -1)
📝 public/vendor/assets/swagger-ui/swagger-ui.css.map (+1 -1)
📝 public/vendor/assets/swagger-ui/swagger-ui.js (+2 -2)
📝 public/vendor/assets/swagger-ui/swagger-ui.js.map (+1 -1)

📄 Description

This enforce that swagger is generated for commit that need it.

Extra: I update swagger-ui version to v3.13.4 (various bug and improvement fix from v3.3.2)


🔄 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/go-gitea/gitea/pull/3811 **Author:** [@sapk](https://github.com/sapk) **Created:** 4/17/2018 **Status:** ✅ Merged **Merged:** 4/20/2018 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `add-swagger-check` --- ### 📝 Commits (7) - [`1cd25e4`](https://github.com/go-gitea/gitea/commit/1cd25e4d90e6659c47fd4b654fec101bfbc74ec6) add swagger-check - [`9253fca`](https://github.com/go-gitea/gitea/commit/9253fcadcb4a92dbd5e2029b0b79240630670d6f) make generate-swagger - [`b73e0a6`](https://github.com/go-gitea/gitea/commit/b73e0a625b2914aef50895e552f86efb9fb95fa0) Update swagger v3.13.4 - [`0525336`](https://github.com/go-gitea/gitea/commit/052533674c61a8a75a1159a5b1a4512a46f7cf8c) fix typo - [`f11d3a0`](https://github.com/go-gitea/gitea/commit/f11d3a0997e1852379128f787a36990e25b700f8) Merge branch 'master' into add-swagger-check - [`2678768`](https://github.com/go-gitea/gitea/commit/26787680af83f86b9fd773b5407437ee79e7bcc4) Merge branch 'master' into add-swagger-check - [`f674253`](https://github.com/go-gitea/gitea/commit/f67425345f3fd78ddce6b1aafbfc6bbec3da8bd9) Merge branch 'master' into add-swagger-check ### 📊 Changes **13 files changed** (+143 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+1 -0) 📝 `Makefile` (+10 -1) 📝 `public/swagger.v1.json` (+26 -0) 📝 `public/vendor/assets/swagger-ui/index.html` (+56 -90) 📝 `public/vendor/assets/swagger-ui/oauth2-redirect.html` (+12 -2) 📝 `public/vendor/assets/swagger-ui/swagger-ui-bundle.js` (+27 -21) 📝 `public/vendor/assets/swagger-ui/swagger-ui-bundle.js.map` (+1 -1) 📝 `public/vendor/assets/swagger-ui/swagger-ui-standalone-preset.js` (+3 -3) 📝 `public/vendor/assets/swagger-ui/swagger-ui-standalone-preset.js.map` (+1 -1) 📝 `public/vendor/assets/swagger-ui/swagger-ui.css` (+2 -1) 📝 `public/vendor/assets/swagger-ui/swagger-ui.css.map` (+1 -1) 📝 `public/vendor/assets/swagger-ui/swagger-ui.js` (+2 -2) 📝 `public/vendor/assets/swagger-ui/swagger-ui.js.map` (+1 -1) </details> ### 📄 Description This enforce that swagger is generated for commit that need it. Extra: I update swagger-ui version to v3.13.4 (various bug and improvement fix from v3.3.2) --- <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 2025-11-02 12:26:10 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17094