[PR #1332] [MERGED] Status-API #15866

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1332
Author: @bkcsoft
Created: 3/19/2017
Status: Merged
Merged: 4/21/2017
Merged by: @lunny

Base: masterHead: bkcsoft/status-api


📝 Commits (1)

📊 Changes

8 files changed (+529 additions, -0 deletions)

View changed files

models/fixtures/commit_status.yml (+54 -0)
📝 models/migrations/migrations.go (+2 -0)
models/migrations/v29.go (+34 -0)
📝 models/models.go (+1 -0)
models/status.go (+265 -0)
models/status_test.go (+39 -0)
📝 routers/api/v1/api.go (+7 -0)
routers/api/v1/repo/status.go (+127 -0)

📄 Description

Initial support for Status-API

Closes https://github.com/go-gitea/gitea/issues/357

Depends on https://github.com/go-gitea/go-sdk/pull/49

TODO:

  • Models
  • Model Functions
    • Create
    • Get All
    • Get Combined By Context
  • Routers
    • Create
    • Get All
    • Get Combined By Context
  • Tests
    • I have no clue :trollface:
  • Correct Vendoring

🔄 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/1332 **Author:** [@bkcsoft](https://github.com/bkcsoft) **Created:** 3/19/2017 **Status:** ✅ Merged **Merged:** 4/21/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `bkcsoft/status-api` --- ### 📝 Commits (1) - [`27990d5`](https://github.com/go-gitea/gitea/commit/27990d58794dbb57334c6f363c21975386543037) Status-API ### 📊 Changes **8 files changed** (+529 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `models/fixtures/commit_status.yml` (+54 -0) 📝 `models/migrations/migrations.go` (+2 -0) ➕ `models/migrations/v29.go` (+34 -0) 📝 `models/models.go` (+1 -0) ➕ `models/status.go` (+265 -0) ➕ `models/status_test.go` (+39 -0) 📝 `routers/api/v1/api.go` (+7 -0) ➕ `routers/api/v1/repo/status.go` (+127 -0) </details> ### 📄 Description Initial support for Status-API Closes https://github.com/go-gitea/gitea/issues/357 Depends on https://github.com/go-gitea/go-sdk/pull/49 TODO: - [x] Models - [x] Model Functions - [x] Create - [x] Get All - [x] Get Combined By Context - [x] Routers - [x] Create - [x] Get All - [x] Get Combined By Context - [x] Tests - [x] ~I have no clue~ :trollface: - [x] Correct Vendoring --- <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 11:56:26 -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#15866